diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index db889cde4d..79c9d89025 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -7064,6 +7064,9 @@ { "$ref": "#/components/parameters/enterprise" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications" + }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-states" }, @@ -23108,6 +23111,9 @@ { "$ref": "#/components/parameters/org" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications" + }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-states" }, @@ -49866,6 +49872,9 @@ { "$ref": "#/components/parameters/repo" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications" + }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-states" }, @@ -110213,6 +110222,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.", @@ -320979,6 +320997,14 @@ "example": "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.\n\nCan be: `malware`, `general`", + "schema": { + "type": "string" + } + }, "dependabot-alert-comma-separated-states": { "name": "state", "in": "query", diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index 445a59018f..5fcd82075d 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -5250,6 +5250,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" @@ -17051,6 +17052,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" @@ -36561,6 +36563,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" @@ -80154,6 +80157,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 @@ -243519,6 +243529,15 @@ components: type: string format: date example: '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/api.github.com/api.github.com.2026-03-10.json b/descriptions/api.github.com/api.github.com.2026-03-10.json index 798902dc54..582707f756 100644 --- a/descriptions/api.github.com/api.github.com.2026-03-10.json +++ b/descriptions/api.github.com/api.github.com.2026-03-10.json @@ -7064,6 +7064,9 @@ { "$ref": "#/components/parameters/enterprise" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications" + }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-states" }, @@ -23068,6 +23071,9 @@ { "$ref": "#/components/parameters/org" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications" + }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-states" }, @@ -49788,6 +49794,9 @@ { "$ref": "#/components/parameters/repo" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications" + }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-states" }, @@ -110037,6 +110046,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "$ref": "#/components/schemas/cvss-severities" }, @@ -320228,6 +320246,14 @@ "example": "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.\n\nCan be: `malware`, `general`", + "schema": { + "type": "string" + } + }, "dependabot-alert-comma-separated-states": { "name": "state", "in": "query", diff --git a/descriptions/api.github.com/api.github.com.2026-03-10.yaml b/descriptions/api.github.com/api.github.com.2026-03-10.yaml index 8b27bfdf7d..31a46c53dd 100644 --- a/descriptions/api.github.com/api.github.com.2026-03-10.yaml +++ b/descriptions/api.github.com/api.github.com.2026-03-10.yaml @@ -5250,6 +5250,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" @@ -17018,6 +17019,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" @@ -36499,6 +36501,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" @@ -80008,6 +80011,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: @@ -242845,6 +242855,15 @@ components: type: string format: date example: '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/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index d8175bfe9d..9e5ac2ba76 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -7078,6 +7078,9 @@ { "$ref": "#/components/parameters/enterprise" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications" + }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-states" }, @@ -23210,6 +23213,9 @@ { "$ref": "#/components/parameters/org" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications" + }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-states" }, @@ -50130,6 +50136,9 @@ { "$ref": "#/components/parameters/repo" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications" + }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-states" }, @@ -110794,6 +110803,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.", @@ -323086,6 +323104,14 @@ "example": "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.\n\nCan be: `malware`, `general`", + "schema": { + "type": "string" + } + }, "dependabot-alert-comma-separated-states": { "name": "state", "in": "query", diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 87f01b0af4..79d65800ed 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -5258,6 +5258,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" @@ -17105,6 +17106,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" @@ -36726,6 +36728,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" @@ -80530,6 +80533,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 @@ -244906,6 +244916,15 @@ components: type: string format: date example: '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/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 61253a6e50..99bd14f46a 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -25791,6 +25791,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", @@ -26123,6 +26131,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.", @@ -116859,6 +116876,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", @@ -117216,6 +117241,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.", @@ -329124,6 +329158,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", @@ -329464,6 +329506,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.", @@ -330805,6 +330856,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.", @@ -331983,6 +332043,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.", @@ -775117,6 +775186,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.", @@ -777593,6 +777671,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.", @@ -780069,6 +780156,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.", @@ -782545,6 +782641,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.", @@ -785021,6 +785126,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.", @@ -787497,6 +787611,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.", @@ -789973,6 +790096,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.", @@ -792449,6 +792581,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/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 968fe71e02..d8c8ccea68 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -857,7 +857,7 @@ paths: - subscriptions_url - type - url - type: &329 + type: &330 type: string description: The type of credit the user is receiving. enum: @@ -1023,7 +1023,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &657 + - &658 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4089,7 +4089,7 @@ paths: schema: type: integer default: 30 - - &215 + - &216 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 @@ -4098,7 +4098,7 @@ paths: required: false schema: type: string - - &216 + - &217 name: status description: Returns webhook deliveries filtered by delivery outcome classification based on `status_code` range. A `status` of `success` returns deliveries @@ -4118,7 +4118,7 @@ paths: application/json: schema: type: array - items: &217 + items: &218 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -4198,7 +4198,7 @@ paths: - installation_id - repository_id examples: - default: &218 + default: &219 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4326,7 +4326,7 @@ paths: description: Response content: application/json: - schema: &219 + schema: &220 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -4440,7 +4440,7 @@ paths: - request - response examples: - default: &220 + default: &221 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -5417,7 +5417,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &294 + properties: &295 id: description: Unique identifier of the repository example: 42 @@ -5868,7 +5868,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &295 + required: &296 - archive_url - assignees_url - blobs_url @@ -11672,6 +11672,15 @@ paths: parameters: - *40 - &199 + 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 + - &200 name: state in: query description: |- @@ -11680,7 +11689,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &200 + - &201 name: severity in: query description: |- @@ -11689,7 +11698,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &201 + - &202 name: ecosystem in: query description: |- @@ -11698,14 +11707,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &202 + - &203 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 - - &203 + - &204 name: epss_percentage in: query description: |- @@ -11717,7 +11726,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 - - &492 + - &493 name: has in: query description: |- @@ -11731,7 +11740,7 @@ paths: type: string enum: - patch - - &204 + - &205 name: assignee in: query description: |- @@ -11740,7 +11749,7 @@ paths: Use `*` to list alerts with at least one assignee or `none` to list alerts with no assignees. schema: type: string - - &205 + - &206 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -11750,7 +11759,7 @@ paths: enum: - development - runtime - - &206 + - &207 name: sort in: query description: |- @@ -11776,7 +11785,7 @@ paths: application/json: schema: type: array - items: &207 + items: &208 type: object description: A Dependabot alert. properties: @@ -11843,7 +11852,7 @@ paths: - direct - transitive - inconclusive - security_advisory: &493 + security_advisory: &494 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -11924,6 +11933,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 @@ -12105,14 +12121,14 @@ paths: format: date-time readOnly: true nullable: true - auto_dismissed_at: &494 + auto_dismissed_at: &495 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissal_request: &495 + dismissal_request: &496 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -12174,7 +12190,7 @@ paths: - repository additionalProperties: false examples: - default: &208 + default: &209 value: - number: 2 state: dismissed @@ -13510,7 +13526,7 @@ paths: properties: action: type: string - discussion: &751 + discussion: &752 title: Discussion description: A Discussion in a repository. type: object @@ -13877,7 +13893,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &546 + properties: &547 id: type: integer format: int64 @@ -13990,7 +14006,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &278 + properties: &279 url: type: string format: uri @@ -14060,7 +14076,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &279 + required: &280 - closed_issues - creator - description @@ -14139,7 +14155,7 @@ paths: timeline_url: type: string format: uri - type: &241 + type: &242 title: Issue Type description: The type of issue. type: object @@ -14253,7 +14269,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &669 + sub_issues_summary: &670 title: Sub-issues Summary type: object properties: @@ -14340,7 +14356,7 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &568 + properties: &569 pinned_at: type: string format: date-time @@ -14352,7 +14368,7 @@ paths: properties: *20 required: *21 nullable: true - required: &569 + required: &570 - pinned_at - pinned_by nullable: true @@ -14366,7 +14382,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &670 + issue_dependencies_summary: &671 title: Issue Dependencies Summary type: object properties: @@ -14385,7 +14401,7 @@ paths: - total_blocking issue_field_values: type: array - items: &553 + items: &554 title: Issue Field Value description: A value assigned to an issue field type: object @@ -14446,7 +14462,7 @@ paths: - node_id - data_type - value - required: &547 + required: &548 - assignee - closed_at - comments @@ -14484,7 +14500,7 @@ paths: action: type: string issue: *85 - comment: &542 + comment: &543 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -15148,7 +15164,7 @@ paths: type: string release: allOf: - - &602 + - &603 title: Release description: A release. type: object @@ -15219,7 +15235,7 @@ paths: author: *4 assets: type: array - items: &603 + items: &604 title: Release Asset description: Data related to a release. type: object @@ -15810,7 +15826,7 @@ paths: url: type: string format: uri - user: &676 + user: &677 title: Public User description: Public User type: object @@ -17682,7 +17698,7 @@ paths: - closed - all default: open - - &244 + - &245 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -17733,7 +17749,7 @@ paths: type: array items: *85 examples: - default: &245 + default: &246 value: - id: 1 node_id: MDU6SXNzdWUx @@ -19118,14 +19134,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &341 + - &342 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &342 + - &343 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -19187,7 +19203,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &345 + '301': &346 description: Moved permanently content: application/json: @@ -19209,7 +19225,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &578 + - &579 name: all description: If `true`, show notifications marked as read. in: query @@ -19217,7 +19233,7 @@ paths: schema: type: boolean default: false - - &579 + - &580 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -19227,7 +19243,7 @@ paths: type: boolean default: false - *92 - - &580 + - &581 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: @@ -19263,7 +19279,7 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: &210 + properties: &211 id: type: integer format: int64 @@ -19549,7 +19565,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &296 + security_and_analysis: &297 nullable: true type: object properties: @@ -19662,7 +19678,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &211 + required: &212 - archive_url - assignees_url - blobs_url @@ -19750,7 +19766,7 @@ paths: - url - subscription_url examples: - default: &581 + default: &582 value: - id: '1' repository: @@ -21297,7 +21313,7 @@ paths: required: false schema: type: string - - &726 + - &727 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -21443,7 +21459,7 @@ paths: parameters: - *75 - *123 - - &727 + - &728 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 @@ -21555,7 +21571,7 @@ paths: - *123 - *125 - *124 - - &728 + - &729 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -21563,7 +21579,7 @@ paths: schema: type: string - *126 - - &729 + - &730 name: sku description: The SKU to query for usage. in: query @@ -22465,7 +22481,7 @@ paths: type: integer repository_cache_usages: type: array - items: &352 + items: &353 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -23781,7 +23797,7 @@ paths: - all - local_only - selected - selected_actions_url: &358 + selected_actions_url: &359 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` @@ -23864,7 +23880,7 @@ paths: description: Response content: application/json: - schema: &362 + schema: &363 type: object properties: days: @@ -23906,7 +23922,7 @@ paths: required: true content: application/json: - schema: &363 + schema: &364 type: object properties: days: @@ -23963,7 +23979,7 @@ paths: required: - approval_policy examples: - default: &364 + default: &365 value: approval_policy: first_time_contributors '404': *6 @@ -24022,7 +24038,7 @@ paths: description: Response content: application/json: - schema: &365 + schema: &366 type: object required: - run_workflows_from_fork_pull_requests @@ -24076,7 +24092,7 @@ paths: required: true content: application/json: - schema: &366 + schema: &367 type: object required: - run_workflows_from_fork_pull_requests @@ -24711,7 +24727,7 @@ paths: description: Response content: application/json: - schema: &367 + schema: &368 type: object properties: default_workflow_permissions: &153 @@ -24762,7 +24778,7 @@ paths: required: false content: application/json: - schema: &368 + schema: &369 type: object properties: default_workflow_permissions: *153 @@ -25893,7 +25909,7 @@ paths: application/json: schema: type: array - items: &369 + items: &370 title: Runner Application description: Runner Application type: object @@ -25918,7 +25934,7 @@ paths: - download_url - filename examples: - default: &370 + default: &371 value: - os: osx architecture: x64 @@ -26004,7 +26020,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &371 + '201': &372 description: Response content: application/json: @@ -26115,7 +26131,7 @@ paths: - token - expires_at examples: - default: &372 + default: &373 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -26154,7 +26170,7 @@ paths: application/json: schema: *164 examples: - default: &373 + default: &374 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -26188,7 +26204,7 @@ paths: application/json: schema: *162 examples: - default: &374 + default: &375 value: id: 23 name: MBP @@ -26414,7 +26430,7 @@ paths: - *75 - *161 responses: - '200': &375 + '200': &376 description: Response content: application/json: @@ -26471,7 +26487,7 @@ paths: parameters: - *75 - *161 - - &376 + - &377 name: name description: The name of a self-hosted runner's custom label. in: path @@ -26601,7 +26617,7 @@ paths: description: Response content: application/json: - schema: &388 + schema: &389 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -26630,7 +26646,7 @@ paths: - key_id - key examples: - default: &389 + default: &390 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -27043,7 +27059,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - *75 - - &357 + - &358 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)." @@ -28239,12 +28255,12 @@ paths: required: - subject_digests examples: - default: &708 + default: &709 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &709 + withPredicateType: &710 value: subject_digests: - sha256:abc123 @@ -28302,7 +28318,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &710 + default: &711 value: attestations_subject_digests: - sha256:abc: @@ -28652,7 +28668,7 @@ paths: initiator: type: string examples: - default: &402 + default: &403 value: attestations: - bundle: @@ -29003,7 +29019,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &256 + properties: &257 id: description: Unique identifier of the team type: integer @@ -29075,7 +29091,7 @@ paths: description: Unique identifier of the enterprise to which this team belongs example: 42 - required: &257 + required: &258 - id - node_id - url @@ -29581,7 +29597,7 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *75 - - &427 + - &428 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`, @@ -29591,7 +29607,7 @@ paths: schema: &185 type: string description: The name of the tool used to generate the code scanning analysis. - - &428 + - &429 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 @@ -29614,7 +29630,7 @@ paths: be returned. in: query required: false - schema: &430 + schema: &431 type: string description: State of a code scanning alert. enum: @@ -29637,7 +29653,7 @@ paths: be returned. in: query required: false - schema: &431 + schema: &432 type: string description: Severity of a code scanning alert. enum: @@ -29671,7 +29687,7 @@ paths: updated_at: *180 url: *181 html_url: *182 - instances_url: &432 + instances_url: &433 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -29694,7 +29710,7 @@ paths: required: *21 nullable: true dismissed_at: *184 - dismissed_reason: &433 + dismissed_reason: &434 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -29703,13 +29719,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &434 + dismissed_comment: &435 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &435 + rule: &436 type: object properties: id: @@ -29762,7 +29778,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &436 + tool: &437 type: object properties: name: *185 @@ -29772,26 +29788,26 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *186 - most_recent_instance: &437 + most_recent_instance: &438 type: object properties: - ref: &429 + ref: &430 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &447 + analysis_key: &448 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: &448 + environment: &449 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: &449 + category: &450 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -29811,7 +29827,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: &450 + location: &451 type: object description: Describe a region within a file for the alert. properties: @@ -29832,7 +29848,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: &451 + items: &452 type: string description: A classification of the file. For example to identify it as generated. @@ -31123,7 +31139,7 @@ paths: type: integer codespaces: type: array - items: &246 + items: &247 type: object title: Codespace description: A codespace. @@ -31153,7 +31169,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &463 + properties: &464 name: type: string description: The name of the machine. @@ -31195,7 +31211,7 @@ paths: - ready - in_progress nullable: true - required: &464 + required: &465 - name - display_name - operating_system @@ -31400,7 +31416,7 @@ paths: - pulls_url - recent_folders examples: - default: &247 + default: &248 value: total_count: 3 codespaces: @@ -32063,7 +32079,7 @@ paths: - updated_at - visibility examples: - default: &465 + default: &466 value: total_count: 2 secrets: @@ -32101,7 +32117,7 @@ paths: description: Response content: application/json: - schema: &466 + schema: &467 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -32130,7 +32146,7 @@ paths: - key_id - key examples: - default: &467 + default: &468 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -32162,7 +32178,7 @@ paths: application/json: schema: *194 examples: - default: &469 + default: &470 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -32629,7 +32645,7 @@ paths: currently being billed. seats: type: array - items: &249 + items: &250 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -33600,7 +33616,7 @@ paths: application/json: schema: type: array - items: &334 + items: &335 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -33907,7 +33923,7 @@ paths: - date additionalProperties: true examples: - default: &335 + default: &336 value: - date: '2024-06-24' total_active_users: 24 @@ -34009,7 +34025,7 @@ paths: '500': *55 '403': *29 '404': *6 - '422': &336 + '422': &337 description: Copilot Usage Metrics API setting is disabled at the organization or enterprise level. content: @@ -34194,6 +34210,7 @@ paths: - *201 - *202 - *203 + - *204 - name: artifact_registry_url in: query description: A comma-separated list of artifact registry URLs. If specified, @@ -34223,7 +34240,7 @@ paths: enum: - patch - deployment - - *204 + - *205 - name: runtime_risk in: query description: |- @@ -34232,8 +34249,8 @@ paths: Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` schema: type: string - - *205 - *206 + - *207 - *61 - *47 - *48 @@ -34245,9 +34262,9 @@ paths: application/json: schema: type: array - items: *207 + items: *208 examples: - default: *208 + default: *209 '304': *37 '400': *14 '403': *29 @@ -34291,7 +34308,7 @@ paths: type: integer secrets: type: array - items: &209 + items: &210 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -34368,7 +34385,7 @@ paths: description: Response content: application/json: - schema: &498 + schema: &499 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -34385,7 +34402,7 @@ paths: - key_id - key examples: - default: &499 + default: &500 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -34415,7 +34432,7 @@ paths: description: Response content: application/json: - schema: *209 + schema: *210 examples: default: value: @@ -34714,7 +34731,7 @@ paths: application/json: schema: type: array - items: &259 + items: &260 title: Package description: A software package type: object @@ -34764,8 +34781,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *210 - required: *211 + properties: *211 + required: *212 nullable: true created_at: type: string @@ -34784,7 +34801,7 @@ paths: - created_at - updated_at examples: - default: &260 + default: &261 value: - id: 197 name: hello_docker @@ -34954,7 +34971,7 @@ paths: application/json: schema: type: array - items: &235 + items: &236 title: Organization Invitation description: Organization Invitation type: object @@ -35001,7 +35018,7 @@ paths: - invitation_teams_url - node_id examples: - default: &236 + default: &237 value: - id: 1 login: monalisa @@ -35068,7 +35085,7 @@ paths: application/json: schema: type: array - items: &212 + items: &213 title: Org Hook description: Org Hook type: object @@ -35239,9 +35256,9 @@ paths: description: Response content: application/json: - schema: *212 + schema: *213 examples: - default: &213 + default: &214 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -35289,7 +35306,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - *75 - - &214 + - &215 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. @@ -35302,9 +35319,9 @@ paths: description: Response content: application/json: - schema: *212 + schema: *213 examples: - default: *213 + default: *214 '404': *6 x-github: githubCloudOnly: false @@ -35332,7 +35349,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - *75 - - *214 + - *215 requestBody: required: false content: @@ -35377,7 +35394,7 @@ paths: description: Response content: application/json: - schema: *212 + schema: *213 examples: default: value: @@ -35419,7 +35436,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - *75 - - *214 + - *215 responses: '204': description: Response @@ -35447,7 +35464,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *75 - - *214 + - *215 responses: '200': description: Response @@ -35478,7 +35495,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *75 - - *214 + - *215 requestBody: required: false content: @@ -35529,10 +35546,10 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *75 - - *214 - - *17 - *215 + - *17 - *216 + - *217 responses: '200': description: Response @@ -35540,9 +35557,9 @@ paths: application/json: schema: type: array - items: *217 + items: *218 examples: - default: *218 + default: *219 '400': *14 '422': *15 x-github: @@ -35568,16 +35585,16 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *75 - - *214 + - *215 - *16 responses: '200': description: Response content: application/json: - schema: *219 + schema: *220 examples: - default: *220 + default: *221 '400': *14 '422': *15 x-github: @@ -35603,7 +35620,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *75 - - *214 + - *215 - *16 responses: '202': *39 @@ -35633,7 +35650,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - *75 - - *214 + - *215 responses: '204': description: Response @@ -35656,7 +35673,7 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - *75 - - &225 + - &226 name: actor_type in: path description: The type of the actor @@ -35669,14 +35686,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &226 + - &227 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &221 + - &222 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`.' @@ -35684,7 +35701,7 @@ paths: required: true schema: type: string - - &222 + - &223 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) @@ -35778,12 +35795,12 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - *75 - - *221 - *222 + - *223 - *19 - *17 - *61 - - &231 + - &232 name: sort description: The property to sort the results by. in: query @@ -35861,14 +35878,14 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - *75 - - *221 - *222 + - *223 responses: '200': description: Response content: application/json: - schema: &223 + schema: &224 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -35884,7 +35901,7 @@ paths: type: integer format: int64 examples: - default: &224 + default: &225 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -35905,23 +35922,23 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - *75 - - &227 + - &228 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *221 - *222 + - *223 responses: '200': description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: *224 + default: *225 x-github: enabledForGitHubApps: true category: orgs @@ -35940,18 +35957,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *75 - - *221 - *222 - - *225 + - *223 - *226 + - *227 responses: '200': description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: *224 + default: *225 x-github: enabledForGitHubApps: true category: orgs @@ -35969,9 +35986,9 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - *75 - - *221 - *222 - - &228 + - *223 + - &229 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -35984,7 +36001,7 @@ paths: description: Response content: application/json: - schema: &229 + schema: &230 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -36000,7 +36017,7 @@ paths: type: integer format: int64 examples: - default: &230 + default: &231 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -36037,18 +36054,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - *75 - - *227 - - *221 - - *222 - *228 + - *222 + - *223 + - *229 responses: '200': description: Response content: application/json: - schema: *229 + schema: *230 examples: - default: *230 + default: *231 x-github: enabledForGitHubApps: true category: orgs @@ -36066,19 +36083,19 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - *75 - - *225 - *226 - - *221 + - *227 - *222 - - *228 + - *223 + - *229 responses: '200': description: Response content: application/json: - schema: *229 + schema: *230 examples: - default: *230 + default: *231 x-github: enabledForGitHubApps: true category: orgs @@ -36096,13 +36113,13 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - *75 - - *227 - - *221 + - *228 - *222 + - *223 - *19 - *17 - *61 - - *231 + - *232 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -36183,7 +36200,7 @@ paths: application/json: schema: *22 examples: - default: &537 + default: &538 value: id: 1 account: @@ -36349,12 +36366,12 @@ paths: application/json: schema: anyOf: - - &233 + - &234 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &232 + limit: &233 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -36379,7 +36396,7 @@ paths: properties: {} additionalProperties: false examples: - default: &234 + default: &235 value: limit: collaborators_only origin: organization @@ -36408,13 +36425,13 @@ paths: required: true content: application/json: - schema: &538 + schema: &539 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *232 + limit: *233 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -36438,9 +36455,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *234 examples: - default: *234 + default: *235 '422': *15 x-github: githubCloudOnly: false @@ -36516,9 +36533,9 @@ paths: application/json: schema: type: array - items: *235 + items: *236 examples: - default: *236 + default: *237 headers: Link: *67 '404': *6 @@ -36595,7 +36612,7 @@ paths: description: Response content: application/json: - schema: *235 + schema: *236 examples: default: value: @@ -36650,7 +36667,7 @@ paths: url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - *75 - - &237 + - &238 name: invitation_id description: The unique identifier of the invitation. in: path @@ -36681,7 +36698,7 @@ paths: url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - *75 - - *237 + - *238 - *17 - *19 responses: @@ -36693,7 +36710,7 @@ paths: type: array items: *197 examples: - default: &258 + default: &259 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -36736,7 +36753,7 @@ paths: application/json: schema: type: array - items: &238 + items: &239 title: Issue Field description: A custom attribute defined at the organization level for attaching structured data to issues. @@ -36969,9 +36986,9 @@ paths: description: Response content: application/json: - schema: *238 + schema: *239 examples: - default: &239 + default: &240 value: id: 512 node_id: IF_kwDNAd3NAZr @@ -37027,7 +37044,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-fields#update-issue-field-for-an-organization parameters: - *75 - - &240 + - &241 name: issue_field_id description: The unique identifier of the issue field. in: path @@ -37126,9 +37143,9 @@ paths: description: Response content: application/json: - schema: *238 + schema: *239 examples: - default: *239 + default: *240 '404': *6 '422': *7 x-github: @@ -37153,7 +37170,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-fields#delete-issue-field-for-an-organization parameters: - *75 - - *240 + - *241 responses: '204': *191 '404': *6 @@ -37183,7 +37200,7 @@ paths: application/json: schema: type: array - items: *241 + items: *242 examples: default: value: @@ -37268,9 +37285,9 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: - default: &242 + default: &243 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -37303,7 +37320,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *75 - - &243 + - &244 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -37356,9 +37373,9 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: - default: *242 + default: *243 '404': *6 '422': *7 x-github: @@ -37383,7 +37400,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *75 - - *243 + - *244 responses: '204': description: Response @@ -37446,7 +37463,7 @@ paths: - closed - all default: open - - *244 + - *245 - name: type description: Can be the name of an issue type. in: query @@ -37477,7 +37494,7 @@ paths: type: array items: *85 examples: - default: *245 + default: *246 headers: Link: *67 '404': *6 @@ -37636,9 +37653,9 @@ paths: type: integer codespaces: type: array - items: *246 + items: *247 examples: - default: *247 + default: *248 '304': *37 '500': *55 '401': *25 @@ -37665,7 +37682,7 @@ paths: parameters: - *75 - *71 - - &248 + - &249 name: codespace_name in: path required: true @@ -37700,15 +37717,15 @@ paths: parameters: - *75 - *71 - - *248 + - *249 responses: '200': description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: &462 + default: &463 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -37888,7 +37905,7 @@ paths: description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *249 + schema: *250 examples: default: value: @@ -37964,7 +37981,7 @@ paths: description: Response content: application/json: - schema: &250 + schema: &251 title: Org Membership description: Org Membership type: object @@ -38031,7 +38048,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &251 + response-if-user-has-an-active-admin-membership-with-organization: &252 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -38132,9 +38149,9 @@ paths: description: Response content: application/json: - schema: *250 + schema: *251 examples: - response-if-user-already-had-membership-with-organization: *251 + response-if-user-already-had-membership-with-organization: *252 '422': *15 '403': *29 x-github: @@ -38205,7 +38222,7 @@ paths: application/json: schema: type: array - items: &252 + items: &253 title: Migration description: A migration. type: object @@ -38534,7 +38551,7 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: default: value: @@ -38713,7 +38730,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - *75 - - &253 + - &254 name: migration_id description: The unique identifier of the migration. in: path @@ -38740,7 +38757,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *252 + schema: *253 examples: default: value: @@ -38910,7 +38927,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - *75 - - *253 + - *254 responses: '302': description: Response @@ -38932,7 +38949,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *75 - - *253 + - *254 responses: '204': description: Response @@ -38956,8 +38973,8 @@ paths: url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - *75 - - *253 - - &691 + - *254 + - &692 name: repo_name description: repo_name parameter in: path @@ -38985,7 +39002,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *75 - - *253 + - *254 - *17 - *19 responses: @@ -38997,7 +39014,7 @@ paths: type: array items: *160 examples: - default: &265 + default: &266 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -39152,7 +39169,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &255 + items: &256 title: Organization Role description: Organization roles type: object @@ -39327,7 +39344,7 @@ paths: parameters: - *75 - *77 - - &254 + - &255 name: role_id description: The unique identifier of the role. in: path @@ -39364,7 +39381,7 @@ paths: parameters: - *75 - *77 - - *254 + - *255 responses: '204': description: Response @@ -39417,7 +39434,7 @@ paths: parameters: - *75 - *71 - - *254 + - *255 responses: '204': description: Response @@ -39449,7 +39466,7 @@ paths: parameters: - *75 - *71 - - *254 + - *255 responses: '204': description: Response @@ -39478,13 +39495,13 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - *75 - - *254 + - *255 responses: '200': description: Response content: application/json: - schema: *255 + schema: *256 examples: default: value: @@ -39535,7 +39552,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *75 - - *254 + - *255 - *17 - *19 responses: @@ -39613,8 +39630,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *256 - required: *257 + properties: *257 + required: *258 nullable: true type: description: The ownership type of the team @@ -39646,7 +39663,7 @@ paths: - type - parent examples: - default: *258 + default: *259 headers: Link: *67 '404': @@ -39676,7 +39693,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *75 - - *254 + - *255 - *17 - *19 responses: @@ -39704,13 +39721,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &330 + items: &331 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *256 - required: *257 + properties: *257 + required: *258 name: nullable: true type: string @@ -39998,7 +40015,7 @@ paths: - nuget - container - *75 - - &692 + - &693 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -40034,12 +40051,12 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *260 + default: *261 '403': *29 '401': *25 - '400': &694 + '400': &695 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -40061,7 +40078,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &261 + - &262 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 @@ -40079,7 +40096,7 @@ paths: - docker - nuget - container - - &262 + - &263 name: package_name description: The name of the package. in: path @@ -40092,7 +40109,7 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: default: value: @@ -40144,8 +40161,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *261 - *262 + - *263 - *75 responses: '204': @@ -40178,8 +40195,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *261 - *262 + - *263 - *75 - name: token description: package token @@ -40212,8 +40229,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: - - *261 - *262 + - *263 - *75 - *19 - *17 @@ -40234,7 +40251,7 @@ paths: application/json: schema: type: array - items: &263 + items: &264 title: Package Version description: A version of a software package type: object @@ -40359,10 +40376,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *261 - *262 + - *263 - *75 - - &264 + - &265 name: package_version_id description: Unique identifier of the package version. in: path @@ -40374,7 +40391,7 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: default: value: @@ -40410,10 +40427,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *261 - *262 + - *263 - *75 - - *264 + - *265 responses: '204': description: Response @@ -40445,10 +40462,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *261 - *262 + - *263 - *75 - - *264 + - *265 responses: '204': description: Response @@ -40478,7 +40495,7 @@ paths: - *75 - *17 - *19 - - &266 + - &267 name: sort description: The property by which to sort the results. in: query @@ -40489,7 +40506,7 @@ paths: - created_at default: created_at - *61 - - &267 + - &268 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -40500,7 +40517,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &268 + - &269 name: repository description: The name of the repository to use to filter the results. in: query @@ -40508,7 +40525,7 @@ paths: schema: type: string example: Hello-World - - &269 + - &270 name: permission description: The permission to use to filter the results. in: query @@ -40516,7 +40533,7 @@ paths: schema: type: string example: issues_read - - &270 + - &271 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) @@ -40526,7 +40543,7 @@ paths: schema: type: string format: date-time - - &271 + - &272 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) @@ -40536,7 +40553,7 @@ paths: schema: type: string format: date-time - - &272 + - &273 name: token_id description: The ID of the token in: query @@ -40849,7 +40866,7 @@ paths: type: array items: *160 examples: - default: *265 + default: *266 headers: Link: *67 x-github: @@ -40875,14 +40892,14 @@ paths: - *75 - *17 - *19 - - *266 - - *61 - *267 + - *61 - *268 - *269 - *270 - *271 - *272 + - *273 responses: '500': *55 '422': *15 @@ -41164,7 +41181,7 @@ paths: type: array items: *160 examples: - default: *265 + default: *266 headers: Link: *67 x-github: @@ -41206,7 +41223,7 @@ paths: type: integer configurations: type: array - items: &273 + items: &274 title: Organization private registry description: Private registry configuration for an organization type: object @@ -41634,7 +41651,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &274 + org-private-registry-with-selected-visibility: &275 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -41730,9 +41747,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '404': *6 x-github: githubCloudOnly: false @@ -41959,7 +41976,7 @@ paths: application/json: schema: type: array - items: &275 + items: &276 title: Projects v2 Project description: A projects v2 project type: object @@ -42029,7 +42046,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &782 + properties: &783 id: type: number description: The unique identifier of the status update. @@ -42077,7 +42094,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &783 + required: &784 - id - node_id - created_at @@ -42102,7 +42119,7 @@ paths: - deleted_at - deleted_by examples: - default: &276 + default: &277 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -42205,7 +42222,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-organization parameters: - - &277 + - &278 name: project_number description: The project's number. in: path @@ -42218,9 +42235,9 @@ paths: description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: *276 + default: *277 headers: Link: *67 '304': *37 @@ -42243,7 +42260,7 @@ paths: url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - *75 - - *277 + - *278 requestBody: required: true description: Details of the draft item to create in the project. @@ -42277,7 +42294,7 @@ paths: description: Response content: application/json: - schema: &283 + schema: &284 title: Projects v2 Item description: An item belonging to a project type: object @@ -42291,7 +42308,7 @@ paths: content: oneOf: - *85 - - &479 + - &480 title: Pull Request Simple description: Pull Request Simple type: object @@ -42397,8 +42414,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *278 - required: *279 + properties: *279 + required: *280 nullable: true active_lock_reason: type: string @@ -42491,7 +42508,7 @@ paths: _links: type: object properties: - comments: &280 + comments: &281 title: Link description: Hypermedia Link type: object @@ -42500,13 +42517,13 @@ paths: type: string required: - href - commits: *280 - statuses: *280 - html: *280 - issue: *280 - review_comments: *280 - review_comment: *280 - self: *280 + commits: *281 + statuses: *281 + html: *281 + issue: *281 + review_comments: *281 + review_comment: *281 + self: *281 required: - comments - commits @@ -42517,7 +42534,7 @@ paths: - review_comment - self author_association: *82 - auto_merge: &588 + auto_merge: &589 title: Auto merge description: The status of auto merging a pull request. type: object @@ -42619,7 +42636,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &282 + content_type: &283 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -42659,7 +42676,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &284 + draft_issue: &285 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -42733,7 +42750,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-organization parameters: - - *277 + - *278 - *75 - *17 - *47 @@ -42745,7 +42762,7 @@ paths: application/json: schema: type: array - items: &281 + items: &282 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -42895,7 +42912,7 @@ paths: - updated_at - project_url examples: - default: &713 + default: &714 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -43025,7 +43042,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#add-a-field-to-an-organization-owned-project parameters: - - *277 + - *278 - *75 requestBody: required: true @@ -43072,7 +43089,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &714 + items: &715 type: object properties: name: @@ -43109,7 +43126,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &715 + iteration_configuration: &716 type: object description: The configuration for iteration fields. properties: @@ -43159,7 +43176,7 @@ paths: value: name: Due date data_type: date - single_select_field: &716 + single_select_field: &717 summary: Create a single select field value: name: Priority @@ -43186,7 +43203,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &717 + iteration_field: &718 summary: Create an iteration field value: name: Sprint @@ -43210,9 +43227,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *281 + schema: *282 examples: - text_field: &718 + text_field: &719 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -43221,7 +43238,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: &719 + number_field: &720 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -43230,7 +43247,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: &720 + date_field: &721 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -43239,7 +43256,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: &721 + single_select_field: &722 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -43273,7 +43290,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &722 + iteration_field: &723 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -43318,8 +43335,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - - *277 - - &723 + - *278 + - &724 name: field_id description: The unique identifier of the field. in: path @@ -43332,9 +43349,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: &724 + default: &725 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -43390,7 +43407,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *277 + - *278 - *75 - 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) @@ -43423,7 +43440,7 @@ paths: application/json: schema: type: array - items: &285 + items: &286 title: Projects v2 Item description: An item belonging to a project type: object @@ -43439,7 +43456,7 @@ paths: format: uri example: https://api.github.com/users/monalisa/2/projectsV2/3 description: The API URL of the project that contains this item. - content_type: *282 + content_type: *283 content: type: object additionalProperties: true @@ -43482,7 +43499,7 @@ paths: - updated_at - archived_at examples: - default: &286 + default: &287 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -44180,7 +44197,7 @@ paths: url: https://docs.github.com/rest/projects/items#add-item-to-organization-owned-project parameters: - *75 - - *277 + - *278 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -44250,22 +44267,22 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *284 + value: *285 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *284 + value: *285 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *284 + value: *285 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *284 + value: *285 '304': *37 '403': *29 '401': *25 @@ -44285,9 +44302,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - - *277 + - *278 - *75 - - &287 + - &288 name: item_id description: The unique identifier of the project item. in: path @@ -44313,9 +44330,9 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *286 + default: *287 headers: Link: *67 '304': *37 @@ -44336,9 +44353,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-organization parameters: - - *277 + - *278 - *75 - - *287 + - *288 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -44408,13 +44425,13 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: - text_field: *286 - number_field: *286 - date_field: *286 - single_select_field: *286 - iteration_field: *286 + text_field: *287 + number_field: *287 + date_field: *287 + single_select_field: *287 + iteration_field: *287 '401': *25 '403': *29 '404': *6 @@ -44434,9 +44451,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-organization parameters: - - *277 + - *278 - *75 - - *287 + - *288 responses: '204': description: Response @@ -44460,7 +44477,7 @@ paths: url: https://docs.github.com/rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - *75 - - *277 + - *278 requestBody: required: true content: @@ -44531,7 +44548,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &705 + schema: &706 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -44629,7 +44646,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &288 + value: &289 value: id: 1 number: 1 @@ -44675,10 +44692,10 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *288 + value: *289 roadmap_view: summary: Response for creating a roadmap view - value: *288 + value: *289 '304': *37 '403': *29 '401': *25 @@ -44706,9 +44723,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-project-view parameters: - - *277 + - *278 - *75 - - &725 + - &726 name: view_number description: The number that identifies the project view. in: path @@ -44740,9 +44757,9 @@ paths: application/json: schema: type: array - items: *285 + items: *286 examples: - default: *286 + default: *287 headers: Link: *67 '304': *37 @@ -44775,7 +44792,7 @@ paths: application/json: schema: type: array - items: &289 + items: &290 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -44843,7 +44860,7 @@ paths: - property_name - value_type examples: - default: &290 + default: &291 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -44903,7 +44920,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *289 + items: *290 minItems: 1 maxItems: 100 required: @@ -44933,9 +44950,9 @@ paths: application/json: schema: type: array - items: *289 + items: *290 examples: - default: *290 + default: *291 '403': *29 '404': *6 x-github: @@ -44957,7 +44974,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - *75 - - &291 + - &292 name: custom_property_name description: The custom property name in: path @@ -44969,9 +44986,9 @@ paths: description: Response content: application/json: - schema: *289 + schema: *290 examples: - default: &292 + default: &293 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -45006,7 +45023,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - *75 - - *291 + - *292 requestBody: required: true content: @@ -45077,9 +45094,9 @@ paths: description: Response content: application/json: - schema: *289 + schema: *290 examples: - default: *292 + default: *293 '403': *29 '404': *6 x-github: @@ -45103,7 +45120,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - *75 - - *291 + - *292 responses: '204': *191 '403': *29 @@ -45164,7 +45181,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &293 + items: &294 title: Custom Property Value description: Custom property name and associated value type: object @@ -45251,7 +45268,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *293 + items: *294 required: - repository_names - properties @@ -45443,7 +45460,7 @@ paths: type: array items: *160 examples: - default: *265 + default: *266 headers: Link: *67 x-github: @@ -45645,7 +45662,7 @@ paths: description: Response content: application/json: - schema: &344 + schema: &345 title: Full Repository description: Full Repository type: object @@ -45933,8 +45950,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *294 - required: *295 + properties: *295 + required: *296 nullable: true temp_clone_token: type: string @@ -46049,7 +46066,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &484 + properties: &485 url: type: string format: uri @@ -46065,12 +46082,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &485 + required: &486 - url - key - name - html_url - security_and_analysis: *296 + security_and_analysis: *297 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -46154,7 +46171,7 @@ paths: - network_count - subscribers_count examples: - default: &346 + default: &347 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -46675,7 +46692,7 @@ paths: - *75 - *17 - *19 - - &610 + - &611 name: targets description: | A comma-separated list of rule targets to filter by. @@ -46693,7 +46710,7 @@ paths: application/json: schema: type: array - items: &323 + items: &324 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -46728,7 +46745,7 @@ paths: source: type: string description: The name of the source - enforcement: &299 + enforcement: &300 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -46741,7 +46758,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &300 + items: &301 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -46811,7 +46828,7 @@ paths: conditions: nullable: true anyOf: - - &297 + - &298 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -46835,7 +46852,7 @@ paths: match. items: type: string - - &301 + - &302 title: Organization ruleset conditions type: object description: |- @@ -46849,7 +46866,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *297 + - *298 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -46883,7 +46900,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *297 + - *298 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -46905,7 +46922,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *297 + - *298 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -46918,7 +46935,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &298 + items: &299 title: Repository ruleset property targeting definition type: object @@ -46951,17 +46968,17 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *298 + items: *299 required: - repository_property rules: type: array - items: &611 + items: &612 title: Repository Rule type: object description: A repository rule. oneOf: - - &302 + - &303 title: creation description: Only allow users with bypass permission to create matching refs. @@ -46973,7 +46990,7 @@ paths: type: string enum: - creation - - &303 + - &304 title: update description: Only allow users with bypass permission to update matching refs. @@ -46994,7 +47011,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &304 + - &305 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -47006,7 +47023,7 @@ paths: type: string enum: - deletion - - &305 + - &306 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -47018,7 +47035,7 @@ paths: type: string enum: - required_linear_history - - &609 + - &610 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -47096,7 +47113,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &306 + - &307 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -47120,7 +47137,7 @@ paths: type: string required: - required_deployment_environments - - &307 + - &308 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -47132,7 +47149,7 @@ paths: type: string enum: - required_signatures - - &308 + - &309 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -47238,7 +47255,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &309 + - &310 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -47286,7 +47303,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &310 + - &311 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -47298,7 +47315,7 @@ paths: type: string enum: - non_fast_forward - - &311 + - &312 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -47335,7 +47352,7 @@ paths: required: - operator - pattern - - &312 + - &313 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -47372,7 +47389,7 @@ paths: required: - operator - pattern - - &313 + - &314 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -47409,7 +47426,7 @@ paths: required: - operator - pattern - - &314 + - &315 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -47446,7 +47463,7 @@ paths: required: - operator - pattern - - &315 + - &316 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -47483,7 +47500,7 @@ paths: required: - operator - pattern - - &316 + - &317 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -47508,7 +47525,7 @@ paths: type: string required: - restricted_file_paths - - &317 + - &318 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -47532,7 +47549,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &318 + - &319 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -47555,7 +47572,7 @@ paths: type: string required: - restricted_file_extensions - - &319 + - &320 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -47580,7 +47597,7 @@ paths: maximum: 100 required: - max_file_size - - &320 + - &321 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -47630,7 +47647,7 @@ paths: - repository_id required: - workflows - - &321 + - &322 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -47691,7 +47708,7 @@ paths: - tool required: - code_scanning_tools - - &322 + - &323 title: copilot_code_review description: Request Copilot code review for new pull requests automatically if the author has access to Copilot code @@ -47790,21 +47807,20 @@ paths: - push - repository default: branch - enforcement: *299 + enforcement: *300 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *300 - conditions: *301 + items: *301 + conditions: *302 rules: type: array description: An array of rules within the ruleset. - items: &325 + items: &326 title: Repository Rule type: object description: A repository rule. oneOf: - - *302 - *303 - *304 - *305 @@ -47825,6 +47841,7 @@ paths: - *320 - *321 - *322 + - *323 required: - name - enforcement @@ -47862,9 +47879,9 @@ paths: description: Response content: application/json: - schema: *323 + schema: *324 examples: - default: &324 + default: &325 value: id: 21 name: super cool ruleset @@ -47920,7 +47937,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *75 - - &612 + - &613 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 @@ -47935,7 +47952,7 @@ paths: in: query schema: type: string - - &613 + - &614 name: time_period description: |- The time period to filter by. @@ -47951,14 +47968,14 @@ paths: - week - month default: day - - &614 + - &615 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 - - &615 + - &616 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -47978,7 +47995,7 @@ paths: description: Response content: application/json: - schema: &616 + schema: &617 title: Rule Suites description: Response type: array @@ -48033,7 +48050,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &617 + default: &618 value: - id: 21 actor_id: 12 @@ -48077,7 +48094,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *75 - - &618 + - &619 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -48093,7 +48110,7 @@ paths: description: Response content: application/json: - schema: &619 + schema: &620 title: Rule Suite description: Response type: object @@ -48192,7 +48209,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &620 + default: &621 value: id: 21 actor_id: 12 @@ -48265,9 +48282,9 @@ paths: description: Response content: application/json: - schema: *323 + schema: *324 examples: - default: *324 + default: *325 '404': *6 '500': *55 put: @@ -48311,16 +48328,16 @@ paths: - tag - push - repository - enforcement: *299 + enforcement: *300 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *300 - conditions: *301 + items: *301 + conditions: *302 rules: description: An array of rules within the ruleset. type: array - items: *325 + items: *326 examples: default: value: @@ -48355,9 +48372,9 @@ paths: description: Response content: application/json: - schema: *323 + schema: *324 examples: - default: *324 + default: *325 '404': *6 '422': *15 '500': *55 @@ -48415,7 +48432,7 @@ paths: application/json: schema: type: array - items: &326 + items: &327 title: Ruleset version type: object description: The historical version of a ruleset @@ -48439,7 +48456,7 @@ paths: type: string format: date-time examples: - default: &622 + default: &623 value: - version_id: 3 actor: @@ -48492,9 +48509,9 @@ paths: description: Response content: application/json: - schema: &623 + schema: &624 allOf: - - *326 + - *327 - type: object required: - state @@ -48564,7 +48581,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *75 - - &624 + - &625 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -48575,7 +48592,7 @@ paths: enum: - open - resolved - - &625 + - &626 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -48585,7 +48602,7 @@ paths: required: false schema: type: string - - &626 + - &627 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -48594,7 +48611,7 @@ paths: required: false schema: type: string - - &627 + - &628 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -48613,7 +48630,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &628 + - &629 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. @@ -48628,7 +48645,7 @@ paths: - *61 - *19 - *17 - - &629 + - &630 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 @@ -48638,7 +48655,7 @@ paths: required: false schema: type: string - - &630 + - &631 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 @@ -48648,7 +48665,7 @@ paths: required: false schema: type: string - - &631 + - &632 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -48657,7 +48674,7 @@ paths: required: false schema: type: string - - &632 + - &633 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -48666,7 +48683,7 @@ paths: schema: type: boolean default: false - - &633 + - &634 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -48675,7 +48692,7 @@ paths: schema: type: boolean default: false - - &634 + - &635 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -48710,14 +48727,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &635 + state: &636 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: &636 + resolution: &637 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -48824,8 +48841,8 @@ paths: pull request. ' - oneOf: &637 - - &639 + oneOf: &638 + - &640 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -48883,7 +48900,7 @@ paths: - blob_url - commit_sha - commit_url - - &640 + - &641 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. @@ -48938,7 +48955,7 @@ paths: - page_url - commit_sha - commit_url - - &641 + - &642 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -48958,7 +48975,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &642 + - &643 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -48978,7 +48995,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &643 + - &644 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -48998,7 +49015,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &644 + - &645 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -49012,7 +49029,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &645 + - &646 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -49026,7 +49043,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &646 + - &647 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -49040,7 +49057,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &647 + - &648 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. @@ -49060,7 +49077,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &648 + - &649 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. @@ -49080,7 +49097,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &649 + - &650 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. @@ -49100,7 +49117,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &650 + - &651 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. @@ -49120,7 +49137,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &651 + - &652 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -49383,7 +49400,7 @@ paths: related to push protection. type: object properties: - pattern_config_version: &328 + pattern_config_version: &329 type: string description: The version of the entity. This is used to confirm you're updating the current version of the entity and mitigate @@ -49392,7 +49409,7 @@ paths: provider_pattern_overrides: type: array description: Overrides for partner patterns. - items: &327 + items: &328 type: object properties: token_type: @@ -49458,7 +49475,7 @@ paths: custom_pattern_overrides: type: array description: Overrides for custom patterns defined by the organization. - items: *327 + items: *328 examples: default: value: @@ -49515,7 +49532,7 @@ paths: schema: type: object properties: - pattern_config_version: *328 + pattern_config_version: *329 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -49541,7 +49558,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *328 + custom_pattern_version: *329 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -49639,7 +49656,7 @@ paths: application/json: schema: type: array - items: &655 + items: &656 description: A repository security advisory. type: object properties: @@ -49859,7 +49876,7 @@ paths: login: type: string description: The username of the user credited. - type: *329 + type: *330 credits_detailed: type: array nullable: true @@ -49869,7 +49886,7 @@ paths: type: object properties: user: *4 - type: *329 + type: *330 state: type: string description: The state of the user's acceptance of the @@ -49930,7 +49947,7 @@ paths: - private_fork additionalProperties: false examples: - default: &656 + default: &657 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -50317,7 +50334,7 @@ paths: application/json: schema: type: array - items: *330 + items: *331 examples: default: value: @@ -50670,7 +50687,7 @@ paths: type: integer network_configurations: type: array - items: &331 + items: &332 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -50816,9 +50833,9 @@ paths: description: Response content: application/json: - schema: *331 + schema: *332 examples: - default: &332 + default: &333 value: id: 123456789ABCDEF name: My network configuration @@ -50847,7 +50864,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - *75 - - &333 + - &334 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -50859,9 +50876,9 @@ paths: description: Response content: application/json: - schema: *331 + schema: *332 examples: - default: *332 + default: *333 headers: Link: *67 x-github: @@ -50883,7 +50900,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - *75 - - *333 + - *334 requestBody: required: true content: @@ -50936,9 +50953,9 @@ paths: description: Response content: application/json: - schema: *331 + schema: *332 examples: - default: *332 + default: *333 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50958,7 +50975,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - *75 - - *333 + - *334 responses: '204': description: Response @@ -51098,13 +51115,13 @@ paths: application/json: schema: type: array - items: *334 + items: *335 examples: - default: *335 + default: *336 '500': *55 '403': *29 '404': *6 - '422': *336 + '422': *337 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51146,7 +51163,7 @@ paths: type: array items: *197 examples: - default: *258 + default: *259 headers: Link: *67 '403': *29 @@ -51240,7 +51257,7 @@ paths: description: Response content: application/json: - schema: &337 + schema: &338 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -51303,8 +51320,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *256 - required: *257 + properties: *257 + required: *258 nullable: true members_count: type: integer @@ -51567,7 +51584,7 @@ paths: - repos_count - organization examples: - default: &338 + default: &339 value: id: 1 node_id: MDQ6VGVhbTE= @@ -51644,9 +51661,9 @@ paths: description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 '404': *6 x-github: githubCloudOnly: false @@ -51730,16 +51747,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 '201': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 '404': *6 '422': *15 '403': *29 @@ -51769,7 +51786,7 @@ paths: responses: '204': description: Response - '422': &339 + '422': &340 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -51803,12 +51820,12 @@ paths: application/json: schema: type: array - items: *235 + items: *236 examples: - default: *236 + default: *237 headers: Link: *67 - '422': *339 + '422': *340 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51890,7 +51907,7 @@ paths: description: Response content: application/json: - schema: &340 + schema: &341 title: Team Membership description: Team Membership type: object @@ -51917,7 +51934,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &672 + response-if-user-is-a-team-maintainer: &673 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -51980,9 +51997,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - response-if-users-membership-with-team-is-now-pending: &673 + response-if-users-membership-with-team-is-now-pending: &674 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -52058,7 +52075,7 @@ paths: type: array items: *160 examples: - default: *265 + default: *266 headers: Link: *67 x-github: @@ -52089,14 +52106,14 @@ paths: parameters: - *75 - *77 - - *341 - *342 + - *343 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &674 + schema: &675 title: Team Repository description: A team's access to a repository. type: object @@ -52667,8 +52684,8 @@ paths: parameters: - *75 - *77 - - *341 - *342 + - *343 requestBody: required: false content: @@ -52715,8 +52732,8 @@ paths: parameters: - *75 - *77 - - *341 - *342 + - *343 responses: '204': description: Response @@ -52753,7 +52770,7 @@ paths: type: array items: *197 examples: - response-if-child-teams-exist: &675 + response-if-child-teams-exist: &676 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -52907,7 +52924,7 @@ paths: resources: type: object properties: - core: &343 + core: &344 title: Rate Limit type: object properties: @@ -52924,21 +52941,21 @@ paths: - remaining - reset - used - graphql: *343 - search: *343 - code_search: *343 - source_import: *343 - integration_manifest: *343 - code_scanning_upload: *343 - actions_runner_registration: *343 - scim: *343 - dependency_snapshots: *343 - dependency_sbom: *343 - code_scanning_autofix: *343 + graphql: *344 + search: *344 + code_search: *344 + source_import: *344 + integration_manifest: *344 + code_scanning_upload: *344 + actions_runner_registration: *344 + scim: *344 + dependency_snapshots: *344 + dependency_sbom: *344 + code_scanning_autofix: *344 required: - core - search - rate: *343 + rate: *344 required: - rate - resources @@ -53043,14 +53060,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *341 - *342 + - *343 responses: '200': description: Response content: application/json: - schema: *344 + schema: *345 examples: default-response: summary: Default response @@ -53555,7 +53572,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *345 + '301': *346 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53573,8 +53590,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *341 - *342 + - *343 requestBody: required: false content: @@ -53865,10 +53882,10 @@ paths: description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: *346 - '307': &347 + default: *347 + '307': &348 description: Temporary Redirect content: application/json: @@ -53897,8 +53914,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *341 - *342 + - *343 responses: '204': description: Response @@ -53920,7 +53937,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *347 + '307': *348 '404': *6 '409': *54 x-github: @@ -53944,11 +53961,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *341 - *342 + - *343 - *17 - *19 - - &380 + - &381 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -53971,7 +53988,7 @@ paths: type: integer artifacts: type: array - items: &348 + items: &349 title: Artifact description: An artifact type: object @@ -54049,7 +54066,7 @@ paths: - expires_at - updated_at examples: - default: &381 + default: &382 value: total_count: 2 artifacts: @@ -54110,9 +54127,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *341 - *342 - - &349 + - *343 + - &350 name: artifact_id description: The unique identifier of the artifact. in: path @@ -54124,7 +54141,7 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: default: value: @@ -54162,9 +54179,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *341 - *342 - - *349 + - *343 + - *350 responses: '204': description: Response @@ -54188,9 +54205,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *341 - *342 - - *349 + - *343 + - *350 - name: archive_format in: path required: true @@ -54204,7 +54221,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': &541 + '410': &542 description: Gone content: application/json: @@ -54229,14 +54246,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-retention-limit-for-a-repository parameters: - - *341 - *342 + - *343 responses: '200': description: Response content: application/json: - schema: &350 + schema: &351 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -54269,13 +54286,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-retention-limit-for-a-repository parameters: - - *341 - *342 + - *343 requestBody: required: true content: application/json: - schema: *350 + schema: *351 examples: selected_actions: *42 responses: @@ -54304,14 +54321,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-storage-limit-for-a-repository parameters: - - *341 - *342 + - *343 responses: '200': description: Response content: application/json: - schema: &351 + schema: &352 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -54344,13 +54361,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-storage-limit-for-a-repository parameters: - - *341 - *342 + - *343 requestBody: required: true content: application/json: - schema: *351 + schema: *352 examples: selected_actions: *44 responses: @@ -54381,14 +54398,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *341 - *342 + - *343 responses: '200': description: Response content: application/json: - schema: *352 + schema: *353 examples: default: value: @@ -54414,11 +54431,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *341 - *342 + - *343 - *17 - *19 - - &353 + - &354 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 @@ -54452,7 +54469,7 @@ paths: description: Response content: application/json: - schema: &354 + schema: &355 title: Repository actions caches description: Repository actions caches type: object @@ -54494,7 +54511,7 @@ paths: - total_count - actions_caches examples: - default: &355 + default: &356 value: total_count: 1 actions_caches: @@ -54526,23 +54543,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: - - *341 - *342 + - *343 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *353 + - *354 responses: '200': description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54562,8 +54579,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: - - *341 - *342 + - *343 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -54594,9 +54611,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *341 - *342 - - &356 + - *343 + - &357 name: job_id description: The unique identifier of the job. in: path @@ -54608,7 +54625,7 @@ paths: description: Response content: application/json: - schema: &384 + schema: &385 title: Job description: Information of a job execution in a workflow run type: object @@ -54915,9 +54932,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *341 - *342 - - *356 + - *343 + - *357 responses: '302': description: Response @@ -54945,9 +54962,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *341 - *342 - - *356 + - *343 + - *357 requestBody: required: false content: @@ -54992,8 +55009,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: - - *341 - *342 + - *343 responses: '200': description: Status response @@ -55043,8 +55060,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: - - *341 - *342 + - *343 requestBody: required: true content: @@ -55107,8 +55124,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -55126,7 +55143,7 @@ paths: type: integer secrets: type: array - items: &386 + items: &387 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -55146,7 +55163,7 @@ paths: - created_at - updated_at examples: - default: &387 + default: &388 value: total_count: 2 secrets: @@ -55179,9 +55196,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *341 - *342 - - *357 + - *343 + - *358 - *19 responses: '200': @@ -55198,7 +55215,7 @@ paths: type: integer variables: type: array - items: &390 + items: &391 title: Actions Variable type: object properties: @@ -55228,7 +55245,7 @@ paths: - created_at - updated_at examples: - default: &391 + default: &392 value: total_count: 2 variables: @@ -55261,8 +55278,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -55271,11 +55288,11 @@ paths: schema: type: object properties: - enabled: &359 + enabled: &360 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *145 - selected_actions_url: *358 + selected_actions_url: *359 sha_pinning_required: *146 required: - enabled @@ -55304,8 +55321,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *341 - *342 + - *343 responses: '204': description: Response @@ -55316,7 +55333,7 @@ paths: schema: type: object properties: - enabled: *359 + enabled: *360 allowed_actions: *145 sha_pinning_required: *146 required: @@ -55348,14 +55365,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: - - *341 - *342 + - *343 responses: '200': description: Response content: application/json: - schema: &360 + schema: &361 type: object properties: access_level: @@ -55372,7 +55389,7 @@ paths: required: - access_level examples: - default: &361 + default: &362 value: access_level: organization x-github: @@ -55396,15 +55413,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: - - *341 - *342 + - *343 requestBody: required: true content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 responses: '204': description: Response @@ -55428,14 +55445,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *341 - *342 + - *343 responses: '200': description: Response content: application/json: - schema: *362 + schema: *363 examples: default: value: @@ -55459,8 +55476,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *341 - *342 + - *343 responses: '204': description: Empty response for successful settings update @@ -55470,7 +55487,7 @@ paths: required: true content: application/json: - schema: *363 + schema: *364 examples: default: summary: Set retention days @@ -55494,8 +55511,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -55503,7 +55520,7 @@ paths: application/json: schema: *147 examples: - default: *364 + default: *365 '404': *6 x-github: enabledForGitHubApps: true @@ -55522,8 +55539,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *341 - *342 + - *343 responses: '204': description: Response @@ -55557,14 +55574,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: - - *341 - *342 + - *343 responses: '200': description: Response content: application/json: - schema: *365 + schema: *366 examples: default: *148 '403': *29 @@ -55586,13 +55603,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: - - *341 - *342 + - *343 requestBody: required: true content: application/json: - schema: *366 + schema: *367 examples: default: *148 responses: @@ -55618,8 +55635,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -55646,8 +55663,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *341 - *342 + - *343 responses: '204': description: Response @@ -55679,14 +55696,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *341 - *342 + - *343 responses: '200': description: Response content: application/json: - schema: *367 + schema: *368 examples: default: *155 x-github: @@ -55709,8 +55726,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *341 - *342 + - *343 responses: '204': description: Success response @@ -55721,7 +55738,7 @@ paths: required: true content: application/json: - schema: *368 + schema: *369 examples: default: *155 x-github: @@ -55750,8 +55767,8 @@ paths: in: query schema: type: string - - *341 - *342 + - *343 - *17 - *19 responses: @@ -55795,8 +55812,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -55804,9 +55821,9 @@ paths: application/json: schema: type: array - items: *369 + items: *370 examples: - default: *370 + default: *371 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55828,8 +55845,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: - - *341 - *342 + - *343 requestBody: required: true content: @@ -55872,7 +55889,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *371 + '201': *372 '404': *6 '422': *7 '409': *54 @@ -55903,8 +55920,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *341 - *342 + - *343 responses: '201': description: Response @@ -55912,7 +55929,7 @@ paths: application/json: schema: *164 examples: - default: *372 + default: *373 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55940,8 +55957,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *341 - *342 + - *343 responses: '201': description: Response @@ -55949,7 +55966,7 @@ paths: application/json: schema: *164 examples: - default: *373 + default: *374 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55971,8 +55988,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: - - *341 - *342 + - *343 - *161 responses: '200': @@ -55981,7 +55998,7 @@ paths: application/json: schema: *162 examples: - default: *374 + default: *375 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56002,8 +56019,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: - - *341 - *342 + - *343 - *161 responses: '204': @@ -56030,8 +56047,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: - - *341 - *342 + - *343 - *161 responses: '200': *166 @@ -56056,8 +56073,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: - - *341 - *342 + - *343 - *161 requestBody: required: true @@ -56106,8 +56123,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: - - *341 - *342 + - *343 - *161 requestBody: required: true @@ -56157,11 +56174,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: - - *341 - *342 + - *343 - *161 responses: - '200': *375 + '200': *376 '404': *6 x-github: githubCloudOnly: false @@ -56188,10 +56205,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: - - *341 - *342 + - *343 - *161 - - *376 + - *377 responses: '200': *166 '404': *6 @@ -56219,9 +56236,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *341 - *342 - - &394 + - *343 + - &395 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. @@ -56229,7 +56246,7 @@ paths: required: false schema: type: string - - &395 + - &396 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -56237,7 +56254,7 @@ paths: required: false schema: type: string - - &396 + - &397 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -56246,7 +56263,7 @@ paths: required: false schema: type: string - - &397 + - &398 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 @@ -56273,7 +56290,7 @@ paths: - pending - *17 - *19 - - &398 + - &399 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)." @@ -56282,7 +56299,7 @@ paths: schema: type: string format: date-time - - &377 + - &378 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -56291,13 +56308,13 @@ paths: schema: type: boolean default: false - - &399 + - &400 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &400 + - &401 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -56320,7 +56337,7 @@ paths: type: integer workflow_runs: type: array - items: &378 + items: &379 title: Workflow Run description: An invocation of a workflow type: object @@ -56468,7 +56485,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &422 + properties: &423 id: type: string description: SHA for the commit @@ -56519,7 +56536,7 @@ paths: - name - email nullable: true - required: &423 + required: &424 - id - tree_id - message @@ -56566,7 +56583,7 @@ paths: - workflow_url - pull_requests examples: - default: &401 + default: &402 value: total_count: 1 workflow_runs: @@ -56802,24 +56819,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *341 - *342 - - &379 + - *343 + - &380 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *377 + - *378 responses: '200': description: Response content: application/json: - schema: *378 + schema: *379 examples: - default: &382 + default: &383 value: id: 30433642 name: Build @@ -57060,9 +57077,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *341 - *342 - - *379 + - *343 + - *380 responses: '204': description: Response @@ -57085,9 +57102,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *341 - *342 - - *379 + - *343 + - *380 responses: '200': description: Response @@ -57206,9 +57223,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: - - *341 - *342 - - *379 + - *343 + - *380 responses: '201': description: Response @@ -57241,12 +57258,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *341 - *342 - - *379 + - *343 + - *380 - *17 - *19 - - *380 + - *381 - *61 responses: '200': @@ -57263,9 +57280,9 @@ paths: type: integer artifacts: type: array - items: *348 + items: *349 examples: - default: *381 + default: *382 headers: Link: *67 x-github: @@ -57289,25 +57306,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *341 - *342 - - *379 - - &383 + - *343 + - *380 + - &384 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *377 + - *378 responses: '200': description: Response content: application/json: - schema: *378 + schema: *379 examples: - default: *382 + default: *383 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57330,10 +57347,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *341 - *342 - - *379 - - *383 + - *343 + - *380 + - *384 - *17 - *19 responses: @@ -57351,9 +57368,9 @@ paths: type: integer jobs: type: array - items: *384 + items: *385 examples: - default: &385 + default: &386 value: total_count: 1 jobs: @@ -57466,10 +57483,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *341 - *342 - - *379 - - *383 + - *343 + - *380 + - *384 responses: '302': description: Response @@ -57497,9 +57514,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *341 - *342 - - *379 + - *343 + - *380 responses: '202': description: Response @@ -57532,9 +57549,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: - - *341 - *342 - - *379 + - *343 + - *380 requestBody: required: true content: @@ -57601,9 +57618,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *341 - *342 - - *379 + - *343 + - *380 responses: '202': description: Response @@ -57636,9 +57653,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *341 - *342 - - *379 + - *343 + - *380 - 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 @@ -57668,9 +57685,9 @@ paths: type: integer jobs: type: array - items: *384 + items: *385 examples: - default: *385 + default: *386 headers: Link: *67 x-github: @@ -57695,9 +57712,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *341 - *342 - - *379 + - *343 + - *380 responses: '302': description: Response @@ -57724,9 +57741,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *341 - *342 - - *379 + - *343 + - *380 responses: '204': description: Response @@ -57753,9 +57770,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *341 - *342 - - *379 + - *343 + - *380 responses: '200': description: Response @@ -57815,7 +57832,7 @@ paths: items: type: object properties: - type: &507 + type: &508 type: string description: The type of reviewer. enum: @@ -57900,9 +57917,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *341 - *342 - - *379 + - *343 + - *380 requestBody: required: true content: @@ -57949,12 +57966,12 @@ paths: application/json: schema: type: array - items: &502 + items: &503 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &745 + properties: &746 url: type: string format: uri @@ -58039,7 +58056,7 @@ paths: nullable: true properties: *80 required: *81 - required: &746 + required: &747 - id - node_id - sha @@ -58055,7 +58072,7 @@ paths: - created_at - updated_at examples: - default: &503 + default: &504 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -58111,9 +58128,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *341 - *342 - - *379 + - *343 + - *380 requestBody: required: false content: @@ -58157,9 +58174,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *341 - *342 - - *379 + - *343 + - *380 requestBody: required: false content: @@ -58212,9 +58229,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *341 - *342 - - *379 + - *343 + - *380 responses: '200': description: Response @@ -58351,8 +58368,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -58370,9 +58387,9 @@ paths: type: integer secrets: type: array - items: *386 + items: *387 examples: - default: *387 + default: *388 headers: Link: *67 x-github: @@ -58397,16 +58414,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *341 - *342 + - *343 responses: '200': description: Response content: application/json: - schema: *388 + schema: *389 examples: - default: *389 + default: *390 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58428,17 +58445,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *341 - *342 + - *343 - *168 responses: '200': description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: &520 + default: &521 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -58464,8 +58481,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *341 - *342 + - *343 - *168 requestBody: required: true @@ -58523,8 +58540,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *341 - *342 + - *343 - *168 responses: '204': @@ -58550,9 +58567,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *341 - *342 - - *357 + - *343 + - *358 - *19 responses: '200': @@ -58569,9 +58586,9 @@ paths: type: integer variables: type: array - items: *390 + items: *391 examples: - default: *391 + default: *392 headers: Link: *67 x-github: @@ -58594,8 +58611,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -58647,17 +58664,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *341 - *342 + - *343 - *171 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: &521 + default: &522 value: name: USERNAME value: octocat @@ -58683,8 +58700,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *341 - *342 + - *343 - *171 requestBody: required: true @@ -58727,8 +58744,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *341 - *342 + - *343 - *171 responses: '204': @@ -58754,8 +58771,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -58773,7 +58790,7 @@ paths: type: integer workflows: type: array - items: &392 + items: &393 title: Workflow description: A GitHub Actions workflow type: object @@ -58880,9 +58897,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *341 - *342 - - &393 + - *343 + - &394 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -58897,7 +58914,7 @@ paths: description: Response content: application/json: - schema: *392 + schema: *393 examples: default: value: @@ -58930,9 +58947,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *341 - *342 - - *393 + - *343 + - *394 responses: '204': description: Response @@ -58957,9 +58974,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *341 - *342 - - *393 + - *343 + - *394 responses: '204': description: Empty response when `return_run_details` parameter is `false`. @@ -59046,9 +59063,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *341 - *342 - - *393 + - *343 + - *394 responses: '204': description: Response @@ -59075,19 +59092,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *341 - *342 - - *393 + - *343 - *394 - *395 - *396 - *397 + - *398 - *17 - *19 - - *398 - - *377 - *399 + - *378 - *400 + - *401 responses: '200': description: Response @@ -59103,9 +59120,9 @@ paths: type: integer workflow_runs: type: array - items: *378 + items: *379 examples: - default: *401 + default: *402 headers: Link: *67 x-github: @@ -59137,9 +59154,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *341 - *342 - - *393 + - *343 + - *394 responses: '200': description: Response @@ -59200,8 +59217,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *341 - *342 + - *343 - *61 - *17 - *47 @@ -59365,8 +59382,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -59403,8 +59420,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *341 - *342 + - *343 - name: assignee in: path required: true @@ -59440,8 +59457,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#create-an-attestation parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -59551,8 +59568,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#list-attestations parameters: - - *341 - *342 + - *343 - *17 - *47 - *48 @@ -59609,7 +59626,7 @@ paths: initiator: type: string examples: - default: *402 + default: *403 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59629,8 +59646,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -59638,7 +59655,7 @@ paths: application/json: schema: type: array - items: &403 + items: &404 title: Autolink reference description: An autolink reference. type: object @@ -59692,8 +59709,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -59732,9 +59749,9 @@ paths: description: response content: application/json: - schema: *403 + schema: *404 examples: - default: &404 + default: &405 value: id: 1 key_prefix: TICKET- @@ -59765,9 +59782,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *341 - *342 - - &405 + - *343 + - &406 name: autolink_id description: The unique identifier of the autolink. in: path @@ -59779,9 +59796,9 @@ paths: description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: *404 + default: *405 '404': *6 x-github: githubCloudOnly: false @@ -59801,9 +59818,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *341 - *342 - - *405 + - *343 + - *406 responses: '204': description: Response @@ -59827,8 +59844,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: - - *341 - *342 + - *343 responses: '200': description: Response if Dependabot is enabled @@ -59876,8 +59893,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *341 - *342 + - *343 responses: '204': description: Response @@ -59898,8 +59915,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *341 - *342 + - *343 responses: '204': description: Response @@ -59919,8 +59936,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *341 - *342 + - *343 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -59958,7 +59975,7 @@ paths: - url protected: type: boolean - protection: &407 + protection: &408 title: Branch Protection description: Branch Protection type: object @@ -60000,7 +60017,7 @@ paths: required: - contexts - checks - enforce_admins: &410 + enforce_admins: &411 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -60015,7 +60032,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &412 + required_pull_request_reviews: &413 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -60091,7 +60108,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &409 + restrictions: &410 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -60368,9 +60385,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *341 - *342 - - &408 + - *343 + - &409 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). @@ -60384,14 +60401,14 @@ paths: description: Response content: application/json: - schema: &418 + schema: &419 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &475 + commit: &476 title: Commit description: Commit type: object @@ -60425,7 +60442,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &406 + properties: &407 name: type: string example: '"Chris Wanstrath"' @@ -60441,7 +60458,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *406 + properties: *407 nullable: true message: type: string @@ -60462,7 +60479,7 @@ paths: required: - sha - url - verification: &527 + verification: &528 title: Verification type: object properties: @@ -60532,7 +60549,7 @@ paths: type: integer files: type: array - items: &488 + items: &489 title: Diff Entry description: Diff Entry type: object @@ -60616,7 +60633,7 @@ paths: - self protected: type: boolean - protection: *407 + protection: *408 protection_url: type: string format: uri @@ -60723,7 +60740,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *345 + '301': *346 '404': *6 x-github: githubCloudOnly: false @@ -60745,15 +60762,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '200': description: Response content: application/json: - schema: *407 + schema: *408 examples: default: value: @@ -60947,9 +60964,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *341 - *342 - - *408 + - *343 + - *409 requestBody: required: true content: @@ -61204,7 +61221,7 @@ paths: url: type: string format: uri - required_status_checks: &415 + required_status_checks: &416 title: Status Check Policy description: Status Check Policy type: object @@ -61356,7 +61373,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *409 + restrictions: *410 required_conversation_resolution: type: object properties: @@ -61468,9 +61485,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '204': description: Response @@ -61495,17 +61512,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '200': description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: &411 + default: &412 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -61527,17 +61544,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '200': description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: *411 + default: *412 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61556,9 +61573,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '204': description: Response @@ -61583,17 +61600,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '200': description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: &413 + default: &414 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -61689,9 +61706,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *341 - *342 - - *408 + - *343 + - *409 requestBody: required: false content: @@ -61789,9 +61806,9 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: *413 + default: *414 '422': *15 x-github: githubCloudOnly: false @@ -61812,9 +61829,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '204': description: Response @@ -61841,17 +61858,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '200': description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: &414 + default: &415 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -61874,17 +61891,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '200': description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: *414 + default: *415 '404': *6 x-github: githubCloudOnly: false @@ -61904,9 +61921,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '204': description: Response @@ -61931,17 +61948,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '200': description: Response content: application/json: - schema: *415 + schema: *416 examples: - default: &416 + default: &417 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -61967,9 +61984,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *341 - *342 - - *408 + - *343 + - *409 requestBody: required: false content: @@ -62021,9 +62038,9 @@ paths: description: Response content: application/json: - schema: *415 + schema: *416 examples: - default: *416 + default: *417 '404': *6 '422': *15 x-github: @@ -62045,9 +62062,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '204': description: Response @@ -62071,9 +62088,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '200': description: Response @@ -62107,9 +62124,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *341 - *342 - - *408 + - *343 + - *409 requestBody: required: false content: @@ -62176,9 +62193,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *341 - *342 - - *408 + - *343 + - *409 requestBody: required: false content: @@ -62242,9 +62259,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *341 - *342 - - *408 + - *343 + - *409 requestBody: content: application/json: @@ -62310,15 +62327,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '200': description: Response content: application/json: - schema: *409 + schema: *410 examples: default: value: @@ -62409,9 +62426,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '204': description: Response @@ -62434,9 +62451,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '200': description: Response @@ -62446,7 +62463,7 @@ paths: type: array items: *5 examples: - default: &417 + default: &418 value: - id: 1 slug: octoapp @@ -62503,9 +62520,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *341 - *342 - - *408 + - *343 + - *409 requestBody: required: true content: @@ -62539,7 +62556,7 @@ paths: type: array items: *5 examples: - default: *417 + default: *418 '422': *15 x-github: githubCloudOnly: false @@ -62560,9 +62577,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *341 - *342 - - *408 + - *343 + - *409 requestBody: required: true content: @@ -62596,7 +62613,7 @@ paths: type: array items: *5 examples: - default: *417 + default: *418 '422': *15 x-github: githubCloudOnly: false @@ -62617,9 +62634,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *341 - *342 - - *408 + - *343 + - *409 requestBody: required: true content: @@ -62653,7 +62670,7 @@ paths: type: array items: *5 examples: - default: *417 + default: *418 '422': *15 x-github: githubCloudOnly: false @@ -62675,9 +62692,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '200': description: Response @@ -62687,7 +62704,7 @@ paths: type: array items: *197 examples: - default: *258 + default: *259 '404': *6 x-github: githubCloudOnly: false @@ -62707,9 +62724,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *341 - *342 - - *408 + - *343 + - *409 requestBody: required: false content: @@ -62747,7 +62764,7 @@ paths: type: array items: *197 examples: - default: *258 + default: *259 '422': *15 x-github: githubCloudOnly: false @@ -62768,9 +62785,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *341 - *342 - - *408 + - *343 + - *409 requestBody: required: false content: @@ -62808,7 +62825,7 @@ paths: type: array items: *197 examples: - default: *258 + default: *259 '422': *15 x-github: githubCloudOnly: false @@ -62829,9 +62846,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *341 - *342 - - *408 + - *343 + - *409 requestBody: content: application/json: @@ -62868,7 +62885,7 @@ paths: type: array items: *197 examples: - default: *258 + default: *259 '422': *15 x-github: githubCloudOnly: false @@ -62890,9 +62907,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '200': description: Response @@ -62926,9 +62943,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *341 - *342 - - *408 + - *343 + - *409 requestBody: required: true content: @@ -62986,9 +63003,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *341 - *342 - - *408 + - *343 + - *409 requestBody: required: true content: @@ -63046,9 +63063,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *341 - *342 - - *408 + - *343 + - *409 requestBody: required: true content: @@ -63108,9 +63125,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *341 - *342 - - *408 + - *343 + - *409 requestBody: required: true content: @@ -63132,7 +63149,7 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: default: value: @@ -63248,8 +63265,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -63528,7 +63545,7 @@ paths: description: Response content: application/json: - schema: &419 + schema: &420 title: CheckRun description: A check performed on the code of a given code change type: object @@ -63648,7 +63665,7 @@ paths: check. type: array items: *90 - deployment: &738 + deployment: &739 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -63928,9 +63945,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *341 - *342 - - &420 + - *343 + - &421 name: check_run_id description: The unique identifier of the check run. in: path @@ -63942,9 +63959,9 @@ paths: description: Response content: application/json: - schema: *419 + schema: *420 examples: - default: &421 + default: &422 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -64044,9 +64061,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *341 - *342 - - *420 + - *343 + - *421 requestBody: required: true content: @@ -64286,9 +64303,9 @@ paths: description: Response content: application/json: - schema: *419 + schema: *420 examples: - default: *421 + default: *422 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64308,9 +64325,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *341 - *342 - - *420 + - *343 + - *421 - *17 - *19 responses: @@ -64405,9 +64422,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *341 - *342 - - *420 + - *343 + - *421 responses: '201': description: Response @@ -64451,8 +64468,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -64474,7 +64491,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &424 + schema: &425 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -64560,12 +64577,12 @@ paths: type: string format: date-time nullable: true - head_commit: &766 + head_commit: &767 title: Simple Commit description: A commit. type: object - properties: *422 - required: *423 + properties: *423 + required: *424 latest_check_runs_count: type: integer check_runs_url: @@ -64593,7 +64610,7 @@ paths: - check_runs_url - pull_requests examples: - default: &425 + default: &426 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -64884,9 +64901,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *424 + schema: *425 examples: - default: *425 + default: *426 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64905,8 +64922,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -65215,9 +65232,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *341 - *342 - - &426 + - *343 + - &427 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -65229,9 +65246,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: *425 + default: *426 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65254,17 +65271,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *341 - *342 - - *426 - - &481 + - *343 + - *427 + - &482 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &482 + - &483 name: status description: Returns check runs with the specified `status`. in: query @@ -65303,9 +65320,9 @@ paths: type: integer check_runs: type: array - items: *419 + items: *420 examples: - default: &483 + default: &484 value: total_count: 1 check_runs: @@ -65407,9 +65424,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *341 - *342 - - *426 + - *343 + - *427 responses: '201': description: Response @@ -65442,21 +65459,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *341 - *342 - - *427 + - *343 - *428 + - *429 - *19 - *17 - - &445 + - &446 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: *429 - - &446 + schema: *430 + - &447 name: pr description: The number of the pull request for the results you want to list. in: query @@ -65481,13 +65498,13 @@ paths: be returned. in: query required: false - schema: *430 + schema: *431 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *431 + schema: *432 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -65511,7 +65528,7 @@ paths: updated_at: *180 url: *181 html_url: *182 - instances_url: *432 + instances_url: *433 state: *187 fixed_at: *183 dismissed_by: @@ -65522,11 +65539,11 @@ paths: required: *21 nullable: true dismissed_at: *184 - dismissed_reason: *433 - dismissed_comment: *434 - rule: *435 - tool: *436 - most_recent_instance: *437 + dismissed_reason: *434 + dismissed_comment: *435 + rule: *436 + tool: *437 + most_recent_instance: *438 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -65652,7 +65669,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &438 + '403': &439 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -65679,9 +65696,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *341 - *342 - - &439 + - *343 + - &440 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -65695,7 +65712,7 @@ paths: description: Response content: application/json: - schema: &440 + schema: &441 type: object properties: number: *178 @@ -65703,7 +65720,7 @@ paths: updated_at: *180 url: *181 html_url: *182 - instances_url: *432 + instances_url: *433 state: *187 fixed_at: *183 dismissed_by: @@ -65714,8 +65731,8 @@ paths: required: *21 nullable: true dismissed_at: *184 - dismissed_reason: *433 - dismissed_comment: *434 + dismissed_reason: *434 + dismissed_comment: *435 rule: type: object properties: @@ -65769,8 +65786,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *436 - most_recent_instance: *437 + tool: *437 + most_recent_instance: *438 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -65869,7 +65886,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *438 + '403': *439 '404': *6 '503': *121 x-github: @@ -65889,9 +65906,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *341 - *342 - - *439 + - *343 + - *440 requestBody: required: true content: @@ -65906,8 +65923,8 @@ paths: enum: - open - dismissed - dismissed_reason: *433 - dismissed_comment: *434 + dismissed_reason: *434 + dismissed_comment: *435 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -65935,7 +65952,7 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: default: value: @@ -66011,7 +66028,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &444 + '403': &445 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -66038,15 +66055,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: - - *341 - *342 - - *439 + - *343 + - *440 responses: '200': description: Response content: application/json: - schema: &441 + schema: &442 type: object properties: status: @@ -66072,13 +66089,13 @@ paths: - description - started_at examples: - default: &442 + default: &443 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &443 + '400': &444 description: Bad Request content: application/json: @@ -66089,7 +66106,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': *438 + '403': *439 '404': *6 '503': *121 x-github: @@ -66114,29 +66131,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: - - *341 - *342 - - *439 + - *343 + - *440 responses: '200': description: OK content: application/json: - schema: *441 + schema: *442 examples: - default: *442 + default: *443 '202': description: Accepted content: application/json: - schema: *441 + schema: *442 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *443 + '400': *444 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -66168,9 +66185,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: - - *341 - *342 - - *439 + - *343 + - *440 requestBody: required: false content: @@ -66215,8 +66232,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *443 - '403': *444 + '400': *444 + '403': *445 '404': *6 '422': description: Unprocessable Entity @@ -66240,13 +66257,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *341 - *342 - - *439 + - *343 + - *440 - *19 - *17 - - *445 - *446 + - *447 responses: '200': description: Response @@ -66257,10 +66274,10 @@ paths: items: type: object properties: - ref: *429 - analysis_key: *447 - environment: *448 - category: *449 + ref: *430 + analysis_key: *448 + environment: *449 + category: *450 state: type: string description: State of a code scanning alert instance. @@ -66275,7 +66292,7 @@ paths: properties: text: type: string - location: *450 + location: *451 html_url: type: string classifications: @@ -66283,7 +66300,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: *451 + items: *452 examples: default: value: @@ -66320,7 +66337,7 @@ paths: end_column: 50 classifications: - source - '403': *438 + '403': *439 '404': *6 '503': *121 x-github: @@ -66354,25 +66371,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *341 - *342 - - *427 + - *343 - *428 + - *429 - *19 - *17 - - *446 + - *447 - 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: *429 + schema: *430 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &452 + schema: &453 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -66393,23 +66410,23 @@ paths: application/json: schema: type: array - items: &453 + items: &454 type: object properties: - ref: *429 - commit_sha: &461 + ref: *430 + commit_sha: &462 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: *447 + analysis_key: *448 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *449 + category: *450 error: type: string example: error reading field xyz @@ -66433,8 +66450,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *452 - tool: *436 + sarif_id: *453 + tool: *437 deletable: type: boolean warning: @@ -66495,7 +66512,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *438 + '403': *439 '404': *6 '503': *121 x-github: @@ -66531,8 +66548,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: - - *341 - *342 + - *343 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -66545,7 +66562,7 @@ paths: description: Response content: application/json: - schema: *453 + schema: *454 examples: response: summary: application/json response @@ -66599,7 +66616,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *438 + '403': *439 '404': *6 '422': description: Response if analysis could not be processed @@ -66686,8 +66703,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: - - *341 - *342 + - *343 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -66740,7 +66757,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': *444 + '403': *445 '404': *6 '503': *121 x-github: @@ -66762,8 +66779,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -66771,7 +66788,7 @@ paths: application/json: schema: type: array - items: &454 + items: &455 title: CodeQL Database description: A CodeQL database. type: object @@ -66882,7 +66899,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': *438 + '403': *439 '404': *6 '503': *121 x-github: @@ -66911,8 +66928,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *341 - *342 + - *343 - name: language in: path description: The language of the CodeQL database. @@ -66924,7 +66941,7 @@ paths: description: Response content: application/json: - schema: *454 + schema: *455 examples: default: value: @@ -66956,9 +66973,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': &490 + '302': &491 description: Found - '403': *438 + '403': *439 '404': *6 '503': *121 x-github: @@ -66980,8 +66997,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *341 - *342 + - *343 - name: language in: path description: The language of the CodeQL database. @@ -66991,7 +67008,7 @@ paths: responses: '204': description: Response - '403': *444 + '403': *445 '404': *6 '503': *121 x-github: @@ -67019,8 +67036,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -67029,7 +67046,7 @@ paths: type: object additionalProperties: false properties: - language: &455 + language: &456 type: string description: The language targeted by the CodeQL query enum: @@ -67109,7 +67126,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &459 + schema: &460 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -67119,7 +67136,7 @@ paths: description: The ID of the variant analysis. controller_repo: *66 actor: *4 - query_language: *455 + query_language: *456 query_pack_url: type: string description: The download url for the query pack. @@ -67166,7 +67183,7 @@ paths: items: type: object properties: - repository: &456 + repository: &457 title: Repository Identifier description: Repository Identifier type: object @@ -67202,7 +67219,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &460 + analysis_status: &461 type: string description: The new status of the CodeQL variant analysis repository task. @@ -67234,7 +67251,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &457 + access_mismatch_repos: &458 type: object properties: repository_count: @@ -67248,7 +67265,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: *456 + items: *457 required: - repository_count - repositories @@ -67270,8 +67287,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *457 - over_limit_repos: *457 + no_codeql_db_repos: *458 + over_limit_repos: *458 required: - access_mismatch_repos - not_found_repos @@ -67287,7 +67304,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &458 + value: &459 summary: Default response value: id: 1 @@ -67433,10 +67450,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *458 + value: *459 repository_lists: summary: Response for a successful variant analysis submission - value: *458 + value: *459 '404': *6 '422': description: Unable to process variant analysis submission @@ -67464,8 +67481,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: - - *341 - *342 + - *343 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -67477,9 +67494,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: *458 + default: *459 '404': *6 '503': *121 x-github: @@ -67502,7 +67519,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: - - *341 + - *342 - name: repo in: path description: The name of the controller repository. @@ -67537,7 +67554,7 @@ paths: type: object properties: repository: *66 - analysis_status: *460 + analysis_status: *461 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -67662,8 +67679,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -67748,7 +67765,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *438 + '403': *439 '404': *6 '503': *121 x-github: @@ -67769,8 +67786,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -67862,7 +67879,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *444 + '403': *445 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -67933,8 +67950,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -67942,7 +67959,7 @@ paths: schema: type: object properties: - commit_sha: *461 + commit_sha: *462 ref: type: string description: |- @@ -68000,7 +68017,7 @@ paths: schema: type: object properties: - id: *452 + id: *453 url: type: string description: The REST API URL for checking the status of the upload. @@ -68014,7 +68031,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': *444 + '403': *445 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -68037,8 +68054,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *341 - *342 + - *343 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -68084,7 +68101,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': *438 + '403': *439 '404': description: Not Found if the sarif id does not match any upload '503': *121 @@ -68109,8 +68126,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: - - *341 - *342 + - *343 responses: '200': description: Response @@ -68191,8 +68208,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *341 - *342 + - *343 - 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 @@ -68312,8 +68329,8 @@ paths: parameters: - *17 - *19 - - *341 - *342 + - *343 responses: '200': description: Response @@ -68329,7 +68346,7 @@ paths: type: integer codespaces: type: array - items: *246 + items: *247 examples: default: value: @@ -68627,8 +68644,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -68691,17 +68708,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *246 + schema: *247 examples: - default: *462 + default: *463 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *246 + schema: *247 examples: - default: *462 + default: *463 '400': *14 '401': *25 '403': *29 @@ -68730,8 +68747,8 @@ paths: parameters: - *17 - *19 - - *341 - *342 + - *343 responses: '200': description: Response @@ -68795,8 +68812,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *341 - *342 + - *343 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -68831,14 +68848,14 @@ paths: type: integer machines: type: array - items: &681 + items: &682 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *463 - required: *464 + properties: *464 + required: *465 examples: - default: &682 + default: &683 value: total_count: 2 machines: @@ -68878,8 +68895,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *341 - *342 + - *343 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -68963,8 +68980,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: - - *341 - *342 + - *343 - 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 @@ -69030,8 +69047,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -69049,7 +69066,7 @@ paths: type: integer secrets: type: array - items: &468 + items: &469 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -69069,7 +69086,7 @@ paths: - created_at - updated_at examples: - default: *465 + default: *466 headers: Link: *67 x-github: @@ -69092,16 +69109,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *341 - *342 + - *343 responses: '200': description: Response content: application/json: - schema: *466 + schema: *467 examples: - default: *467 + default: *468 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -69121,17 +69138,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *341 - *342 + - *343 - *168 responses: '200': description: Response content: application/json: - schema: *468 + schema: *469 examples: - default: *469 + default: *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69151,8 +69168,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *341 - *342 + - *343 - *168 requestBody: required: true @@ -69205,8 +69222,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *341 - *342 + - *343 - *168 responses: '204': @@ -69235,8 +69252,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *341 - *342 + - *343 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -69278,7 +69295,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &470 + properties: &471 login: type: string example: octocat @@ -69371,7 +69388,7 @@ paths: user_view_type: type: string example: public - required: &471 + required: &472 - avatar_url - events_url - followers_url @@ -69445,8 +69462,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *341 - *342 + - *343 - *71 responses: '204': @@ -69493,8 +69510,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *341 - *342 + - *343 - *71 requestBody: required: false @@ -69521,7 +69538,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &540 + schema: &541 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -69750,8 +69767,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *341 - *342 + - *343 - *71 responses: '204': @@ -69783,8 +69800,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *341 - *342 + - *343 - *71 responses: '200': @@ -69805,8 +69822,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *470 - required: *471 + properties: *471 + required: *472 nullable: true required: - permission @@ -69861,8 +69878,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -69872,7 +69889,7 @@ paths: application/json: schema: type: array - items: &472 + items: &473 title: Commit Comment description: Commit Comment type: object @@ -69930,7 +69947,7 @@ paths: - created_at - updated_at examples: - default: &477 + default: &478 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -69989,17 +70006,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *341 - *342 + - *343 - *101 responses: '200': description: Response content: application/json: - schema: *472 + schema: *473 examples: - default: &478 + default: &479 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -70056,8 +70073,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *341 - *342 + - *343 - *101 requestBody: required: true @@ -70080,7 +70097,7 @@ paths: description: Response content: application/json: - schema: *472 + schema: *473 examples: default: value: @@ -70131,8 +70148,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *341 - *342 + - *343 - *101 responses: '204': @@ -70154,8 +70171,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *341 - *342 + - *343 - *101 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -70182,7 +70199,7 @@ paths: application/json: schema: type: array - items: &473 + items: &474 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -70225,7 +70242,7 @@ paths: - content - created_at examples: - default: &544 + default: &545 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -70270,8 +70287,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *341 - *342 + - *343 - *101 requestBody: required: true @@ -70304,9 +70321,9 @@ paths: description: Reaction exists content: application/json: - schema: *473 + schema: *474 examples: - default: &474 + default: &475 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -70335,9 +70352,9 @@ paths: description: Reaction created content: application/json: - schema: *473 + schema: *474 examples: - default: *474 + default: *475 '422': *15 x-github: githubCloudOnly: false @@ -70359,10 +70376,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *341 - *342 + - *343 - *101 - - &545 + - &546 name: reaction_id description: The unique identifier of the reaction. in: path @@ -70417,8 +70434,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *341 - *342 + - *343 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -70474,9 +70491,9 @@ paths: application/json: schema: type: array - items: *475 + items: *476 examples: - default: &595 + default: &596 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -70570,9 +70587,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *341 - *342 - - &476 + - *343 + - &477 name: commit_sha description: The SHA of the commit. in: path @@ -70644,9 +70661,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *341 - *342 - - *476 + - *343 + - *477 - *17 - *19 responses: @@ -70656,9 +70673,9 @@ paths: application/json: schema: type: array - items: *472 + items: *473 examples: - default: *477 + default: *478 headers: Link: *67 x-github: @@ -70686,9 +70703,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *341 - *342 - - *476 + - *343 + - *477 requestBody: required: true content: @@ -70723,9 +70740,9 @@ paths: description: Response content: application/json: - schema: *472 + schema: *473 examples: - default: *478 + default: *479 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -70753,9 +70770,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *341 - *342 - - *476 + - *343 + - *477 - *17 - *19 responses: @@ -70765,9 +70782,9 @@ paths: application/json: schema: type: array - items: *479 + items: *480 examples: - default: &587 + default: &588 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -71304,11 +71321,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *341 - *342 + - *343 - *19 - *17 - - &480 + - &481 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)" @@ -71323,9 +71340,9 @@ paths: description: Response content: application/json: - schema: *475 + schema: *476 examples: - default: &574 + default: &575 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -71438,11 +71455,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *341 - *342 - - *480 + - *343 - *481 - *482 + - *483 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -71476,9 +71493,9 @@ paths: type: integer check_runs: type: array - items: *419 + items: *420 examples: - default: *483 + default: *484 headers: Link: *67 x-github: @@ -71503,9 +71520,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *341 - *342 - - *480 + - *343 + - *481 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -71513,7 +71530,7 @@ paths: schema: type: integer example: 1 - - *481 + - *482 - *17 - *19 responses: @@ -71531,7 +71548,7 @@ paths: type: integer check_suites: type: array - items: *424 + items: *425 examples: default: value: @@ -71731,9 +71748,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *341 - *342 - - *480 + - *343 + - *481 - *17 - *19 responses: @@ -71931,9 +71948,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *341 - *342 - - *480 + - *343 + - *481 - *17 - *19 responses: @@ -71943,7 +71960,7 @@ paths: application/json: schema: type: array - items: &660 + items: &661 title: Status description: The status of a commit. type: object @@ -72024,7 +72041,7 @@ paths: site_admin: false headers: Link: *67 - '301': *345 + '301': *346 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72052,8 +72069,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -72082,20 +72099,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *484 - required: *485 + properties: *485 + required: *486 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &486 + properties: &487 url: type: string format: uri html_url: type: string format: uri - required: &487 + required: &488 - url - html_url nullable: true @@ -72109,26 +72126,26 @@ paths: contributing: title: Community Health File type: object - properties: *486 - required: *487 + properties: *487 + required: *488 nullable: true readme: title: Community Health File type: object - properties: *486 - required: *487 + properties: *487 + required: *488 nullable: true issue_template: title: Community Health File type: object - properties: *486 - required: *487 + properties: *487 + required: *488 nullable: true pull_request_template: title: Community Health File type: object - properties: *486 - required: *487 + properties: *487 + required: *488 nullable: true required: - code_of_conduct @@ -72255,8 +72272,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *341 - *342 + - *343 - *19 - *17 - name: basehead @@ -72299,8 +72316,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *475 - merge_base_commit: *475 + base_commit: *476 + merge_base_commit: *476 status: type: string enum: @@ -72320,10 +72337,10 @@ paths: example: 6 commits: type: array - items: *475 + items: *476 files: type: array - items: *488 + items: *489 required: - url - html_url @@ -72609,8 +72626,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *341 - *342 + - *343 - name: path description: path parameter in: path @@ -72770,7 +72787,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &489 + response-if-content-is-a-file-github-object: &490 summary: Response if content is a file value: type: file @@ -72902,7 +72919,7 @@ paths: - size - type - url - - &600 + - &601 title: Content File description: Content File type: object @@ -73103,7 +73120,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *489 + response-if-content-is-a-file: *490 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -73172,7 +73189,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *490 + '302': *491 '304': *37 x-github: githubCloudOnly: false @@ -73195,8 +73212,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *341 - *342 + - *343 - name: path description: path parameter in: path @@ -73289,7 +73306,7 @@ paths: description: Response content: application/json: - schema: &491 + schema: &492 title: File Commit description: File Commit type: object @@ -73441,7 +73458,7 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: example-for-creating-a-file: value: @@ -73495,7 +73512,7 @@ paths: schema: oneOf: - *3 - - &522 + - &523 description: Repository rule violation was detected type: object properties: @@ -73516,7 +73533,7 @@ paths: items: type: object properties: - placeholder_id: &652 + placeholder_id: &653 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -73548,8 +73565,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *341 - *342 + - *343 - name: path description: path parameter in: path @@ -73610,7 +73627,7 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: default: value: @@ -73665,8 +73682,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *341 - *342 + - *343 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -73789,23 +73806,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *341 - *342 + - *343 - *199 - *200 - *201 - *202 + - *203 - 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 - - *203 - - *492 - *204 + - *493 - *205 - *206 + - *207 - *61 - *47 - *48 @@ -73817,7 +73835,7 @@ paths: application/json: schema: type: array - items: &496 + items: &497 type: object description: A Dependabot alert. properties: @@ -73864,7 +73882,7 @@ paths: - direct - transitive - inconclusive - security_advisory: *493 + security_advisory: *494 security_vulnerability: *65 url: *181 html_url: *182 @@ -73895,8 +73913,8 @@ paths: nullable: true maxLength: 280 fixed_at: *183 - auto_dismissed_at: *494 - dismissal_request: *495 + auto_dismissed_at: *495 + dismissal_request: *496 assignees: type: array description: The users assigned to this alert. @@ -74151,9 +74169,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *341 - *342 - - &497 + - *343 + - &498 name: alert_number in: path description: |- @@ -74168,7 +74186,7 @@ paths: description: Response content: application/json: - schema: *496 + schema: *497 examples: default: value: @@ -74300,9 +74318,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *341 - *342 - - *497 + - *343 + - *498 requestBody: required: true content: @@ -74358,7 +74376,7 @@ paths: description: Response content: application/json: - schema: *496 + schema: *497 examples: default: value: @@ -74488,8 +74506,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -74507,7 +74525,7 @@ paths: type: integer secrets: type: array - items: &500 + items: &501 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -74560,16 +74578,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *341 - *342 + - *343 responses: '200': description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: *499 + default: *500 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74589,15 +74607,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *341 - *342 + - *343 - *168 responses: '200': description: Response content: application/json: - schema: *500 + schema: *501 examples: default: value: @@ -74623,8 +74641,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *341 - *342 + - *343 - *168 requestBody: required: true @@ -74677,8 +74695,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *341 - *342 + - *343 - *168 responses: '204': @@ -74701,8 +74719,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: - - *341 - *342 + - *343 - 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 @@ -74862,8 +74880,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: - - *341 - *342 + - *343 responses: '200': description: Response @@ -75102,8 +75120,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: - - *341 - *342 + - *343 requestBody: required: true content: @@ -75178,7 +75196,7 @@ paths: - version - url additionalProperties: false - metadata: &501 + metadata: &502 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -75211,7 +75229,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *501 + metadata: *502 resolved: type: object description: A collection of resolved package dependencies. @@ -75224,7 +75242,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *501 + metadata: *502 relationship: type: string description: A notation of whether a dependency is requested @@ -75353,8 +75371,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *341 - *342 + - *343 - name: sha description: The SHA recorded at creation time. in: query @@ -75394,9 +75412,9 @@ paths: application/json: schema: type: array - items: *502 + items: *503 examples: - default: *503 + default: *504 headers: Link: *67 x-github: @@ -75462,8 +75480,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -75544,7 +75562,7 @@ paths: description: Response content: application/json: - schema: *502 + schema: *503 examples: simple-example: summary: Simple example @@ -75617,9 +75635,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *341 - *342 - - &504 + - *343 + - &505 name: deployment_id description: deployment_id parameter in: path @@ -75631,7 +75649,7 @@ paths: description: Response content: application/json: - schema: *502 + schema: *503 examples: default: value: @@ -75696,9 +75714,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *341 - *342 - - *504 + - *343 + - *505 responses: '204': description: Response @@ -75720,9 +75738,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *341 - *342 - - *504 + - *343 + - *505 - *17 - *19 responses: @@ -75732,7 +75750,7 @@ paths: application/json: schema: type: array - items: &505 + items: &506 title: Deployment Status description: The status of a deployment. type: object @@ -75893,9 +75911,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *341 - *342 - - *504 + - *343 + - *505 requestBody: required: true content: @@ -75970,9 +75988,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: &506 + default: &507 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -76028,9 +76046,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *341 - *342 - - *504 + - *343 + - *505 - name: status_id in: path required: true @@ -76041,9 +76059,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: *506 + default: *507 '404': *6 x-github: githubCloudOnly: false @@ -76068,8 +76086,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -76126,8 +76144,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -76144,7 +76162,7 @@ paths: type: integer environments: type: array - items: &508 + items: &509 title: Environment description: Details of a deployment environment type: object @@ -76196,7 +76214,7 @@ paths: type: type: string example: wait_timer - wait_timer: &510 + wait_timer: &511 type: integer example: 30 description: The amount of time to delay a job after @@ -76233,7 +76251,7 @@ paths: items: type: object properties: - type: *507 + type: *508 reviewer: anyOf: - *4 @@ -76257,7 +76275,7 @@ paths: - id - node_id - type - deployment_branch_policy: &511 + deployment_branch_policy: &512 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -76373,9 +76391,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *341 - *342 - - &509 + - *343 + - &510 name: environment_name in: path required: true @@ -76388,9 +76406,9 @@ paths: description: Response content: application/json: - schema: *508 + schema: *509 examples: - default: &512 + default: &513 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -76474,9 +76492,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *341 - *342 - - *509 + - *343 + - *510 requestBody: required: false content: @@ -76485,7 +76503,7 @@ paths: type: object nullable: true properties: - wait_timer: *510 + wait_timer: *511 prevent_self_review: type: boolean example: false @@ -76502,13 +76520,13 @@ paths: items: type: object properties: - type: *507 + type: *508 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *511 + deployment_branch_policy: *512 additionalProperties: false examples: default: @@ -76528,9 +76546,9 @@ paths: description: Response content: application/json: - schema: *508 + schema: *509 examples: - default: *512 + default: *513 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -76554,9 +76572,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *341 - *342 - - *509 + - *343 + - *510 responses: '204': description: Default response @@ -76581,9 +76599,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *341 - *342 - - *509 + - *343 + - *510 - *17 - *19 responses: @@ -76601,7 +76619,7 @@ paths: example: 2 branch_policies: type: array - items: &513 + items: &514 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -76658,9 +76676,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *341 - *342 - - *509 + - *343 + - *510 requestBody: required: true content: @@ -76706,9 +76724,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: - example-wildcard: &514 + example-wildcard: &515 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -76750,10 +76768,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *341 - *342 - - *509 - - &515 + - *343 + - *510 + - &516 name: branch_policy_id in: path required: true @@ -76765,9 +76783,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: *514 + default: *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76786,10 +76804,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *341 - *342 - - *509 - - *515 + - *343 + - *510 + - *516 requestBody: required: true content: @@ -76817,9 +76835,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: *514 + default: *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76838,10 +76856,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *341 - *342 - - *509 - - *515 + - *343 + - *510 + - *516 responses: '204': description: Response @@ -76866,9 +76884,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *509 + - *510 + - *343 - *342 - - *341 responses: '200': description: List of deployment protection rules @@ -76884,7 +76902,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &516 + items: &517 title: Deployment protection rule description: Deployment protection rule type: object @@ -76903,7 +76921,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &517 + app: &518 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -77002,9 +77020,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: - - *509 + - *510 + - *343 - *342 - - *341 requestBody: content: application/json: @@ -77025,9 +77043,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *516 + schema: *517 examples: - default: &518 + default: &519 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -77062,9 +77080,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: - - *509 + - *510 + - *343 - *342 - - *341 - *19 - *17 responses: @@ -77083,7 +77101,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *517 + items: *518 examples: default: value: @@ -77118,10 +77136,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *341 - *342 - - *509 - - &519 + - *343 + - *510 + - &520 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -77133,9 +77151,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: *518 + default: *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77156,10 +77174,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *509 + - *510 + - *343 - *342 - - *341 - - *519 + - *520 responses: '204': description: Response @@ -77185,9 +77203,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *341 - *342 - - *509 + - *343 + - *510 - *17 - *19 responses: @@ -77205,9 +77223,9 @@ paths: type: integer secrets: type: array - items: *386 + items: *387 examples: - default: *387 + default: *388 headers: Link: *67 x-github: @@ -77232,17 +77250,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *341 - *342 - - *509 + - *343 + - *510 responses: '200': description: Response content: application/json: - schema: *388 + schema: *389 examples: - default: *389 + default: *390 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77264,18 +77282,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *341 - *342 - - *509 + - *343 + - *510 - *168 responses: '200': description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: *520 + default: *521 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77297,9 +77315,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *341 - *342 - - *509 + - *343 + - *510 - *168 requestBody: required: true @@ -77357,9 +77375,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *341 - *342 - - *509 + - *343 + - *510 - *168 responses: '204': @@ -77385,10 +77403,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *341 - *342 - - *509 - - *357 + - *343 + - *510 + - *358 - *19 responses: '200': @@ -77405,9 +77423,9 @@ paths: type: integer variables: type: array - items: *390 + items: *391 examples: - default: *391 + default: *392 headers: Link: *67 x-github: @@ -77430,9 +77448,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *341 - *342 - - *509 + - *343 + - *510 requestBody: required: true content: @@ -77484,18 +77502,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *341 - *342 - - *509 + - *343 + - *510 - *171 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *521 + default: *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77516,10 +77534,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *341 - *342 + - *343 - *171 - - *509 + - *510 requestBody: required: true content: @@ -77561,10 +77579,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *341 - *342 + - *343 - *171 - - *509 + - *510 responses: '204': description: Response @@ -77586,8 +77604,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -77655,8 +77673,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *341 - *342 + - *343 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -77815,8 +77833,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *341 - *342 + - *343 requestBody: required: false content: @@ -77848,9 +77866,9 @@ paths: description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: *346 + default: *347 '400': *14 '422': *15 '403': *29 @@ -77871,8 +77889,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -77932,7 +77950,7 @@ paths: schema: oneOf: - *129 - - *522 + - *523 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77957,8 +77975,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *341 - *342 + - *343 - name: file_sha in: path required: true @@ -78057,8 +78075,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -78167,7 +78185,7 @@ paths: description: Response content: application/json: - schema: &523 + schema: &524 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -78381,15 +78399,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *341 - *342 - - *476 + - *343 + - *477 responses: '200': description: Response content: application/json: - schema: *523 + schema: *524 examples: default: value: @@ -78445,9 +78463,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *341 - *342 - - &524 + - *343 + - &525 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -78464,7 +78482,7 @@ paths: application/json: schema: type: array - items: &525 + items: &526 title: Git Reference description: Git references within a repository type: object @@ -78539,17 +78557,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *341 - *342 - - *524 + - *343 + - *525 responses: '200': description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: &526 + default: &527 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -78578,8 +78596,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -78608,9 +78626,9 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: *526 + default: *527 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -78636,9 +78654,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *341 - *342 - - *524 + - *343 + - *525 requestBody: required: true content: @@ -78667,9 +78685,9 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: *526 + default: *527 '422': *15 '409': *54 x-github: @@ -78687,9 +78705,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *341 - *342 - - *524 + - *343 + - *525 responses: '204': description: Response @@ -78744,8 +78762,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -78812,7 +78830,7 @@ paths: description: Response content: application/json: - schema: &528 + schema: &529 title: Git Tag description: Metadata for a Git tag type: object @@ -78863,7 +78881,7 @@ paths: - sha - type - url - verification: *527 + verification: *528 required: - sha - url @@ -78873,7 +78891,7 @@ paths: - tag - message examples: - default: &529 + default: &530 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -78946,8 +78964,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *341 - *342 + - *343 - name: tag_sha in: path required: true @@ -78958,9 +78976,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: *529 + default: *530 '404': *6 '409': *54 x-github: @@ -78984,8 +79002,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -79058,7 +79076,7 @@ paths: description: Response content: application/json: - schema: &530 + schema: &531 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -79154,8 +79172,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *341 - *342 + - *343 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -79178,7 +79196,7 @@ paths: description: Response content: application/json: - schema: *530 + schema: *531 examples: default-response: summary: Default response @@ -79237,8 +79255,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -79248,7 +79266,7 @@ paths: application/json: schema: type: array - items: &531 + items: &532 title: Webhook description: Webhooks for repositories. type: object @@ -79302,7 +79320,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &774 + last_response: &775 title: Hook Response type: object properties: @@ -79376,8 +79394,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *341 - *342 + - *343 requestBody: required: false content: @@ -79429,9 +79447,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: &532 + default: &533 value: type: Repository id: 12345678 @@ -79479,17 +79497,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *341 - *342 - - *214 + - *343 + - *215 responses: '200': description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: *532 + default: *533 '404': *6 x-github: githubCloudOnly: false @@ -79509,9 +79527,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *341 - *342 - - *214 + - *343 + - *215 requestBody: required: true content: @@ -79556,9 +79574,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: *532 + default: *533 '422': *15 '404': *6 x-github: @@ -79579,9 +79597,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *341 - *342 - - *214 + - *343 + - *215 responses: '204': description: Response @@ -79605,9 +79623,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *341 - *342 - - *214 + - *343 + - *215 responses: '200': description: Response @@ -79634,9 +79652,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *341 - *342 - - *214 + - *343 + - *215 requestBody: required: false content: @@ -79680,12 +79698,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *341 - *342 - - *214 - - *17 + - *343 - *215 + - *17 - *216 + - *217 responses: '200': description: Response @@ -79693,9 +79711,9 @@ paths: application/json: schema: type: array - items: *217 + items: *218 examples: - default: *218 + default: *219 '400': *14 '422': *15 x-github: @@ -79714,18 +79732,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *341 - *342 - - *214 + - *343 + - *215 - *16 responses: '200': description: Response content: application/json: - schema: *219 + schema: *220 examples: - default: *220 + default: *221 '400': *14 '422': *15 x-github: @@ -79744,9 +79762,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *341 - *342 - - *214 + - *343 + - *215 - *16 responses: '202': *39 @@ -79769,9 +79787,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *341 - *342 - - *214 + - *343 + - *215 responses: '204': description: Response @@ -79796,9 +79814,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *341 - *342 - - *214 + - *343 + - *215 responses: '204': description: Response @@ -79821,8 +79839,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-immutable-releases-are-enabled-for-a-repository parameters: - - *341 - *342 + - *343 responses: '200': description: Response if immutable releases are enabled @@ -79868,8 +79886,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-immutable-releases parameters: - - *341 - *342 + - *343 responses: '204': *191 '409': *54 @@ -79889,8 +79907,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-immutable-releases parameters: - - *341 - *342 + - *343 responses: '204': *191 '409': *54 @@ -79947,14 +79965,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *341 - *342 + - *343 responses: '200': description: Response content: application/json: - schema: &533 + schema: &534 title: Import description: A repository import from an external source. type: object @@ -80053,7 +80071,7 @@ paths: - html_url - authors_url examples: - default: &536 + default: &537 value: vcs: subversion use_lfs: true @@ -80069,7 +80087,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &534 + '503': &535 description: Unavailable due to service under maintenance. content: application/json: @@ -80098,8 +80116,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -80147,7 +80165,7 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: default: value: @@ -80172,7 +80190,7 @@ paths: type: string '422': *15 '404': *6 - '503': *534 + '503': *535 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80200,8 +80218,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *341 - *342 + - *343 requestBody: required: false content: @@ -80250,7 +80268,7 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: example-1: summary: Example 1 @@ -80298,7 +80316,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *534 + '503': *535 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80321,12 +80339,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *341 - *342 + - *343 responses: '204': description: Response - '503': *534 + '503': *535 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80352,9 +80370,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *341 - *342 - - &703 + - *343 + - &704 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -80368,7 +80386,7 @@ paths: application/json: schema: type: array - items: &535 + items: &536 title: Porter Author description: Porter Author type: object @@ -80422,7 +80440,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *534 + '503': *535 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80447,8 +80465,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *341 - *342 + - *343 - name: author_id in: path required: true @@ -80478,7 +80496,7 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: default: value: @@ -80491,7 +80509,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *534 + '503': *535 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80515,8 +80533,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -80557,7 +80575,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *534 + '503': *535 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80585,8 +80603,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -80613,11 +80631,11 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *536 + default: *537 '422': *15 - '503': *534 + '503': *535 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80640,8 +80658,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -80649,8 +80667,8 @@ paths: application/json: schema: *22 examples: - default: *537 - '301': *345 + default: *538 + '301': *346 '404': *6 x-github: githubCloudOnly: false @@ -80670,8 +80688,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -80679,12 +80697,12 @@ paths: application/json: schema: anyOf: - - *233 + - *234 - type: object properties: {} additionalProperties: false examples: - default: &539 + default: &540 value: limit: collaborators_only origin: repository @@ -80709,13 +80727,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *341 - *342 + - *343 requestBody: required: true content: application/json: - schema: *538 + schema: *539 examples: default: summary: Example request body @@ -80727,9 +80745,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *234 examples: - default: *539 + default: *540 '409': description: Response x-github: @@ -80751,8 +80769,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *341 - *342 + - *343 responses: '204': description: Response @@ -80775,8 +80793,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -80786,9 +80804,9 @@ paths: application/json: schema: type: array - items: *540 + items: *541 examples: - default: &696 + default: &697 value: - id: 1 repository: @@ -80919,9 +80937,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *341 - *342 - - *237 + - *343 + - *238 requestBody: required: false content: @@ -80950,7 +80968,7 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: default: value: @@ -81081,9 +81099,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *341 - *342 - - *237 + - *343 + - *238 responses: '204': description: Response @@ -81114,8 +81132,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *341 - *342 + - *343 - 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 @@ -81163,7 +81181,7 @@ paths: required: false schema: type: string - - *244 + - *245 - name: sort description: What to sort results by. in: query @@ -81188,7 +81206,7 @@ paths: type: array items: *85 examples: - default: &552 + default: &553 value: - id: 1 node_id: MDU6SXNzdWUx @@ -81337,7 +81355,7 @@ paths: state_reason: completed headers: Link: *67 - '301': *345 + '301': *346 '422': *15 '404': *6 x-github: @@ -81366,8 +81384,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -81451,7 +81469,7 @@ paths: application/json: schema: *85 examples: - default: &549 + default: &550 value: id: 1 node_id: MDU6SXNzdWUx @@ -81608,7 +81626,7 @@ paths: '422': *15 '503': *121 '404': *6 - '410': *541 + '410': *542 x-github: triggersNotification: true githubCloudOnly: false @@ -81636,8 +81654,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *341 - *342 + - *343 - *109 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -81658,9 +81676,9 @@ paths: application/json: schema: type: array - items: *542 + items: *543 examples: - default: &551 + default: &552 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -81718,17 +81736,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *341 - *342 + - *343 - *101 responses: '200': description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: &543 + default: &544 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -81783,8 +81801,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *341 - *342 + - *343 - *101 requestBody: required: true @@ -81807,9 +81825,9 @@ paths: description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: *543 + default: *544 '422': *15 x-github: githubCloudOnly: false @@ -81827,8 +81845,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *341 - *342 + - *343 - *101 responses: '204': @@ -81857,15 +81875,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#pin-an-issue-comment parameters: - - *341 - *342 + - *343 - *101 responses: '200': description: Response content: application/json: - schema: *542 + schema: *543 examples: default: value: @@ -81921,7 +81939,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *541 + '410': *542 '422': *15 x-github: githubCloudOnly: false @@ -81938,8 +81956,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#unpin-an-issue-comment parameters: - - *341 - *342 + - *343 - *101 responses: '204': @@ -81947,7 +81965,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *541 + '410': *542 '503': *121 x-github: githubCloudOnly: false @@ -81965,8 +81983,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *341 - *342 + - *343 - *101 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -81993,9 +82011,9 @@ paths: application/json: schema: type: array - items: *473 + items: *474 examples: - default: *544 + default: *545 headers: Link: *67 '404': *6 @@ -82016,8 +82034,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *341 - *342 + - *343 - *101 requestBody: required: true @@ -82050,16 +82068,16 @@ paths: description: Reaction exists content: application/json: - schema: *473 + schema: *474 examples: - default: *474 + default: *475 '201': description: Reaction created content: application/json: - schema: *473 + schema: *474 examples: - default: *474 + default: *475 '422': *15 x-github: githubCloudOnly: false @@ -82081,10 +82099,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *341 - *342 + - *343 - *101 - - *545 + - *546 responses: '204': description: Response @@ -82104,8 +82122,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -82115,7 +82133,7 @@ paths: application/json: schema: type: array - items: &548 + items: &549 title: Issue Event description: Issue Event type: object @@ -82158,8 +82176,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *546 - required: *547 + properties: *547 + required: *548 nullable: true label: title: Issue Event Label @@ -82467,8 +82485,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *341 - *342 + - *343 - name: event_id in: path required: true @@ -82479,7 +82497,7 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: default: value: @@ -82672,7 +82690,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *541 + '410': *542 '403': *29 x-github: githubCloudOnly: false @@ -82706,9 +82724,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *341 - *342 - - &550 + - *343 + - &551 name: issue_number description: The number that identifies the issue. in: path @@ -82724,7 +82742,7 @@ paths: examples: default: summary: Issue - value: *549 + value: *550 pinned_comment: summary: Issue with pinned comment value: @@ -82923,9 +82941,9 @@ paths: site_admin: false author_association: COLLABORATOR state_reason: completed - '301': *345 + '301': *346 '404': *6 - '410': *541 + '410': *542 '304': *37 x-github: githubCloudOnly: false @@ -82950,9 +82968,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 requestBody: required: false content: @@ -83078,13 +83096,13 @@ paths: application/json: schema: *85 examples: - default: *549 + default: *550 '422': *15 '503': *121 '403': *29 - '301': *345 + '301': *346 '404': *6 - '410': *541 + '410': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83102,9 +83120,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 requestBody: required: false content: @@ -83132,7 +83150,7 @@ paths: application/json: schema: *85 examples: - default: *549 + default: *550 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83148,9 +83166,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 requestBody: content: application/json: @@ -83177,7 +83195,7 @@ paths: application/json: schema: *85 examples: - default: *549 + default: *550 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83199,9 +83217,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: - - *341 - *342 - - *550 + - *343 + - *551 - name: assignee in: path required: true @@ -83241,9 +83259,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *341 - *342 - - *550 + - *343 + - *551 - *92 - *17 - *19 @@ -83254,13 +83272,13 @@ paths: application/json: schema: type: array - items: *542 + items: *543 examples: - default: *551 + default: *552 headers: Link: *67 '404': *6 - '410': *541 + '410': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83289,9 +83307,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *341 - *342 - - *550 + - *343 + - *551 requestBody: required: true content: @@ -83313,16 +83331,16 @@ paths: description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: *543 + default: *544 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *541 + '410': *542 '422': *15 '404': *6 x-github: @@ -83350,9 +83368,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *341 - *342 - - *550 + - *343 + - *551 - *17 - *19 responses: @@ -83364,12 +83382,12 @@ paths: type: array items: *85 examples: - default: *552 + default: *553 headers: Link: *67 - '301': *345 + '301': *346 '404': *6 - '410': *541 + '410': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83397,9 +83415,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *341 - *342 - - *550 + - *343 + - *551 requestBody: required: true content: @@ -83423,15 +83441,15 @@ paths: application/json: schema: *85 examples: - default: *549 + default: *550 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *345 + '301': *346 '403': *29 - '410': *541 + '410': *542 '422': *15 '404': *6 x-github: @@ -83462,9 +83480,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *341 - *342 - - *550 + - *343 + - *551 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -83478,13 +83496,13 @@ paths: application/json: schema: *85 examples: - default: *549 - '301': *345 + default: *550 + '301': *346 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *541 + '410': *542 x-github: triggersNotification: true githubCloudOnly: false @@ -83510,9 +83528,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *341 - *342 - - *550 + - *343 + - *551 - *17 - *19 responses: @@ -83524,12 +83542,12 @@ paths: type: array items: *85 examples: - default: *552 + default: *553 headers: Link: *67 - '301': *345 + '301': *346 '404': *6 - '410': *541 + '410': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83546,9 +83564,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *341 - *342 - - *550 + - *343 + - *551 - *17 - *19 responses: @@ -83562,7 +83580,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &555 + - &556 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -83616,7 +83634,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &556 + - &557 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -83752,7 +83770,7 @@ paths: - performed_via_github_app - assignee - assigner - - &557 + - &558 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -83803,7 +83821,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &558 + - &559 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -83854,7 +83872,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &559 + - &560 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -83908,7 +83926,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &560 + - &561 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -83955,7 +83973,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &561 + - &562 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -84002,7 +84020,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &562 + - &563 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -84062,7 +84080,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &563 + - &564 title: Locked Issue Event description: Locked Issue Event type: object @@ -84110,7 +84128,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &564 + - &565 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -84176,7 +84194,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &565 + - &566 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -84242,7 +84260,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &566 + - &567 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -84308,7 +84326,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &567 + - &568 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -84399,7 +84417,7 @@ paths: color: red headers: Link: *67 - '410': *541 + '410': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84416,9 +84434,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#list-issue-field-values-for-an-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 - *17 - *19 responses: @@ -84428,9 +84446,9 @@ paths: application/json: schema: type: array - items: *553 + items: *554 examples: - default: &666 + default: &667 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -84454,9 +84472,9 @@ paths: value: '2025-12-25' headers: Link: *67 - '301': *345 + '301': *346 '404': *6 - '410': *541 + '410': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84473,9 +84491,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 - *17 - *19 responses: @@ -84487,7 +84505,7 @@ paths: type: array items: *84 examples: - default: &554 + default: &555 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -84505,9 +84523,9 @@ paths: default: false headers: Link: *67 - '301': *345 + '301': *346 '404': *6 - '410': *541 + '410': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84523,9 +84541,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 requestBody: required: false content: @@ -84570,10 +84588,10 @@ paths: type: array items: *84 examples: - default: *554 - '301': *345 + default: *555 + '301': *346 '404': *6 - '410': *541 + '410': *542 '422': *15 x-github: githubCloudOnly: false @@ -84590,9 +84608,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 requestBody: required: false content: @@ -84654,10 +84672,10 @@ paths: type: array items: *84 examples: - default: *554 - '301': *345 + default: *555 + '301': *346 '404': *6 - '410': *541 + '410': *542 '422': *15 x-github: githubCloudOnly: false @@ -84674,15 +84692,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 responses: '204': description: Response - '301': *345 + '301': *346 '404': *6 - '410': *541 + '410': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84701,9 +84719,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 - name: name in: path required: true @@ -84727,9 +84745,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *345 + '301': *346 '404': *6 - '410': *541 + '410': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84749,9 +84767,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 requestBody: required: false content: @@ -84779,7 +84797,7 @@ paths: '204': description: Response '403': *29 - '410': *541 + '410': *542 '404': *6 '422': *15 x-github: @@ -84797,9 +84815,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 responses: '204': description: Response @@ -84829,9 +84847,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#get-parent-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 responses: '200': description: Response @@ -84839,10 +84857,10 @@ paths: application/json: schema: *85 examples: - default: *549 - '301': *345 + default: *550 + '301': *346 '404': *6 - '410': *541 + '410': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84859,9 +84877,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 - 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. @@ -84887,13 +84905,13 @@ paths: application/json: schema: type: array - items: *473 + items: *474 examples: - default: *544 + default: *545 headers: Link: *67 '404': *6 - '410': *541 + '410': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84911,9 +84929,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 requestBody: required: true content: @@ -84945,16 +84963,16 @@ paths: description: Response content: application/json: - schema: *473 + schema: *474 examples: - default: *474 + default: *475 '201': description: Response content: application/json: - schema: *473 + schema: *474 examples: - default: *474 + default: *475 '422': *15 x-github: githubCloudOnly: false @@ -84976,10 +84994,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *341 - *342 - - *550 - - *545 + - *343 + - *551 + - *546 responses: '204': description: Response @@ -85008,9 +85026,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 requestBody: required: true content: @@ -85034,7 +85052,7 @@ paths: application/json: schema: *85 examples: - default: *549 + default: *550 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -85067,9 +85085,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *341 - *342 - - *550 + - *343 + - *551 - *17 - *19 responses: @@ -85081,11 +85099,11 @@ paths: type: array items: *85 examples: - default: *552 + default: *553 headers: Link: *67 '404': *6 - '410': *541 + '410': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85113,9 +85131,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 requestBody: required: true content: @@ -85144,14 +85162,14 @@ paths: application/json: schema: *85 examples: - default: *549 + default: *550 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *541 + '410': *542 '422': *15 '404': *6 x-github: @@ -85171,9 +85189,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 requestBody: required: true content: @@ -85206,7 +85224,7 @@ paths: application/json: schema: *85 examples: - default: *549 + default: *550 '403': *29 '404': *6 '422': *7 @@ -85228,9 +85246,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 - *17 - *19 responses: @@ -85245,7 +85263,6 @@ paths: description: Timeline Event type: object anyOf: - - *555 - *556 - *557 - *558 @@ -85258,6 +85275,7 @@ paths: - *565 - *566 - *567 + - *568 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -85318,8 +85336,8 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *568 - required: *569 + properties: *569 + required: *570 nullable: true required: - event @@ -85574,7 +85592,7 @@ paths: type: string comments: type: array - items: &589 + items: &590 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -85789,7 +85807,7 @@ paths: type: string comments: type: array - items: *472 + items: *473 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -86078,7 +86096,7 @@ paths: headers: Link: *67 '404': *6 - '410': *541 + '410': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86095,8 +86113,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -86106,7 +86124,7 @@ paths: application/json: schema: type: array - items: &570 + items: &571 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -86172,8 +86190,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -86209,9 +86227,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: &571 + default: &572 value: id: 1 key: ssh-rsa AAA... @@ -86245,9 +86263,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *341 - *342 - - &572 + - *343 + - &573 name: key_id description: The unique identifier of the key. in: path @@ -86259,9 +86277,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: *571 + default: *572 '404': *6 x-github: githubCloudOnly: false @@ -86279,9 +86297,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *341 - *342 - - *572 + - *343 + - *573 responses: '204': description: Response @@ -86301,8 +86319,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -86314,7 +86332,7 @@ paths: type: array items: *84 examples: - default: *554 + default: *555 headers: Link: *67 '404': *6 @@ -86335,8 +86353,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -86374,7 +86392,7 @@ paths: application/json: schema: *84 examples: - default: &573 + default: &574 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -86406,8 +86424,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *341 - *342 + - *343 - name: name in: path required: true @@ -86420,7 +86438,7 @@ paths: application/json: schema: *84 examples: - default: *573 + default: *574 '404': *6 x-github: githubCloudOnly: false @@ -86437,8 +86455,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *341 - *342 + - *343 - name: name in: path required: true @@ -86503,8 +86521,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *341 - *342 + - *343 - name: name in: path required: true @@ -86530,8 +86548,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -86570,9 +86588,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *341 - *342 - - *445 + - *343 + - *446 responses: '200': description: Response @@ -86717,8 +86735,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -86783,8 +86801,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -86818,9 +86836,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *475 + schema: *476 examples: - default: *574 + default: *575 '204': description: Response when already merged '404': @@ -86845,8 +86863,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *341 - *342 + - *343 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -86887,12 +86905,12 @@ paths: application/json: schema: type: array - items: &575 + items: &576 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *278 - required: *279 + properties: *279 + required: *280 examples: default: value: @@ -86948,8 +86966,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -86989,9 +87007,9 @@ paths: description: Response content: application/json: - schema: *575 + schema: *576 examples: - default: &576 + default: &577 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -87050,9 +87068,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *341 - *342 - - &577 + - *343 + - &578 name: milestone_number description: The number that identifies the milestone. in: path @@ -87064,9 +87082,9 @@ paths: description: Response content: application/json: - schema: *575 + schema: *576 examples: - default: *576 + default: *577 '404': *6 x-github: githubCloudOnly: false @@ -87083,9 +87101,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *341 - *342 - - *577 + - *343 + - *578 requestBody: required: false content: @@ -87123,9 +87141,9 @@ paths: description: Response content: application/json: - schema: *575 + schema: *576 examples: - default: *576 + default: *577 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87141,9 +87159,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *341 - *342 - - *577 + - *343 + - *578 responses: '204': description: Response @@ -87164,9 +87182,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *341 - *342 - - *577 + - *343 + - *578 - *17 - *19 responses: @@ -87178,7 +87196,7 @@ paths: type: array items: *84 examples: - default: *554 + default: *555 headers: Link: *67 x-github: @@ -87197,12 +87215,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *341 - *342 - - *578 + - *343 - *579 - - *92 - *580 + - *92 + - *581 - *17 - *19 responses: @@ -87214,7 +87232,7 @@ paths: type: array items: *112 examples: - default: *581 + default: *582 headers: Link: *67 x-github: @@ -87238,8 +87256,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *341 - *342 + - *343 requestBody: required: false content: @@ -87297,14 +87315,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *341 - *342 + - *343 responses: '200': description: Response content: application/json: - schema: &582 + schema: &583 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -87429,7 +87447,7 @@ paths: - custom_404 - public examples: - default: &583 + default: &584 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -87470,8 +87488,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -87525,9 +87543,9 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: - default: *583 + default: *584 '422': *15 '409': *54 x-github: @@ -87550,8 +87568,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -87650,8 +87668,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *341 - *342 + - *343 responses: '204': description: Response @@ -87677,8 +87695,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -87688,7 +87706,7 @@ paths: application/json: schema: type: array - items: &584 + items: &585 title: Page Build description: Page Build type: object @@ -87782,8 +87800,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *341 - *342 + - *343 responses: '201': description: Response @@ -87828,16 +87846,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *341 - *342 + - *343 responses: '200': description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: &585 + default: &586 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -87885,8 +87903,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *341 - *342 + - *343 - name: build_id in: path required: true @@ -87897,9 +87915,9 @@ paths: description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: *585 + default: *586 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87919,8 +87937,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -88025,9 +88043,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *341 - *342 - - &586 + - *343 + - &587 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -88085,9 +88103,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *341 - *342 - - *586 + - *343 + - *587 responses: '204': *191 '404': *6 @@ -88114,8 +88132,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -88373,8 +88391,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: - - *341 - *342 + - *343 responses: '200': description: Private vulnerability reporting status @@ -88411,8 +88429,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *341 - *342 + - *343 responses: '204': *191 '422': *14 @@ -88433,8 +88451,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *341 - *342 + - *343 responses: '204': *191 '422': *14 @@ -88456,8 +88474,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -88465,7 +88483,7 @@ paths: application/json: schema: type: array - items: *293 + items: *294 examples: default: value: @@ -88496,8 +88514,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: - - *341 - *342 + - *343 requestBody: required: true content: @@ -88509,7 +88527,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *293 + items: *294 required: - properties examples: @@ -88559,8 +88577,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *341 - *342 + - *343 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -88620,9 +88638,9 @@ paths: application/json: schema: type: array - items: *479 + items: *480 examples: - default: *587 + default: *588 headers: Link: *67 '304': *37 @@ -88654,8 +88672,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -88720,7 +88738,7 @@ paths: description: Response content: application/json: - schema: &591 + schema: &592 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -88831,8 +88849,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *278 - required: *279 + properties: *279 + required: *280 nullable: true active_lock_reason: type: string @@ -88875,7 +88893,7 @@ paths: items: *4 requested_teams: type: array - items: *330 + items: *331 head: type: object properties: @@ -88913,14 +88931,14 @@ paths: _links: type: object properties: - comments: *280 - commits: *280 - statuses: *280 - html: *280 - issue: *280 - review_comments: *280 - review_comment: *280 - self: *280 + comments: *281 + commits: *281 + statuses: *281 + html: *281 + issue: *281 + review_comments: *281 + review_comment: *281 + self: *281 required: - comments - commits @@ -88931,7 +88949,7 @@ paths: - review_comment - self author_association: *82 - auto_merge: *588 + auto_merge: *589 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -89023,7 +89041,7 @@ paths: - merged_by - review_comments examples: - default: &592 + default: &593 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -89550,8 +89568,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *341 - *342 + - *343 - name: sort in: query required: false @@ -89580,9 +89598,9 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: - default: &594 + default: &595 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -89659,17 +89677,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *341 - *342 + - *343 - *101 responses: '200': description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: &590 + default: &591 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -89744,8 +89762,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *341 - *342 + - *343 - *101 requestBody: required: true @@ -89768,9 +89786,9 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: *590 + default: *591 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89786,8 +89804,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *341 - *342 + - *343 - *101 responses: '204': @@ -89809,8 +89827,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *341 - *342 + - *343 - *101 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -89837,9 +89855,9 @@ paths: application/json: schema: type: array - items: *473 + items: *474 examples: - default: *544 + default: *545 headers: Link: *67 '404': *6 @@ -89860,8 +89878,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *341 - *342 + - *343 - *101 requestBody: required: true @@ -89894,16 +89912,16 @@ paths: description: Reaction exists content: application/json: - schema: *473 + schema: *474 examples: - default: *474 + default: *475 '201': description: Reaction created content: application/json: - schema: *473 + schema: *474 examples: - default: *474 + default: *475 '422': *15 x-github: githubCloudOnly: false @@ -89925,10 +89943,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *341 - *342 + - *343 - *101 - - *545 + - *546 responses: '204': description: Response @@ -89971,9 +89989,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *341 - *342 - - &593 + - *343 + - &594 name: pull_number description: The number that identifies the pull request. in: path @@ -89986,9 +90004,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *591 + schema: *592 examples: - default: *592 + default: *593 '304': *37 '404': *6 '406': @@ -90023,9 +90041,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *341 - *342 - - *593 + - *343 + - *594 requestBody: required: false content: @@ -90067,9 +90085,9 @@ paths: description: Response content: application/json: - schema: *591 + schema: *592 examples: - default: *592 + default: *593 '422': *15 '403': *29 x-github: @@ -90091,9 +90109,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *341 - *342 - - *593 + - *343 + - *594 requestBody: required: true content: @@ -90153,17 +90171,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *246 + schema: *247 examples: - default: *462 + default: *463 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *246 + schema: *247 examples: - default: *462 + default: *463 '401': *25 '403': *29 '404': *6 @@ -90193,9 +90211,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *341 - *342 - - *593 + - *343 + - *594 - *109 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -90216,9 +90234,9 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: - default: *594 + default: *595 headers: Link: *67 x-github: @@ -90251,9 +90269,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *341 - *342 - - *593 + - *343 + - *594 requestBody: required: true content: @@ -90358,7 +90376,7 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: example-for-a-multi-line-comment: value: @@ -90446,9 +90464,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *341 - *342 - - *593 + - *343 + - *594 - *101 requestBody: required: true @@ -90471,7 +90489,7 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: default: value: @@ -90557,9 +90575,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *341 - *342 - - *593 + - *343 + - *594 - *17 - *19 responses: @@ -90569,9 +90587,9 @@ paths: application/json: schema: type: array - items: *475 + items: *476 examples: - default: *595 + default: *596 headers: Link: *67 x-github: @@ -90601,9 +90619,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *341 - *342 - - *593 + - *343 + - *594 - *17 - *19 responses: @@ -90613,7 +90631,7 @@ paths: application/json: schema: type: array - items: *488 + items: *489 examples: default: value: @@ -90651,9 +90669,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *341 - *342 - - *593 + - *343 + - *594 responses: '204': description: Response if pull request has been merged @@ -90676,9 +90694,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *341 - *342 - - *593 + - *343 + - *594 requestBody: required: false content: @@ -90789,9 +90807,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *341 - *342 - - *593 + - *343 + - *594 responses: '200': description: Response @@ -90866,9 +90884,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *341 - *342 - - *593 + - *343 + - *594 requestBody: required: false content: @@ -90905,7 +90923,7 @@ paths: description: Response content: application/json: - schema: *479 + schema: *480 examples: default: value: @@ -91441,9 +91459,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *341 - *342 - - *593 + - *343 + - *594 requestBody: required: true content: @@ -91477,7 +91495,7 @@ paths: description: Response content: application/json: - schema: *479 + schema: *480 examples: default: value: @@ -91982,9 +92000,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *341 - *342 - - *593 + - *343 + - *594 - *17 - *19 responses: @@ -91994,7 +92012,7 @@ paths: application/json: schema: type: array - items: &596 + items: &597 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -92145,9 +92163,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *341 - *342 - - *593 + - *343 + - *594 requestBody: required: false content: @@ -92233,9 +92251,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: &598 + default: &599 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -92298,10 +92316,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *341 - *342 - - *593 - - &597 + - *343 + - *594 + - &598 name: review_id description: The unique identifier of the review. in: path @@ -92313,9 +92331,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: &599 + default: &600 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -92374,10 +92392,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *341 - *342 - - *593 - - *597 + - *343 + - *594 + - *598 requestBody: required: true content: @@ -92400,7 +92418,7 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: default: value: @@ -92462,18 +92480,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *341 - *342 - - *593 - - *597 + - *343 + - *594 + - *598 responses: '200': description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *598 + default: *599 '422': *7 '404': *6 x-github: @@ -92500,10 +92518,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *341 - *342 - - *593 - - *597 + - *343 + - *594 + - *598 - *17 - *19 responses: @@ -92586,9 +92604,9 @@ paths: _links: type: object properties: - self: *280 - html: *280 - pull_request: *280 + self: *281 + html: *281 + pull_request: *281 required: - self - html @@ -92738,10 +92756,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *341 - *342 - - *593 - - *597 + - *343 + - *594 + - *598 requestBody: required: true content: @@ -92769,7 +92787,7 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: default: value: @@ -92832,10 +92850,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *341 - *342 - - *593 - - *597 + - *343 + - *594 + - *598 requestBody: required: true content: @@ -92870,9 +92888,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *599 + default: *600 '404': *6 '422': *7 '403': *29 @@ -92894,9 +92912,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *341 - *342 - - *593 + - *343 + - *594 requestBody: required: false content: @@ -92959,8 +92977,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *341 - *342 + - *343 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -92973,9 +92991,9 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: - default: &601 + default: &602 value: type: file encoding: base64 @@ -93017,8 +93035,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *341 - *342 + - *343 - name: dir description: The alternate path to look for a README file in: path @@ -93038,9 +93056,9 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: - default: *601 + default: *602 '404': *6 '422': *15 x-github: @@ -93062,8 +93080,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -93073,7 +93091,7 @@ paths: application/json: schema: type: array - items: *602 + items: *603 examples: default: value: @@ -93167,8 +93185,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -93244,9 +93262,9 @@ paths: description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: &606 + default: &607 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -93351,9 +93369,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *341 - *342 - - &604 + - *343 + - &605 name: asset_id description: The unique identifier of the asset. in: path @@ -93365,9 +93383,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: &605 + default: &606 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 @@ -93402,7 +93420,7 @@ paths: type: User site_admin: false '404': *6 - '302': *490 + '302': *491 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93418,9 +93436,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *341 - *342 - - *604 + - *343 + - *605 requestBody: required: false content: @@ -93448,9 +93466,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: *605 + default: *606 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93466,9 +93484,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *341 - *342 - - *604 + - *343 + - *605 responses: '204': description: Response @@ -93493,8 +93511,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -93579,16 +93597,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *341 - *342 + - *343 responses: '200': description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: *606 + default: *607 '404': *6 x-github: githubCloudOnly: false @@ -93606,8 +93624,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *341 - *342 + - *343 - name: tag description: tag parameter in: path @@ -93620,9 +93638,9 @@ paths: description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: *606 + default: *607 '404': *6 x-github: githubCloudOnly: false @@ -93644,9 +93662,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *341 - *342 - - &607 + - *343 + - &608 name: release_id description: The unique identifier of the release. in: path @@ -93660,9 +93678,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: *602 + schema: *603 examples: - default: *606 + default: *607 '401': description: Unauthorized x-github: @@ -93680,9 +93698,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *341 - *342 - - *607 + - *343 + - *608 requestBody: required: false content: @@ -93746,9 +93764,9 @@ paths: description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: *606 + default: *607 '404': description: Not Found if the discussion category name is invalid content: @@ -93769,9 +93787,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *341 - *342 - - *607 + - *343 + - *608 responses: '204': description: Response @@ -93792,9 +93810,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *341 - *342 - - *607 + - *343 + - *608 - *17 - *19 responses: @@ -93804,7 +93822,7 @@ paths: application/json: schema: type: array - items: *603 + items: *604 examples: default: value: @@ -93885,9 +93903,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: - - *341 - *342 - - *607 + - *343 + - *608 - name: name in: query required: true @@ -93913,7 +93931,7 @@ paths: description: Response for successful upload content: application/json: - schema: *603 + schema: *604 examples: response-for-successful-upload: value: @@ -93968,9 +93986,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *341 - *342 - - *607 + - *343 + - *608 - 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. @@ -93994,9 +94012,9 @@ paths: application/json: schema: type: array - items: *473 + items: *474 examples: - default: *544 + default: *545 headers: Link: *67 '404': *6 @@ -94017,9 +94035,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *341 - *342 - - *607 + - *343 + - *608 requestBody: required: true content: @@ -94049,16 +94067,16 @@ paths: description: Reaction exists content: application/json: - schema: *473 + schema: *474 examples: - default: *474 + default: *475 '201': description: Reaction created content: application/json: - schema: *473 + schema: *474 examples: - default: *474 + default: *475 '422': *15 x-github: githubCloudOnly: false @@ -94080,10 +94098,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *341 - *342 - - *607 - - *545 + - *343 + - *608 + - *546 responses: '204': description: Response @@ -94107,9 +94125,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *341 - *342 - - *408 + - *343 + - *409 - *17 - *19 responses: @@ -94125,8 +94143,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *302 - - &608 + - *303 + - &609 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -94145,69 +94163,69 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. - - allOf: - - *303 - - *608 - allOf: - *304 - - *608 + - *609 - allOf: - *305 - - *608 - - allOf: - *609 - - *608 - allOf: - *306 - - *608 + - *609 + - allOf: + - *610 + - *609 - allOf: - *307 - - *608 + - *609 - allOf: - *308 - - *608 + - *609 - allOf: - *309 - - *608 + - *609 - allOf: - *310 - - *608 + - *609 - allOf: - *311 - - *608 + - *609 - allOf: - *312 - - *608 + - *609 - allOf: - *313 - - *608 + - *609 - allOf: - *314 - - *608 + - *609 - allOf: - *315 - - *608 + - *609 - allOf: - *316 - - *608 + - *609 - allOf: - *317 - - *608 + - *609 - allOf: - *318 - - *608 + - *609 - allOf: - *319 - - *608 + - *609 - allOf: - *320 - - *608 + - *609 - allOf: - *321 - - *608 + - *609 - allOf: - *322 - - *608 + - *609 + - allOf: + - *323 + - *609 examples: default: value: @@ -94246,8 +94264,8 @@ paths: category: repos subcategory: rules parameters: - - *341 - *342 + - *343 - *17 - *19 - name: includes_parents @@ -94258,7 +94276,7 @@ paths: schema: type: boolean default: true - - *610 + - *611 responses: '200': description: Response @@ -94266,7 +94284,7 @@ paths: application/json: schema: type: array - items: *323 + items: *324 examples: default: value: @@ -94313,8 +94331,8 @@ paths: category: repos subcategory: rules parameters: - - *341 - *342 + - *343 requestBody: description: Request body required: true @@ -94334,16 +94352,16 @@ paths: - tag - push default: branch - enforcement: *299 + enforcement: *300 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *300 - conditions: *297 + items: *301 + conditions: *298 rules: type: array description: An array of rules within the ruleset. - items: *611 + items: *612 required: - name - enforcement @@ -94374,9 +94392,9 @@ paths: description: Response content: application/json: - schema: *323 + schema: *324 examples: - default: &621 + default: &622 value: id: 42 name: super cool ruleset @@ -94424,12 +94442,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *341 - *342 - - *612 + - *343 - *613 - *614 - *615 + - *616 - *17 - *19 responses: @@ -94437,9 +94455,9 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: - default: *617 + default: *618 '404': *6 '500': *55 x-github: @@ -94460,17 +94478,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *341 - *342 - - *618 + - *343 + - *619 responses: '200': description: Response content: application/json: - schema: *619 + schema: *620 examples: - default: *620 + default: *621 '404': *6 '500': *55 x-github: @@ -94498,8 +94516,8 @@ paths: category: repos subcategory: rules parameters: - - *341 - *342 + - *343 - name: ruleset_id description: The ID of the ruleset. in: path @@ -94519,9 +94537,9 @@ paths: description: Response content: application/json: - schema: *323 + schema: *324 examples: - default: *621 + default: *622 '404': *6 '500': *55 put: @@ -94539,8 +94557,8 @@ paths: category: repos subcategory: rules parameters: - - *341 - *342 + - *343 - name: ruleset_id description: The ID of the ruleset. in: path @@ -94565,16 +94583,16 @@ paths: - branch - tag - push - enforcement: *299 + enforcement: *300 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *300 - conditions: *297 + items: *301 + conditions: *298 rules: description: An array of rules within the ruleset. type: array - items: *611 + items: *612 examples: default: value: @@ -94602,9 +94620,9 @@ paths: description: Response content: application/json: - schema: *323 + schema: *324 examples: - default: *621 + default: *622 '404': *6 '422': *15 '500': *55 @@ -94623,8 +94641,8 @@ paths: category: repos subcategory: rules parameters: - - *341 - *342 + - *343 - name: ruleset_id description: The ID of the ruleset. in: path @@ -94647,8 +94665,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *341 - *342 + - *343 - *17 - *19 - name: ruleset_id @@ -94664,9 +94682,9 @@ paths: application/json: schema: type: array - items: *326 + items: *327 examples: - default: *622 + default: *623 '404': *6 '500': *55 x-github: @@ -94685,8 +94703,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *341 - *342 + - *343 - name: ruleset_id description: The ID of the ruleset. in: path @@ -94704,7 +94722,7 @@ paths: description: Response content: application/json: - schema: *623 + schema: *624 examples: default: value: @@ -94759,22 +94777,22 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *341 - *342 - - *624 + - *343 - *625 - *626 - *627 - *628 + - *629 - *61 - *19 - *17 - - *629 - *630 - *631 - *632 - *633 - *634 + - *635 responses: '200': description: Response @@ -94782,7 +94800,7 @@ paths: application/json: schema: type: array - items: &638 + items: &639 type: object properties: number: *178 @@ -94801,8 +94819,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *635 - resolution: *636 + state: *636 + resolution: *637 resolved_at: type: string format: date-time @@ -94898,7 +94916,7 @@ paths: pull request. ' - oneOf: *637 + oneOf: *638 nullable: true has_more_locations: type: boolean @@ -95062,16 +95080,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *341 - *342 - - *439 - - *634 + - *343 + - *440 + - *635 responses: '200': description: Response content: application/json: - schema: *638 + schema: *639 examples: default: value: @@ -95125,9 +95143,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *341 - *342 - - *439 + - *343 + - *440 requestBody: required: true content: @@ -95135,8 +95153,8 @@ paths: schema: type: object properties: - state: *635 - resolution: *636 + state: *636 + resolution: *637 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -95172,7 +95190,7 @@ paths: description: Response content: application/json: - schema: *638 + schema: *639 examples: default: value: @@ -95267,9 +95285,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *341 - *342 - - *439 + - *343 + - *440 - *19 - *17 responses: @@ -95280,7 +95298,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &796 + items: &797 type: object properties: type: @@ -95306,7 +95324,6 @@ paths: example: commit details: oneOf: - - *639 - *640 - *641 - *642 @@ -95319,6 +95336,7 @@ paths: - *649 - *650 - *651 + - *652 examples: default: value: @@ -95404,8 +95422,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -95413,14 +95431,14 @@ paths: schema: type: object properties: - reason: &653 + reason: &654 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *652 + placeholder_id: *653 required: - reason - placeholder_id @@ -95437,7 +95455,7 @@ paths: schema: type: object properties: - reason: *653 + reason: *654 expire_at: type: string format: date-time @@ -95483,8 +95501,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: - - *341 - *342 + - *343 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -95499,7 +95517,7 @@ paths: properties: incremental_scans: type: array - items: &654 + items: &655 description: Information on a single scan performed by secret scanning on the repository type: object @@ -95525,15 +95543,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *654 + items: *655 backfill_scans: type: array - items: *654 + items: *655 custom_pattern_backfill_scans: type: array items: allOf: - - *654 + - *655 - type: object properties: pattern_name: @@ -95603,8 +95621,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *341 - *342 + - *343 - *61 - name: sort description: The property to sort the results by. @@ -95648,9 +95666,9 @@ paths: application/json: schema: type: array - items: *655 + items: *656 examples: - default: *656 + default: *657 '400': *14 '404': *6 x-github: @@ -95673,8 +95691,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -95747,7 +95765,7 @@ paths: login: type: string description: The username of the user credited. - type: *329 + type: *330 required: - login - type @@ -95834,9 +95852,9 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: - default: &658 + default: &659 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -96069,8 +96087,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -96174,7 +96192,7 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: default: value: @@ -96321,17 +96339,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *341 - *342 - - *657 + - *343 + - *658 responses: '200': description: Response content: application/json: - schema: *655 + schema: *656 examples: - default: *658 + default: *659 '403': *29 '404': *6 x-github: @@ -96355,9 +96373,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *341 - *342 - - *657 + - *343 + - *658 requestBody: required: true content: @@ -96430,7 +96448,7 @@ paths: login: type: string description: The username of the user credited. - type: *329 + type: *330 required: - login - type @@ -96516,10 +96534,10 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: - default: *658 - add_credit: *658 + default: *659 + add_credit: *659 '403': *29 '404': *6 '422': @@ -96557,9 +96575,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: - - *341 - *342 - - *657 + - *343 + - *658 responses: '202': *39 '400': *14 @@ -96586,17 +96604,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *341 - *342 - - *657 + - *343 + - *658 responses: '202': description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: *346 + default: *347 '400': *14 '422': *15 '403': *29 @@ -96622,8 +96640,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -96722,8 +96740,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *341 - *342 + - *343 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -96732,7 +96750,7 @@ paths: application/json: schema: type: array - items: &659 + items: &660 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -96765,8 +96783,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -96842,8 +96860,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -96939,8 +96957,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *341 - *342 + - *343 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -97094,8 +97112,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *341 - *342 + - *343 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -97105,7 +97123,7 @@ paths: application/json: schema: type: array - items: *659 + items: *660 examples: default: value: @@ -97138,8 +97156,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *341 - *342 + - *343 - name: sha in: path required: true @@ -97193,7 +97211,7 @@ paths: description: Response content: application/json: - schema: *660 + schema: *661 examples: default: value: @@ -97247,8 +97265,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -97280,14 +97298,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *341 - *342 + - *343 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &661 + schema: &662 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -97355,8 +97373,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *341 - *342 + - *343 requestBody: required: false content: @@ -97382,7 +97400,7 @@ paths: description: Response content: application/json: - schema: *661 + schema: *662 examples: default: value: @@ -97409,8 +97427,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *341 - *342 + - *343 responses: '204': description: Response @@ -97430,8 +97448,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -97510,8 +97528,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *341 - *342 + - *343 - name: ref in: path required: true @@ -97547,8 +97565,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -97560,7 +97578,7 @@ paths: type: array items: *197 examples: - default: *258 + default: *259 headers: Link: *67 '404': *6 @@ -97580,8 +97598,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *341 - *342 + - *343 - *19 - *17 responses: @@ -97589,7 +97607,7 @@ paths: description: Response content: application/json: - schema: &662 + schema: &663 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -97601,7 +97619,7 @@ paths: required: - names examples: - default: &663 + default: &664 value: names: - octocat @@ -97624,8 +97642,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -97656,9 +97674,9 @@ paths: description: Response content: application/json: - schema: *662 + schema: *663 examples: - default: *663 + default: *664 '404': *6 '422': *7 x-github: @@ -97679,9 +97697,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *341 - *342 - - &664 + - *343 + - &665 name: per description: The time frame to display results for. in: query @@ -97710,7 +97728,7 @@ paths: example: 128 clones: type: array - items: &665 + items: &666 title: Traffic type: object properties: @@ -97797,8 +97815,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -97888,8 +97906,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -97949,9 +97967,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *341 - *342 - - *664 + - *343 + - *665 responses: '200': description: Response @@ -97970,7 +97988,7 @@ paths: example: 3782 views: type: array - items: *665 + items: *666 required: - uniques - count @@ -98047,8 +98065,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -98322,8 +98340,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *341 - *342 + - *343 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -98346,8 +98364,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *341 - *342 + - *343 responses: '204': description: Response @@ -98369,8 +98387,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *341 - *342 + - *343 responses: '204': description: Response @@ -98396,8 +98414,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *341 - *342 + - *343 - name: ref in: path required: true @@ -98489,9 +98507,9 @@ paths: description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: *346 + default: *347 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -98639,7 +98657,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - *149 - - *550 + - *551 requestBody: required: true content: @@ -98703,9 +98721,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *553 + items: *554 examples: - default: *666 + default: *667 '400': *14 '403': *29 '404': *6 @@ -98742,7 +98760,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - *149 - - *550 + - *551 requestBody: required: true content: @@ -98807,9 +98825,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *553 + items: *554 examples: - default: *666 + default: *667 '400': *14 '403': *29 '404': *6 @@ -98841,8 +98859,8 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - *149 - - *550 - - *240 + - *551 + - *241 responses: '204': description: Issue field value deleted successfully @@ -98981,7 +98999,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &667 + text_matches: &668 title: Search Result Text Matches type: array items: @@ -99143,7 +99161,7 @@ paths: enum: - author-date - committer-date - - &668 + - &669 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 @@ -99214,7 +99232,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *406 + properties: *407 nullable: true comment_count: type: integer @@ -99234,7 +99252,7 @@ paths: url: type: string format: uri - verification: *527 + verification: *528 required: - author - committer @@ -99253,7 +99271,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *406 + properties: *407 nullable: true parents: type: array @@ -99271,7 +99289,7 @@ paths: type: number node_id: type: string - text_matches: *667 + text_matches: *668 required: - sha - node_id @@ -99463,7 +99481,7 @@ paths: - interactions - created - updated - - *668 + - *669 - *17 - *19 - name: advanced_search @@ -99577,11 +99595,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 issue_field_values: type: array - items: *553 + items: *554 state: type: string state_reason: @@ -99598,8 +99616,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *278 - required: *279 + properties: *279 + required: *280 nullable: true comments: type: integer @@ -99613,7 +99631,7 @@ paths: type: string format: date-time nullable: true - text_matches: *667 + text_matches: *668 pull_request: type: object properties: @@ -99657,7 +99675,7 @@ paths: timeline_url: type: string format: uri - type: *241 + type: *242 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -99885,7 +99903,7 @@ paths: enum: - created - updated - - *668 + - *669 - *17 - *19 responses: @@ -99929,7 +99947,7 @@ paths: nullable: true score: type: number - text_matches: *667 + text_matches: *668 required: - id - node_id @@ -100014,7 +100032,7 @@ paths: - forks - help-wanted-issues - updated - - *668 + - *669 - *17 - *19 responses: @@ -100262,7 +100280,7 @@ paths: - admin - pull - push - text_matches: *667 + text_matches: *668 temp_clone_token: type: string allow_merge_commit: @@ -100562,7 +100580,7 @@ paths: type: string format: uri nullable: true - text_matches: *667 + text_matches: *668 related: type: array nullable: true @@ -100753,7 +100771,7 @@ paths: - followers - repositories - joined - - *668 + - *669 - *17 - *19 responses: @@ -100857,7 +100875,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *667 + text_matches: *668 blog: type: string nullable: true @@ -100936,7 +100954,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &671 + - &672 name: team_id description: The unique identifier of the team. in: path @@ -100948,9 +100966,9 @@ paths: description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 '404': *6 x-github: githubCloudOnly: false @@ -100977,7 +100995,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *671 + - *672 requestBody: required: true content: @@ -101040,16 +101058,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 '201': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 '404': *6 '422': *15 '403': *29 @@ -101077,7 +101095,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *671 + - *672 responses: '204': description: Response @@ -101106,7 +101124,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *671 + - *672 - *17 - *19 responses: @@ -101116,9 +101134,9 @@ paths: application/json: schema: type: array - items: *235 + items: *236 examples: - default: *236 + default: *237 headers: Link: *67 x-github: @@ -101144,7 +101162,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *671 + - *672 - name: role description: Filters members returned by their role in the team. in: query @@ -101195,7 +101213,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *671 + - *672 - *71 responses: '204': @@ -101232,7 +101250,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *671 + - *672 - *71 responses: '204': @@ -101272,7 +101290,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *671 + - *672 - *71 responses: '204': @@ -101309,16 +101327,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *671 + - *672 - *71 responses: '200': description: Response content: application/json: - schema: *340 + schema: *341 examples: - response-if-user-is-a-team-maintainer: *672 + response-if-user-is-a-team-maintainer: *673 '404': *6 x-github: githubCloudOnly: false @@ -101351,7 +101369,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *671 + - *672 - *71 requestBody: required: false @@ -101377,9 +101395,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - response-if-users-membership-with-team-is-now-pending: *673 + response-if-users-membership-with-team-is-now-pending: *674 '403': description: Forbidden if team synchronization is set up '422': @@ -101413,7 +101431,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *671 + - *672 - *71 responses: '204': @@ -101441,7 +101459,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *671 + - *672 - *17 - *19 responses: @@ -101453,7 +101471,7 @@ paths: type: array items: *160 examples: - default: *265 + default: *266 headers: Link: *67 '404': *6 @@ -101483,15 +101501,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *671 - - *341 + - *672 - *342 + - *343 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *674 + schema: *675 examples: alternative-response-with-extra-repository-information: value: @@ -101642,9 +101660,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *671 - - *341 + - *672 - *342 + - *343 requestBody: required: false content: @@ -101694,9 +101712,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *671 - - *341 + - *672 - *342 + - *343 responses: '204': description: Response @@ -101721,7 +101739,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *671 + - *672 - *17 - *19 responses: @@ -101733,7 +101751,7 @@ paths: type: array items: *197 examples: - response-if-child-teams-exist: *675 + response-if-child-teams-exist: *676 headers: Link: *67 '404': *6 @@ -101766,7 +101784,7 @@ paths: application/json: schema: oneOf: - - &677 + - &678 title: Private User description: Private User type: object @@ -101969,7 +101987,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *676 + - *677 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -102122,7 +102140,7 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: default: value: @@ -102325,9 +102343,9 @@ paths: type: integer codespaces: type: array - items: *246 + items: *247 examples: - default: *247 + default: *248 '304': *37 '500': *55 '401': *25 @@ -102466,17 +102484,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *246 + schema: *247 examples: - default: *462 + default: *463 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *246 + schema: *247 examples: - default: *462 + default: *463 '401': *25 '403': *29 '404': *6 @@ -102520,7 +102538,7 @@ paths: type: integer secrets: type: array - items: &678 + items: &679 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -102560,7 +102578,7 @@ paths: - visibility - selected_repositories_url examples: - default: *465 + default: *466 headers: Link: *67 x-github: @@ -102636,7 +102654,7 @@ paths: description: Response content: application/json: - schema: *678 + schema: *679 examples: default: value: @@ -102926,15 +102944,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *248 + - *249 responses: '200': description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *462 + default: *463 '304': *37 '500': *55 '401': *25 @@ -102960,7 +102978,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *248 + - *249 requestBody: required: false content: @@ -102990,9 +103008,9 @@ paths: description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *462 + default: *463 '401': *25 '403': *29 '404': *6 @@ -103014,7 +103032,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *248 + - *249 responses: '202': *39 '304': *37 @@ -103043,13 +103061,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *248 + - *249 responses: '202': description: Response content: application/json: - schema: &679 + schema: &680 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -103090,7 +103108,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &680 + default: &681 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -103122,7 +103140,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *248 + - *249 - name: export_id in: path required: true @@ -103135,9 +103153,9 @@ paths: description: Response content: application/json: - schema: *679 + schema: *680 examples: - default: *680 + default: *681 '404': *6 x-github: githubCloudOnly: false @@ -103158,7 +103176,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *248 + - *249 responses: '200': description: Response @@ -103174,9 +103192,9 @@ paths: type: integer machines: type: array - items: *681 + items: *682 examples: - default: *682 + default: *683 '304': *37 '500': *55 '401': *25 @@ -103205,7 +103223,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *248 + - *249 requestBody: required: true content: @@ -103255,13 +103273,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *344 + repository: *345 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *463 - required: *464 + properties: *464 + required: *465 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -104035,15 +104053,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *248 + - *249 responses: '200': description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *462 + default: *463 '304': *37 '500': *55 '400': *14 @@ -104075,15 +104093,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *248 + - *249 responses: '200': description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *462 + default: *463 '500': *55 '401': *25 '403': *29 @@ -104113,9 +104131,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: &693 + default: &694 value: - id: 197 name: hello_docker @@ -104216,7 +104234,7 @@ paths: application/json: schema: type: array - items: &683 + items: &684 title: Email description: Email type: object @@ -104281,9 +104299,9 @@ paths: application/json: schema: type: array - items: *683 + items: *684 examples: - default: &695 + default: &696 value: - email: octocat@github.com verified: true @@ -104358,7 +104376,7 @@ paths: application/json: schema: type: array - items: *683 + items: *684 examples: default: value: @@ -104614,7 +104632,7 @@ paths: application/json: schema: type: array - items: &684 + items: &685 title: GPG Key description: A unique encryption key type: object @@ -104745,7 +104763,7 @@ paths: - subkeys - revoked examples: - default: &711 + default: &712 value: - id: 3 name: Octocat's GPG Key @@ -104830,9 +104848,9 @@ paths: description: Response content: application/json: - schema: *684 + schema: *685 examples: - default: &685 + default: &686 value: id: 3 name: Octocat's GPG Key @@ -104889,7 +104907,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &686 + - &687 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -104901,9 +104919,9 @@ paths: description: Response content: application/json: - schema: *684 + schema: *685 examples: - default: *685 + default: *686 '404': *6 '304': *37 '403': *29 @@ -104926,7 +104944,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *686 + - *687 responses: '204': description: Response @@ -105205,12 +105223,12 @@ paths: application/json: schema: anyOf: - - *233 + - *234 - type: object properties: {} additionalProperties: false examples: - default: *234 + default: *235 '204': description: Response when there are no restrictions x-github: @@ -105234,7 +105252,7 @@ paths: required: true content: application/json: - schema: *538 + schema: *539 examples: default: value: @@ -105245,7 +105263,7 @@ paths: description: Response content: application/json: - schema: *233 + schema: *234 examples: default: value: @@ -105326,7 +105344,7 @@ paths: - closed - all default: open - - *244 + - *245 - name: sort description: What to sort results by. in: query @@ -105351,7 +105369,7 @@ paths: type: array items: *85 examples: - default: *245 + default: *246 headers: Link: *67 '404': *6 @@ -105384,7 +105402,7 @@ paths: application/json: schema: type: array - items: &687 + items: &688 title: Key description: Key type: object @@ -105485,9 +105503,9 @@ paths: description: Response content: application/json: - schema: *687 + schema: *688 examples: - default: &688 + default: &689 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -105520,15 +105538,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *572 + - *573 responses: '200': description: Response content: application/json: - schema: *687 + schema: *688 examples: - default: *688 + default: *689 '404': *6 '304': *37 '403': *29 @@ -105551,7 +105569,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *572 + - *573 responses: '204': description: Response @@ -105584,7 +105602,7 @@ paths: application/json: schema: type: array - items: &689 + items: &690 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -105652,7 +105670,7 @@ paths: - account - plan examples: - default: &690 + default: &691 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -105714,9 +105732,9 @@ paths: application/json: schema: type: array - items: *689 + items: *690 examples: - default: *690 + default: *691 headers: Link: *67 '304': *37 @@ -105756,7 +105774,7 @@ paths: application/json: schema: type: array - items: *250 + items: *251 examples: default: value: @@ -105870,7 +105888,7 @@ paths: description: Response content: application/json: - schema: *250 + schema: *251 examples: default: value: @@ -105957,7 +105975,7 @@ paths: description: Response content: application/json: - schema: *250 + schema: *251 examples: default: value: @@ -106029,7 +106047,7 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: default: value: @@ -106282,7 +106300,7 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: default: value: @@ -106462,7 +106480,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *253 + - *254 - name: exclude in: query required: false @@ -106475,7 +106493,7 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: default: value: @@ -106669,7 +106687,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *253 + - *254 responses: '302': description: Response @@ -106695,7 +106713,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *253 + - *254 responses: '204': description: Response @@ -106724,8 +106742,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *253 - - *691 + - *254 + - *692 responses: '204': description: Response @@ -106749,7 +106767,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *253 + - *254 - *17 - *19 responses: @@ -106761,7 +106779,7 @@ paths: type: array items: *160 examples: - default: *265 + default: *266 headers: Link: *67 '404': *6 @@ -106840,7 +106858,7 @@ paths: - docker - nuget - container - - *692 + - *693 - *19 - *17 responses: @@ -106850,10 +106868,10 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *693 - '400': *694 + default: *694 + '400': *695 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -106873,16 +106891,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *261 - *262 + - *263 responses: '200': description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: &712 + default: &713 value: id: 40201 name: octo-name @@ -106995,8 +107013,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *261 - *262 + - *263 responses: '204': description: Response @@ -107026,8 +107044,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *261 - *262 + - *263 - name: token description: package token schema: @@ -107059,8 +107077,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: - - *261 - *262 + - *263 - *19 - *17 - name: state @@ -107080,7 +107098,7 @@ paths: application/json: schema: type: array - items: *263 + items: *264 examples: default: value: @@ -107129,15 +107147,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *261 - *262 - - *264 + - *263 + - *265 responses: '200': description: Response content: application/json: - schema: *263 + schema: *264 examples: default: value: @@ -107173,9 +107191,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *261 - *262 - - *264 + - *263 + - *265 responses: '204': description: Response @@ -107205,9 +107223,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *261 - *262 - - *264 + - *263 + - *265 responses: '204': description: Response @@ -107244,9 +107262,9 @@ paths: application/json: schema: type: array - items: *683 + items: *684 examples: - default: *695 + default: *696 headers: Link: *67 '304': *37 @@ -107359,7 +107377,7 @@ paths: type: array items: *79 examples: - default: &702 + default: &703 summary: Default response value: - id: 1296269 @@ -107663,9 +107681,9 @@ paths: description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: *346 + default: *347 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -107703,9 +107721,9 @@ paths: application/json: schema: type: array - items: *540 + items: *541 examples: - default: *696 + default: *697 headers: Link: *67 '304': *37 @@ -107728,7 +107746,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *237 + - *238 responses: '204': description: Response @@ -107751,7 +107769,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *237 + - *238 responses: '204': description: Response @@ -107784,7 +107802,7 @@ paths: application/json: schema: type: array - items: &697 + items: &698 title: Social account description: Social media account type: object @@ -107799,7 +107817,7 @@ paths: - provider - url examples: - default: &698 + default: &699 value: - provider: twitter url: https://twitter.com/github @@ -107861,9 +107879,9 @@ paths: application/json: schema: type: array - items: *697 + items: *698 examples: - default: *698 + default: *699 '422': *15 '304': *37 '404': *6 @@ -107950,7 +107968,7 @@ paths: application/json: schema: type: array - items: &699 + items: &700 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -107970,7 +107988,7 @@ paths: - title - created_at examples: - default: &730 + default: &731 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -108034,9 +108052,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *700 examples: - default: &700 + default: &701 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -108066,7 +108084,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: - - &701 + - &702 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -108078,9 +108096,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *700 examples: - default: *700 + default: *701 '404': *6 '304': *37 '403': *29 @@ -108103,7 +108121,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: - - *701 + - *702 responses: '204': description: Response @@ -108132,7 +108150,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &731 + - &732 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 @@ -108157,11 +108175,11 @@ paths: type: array items: *79 examples: - default-response: *702 + default-response: *703 application/vnd.github.v3.star+json: schema: type: array - items: &732 + items: &733 title: Starred Repository description: Starred Repository type: object @@ -108317,8 +108335,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: - - *341 - *342 + - *343 responses: '204': description: Response if this repository is starred by you @@ -108346,8 +108364,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *341 - *342 + - *343 responses: '204': description: Response @@ -108371,8 +108389,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *341 - *342 + - *343 responses: '204': description: Response @@ -108407,7 +108425,7 @@ paths: type: array items: *160 examples: - default: *265 + default: *266 headers: Link: *67 '304': *37 @@ -108444,7 +108462,7 @@ paths: application/json: schema: type: array - items: *337 + items: *338 examples: default: value: @@ -108530,10 +108548,10 @@ paths: application/json: schema: oneOf: + - *678 - *677 - - *676 examples: - default-response: &706 + default-response: &707 summary: Default response value: login: octocat @@ -108568,7 +108586,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &707 + response-with-git-hub-plan-information: &708 summary: Response with GitHub plan information value: login: octocat @@ -108625,14 +108643,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &704 + - &705 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *277 + - *278 requestBody: required: true description: Details of the draft item to create in the project. @@ -108666,9 +108684,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: - draft_issue: *284 + draft_issue: *285 '304': *37 '403': *29 '401': *25 @@ -108691,7 +108709,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *703 + - *704 - *17 responses: '200': @@ -108726,8 +108744,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *704 - - *277 + - *705 + - *278 requestBody: required: true content: @@ -108798,17 +108816,17 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *705 + schema: *706 examples: table_view: summary: Response for creating a table view - value: *288 + value: *289 board_view: summary: Response for creating a board view with filter - value: *288 + value: *289 roadmap_view: summary: Response for creating a roadmap view - value: *288 + value: *289 '304': *37 '403': *29 '401': *25 @@ -108850,11 +108868,11 @@ paths: application/json: schema: oneOf: + - *678 - *677 - - *676 examples: - default-response: *706 - response-with-git-hub-plan-information: *707 + default-response: *707 + response-with-git-hub-plan-information: *708 '404': *6 x-github: githubCloudOnly: false @@ -108904,8 +108922,8 @@ paths: required: - subject_digests examples: - default: *708 - withPredicateType: *709 + default: *709 + withPredicateType: *710 responses: '200': description: Response @@ -108958,7 +108976,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *710 + default: *711 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109163,7 +109181,7 @@ paths: initiator: type: string examples: - default: *402 + default: *403 '201': description: Response content: @@ -109202,9 +109220,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *693 + default: *694 '403': *29 '401': *25 x-github: @@ -109588,9 +109606,9 @@ paths: application/json: schema: type: array - items: *684 + items: *685 examples: - default: *711 + default: *712 headers: Link: *67 x-github: @@ -109694,7 +109712,7 @@ paths: application/json: schema: *22 examples: - default: *537 + default: *538 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109818,7 +109836,7 @@ paths: - docker - nuget - container - - *692 + - *693 - *71 - *19 - *17 @@ -109829,12 +109847,12 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *693 + default: *694 '403': *29 '401': *25 - '400': *694 + '400': *695 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109854,17 +109872,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *261 - *262 + - *263 - *71 responses: '200': description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *712 + default: *713 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109885,8 +109903,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *261 - *262 + - *263 - *71 responses: '204': @@ -109919,8 +109937,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *261 - *262 + - *263 - *71 - name: token description: package token @@ -109953,8 +109971,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: - - *261 - *262 + - *263 - *71 responses: '200': @@ -109963,7 +109981,7 @@ paths: application/json: schema: type: array - items: *263 + items: *264 examples: default: value: @@ -110021,16 +110039,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *261 - *262 - - *264 + - *263 + - *265 - *71 responses: '200': description: Response content: application/json: - schema: *263 + schema: *264 examples: default: value: @@ -110065,10 +110083,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *261 - *262 + - *263 - *71 - - *264 + - *265 responses: '204': description: Response @@ -110100,10 +110118,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *261 - *262 + - *263 - *71 - - *264 + - *265 responses: '204': description: Response @@ -110144,9 +110162,9 @@ paths: application/json: schema: type: array - items: *275 + items: *276 examples: - default: *276 + default: *277 headers: Link: *67 '304': *37 @@ -110168,16 +110186,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-user parameters: - - *277 + - *278 - *71 responses: '200': description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: *276 + default: *277 headers: Link: *67 '304': *37 @@ -110199,7 +110217,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-user parameters: - - *277 + - *278 - *71 - *17 - *47 @@ -110211,9 +110229,9 @@ paths: application/json: schema: type: array - items: *281 + items: *282 examples: - default: *713 + default: *714 headers: Link: *67 '304': *37 @@ -110235,7 +110253,7 @@ paths: url: https://docs.github.com/rest/projects/fields#add-field-to-user-owned-project parameters: - *71 - - *277 + - *278 requestBody: required: true content: @@ -110273,7 +110291,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *714 + items: *715 required: - name - data_type @@ -110289,7 +110307,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *715 + iteration_configuration: *716 required: - name - data_type @@ -110311,20 +110329,20 @@ paths: value: name: Due date data_type: date - single_select_field: *716 - iteration_field: *717 + single_select_field: *717 + iteration_field: *718 responses: '201': description: Response content: application/json: - schema: *281 + schema: *282 examples: - text_field: *718 - number_field: *719 - date_field: *720 - single_select_field: *721 - iteration_field: *722 + text_field: *719 + number_field: *720 + date_field: *721 + single_select_field: *722 + iteration_field: *723 '304': *37 '403': *29 '401': *25 @@ -110345,17 +110363,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - - *277 - - *723 + - *278 + - *724 - *71 responses: '200': description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *724 + default: *725 headers: Link: *67 '304': *37 @@ -110378,7 +110396,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-owned-project parameters: - - *277 + - *278 - *71 - *47 - *48 @@ -110411,9 +110429,9 @@ paths: application/json: schema: type: array - items: *285 + items: *286 examples: - default: *286 + default: *287 headers: Link: *67 '304': *37 @@ -110435,7 +110453,7 @@ paths: url: https://docs.github.com/rest/projects/items#add-item-to-user-owned-project parameters: - *71 - - *277 + - *278 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -110505,22 +110523,22 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *284 + value: *285 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *284 + value: *285 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *284 + value: *285 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *284 + value: *285 '304': *37 '403': *29 '401': *25 @@ -110540,9 +110558,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-a-user-owned-project parameters: - - *277 + - *278 - *71 - - *287 + - *288 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -110562,9 +110580,9 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *286 + default: *287 headers: Link: *67 '304': *37 @@ -110585,9 +110603,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-user parameters: - - *277 + - *278 - *71 - - *287 + - *288 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -110657,13 +110675,13 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: - text_field: *286 - number_field: *286 - date_field: *286 - single_select_field: *286 - iteration_field: *286 + text_field: *287 + number_field: *287 + date_field: *287 + single_select_field: *287 + iteration_field: *287 '401': *25 '403': *29 '404': *6 @@ -110683,9 +110701,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-user parameters: - - *277 + - *278 - *71 - - *287 + - *288 responses: '204': description: Response @@ -110707,9 +110725,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-project-view parameters: - - *277 + - *278 - *71 - - *725 + - *726 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -110735,9 +110753,9 @@ paths: application/json: schema: type: array - items: *285 + items: *286 examples: - default: *286 + default: *287 headers: Link: *67 '304': *37 @@ -110958,7 +110976,7 @@ paths: type: array items: *160 examples: - default: *265 + default: *266 headers: Link: *67 x-github: @@ -110984,7 +111002,7 @@ paths: - *123 - *125 - *124 - - *726 + - *727 - *126 responses: '200': @@ -111115,7 +111133,7 @@ paths: parameters: - *71 - *123 - - *727 + - *728 - *124 responses: '200': @@ -111214,9 +111232,9 @@ paths: - *123 - *125 - *124 - - *728 - - *126 - *729 + - *126 + - *730 responses: '200': description: Response when getting a billing usage summary @@ -111350,9 +111368,9 @@ paths: application/json: schema: type: array - items: *697 + items: *698 examples: - default: *698 + default: *699 headers: Link: *67 x-github: @@ -111382,9 +111400,9 @@ paths: application/json: schema: type: array - items: *699 + items: *700 examples: - default: *730 + default: *731 headers: Link: *67 x-github: @@ -111409,7 +111427,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *71 - - *731 + - *732 - *61 - *17 - *19 @@ -111421,11 +111439,11 @@ paths: schema: anyOf: - type: array - items: *732 + items: *733 - type: array items: *79 examples: - default-response: *702 + default-response: *703 headers: Link: *67 x-github: @@ -111456,7 +111474,7 @@ paths: type: array items: *160 examples: - default: *265 + default: *266 headers: Link: *67 x-github: @@ -111584,7 +111602,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &733 + enterprise: &734 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -111642,7 +111660,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &734 + installation: &735 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -111661,7 +111679,7 @@ x-webhooks: required: - id - node_id - organization: &735 + organization: &736 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -111721,13 +111739,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &736 + repository: &737 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &768 + properties: &769 id: description: Unique identifier of the repository example: 42 @@ -112422,7 +112440,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &769 + required: &770 - archive_url - assignees_url - blobs_url @@ -112573,10 +112591,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -112652,11 +112670,11 @@ x-webhooks: type: string enum: - created - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 - rule: &737 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 + rule: &738 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) @@ -112879,11 +112897,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 - rule: *737 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 + rule: *738 sender: *4 required: - action @@ -113066,11 +113084,11 @@ x-webhooks: - everyone required: - from - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 - rule: *737 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 + rule: *738 sender: *4 required: - action @@ -113154,7 +113172,7 @@ x-webhooks: type: string enum: - completed - check_run: &739 + check_run: &740 title: CheckRun description: A check performed on the code of a given code change type: object @@ -113245,7 +113263,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *738 + deployment: *739 details_url: example: https://example.com type: string @@ -113330,10 +113348,10 @@ x-webhooks: - output - app - pull_requests - installation: *734 - enterprise: *733 - organization: *735 - repository: *736 + installation: *735 + enterprise: *734 + organization: *736 + repository: *737 sender: *4 required: - check_run @@ -113724,11 +113742,11 @@ x-webhooks: type: string enum: - created - check_run: *739 - installation: *734 - enterprise: *733 - organization: *735 - repository: *736 + check_run: *740 + installation: *735 + enterprise: *734 + organization: *736 + repository: *737 sender: *4 required: - check_run @@ -114122,11 +114140,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *739 - installation: *734 - enterprise: *733 - organization: *735 - repository: *736 + check_run: *740 + installation: *735 + enterprise: *734 + organization: *736 + repository: *737 requested_action: description: The action requested by the user. type: object @@ -114529,11 +114547,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *739 - installation: *734 - enterprise: *733 - organization: *735 - repository: *736 + check_run: *740 + installation: *735 + enterprise: *734 + organization: *736 + repository: *737 sender: *4 required: - check_run @@ -115503,10 +115521,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -116195,10 +116213,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -116881,10 +116899,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -117050,7 +117068,7 @@ x-webhooks: required: - login - id - dismissed_comment: *434 + dismissed_comment: *435 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -117195,20 +117213,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &740 + commit_oid: &741 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: *733 - installation: *734 - organization: *735 - ref: &741 + enterprise: *734 + installation: *735 + organization: *736 + ref: &742 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: *736 + repository: *737 sender: *4 required: - action @@ -117373,7 +117391,7 @@ x-webhooks: required: - login - id - dismissed_comment: *434 + dismissed_comment: *435 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -117603,12 +117621,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *740 - enterprise: *733 - installation: *734 - organization: *735 - ref: *741 - repository: *736 + commit_oid: *741 + enterprise: *734 + installation: *735 + organization: *736 + ref: *742 + repository: *737 sender: *4 required: - action @@ -117703,7 +117721,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *434 + dismissed_comment: *435 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -117874,12 +117892,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *740 - enterprise: *733 - installation: *734 - organization: *735 - ref: *741 - repository: *736 + commit_oid: *741 + enterprise: *734 + installation: *735 + organization: *736 + ref: *742 + repository: *737 sender: *4 required: - action @@ -118045,7 +118063,7 @@ x-webhooks: required: - login - id - dismissed_comment: *434 + dismissed_comment: *435 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -118211,12 +118229,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *740 - enterprise: *733 - installation: *734 - organization: *735 - ref: *741 - repository: *736 + commit_oid: *741 + enterprise: *734 + installation: *735 + organization: *736 + ref: *742 + repository: *737 sender: *4 required: - action @@ -118315,7 +118333,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *434 + dismissed_comment: *435 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -118490,16 +118508,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *736 + repository: *737 sender: *4 required: - action @@ -118596,7 +118614,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *434 + dismissed_comment: *435 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -118736,12 +118754,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *740 - enterprise: *733 - installation: *734 - organization: *735 - ref: *741 - repository: *736 + commit_oid: *741 + enterprise: *734 + installation: *735 + organization: *736 + ref: *742 + repository: *737 sender: *4 required: - action @@ -118907,7 +118925,7 @@ x-webhooks: required: - login - id - dismissed_comment: *434 + dismissed_comment: *435 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -119052,10 +119070,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -119310,10 +119328,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -119393,18 +119411,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *735 - pusher_type: &742 + organization: *736 + pusher_type: &743 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &743 + ref: &744 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -119414,7 +119432,7 @@ x-webhooks: enum: - tag - branch - repository: *736 + repository: *737 sender: *4 required: - ref @@ -119496,10 +119514,10 @@ x-webhooks: type: string enum: - created - definition: *289 - enterprise: *733 - installation: *734 - organization: *735 + definition: *290 + enterprise: *734 + installation: *735 + organization: *736 sender: *4 required: - action @@ -119584,9 +119602,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 sender: *4 required: - action @@ -119663,10 +119681,10 @@ x-webhooks: type: string enum: - promote_to_enterprise - definition: *289 - enterprise: *733 - installation: *734 - organization: *735 + definition: *290 + enterprise: *734 + installation: *735 + organization: *736 sender: *4 required: - action @@ -119743,10 +119761,10 @@ x-webhooks: type: string enum: - updated - definition: *289 - enterprise: *733 - installation: *734 - organization: *735 + definition: *290 + enterprise: *734 + installation: *735 + organization: *736 sender: *4 required: - action @@ -119823,19 +119841,19 @@ x-webhooks: type: string enum: - updated - enterprise: *733 - installation: *734 - repository: *736 - organization: *735 + enterprise: *734 + installation: *735 + repository: *737 + organization: *736 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *293 + items: *294 old_property_values: type: array description: The old custom property values for the repository. - items: *293 + items: *294 required: - action - repository @@ -119911,18 +119929,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *733 - installation: *734 - organization: *735 - pusher_type: *742 - ref: *743 + enterprise: *734 + installation: *735 + organization: *736 + pusher_type: *743 + ref: *744 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *736 + repository: *737 sender: *4 required: - ref @@ -120002,11 +120020,11 @@ x-webhooks: type: string enum: - assignees_changed - alert: *496 - installation: *734 - organization: *735 - enterprise: *733 - repository: *736 + alert: *497 + installation: *735 + organization: *736 + enterprise: *734 + repository: *737 sender: *4 required: - action @@ -120086,11 +120104,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *496 - installation: *734 - organization: *735 - enterprise: *733 - repository: *736 + alert: *497 + installation: *735 + organization: *736 + enterprise: *734 + repository: *737 sender: *4 required: - action @@ -120171,11 +120189,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *496 - installation: *734 - organization: *735 - enterprise: *733 - repository: *736 + alert: *497 + installation: *735 + organization: *736 + enterprise: *734 + repository: *737 sender: *4 required: - action @@ -120256,11 +120274,11 @@ x-webhooks: type: string enum: - created - alert: *496 - installation: *734 - organization: *735 - enterprise: *733 - repository: *736 + alert: *497 + installation: *735 + organization: *736 + enterprise: *734 + repository: *737 sender: *4 required: - action @@ -120339,11 +120357,11 @@ x-webhooks: type: string enum: - dismissed - alert: *496 - installation: *734 - organization: *735 - enterprise: *733 - repository: *736 + alert: *497 + installation: *735 + organization: *736 + enterprise: *734 + repository: *737 sender: *4 required: - action @@ -120422,11 +120440,11 @@ x-webhooks: type: string enum: - fixed - alert: *496 - installation: *734 - organization: *735 - enterprise: *733 - repository: *736 + alert: *497 + installation: *735 + organization: *736 + enterprise: *734 + repository: *737 sender: *4 required: - action @@ -120506,11 +120524,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *496 - installation: *734 - organization: *735 - enterprise: *733 - repository: *736 + alert: *497 + installation: *735 + organization: *736 + enterprise: *734 + repository: *737 sender: *4 required: - action @@ -120589,11 +120607,11 @@ x-webhooks: type: string enum: - reopened - alert: *496 - installation: *734 - organization: *735 - enterprise: *733 - repository: *736 + alert: *497 + installation: *735 + organization: *736 + enterprise: *734 + repository: *737 sender: *4 required: - action @@ -120670,9 +120688,9 @@ x-webhooks: type: string enum: - created - enterprise: *733 - installation: *734 - key: &744 + enterprise: *734 + installation: *735 + key: &745 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -120708,8 +120726,8 @@ x-webhooks: - verified - created_at - read_only - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -120786,11 +120804,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *733 - installation: *734 - key: *744 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + key: *745 + organization: *736 + repository: *737 sender: *4 required: - action @@ -121346,12 +121364,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 - workflow: &750 + workflow: &751 title: Workflow type: object nullable: true @@ -122092,15 +122110,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *745 - required: *746 + properties: *746 + required: *747 nullable: true pull_requests: type: array - items: *591 - repository: *736 - organization: *735 - installation: *734 + items: *592 + repository: *737 + organization: *736 + installation: *735 sender: *4 responses: '200': @@ -122171,7 +122189,7 @@ x-webhooks: type: string enum: - approved - approver: &747 + approver: &748 type: object properties: avatar_url: @@ -122214,11 +122232,11 @@ x-webhooks: type: string comment: type: string - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 - reviewers: &748 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 + reviewers: &749 type: array items: type: object @@ -122297,7 +122315,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &749 + workflow_job_run: &750 type: object properties: conclusion: @@ -123028,18 +123046,18 @@ x-webhooks: type: string enum: - rejected - approver: *747 + approver: *748 comment: type: string - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 - reviewers: *748 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 + reviewers: *749 sender: *4 since: type: string - workflow_job_run: *749 + workflow_job_run: *750 workflow_job_runs: type: array items: @@ -123743,13 +123761,13 @@ x-webhooks: type: string enum: - requested - enterprise: *733 + enterprise: *734 environment: type: string - installation: *734 - organization: *735 - repository: *736 - requestor: &755 + installation: *735 + organization: *736 + repository: *737 + requestor: &756 title: User type: object nullable: true @@ -125638,12 +125656,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 - workflow: *750 + workflow: *751 workflow_run: title: Deployment Workflow Run type: object @@ -126323,7 +126341,7 @@ x-webhooks: type: string enum: - answered - answer: &753 + answer: &754 type: object properties: author_association: @@ -126480,11 +126498,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *751 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + discussion: *752 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -126611,11 +126629,11 @@ x-webhooks: - from required: - category - discussion: *751 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + discussion: *752 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -126698,11 +126716,11 @@ x-webhooks: type: string enum: - closed - discussion: *751 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + discussion: *752 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -126784,7 +126802,7 @@ x-webhooks: type: string enum: - created - comment: &752 + comment: &753 type: object properties: author_association: @@ -126941,11 +126959,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *751 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + discussion: *752 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -127028,12 +127046,12 @@ x-webhooks: type: string enum: - deleted - comment: *752 - discussion: *751 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + comment: *753 + discussion: *752 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -127128,12 +127146,12 @@ x-webhooks: - from required: - body - comment: *752 - discussion: *751 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + comment: *753 + discussion: *752 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -127217,11 +127235,11 @@ x-webhooks: type: string enum: - created - discussion: *751 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + discussion: *752 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -127303,11 +127321,11 @@ x-webhooks: type: string enum: - deleted - discussion: *751 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + discussion: *752 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -127407,11 +127425,11 @@ x-webhooks: type: string required: - from - discussion: *751 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + discussion: *752 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -127493,10 +127511,10 @@ x-webhooks: type: string enum: - labeled - discussion: *751 - enterprise: *733 - installation: *734 - label: &754 + discussion: *752 + enterprise: *734 + installation: *735 + label: &755 title: Label type: object properties: @@ -127528,8 +127546,8 @@ x-webhooks: - color - default - description - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -127612,11 +127630,11 @@ x-webhooks: type: string enum: - locked - discussion: *751 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + discussion: *752 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -127698,11 +127716,11 @@ x-webhooks: type: string enum: - pinned - discussion: *751 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + discussion: *752 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -127784,11 +127802,11 @@ x-webhooks: type: string enum: - reopened - discussion: *751 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + discussion: *752 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -127873,16 +127891,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *751 - new_repository: *736 + new_discussion: *752 + new_repository: *737 required: - new_discussion - new_repository - discussion: *751 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + discussion: *752 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -127965,10 +127983,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *751 - old_answer: *753 - organization: *735 - repository: *736 + discussion: *752 + old_answer: *754 + organization: *736 + repository: *737 sender: *4 required: - action @@ -128050,12 +128068,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *751 - enterprise: *733 - installation: *734 - label: *754 - organization: *735 - repository: *736 + discussion: *752 + enterprise: *734 + installation: *735 + label: *755 + organization: *736 + repository: *737 sender: *4 required: - action @@ -128138,11 +128156,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *751 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + discussion: *752 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -128224,11 +128242,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *751 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + discussion: *752 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -128301,7 +128319,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *733 + enterprise: *734 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -128961,9 +128979,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *734 - organization: *735 - repository: *736 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - forkee @@ -129109,9 +129127,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 pages: description: The pages that were updated. type: array @@ -129148,7 +129166,7 @@ x-webhooks: - action - sha - html_url - repository: *736 + repository: *737 sender: *4 required: - pages @@ -129224,10 +129242,10 @@ x-webhooks: type: string enum: - created - enterprise: *733 + enterprise: *734 installation: *22 - organization: *735 - repositories: &756 + organization: *736 + repositories: &757 description: An array of repository objects that the installation can access. type: array @@ -129253,8 +129271,8 @@ x-webhooks: - name - full_name - private - repository: *736 - requester: *755 + repository: *737 + requester: *756 sender: *4 required: - action @@ -129329,11 +129347,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *733 + enterprise: *734 installation: *22 - organization: *735 - repositories: *756 - repository: *736 + organization: *736 + repositories: *757 + repository: *737 requester: nullable: true sender: *4 @@ -129409,11 +129427,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *733 + enterprise: *734 installation: *22 - organization: *735 - repositories: *756 - repository: *736 + organization: *736 + repositories: *757 + repository: *737 requester: nullable: true sender: *4 @@ -129489,10 +129507,10 @@ x-webhooks: type: string enum: - added - enterprise: *733 + enterprise: *734 installation: *22 - organization: *735 - repositories_added: &757 + organization: *736 + repositories_added: &758 description: An array of repository objects, which were added to the installation. type: array @@ -129538,15 +129556,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *736 - repository_selection: &758 + repository: *737 + repository_selection: &759 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *755 + requester: *756 sender: *4 required: - action @@ -129625,10 +129643,10 @@ x-webhooks: type: string enum: - removed - enterprise: *733 + enterprise: *734 installation: *22 - organization: *735 - repositories_added: *757 + organization: *736 + repositories_added: *758 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -129655,9 +129673,9 @@ x-webhooks: - name - full_name - private - repository: *736 - repository_selection: *758 - requester: *755 + repository: *737 + repository_selection: *759 + requester: *756 sender: *4 required: - action @@ -129736,11 +129754,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *733 + enterprise: *734 installation: *22 - organization: *735 - repositories: *756 - repository: *736 + organization: *736 + repositories: *757 + repository: *737 requester: nullable: true sender: *4 @@ -129918,10 +129936,10 @@ x-webhooks: type: string required: - from - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 target_type: type: string @@ -130000,11 +130018,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *733 + enterprise: *734 installation: *22 - organization: *735 - repositories: *756 - repository: *736 + organization: *736 + repositories: *757 + repository: *737 requester: nullable: true sender: *4 @@ -130178,8 +130196,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *568 - required: *569 + properties: *569 + required: *570 nullable: true user: title: User @@ -130264,8 +130282,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -131054,8 +131072,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131071,7 +131089,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *241 + type: *242 updated_at: type: string format: date-time @@ -131404,8 +131422,8 @@ x-webhooks: - state - locked - assignee - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -131485,7 +131503,7 @@ x-webhooks: type: string enum: - deleted - comment: &759 + comment: &760 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -131642,8 +131660,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *568 - required: *569 + properties: *569 + required: *570 nullable: true required: - url @@ -131658,8 +131676,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -132444,8 +132462,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 state: description: State of the issue; either 'open' or 'closed' type: string @@ -132461,7 +132479,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *241 + type: *242 updated_at: type: string format: date-time @@ -132796,8 +132814,8 @@ x-webhooks: - state - locked - assignee - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -132877,7 +132895,7 @@ x-webhooks: type: string enum: - edited - changes: &788 + changes: &789 description: The changes to the comment. type: object properties: @@ -132889,9 +132907,9 @@ x-webhooks: type: string required: - from - comment: *759 - enterprise: *733 - installation: *734 + comment: *760 + enterprise: *734 + installation: *735 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -133679,8 +133697,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133696,7 +133714,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *241 + type: *242 updated_at: type: string format: date-time @@ -134029,8 +134047,8 @@ x-webhooks: - state - locked - assignee - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -134111,9 +134129,9 @@ x-webhooks: type: string enum: - pinned - comment: *759 - enterprise: *733 - installation: *734 + comment: *760 + enterprise: *734 + installation: *735 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -134903,8 +134921,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134920,7 +134938,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *241 + type: *242 updated_at: type: string format: date-time @@ -135255,8 +135273,8 @@ x-webhooks: - state - locked - assignee - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -135336,9 +135354,9 @@ x-webhooks: type: string enum: - unpinned - comment: *759 - enterprise: *733 - installation: *734 + comment: *760 + enterprise: *734 + installation: *735 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -136128,8 +136146,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136145,7 +136163,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *241 + type: *242 updated_at: type: string format: date-time @@ -136480,8 +136498,8 @@ x-webhooks: - state - locked - assignee - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -136570,9 +136588,9 @@ x-webhooks: type: number blocking_issue: *85 blocking_issue_repo: *79 - installation: *734 - organization: *735 - repository: *736 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -136661,9 +136679,9 @@ x-webhooks: type: number blocking_issue: *85 blocking_issue_repo: *79 - installation: *734 - organization: *735 - repository: *736 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -136751,9 +136769,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *85 - installation: *734 - organization: *735 - repository: *736 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -136842,9 +136860,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *85 - installation: *734 - organization: *735 - repository: *736 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -136924,10 +136942,10 @@ x-webhooks: type: string enum: - assigned - assignee: *755 - enterprise: *733 - installation: *734 - issue: &762 + assignee: *756 + enterprise: *734 + installation: *735 + issue: &763 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -137719,11 +137737,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 issue_field_values: type: array - items: *553 + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137739,7 +137757,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *241 + type: *242 updated_at: type: string format: date-time @@ -137840,8 +137858,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -137921,8 +137939,8 @@ x-webhooks: type: string enum: - closed - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -138719,11 +138737,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 issue_field_values: type: array - items: *553 + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138739,7 +138757,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *241 + type: *242 updated_at: type: string format: date-time @@ -138975,8 +138993,8 @@ x-webhooks: required: - state - closed_at - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -139055,8 +139073,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -139844,11 +139862,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 issue_field_values: type: array - items: *553 + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139864,7 +139882,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *241 + type: *242 updated_at: type: string format: date-time @@ -139964,8 +139982,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -140044,8 +140062,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140855,11 +140873,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 issue_field_values: type: array - items: *553 + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140875,7 +140893,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *241 + type: *242 updated_at: type: string format: date-time @@ -140954,7 +140972,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &760 + milestone: &761 title: Milestone description: A collection of related issues and pull requests. type: object @@ -141092,8 +141110,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -141192,8 +141210,8 @@ x-webhooks: type: string required: - from - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -141985,11 +142003,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 issue_field_values: type: array - items: *553 + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142002,7 +142020,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *241 + type: *242 title: description: Title of the issue type: string @@ -142106,9 +142124,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *754 - organization: *735 - repository: *736 + label: *755 + organization: *736 + repository: *737 sender: *4 required: - action @@ -142188,8 +142206,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142980,11 +142998,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 issue_field_values: type: array - items: *553 + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142997,7 +143015,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *241 + type: *242 title: description: Title of the issue type: string @@ -143101,9 +143119,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *754 - organization: *735 - repository: *736 + label: *755 + organization: *736 + repository: *737 sender: *4 required: - action @@ -143183,8 +143201,8 @@ x-webhooks: type: string enum: - locked - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143999,11 +144017,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 issue_field_values: type: array - items: *553 + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144016,7 +144034,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *241 + type: *242 title: description: Title of the issue type: string @@ -144097,8 +144115,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -144177,8 +144195,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -144987,11 +145005,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 issue_field_values: type: array - items: *553 + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145007,7 +145025,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *241 + type: *242 updated_at: type: string format: date-time @@ -145085,9 +145103,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *760 - organization: *735 - repository: *736 + milestone: *761 + organization: *736 + repository: *737 sender: *4 required: - action @@ -145950,11 +145968,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 issue_field_values: type: array - items: *553 + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146055,7 +146073,7 @@ x-webhooks: required: - login - id - type: *241 + type: *242 required: - id - number @@ -146535,8 +146553,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -147320,11 +147338,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 issue_field_values: type: array - items: *553 + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147340,7 +147358,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *241 + type: *242 updated_at: type: string format: date-time @@ -147448,8 +147466,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -147529,9 +147547,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *733 - installation: *734 - issue: &761 + enterprise: *734 + installation: *735 + issue: &762 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -148317,11 +148335,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 issue_field_values: type: array - items: *553 + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148337,7 +148355,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *241 + type: *242 updated_at: type: string format: date-time @@ -148437,8 +148455,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -148517,8 +148535,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -149331,11 +149349,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 issue_field_values: type: array - items: *553 + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149429,9 +149447,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *241 - organization: *735 - repository: *736 + type: *242 + organization: *736 + repository: *737 sender: *4 required: - action @@ -150300,11 +150318,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 issue_field_values: type: array - items: *553 + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150320,7 +150338,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *241 + type: *242 updated_at: type: string format: date-time @@ -150899,11 +150917,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *733 - installation: *734 - issue: *761 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + issue: *762 + organization: *736 + repository: *737 sender: *4 required: - action @@ -150983,12 +151001,12 @@ x-webhooks: type: string enum: - typed - enterprise: *733 - installation: *734 - issue: *762 - type: *241 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + issue: *763 + type: *242 + organization: *736 + repository: *737 sender: *4 required: - action @@ -151069,7 +151087,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &791 + assignee: &792 title: User type: object nullable: true @@ -151139,11 +151157,11 @@ x-webhooks: required: - login - id - enterprise: *733 - installation: *734 - issue: *762 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + issue: *763 + organization: *736 + repository: *737 sender: *4 required: - action @@ -151222,12 +151240,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *733 - installation: *734 - issue: *762 - label: *754 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + issue: *763 + label: *755 + organization: *736 + repository: *737 sender: *4 required: - action @@ -151307,8 +151325,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152121,11 +152139,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 issue_field_values: type: array - items: *553 + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152141,7 +152159,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *241 + type: *242 updated_at: type: string format: date-time @@ -152219,8 +152237,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -152300,11 +152318,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *733 - installation: *734 - issue: *761 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + issue: *762 + organization: *736 + repository: *737 sender: *4 required: - action @@ -152383,12 +152401,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *733 - installation: *734 - issue: *762 - type: *241 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + issue: *763 + type: *242 + organization: *736 + repository: *737 sender: *4 required: - action @@ -152468,11 +152486,11 @@ x-webhooks: type: string enum: - created - enterprise: *733 - installation: *734 - label: *754 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + label: *755 + organization: *736 + repository: *737 sender: *4 required: - action @@ -152550,11 +152568,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *733 - installation: *734 - label: *754 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + label: *755 + organization: *736 + repository: *737 sender: *4 required: - action @@ -152664,11 +152682,11 @@ x-webhooks: type: string required: - from - enterprise: *733 - installation: *734 - label: *754 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + label: *755 + organization: *736 + repository: *737 sender: *4 required: - action @@ -152750,9 +152768,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *733 - installation: *734 - marketplace_purchase: &763 + enterprise: *734 + installation: *735 + marketplace_purchase: &764 title: Marketplace Purchase type: object required: @@ -152835,8 +152853,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *735 - previous_marketplace_purchase: &764 + organization: *736 + previous_marketplace_purchase: &765 title: Marketplace Purchase type: object properties: @@ -152916,7 +152934,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *736 + repository: *737 sender: *4 required: - action @@ -152996,10 +153014,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *733 - installation: *734 - marketplace_purchase: *763 - organization: *735 + enterprise: *734 + installation: *735 + marketplace_purchase: *764 + organization: *736 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -153082,7 +153100,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *736 + repository: *737 sender: *4 required: - action @@ -153164,10 +153182,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *733 - installation: *734 - marketplace_purchase: *763 - organization: *735 + enterprise: *734 + installation: *735 + marketplace_purchase: *764 + organization: *736 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -153249,7 +153267,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *736 + repository: *737 sender: *4 required: - action @@ -153330,8 +153348,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 marketplace_purchase: title: Marketplace Purchase type: object @@ -153413,9 +153431,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *735 - previous_marketplace_purchase: *764 - repository: *736 + organization: *736 + previous_marketplace_purchase: *765 + repository: *737 sender: *4 required: - action @@ -153495,12 +153513,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *733 - installation: *734 - marketplace_purchase: *763 - organization: *735 - previous_marketplace_purchase: *764 - repository: *736 + enterprise: *734 + installation: *735 + marketplace_purchase: *764 + organization: *736 + previous_marketplace_purchase: *765 + repository: *737 sender: *4 required: - action @@ -153602,11 +153620,11 @@ x-webhooks: type: string required: - to - enterprise: *733 - installation: *734 - member: *755 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + member: *756 + organization: *736 + repository: *737 sender: *4 required: - action @@ -153706,11 +153724,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *733 - installation: *734 - member: *755 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + member: *756 + organization: *736 + repository: *737 sender: *4 required: - action @@ -153789,11 +153807,11 @@ x-webhooks: type: string enum: - removed - enterprise: *733 - installation: *734 - member: *755 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + member: *756 + organization: *736 + repository: *737 sender: *4 required: - action @@ -153871,11 +153889,11 @@ x-webhooks: type: string enum: - added - enterprise: *733 - installation: *734 - member: *755 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + member: *756 + organization: *736 + repository: *737 scope: description: The scope of the membership. Currently, can only be `team`. @@ -153951,7 +153969,7 @@ x-webhooks: required: - login - id - team: &765 + team: &766 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -154174,11 +154192,11 @@ x-webhooks: type: string enum: - removed - enterprise: *733 - installation: *734 - member: *755 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + member: *756 + organization: *736 + repository: *737 scope: description: The scope of the membership. Currently, can only be `team`. @@ -154255,7 +154273,7 @@ x-webhooks: required: - login - id - team: *765 + team: *766 required: - action - scope @@ -154337,8 +154355,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *734 - merge_group: &767 + installation: *735 + merge_group: &768 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -154357,15 +154375,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *766 + head_commit: *767 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -154451,10 +154469,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *734 - merge_group: *767 - organization: *735 - repository: *736 + installation: *735 + merge_group: *768 + organization: *736 + repository: *737 sender: *4 required: - action @@ -154527,7 +154545,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *733 + enterprise: *734 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -154636,16 +154654,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *734 - organization: *735 + installation: *735 + organization: *736 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *768 - required: *769 + properties: *769 + required: *770 nullable: true sender: *4 required: @@ -154726,11 +154744,11 @@ x-webhooks: type: string enum: - closed - enterprise: *733 - installation: *734 - milestone: *760 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + milestone: *761 + organization: *736 + repository: *737 sender: *4 required: - action @@ -154809,9 +154827,9 @@ x-webhooks: type: string enum: - created - enterprise: *733 - installation: *734 - milestone: &770 + enterprise: *734 + installation: *735 + milestone: &771 title: Milestone description: A collection of related issues and pull requests. type: object @@ -154948,8 +154966,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -155028,11 +155046,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *733 - installation: *734 - milestone: *760 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + milestone: *761 + organization: *736 + repository: *737 sender: *4 required: - action @@ -155142,11 +155160,11 @@ x-webhooks: type: string required: - from - enterprise: *733 - installation: *734 - milestone: *760 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + milestone: *761 + organization: *736 + repository: *737 sender: *4 required: - action @@ -155226,11 +155244,11 @@ x-webhooks: type: string enum: - opened - enterprise: *733 - installation: *734 - milestone: *770 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + milestone: *771 + organization: *736 + repository: *737 sender: *4 required: - action @@ -155309,11 +155327,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *755 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + blocked_user: *756 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -155392,11 +155410,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *755 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + blocked_user: *756 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -155475,9 +155493,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *733 - installation: *734 - membership: &771 + enterprise: *734 + installation: *735 + membership: &772 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -155584,8 +155602,8 @@ x-webhooks: - role - organization_url - user - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -155663,11 +155681,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *733 - installation: *734 - membership: *771 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + membership: *772 + organization: *736 + repository: *737 sender: *4 required: - action @@ -155746,8 +155764,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -155863,10 +155881,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 - user: *755 + user: *756 required: - action - invitation @@ -155944,11 +155962,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *733 - installation: *734 - membership: *771 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + membership: *772 + organization: *736 + repository: *737 sender: *4 required: - action @@ -156035,11 +156053,11 @@ x-webhooks: properties: from: type: string - enterprise: *733 - installation: *734 - membership: *771 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + membership: *772 + organization: *736 + repository: *737 sender: *4 required: - action @@ -156116,9 +156134,9 @@ x-webhooks: type: string enum: - published - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 package: description: Information about the package. type: object @@ -156617,7 +156635,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &772 + items: &773 title: Ruby Gems metadata type: object properties: @@ -156712,7 +156730,7 @@ x-webhooks: - owner - package_version - registry - repository: *736 + repository: *737 sender: *4 required: - action @@ -156788,9 +156806,9 @@ x-webhooks: type: string enum: - updated - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 package: description: Information about the package. type: object @@ -157143,7 +157161,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *772 + items: *773 source_url: type: string format: uri @@ -157213,7 +157231,7 @@ x-webhooks: - owner - package_version - registry - repository: *736 + repository: *737 sender: *4 required: - action @@ -157389,12 +157407,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *733 + enterprise: *734 id: type: integer - installation: *734 - organization: *735 - repository: *736 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - id @@ -157471,7 +157489,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &773 + personal_access_token_request: &774 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -157617,10 +157635,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *733 - organization: *735 + enterprise: *734 + organization: *736 sender: *4 - installation: *734 + installation: *735 required: - action - personal_access_token_request @@ -157697,11 +157715,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *773 - enterprise: *733 - organization: *735 + personal_access_token_request: *774 + enterprise: *734 + organization: *736 sender: *4 - installation: *734 + installation: *735 required: - action - personal_access_token_request @@ -157777,11 +157795,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *773 - enterprise: *733 - organization: *735 + personal_access_token_request: *774 + enterprise: *734 + organization: *736 sender: *4 - installation: *734 + installation: *735 required: - action - personal_access_token_request @@ -157856,11 +157874,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *773 - organization: *735 - enterprise: *733 + personal_access_token_request: *774 + organization: *736 + enterprise: *734 sender: *4 - installation: *734 + installation: *735 required: - action - personal_access_token_request @@ -157965,7 +157983,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *774 + last_response: *775 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -157997,8 +158015,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 zen: description: Random string of GitHub zen. @@ -158243,10 +158261,10 @@ x-webhooks: - from required: - note - enterprise: *733 - installation: *734 - organization: *735 - project_card: &775 + enterprise: *734 + installation: *735 + organization: *736 + project_card: &776 title: Project Card type: object properties: @@ -158365,7 +158383,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *736 + repository: *737 sender: *4 required: - action @@ -158446,11 +158464,11 @@ x-webhooks: type: string enum: - created - enterprise: *733 - installation: *734 - organization: *735 - project_card: *775 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + project_card: *776 + repository: *737 sender: *4 required: - action @@ -158530,9 +158548,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 project_card: title: Project Card type: object @@ -158660,8 +158678,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *768 - required: *769 + properties: *769 + required: *770 nullable: true sender: *4 required: @@ -158755,11 +158773,11 @@ x-webhooks: - from required: - note - enterprise: *733 - installation: *734 - organization: *735 - project_card: *775 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + project_card: *776 + repository: *737 sender: *4 required: - action @@ -158853,9 +158871,9 @@ x-webhooks: - from required: - column_id - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 project_card: allOf: - title: Project Card @@ -159045,7 +159063,7 @@ x-webhooks: type: string required: - after_id - repository: *736 + repository: *737 sender: *4 required: - action @@ -159125,10 +159143,10 @@ x-webhooks: type: string enum: - closed - enterprise: *733 - installation: *734 - organization: *735 - project: &777 + enterprise: *734 + installation: *735 + organization: *736 + project: &778 title: Project type: object properties: @@ -159252,7 +159270,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *736 + repository: *737 sender: *4 required: - action @@ -159332,10 +159350,10 @@ x-webhooks: type: string enum: - created - enterprise: *733 - installation: *734 - organization: *735 - project_column: &776 + enterprise: *734 + installation: *735 + organization: *736 + project_column: &777 title: Project Column type: object properties: @@ -159374,7 +159392,7 @@ x-webhooks: - name - created_at - updated_at - repository: *736 + repository: *737 sender: *4 required: - action @@ -159453,18 +159471,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *733 - installation: *734 - organization: *735 - project_column: *776 + enterprise: *734 + installation: *735 + organization: *736 + project_column: *777 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *768 - required: *769 + properties: *769 + required: *770 nullable: true sender: *4 required: @@ -159554,11 +159572,11 @@ x-webhooks: type: string required: - from - enterprise: *733 - installation: *734 - organization: *735 - project_column: *776 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + project_column: *777 + repository: *737 sender: *4 required: - action @@ -159638,11 +159656,11 @@ x-webhooks: type: string enum: - moved - enterprise: *733 - installation: *734 - organization: *735 - project_column: *776 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + project_column: *777 + repository: *737 sender: *4 required: - action @@ -159722,11 +159740,11 @@ x-webhooks: type: string enum: - created - enterprise: *733 - installation: *734 - organization: *735 - project: *777 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + project: *778 + repository: *737 sender: *4 required: - action @@ -159806,18 +159824,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *733 - installation: *734 - organization: *735 - project: *777 + enterprise: *734 + installation: *735 + organization: *736 + project: *778 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *768 - required: *769 + properties: *769 + required: *770 nullable: true sender: *4 required: @@ -159919,11 +159937,11 @@ x-webhooks: type: string required: - from - enterprise: *733 - installation: *734 - organization: *735 - project: *777 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + project: *778 + repository: *737 sender: *4 required: - action @@ -160002,11 +160020,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *733 - installation: *734 - organization: *735 - project: *777 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + project: *778 + repository: *737 sender: *4 required: - action @@ -160087,9 +160105,9 @@ x-webhooks: type: string enum: - closed - installation: *734 - organization: *735 - projects_v2: *275 + installation: *735 + organization: *736 + projects_v2: *276 sender: *4 required: - action @@ -160170,9 +160188,9 @@ x-webhooks: type: string enum: - created - installation: *734 - organization: *735 - projects_v2: *275 + installation: *735 + organization: *736 + projects_v2: *276 sender: *4 required: - action @@ -160253,9 +160271,9 @@ x-webhooks: type: string enum: - deleted - installation: *734 - organization: *735 - projects_v2: *275 + installation: *735 + organization: *736 + projects_v2: *276 sender: *4 required: - action @@ -160372,9 +160390,9 @@ x-webhooks: type: string to: type: string - installation: *734 - organization: *735 - projects_v2: *275 + installation: *735 + organization: *736 + projects_v2: *276 sender: *4 required: - action @@ -160457,7 +160475,7 @@ x-webhooks: type: string enum: - archived - changes: &781 + changes: &782 type: object properties: archived_at: @@ -160471,9 +160489,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *734 - organization: *735 - projects_v2_item: &778 + installation: *735 + organization: *736 + projects_v2_item: &779 title: Projects v2 Item description: An item belonging to a project type: object @@ -160491,7 +160509,7 @@ x-webhooks: type: string description: The node ID of the content represented by this item. - content_type: *282 + content_type: *283 creator: *4 created_at: type: string @@ -160608,9 +160626,9 @@ x-webhooks: nullable: true to: type: string - installation: *734 - organization: *735 - projects_v2_item: *778 + installation: *735 + organization: *736 + projects_v2_item: *779 sender: *4 required: - action @@ -160692,9 +160710,9 @@ x-webhooks: type: string enum: - created - installation: *734 - organization: *735 - projects_v2_item: *778 + installation: *735 + organization: *736 + projects_v2_item: *779 sender: *4 required: - action @@ -160775,9 +160793,9 @@ x-webhooks: type: string enum: - deleted - installation: *734 - organization: *735 - projects_v2_item: *778 + installation: *735 + organization: *736 + projects_v2_item: *779 sender: *4 required: - action @@ -160883,7 +160901,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &779 + - &780 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -160905,7 +160923,7 @@ x-webhooks: required: - id - name - - &780 + - &781 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -160939,8 +160957,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *779 - *780 + - *781 required: - field_value - type: object @@ -160956,9 +160974,9 @@ x-webhooks: nullable: true required: - body - installation: *734 - organization: *735 - projects_v2_item: *778 + installation: *735 + organization: *736 + projects_v2_item: *779 sender: *4 required: - action @@ -161053,9 +161071,9 @@ x-webhooks: to: type: string nullable: true - installation: *734 - organization: *735 - projects_v2_item: *778 + installation: *735 + organization: *736 + projects_v2_item: *779 sender: *4 required: - action @@ -161138,10 +161156,10 @@ x-webhooks: type: string enum: - restored - changes: *781 - installation: *734 - organization: *735 - projects_v2_item: *778 + changes: *782 + installation: *735 + organization: *736 + projects_v2_item: *779 sender: *4 required: - action @@ -161223,9 +161241,9 @@ x-webhooks: type: string enum: - reopened - installation: *734 - organization: *735 - projects_v2: *275 + installation: *735 + organization: *736 + projects_v2: *276 sender: *4 required: - action @@ -161306,14 +161324,14 @@ x-webhooks: type: string enum: - created - installation: *734 - organization: *735 - projects_v2_status_update: &784 + installation: *735 + organization: *736 + projects_v2_status_update: &785 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *782 - required: *783 + properties: *783 + required: *784 sender: *4 required: - action @@ -161394,9 +161412,9 @@ x-webhooks: type: string enum: - deleted - installation: *734 - organization: *735 - projects_v2_status_update: *784 + installation: *735 + organization: *736 + projects_v2_status_update: *785 sender: *4 required: - action @@ -161532,9 +161550,9 @@ x-webhooks: type: string format: date nullable: true - installation: *734 - organization: *735 - projects_v2_status_update: *784 + installation: *735 + organization: *736 + projects_v2_status_update: *785 sender: *4 required: - action @@ -161605,10 +161623,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - repository @@ -161685,13 +161703,13 @@ x-webhooks: type: string enum: - assigned - assignee: *755 - enterprise: *733 - installation: *734 - number: &785 + assignee: *756 + enterprise: *734 + installation: *735 + number: &786 description: The pull request number. type: integer - organization: *735 + organization: *736 pull_request: title: Pull Request type: object @@ -163996,7 +164014,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *736 + repository: *737 sender: *4 required: - action @@ -164078,11 +164096,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 number: type: integer - organization: *735 + organization: *736 pull_request: title: Pull Request type: object @@ -166382,7 +166400,7 @@ x-webhooks: - draft reason: type: string - repository: *736 + repository: *737 sender: *4 required: - action @@ -166464,11 +166482,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 number: type: integer - organization: *735 + organization: *736 pull_request: title: Pull Request type: object @@ -168768,7 +168786,7 @@ x-webhooks: - draft reason: type: string - repository: *736 + repository: *737 sender: *4 required: - action @@ -168850,13 +168868,13 @@ x-webhooks: type: string enum: - closed - enterprise: *733 - installation: *734 - number: *785 - organization: *735 - pull_request: &786 + enterprise: *734 + installation: *735 + number: *786 + organization: *736 + pull_request: &787 allOf: - - *591 + - *592 - type: object properties: allow_auto_merge: @@ -168918,7 +168936,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *736 + repository: *737 sender: *4 required: - action @@ -168999,12 +169017,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *733 - installation: *734 - number: *785 - organization: *735 - pull_request: *786 - repository: *736 + enterprise: *734 + installation: *735 + number: *786 + organization: *736 + pull_request: *787 + repository: *737 sender: *4 required: - action @@ -169084,11 +169102,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *733 - milestone: *575 - number: *785 - organization: *735 - pull_request: &787 + enterprise: *734 + milestone: *576 + number: *786 + organization: *736 + pull_request: &788 title: Pull Request type: object properties: @@ -171373,7 +171391,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *736 + repository: *737 sender: *4 required: - action @@ -171452,11 +171470,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 number: type: integer - organization: *735 + organization: *736 pull_request: title: Pull Request type: object @@ -173760,7 +173778,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *736 + repository: *737 sender: *4 required: - action @@ -173884,12 +173902,12 @@ x-webhooks: type: string required: - from - enterprise: *733 - installation: *734 - number: *785 - organization: *735 - pull_request: *786 - repository: *736 + enterprise: *734 + installation: *735 + number: *786 + organization: *736 + pull_request: *787 + repository: *737 sender: *4 required: - action @@ -173969,11 +173987,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 number: type: integer - organization: *735 + organization: *736 pull_request: title: Pull Request type: object @@ -176262,7 +176280,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *736 + repository: *737 sender: *4 required: - action @@ -176342,11 +176360,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *733 - installation: *734 - label: *754 - number: *785 - organization: *735 + enterprise: *734 + installation: *735 + label: *755 + number: *786 + organization: *736 pull_request: title: Pull Request type: object @@ -178650,7 +178668,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *736 + repository: *737 sender: *4 required: - action @@ -178731,10 +178749,10 @@ x-webhooks: type: string enum: - locked - enterprise: *733 - installation: *734 - number: *785 - organization: *735 + enterprise: *734 + installation: *735 + number: *786 + organization: *736 pull_request: title: Pull Request type: object @@ -181036,7 +181054,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *736 + repository: *737 sender: *4 required: - action @@ -181116,12 +181134,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *733 - milestone: *575 - number: *785 - organization: *735 - pull_request: *787 - repository: *736 + enterprise: *734 + milestone: *576 + number: *786 + organization: *736 + pull_request: *788 + repository: *737 sender: *4 required: - action @@ -181200,12 +181218,12 @@ x-webhooks: type: string enum: - opened - enterprise: *733 - installation: *734 - number: *785 - organization: *735 - pull_request: *786 - repository: *736 + enterprise: *734 + installation: *735 + number: *786 + organization: *736 + pull_request: *787 + repository: *737 sender: *4 required: - action @@ -181286,12 +181304,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *733 - installation: *734 - number: *785 - organization: *735 - pull_request: *786 - repository: *736 + enterprise: *734 + installation: *735 + number: *786 + organization: *736 + pull_request: *787 + repository: *737 sender: *4 required: - action @@ -181371,12 +181389,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *733 - installation: *734 - number: *785 - organization: *735 - pull_request: *786 - repository: *736 + enterprise: *734 + installation: *735 + number: *786 + organization: *736 + pull_request: *787 + repository: *737 sender: *4 required: - action @@ -181742,9 +181760,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 pull_request: type: object properties: @@ -183936,7 +183954,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *736 + repository: *737 sender: *4 required: - action @@ -184016,7 +184034,7 @@ x-webhooks: type: string enum: - deleted - comment: &789 + comment: &790 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -184301,9 +184319,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 pull_request: type: object properties: @@ -186483,7 +186501,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *736 + repository: *737 sender: *4 required: - action @@ -186563,11 +186581,11 @@ x-webhooks: type: string enum: - edited - changes: *788 - comment: *789 - enterprise: *733 - installation: *734 - organization: *735 + changes: *789 + comment: *790 + enterprise: *734 + installation: *735 + organization: *736 pull_request: type: object properties: @@ -188750,7 +188768,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *736 + repository: *737 sender: *4 required: - action @@ -188831,9 +188849,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 pull_request: title: Simple Pull Request type: object @@ -191028,7 +191046,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *736 + repository: *737 review: description: The review that was affected. type: object @@ -191275,9 +191293,9 @@ x-webhooks: type: string required: - from - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 pull_request: title: Simple Pull Request type: object @@ -193331,8 +193349,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *736 - review: &790 + repository: *737 + review: &791 description: The review that was affected. type: object properties: @@ -193565,12 +193583,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 number: description: The pull request number. type: integer - organization: *735 + organization: *736 pull_request: title: Pull Request type: object @@ -195875,7 +195893,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *736 + repository: *737 requested_reviewer: title: User type: object @@ -195959,12 +195977,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 number: description: The pull request number. type: integer - organization: *735 + organization: *736 pull_request: title: Pull Request type: object @@ -198276,7 +198294,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *736 + repository: *737 requested_team: title: Team description: Groups of organization members that gives permissions @@ -198468,12 +198486,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 number: description: The pull request number. type: integer - organization: *735 + organization: *736 pull_request: title: Pull Request type: object @@ -200780,7 +200798,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *736 + repository: *737 requested_reviewer: title: User type: object @@ -200865,12 +200883,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 number: description: The pull request number. type: integer - organization: *735 + organization: *736 pull_request: title: Pull Request type: object @@ -203168,7 +203186,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *736 + repository: *737 requested_team: title: Team description: Groups of organization members that gives permissions @@ -203349,9 +203367,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 pull_request: title: Simple Pull Request type: object @@ -205548,8 +205566,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *736 - review: *790 + repository: *737 + review: *791 sender: *4 required: - action @@ -205629,9 +205647,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 pull_request: title: Simple Pull Request type: object @@ -207723,7 +207741,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *736 + repository: *737 sender: *4 thread: type: object @@ -208110,9 +208128,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 pull_request: title: Simple Pull Request type: object @@ -210190,7 +210208,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *736 + repository: *737 sender: *4 thread: type: object @@ -210580,10 +210598,10 @@ x-webhooks: type: string before: type: string - enterprise: *733 - installation: *734 - number: *785 - organization: *735 + enterprise: *734 + installation: *735 + number: *786 + organization: *736 pull_request: title: Pull Request type: object @@ -212876,7 +212894,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *736 + repository: *737 sender: *4 required: - action @@ -212958,11 +212976,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *791 - enterprise: *733 - installation: *734 - number: *785 - organization: *735 + assignee: *792 + enterprise: *734 + installation: *735 + number: *786 + organization: *736 pull_request: title: Pull Request type: object @@ -215267,7 +215285,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *736 + repository: *737 sender: *4 required: - action @@ -215346,11 +215364,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *733 - installation: *734 - label: *754 - number: *785 - organization: *735 + enterprise: *734 + installation: *735 + label: *755 + number: *786 + organization: *736 pull_request: title: Pull Request type: object @@ -217645,7 +217663,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *736 + repository: *737 sender: *4 required: - action @@ -217726,10 +217744,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *733 - installation: *734 - number: *785 - organization: *735 + enterprise: *734 + installation: *735 + number: *786 + organization: *736 pull_request: title: Pull Request type: object @@ -220016,7 +220034,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *736 + repository: *737 sender: *4 required: - action @@ -220216,7 +220234,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *733 + enterprise: *734 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -220308,8 +220326,8 @@ x-webhooks: - url - author - committer - installation: *734 - organization: *735 + installation: *735 + organization: *736 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -220895,9 +220913,9 @@ x-webhooks: type: string enum: - published - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 registry_package: type: object properties: @@ -221343,7 +221361,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *772 + items: *773 summary: type: string tag_name: @@ -221397,7 +221415,7 @@ x-webhooks: - owner - package_version - registry - repository: *736 + repository: *737 sender: *4 required: - action @@ -221475,9 +221493,9 @@ x-webhooks: type: string enum: - updated - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 registry_package: type: object properties: @@ -221785,7 +221803,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *772 + items: *773 summary: type: string tag_name: @@ -221834,7 +221852,7 @@ x-webhooks: - owner - package_version - registry - repository: *736 + repository: *737 sender: *4 required: - action @@ -221911,10 +221929,10 @@ x-webhooks: type: string enum: - created - enterprise: *733 - installation: *734 - organization: *735 - release: &792 + enterprise: *734 + installation: *735 + organization: *736 + release: &793 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -222232,7 +222250,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *736 + repository: *737 sender: *4 required: - action @@ -222309,11 +222327,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *733 - installation: *734 - organization: *735 - release: *792 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + release: *793 + repository: *737 sender: *4 required: - action @@ -222430,11 +222448,11 @@ x-webhooks: type: boolean required: - to - enterprise: *733 - installation: *734 - organization: *735 - release: *792 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + release: *793 + repository: *737 sender: *4 required: - action @@ -222512,9 +222530,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -222836,7 +222854,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *736 + repository: *737 sender: *4 required: - action @@ -222912,10 +222930,10 @@ x-webhooks: type: string enum: - published - enterprise: *733 - installation: *734 - organization: *735 - release: &793 + enterprise: *734 + installation: *735 + organization: *736 + release: &794 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -223234,7 +223252,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *736 + repository: *737 sender: *4 required: - action @@ -223310,11 +223328,11 @@ x-webhooks: type: string enum: - released - enterprise: *733 - installation: *734 - organization: *735 - release: *792 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + release: *793 + repository: *737 sender: *4 required: - action @@ -223390,11 +223408,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *733 - installation: *734 - organization: *735 - release: *793 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + release: *794 + repository: *737 sender: *4 required: - action @@ -223470,11 +223488,11 @@ x-webhooks: type: string enum: - published - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 - repository_advisory: *655 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 + repository_advisory: *656 sender: *4 required: - action @@ -223550,11 +223568,11 @@ x-webhooks: type: string enum: - reported - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 - repository_advisory: *655 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 + repository_advisory: *656 sender: *4 required: - action @@ -223630,10 +223648,10 @@ x-webhooks: type: string enum: - archived - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -223710,10 +223728,10 @@ x-webhooks: type: string enum: - created - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -223791,10 +223809,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -223878,10 +223896,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -223993,10 +224011,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -224068,10 +224086,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 status: type: string @@ -224152,10 +224170,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -224232,10 +224250,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -224329,10 +224347,10 @@ x-webhooks: - name required: - repository - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -224412,11 +224430,11 @@ x-webhooks: type: string enum: - created - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 - repository_ruleset: *323 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 + repository_ruleset: *324 sender: *4 required: - action @@ -224494,11 +224512,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 - repository_ruleset: *323 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 + repository_ruleset: *324 sender: *4 required: - action @@ -224576,11 +224594,11 @@ x-webhooks: type: string enum: - edited - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 - repository_ruleset: *323 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 + repository_ruleset: *324 changes: type: object properties: @@ -224599,16 +224617,16 @@ x-webhooks: properties: added: type: array - items: *297 + items: *298 deleted: type: array - items: *297 + items: *298 updated: type: array items: type: object properties: - condition: *297 + condition: *298 changes: type: object properties: @@ -224641,16 +224659,16 @@ x-webhooks: properties: added: type: array - items: *611 + items: *612 deleted: type: array - items: *611 + items: *612 updated: type: array items: type: object properties: - rule: *611 + rule: *612 changes: type: object properties: @@ -224884,10 +224902,10 @@ x-webhooks: - from required: - owner - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -224965,10 +224983,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -225046,7 +225064,7 @@ x-webhooks: type: string enum: - create - alert: &794 + alert: &795 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -225168,10 +225186,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -225377,10 +225395,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -225458,11 +225476,11 @@ x-webhooks: type: string enum: - reopen - alert: *794 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + alert: *795 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -225661,10 +225679,10 @@ x-webhooks: enum: - fixed - open - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -225742,7 +225760,7 @@ x-webhooks: type: string enum: - assigned - alert: &795 + alert: &796 type: object properties: number: *178 @@ -225876,10 +225894,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -225957,11 +225975,11 @@ x-webhooks: type: string enum: - created - alert: *795 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + alert: *796 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -226042,11 +226060,11 @@ x-webhooks: type: string enum: - created - alert: *795 - installation: *734 - location: *796 - organization: *735 - repository: *736 + alert: *796 + installation: *735 + location: *797 + organization: *736 + repository: *737 sender: *4 required: - location @@ -226284,11 +226302,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *795 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + alert: *796 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -226366,11 +226384,11 @@ x-webhooks: type: string enum: - reopened - alert: *795 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + alert: *796 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -226448,11 +226466,11 @@ x-webhooks: type: string enum: - resolved - alert: *795 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + alert: *796 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -226530,12 +226548,12 @@ x-webhooks: type: string enum: - unassigned - alert: *795 + alert: *796 assignee: *4 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -226613,11 +226631,11 @@ x-webhooks: type: string enum: - validated - alert: *795 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + alert: *796 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -226743,10 +226761,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *736 - enterprise: *733 - installation: *734 - organization: *735 + repository: *737 + enterprise: *734 + installation: *735 + organization: *736 sender: *4 required: - action @@ -226824,11 +226842,11 @@ x-webhooks: type: string enum: - published - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 - security_advisory: &797 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 + security_advisory: &798 description: The details of the security advisory, including summary, description, and severity. type: object @@ -227011,11 +227029,11 @@ x-webhooks: type: string enum: - updated - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 - security_advisory: *797 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 + security_advisory: *798 sender: *4 required: - action @@ -227088,10 +227106,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -227275,11 +227293,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *296 - enterprise: *733 - installation: *734 - organization: *735 - repository: *344 + security_and_analysis: *297 + enterprise: *734 + installation: *735 + organization: *736 + repository: *345 sender: *4 required: - changes @@ -227357,12 +227375,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 - sponsorship: &798 + sponsorship: &799 type: object properties: created_at: @@ -227663,12 +227681,12 @@ x-webhooks: type: string enum: - created - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 - sponsorship: *798 + sponsorship: *799 required: - action - sponsorship @@ -227756,12 +227774,12 @@ x-webhooks: type: string required: - from - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 - sponsorship: *798 + sponsorship: *799 required: - action - changes @@ -227838,17 +227856,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &799 + effective_date: &800 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 - sponsorship: *798 + sponsorship: *799 required: - action - sponsorship @@ -227922,7 +227940,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &800 + changes: &801 type: object properties: tier: @@ -227966,13 +227984,13 @@ x-webhooks: - from required: - tier - effective_date: *799 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + effective_date: *800 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 - sponsorship: *798 + sponsorship: *799 required: - action - changes @@ -228049,13 +228067,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *800 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + changes: *801 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 - sponsorship: *798 + sponsorship: *799 required: - action - changes @@ -228129,10 +228147,10 @@ x-webhooks: type: string enum: - created - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -228215,10 +228233,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -228638,15 +228656,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *733 + enterprise: *734 id: description: The unique identifier of the status. type: integer - installation: *734 + installation: *735 name: type: string - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 sha: description: The Commit SHA. @@ -228761,9 +228779,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *85 - installation: *734 - organization: *735 - repository: *736 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -228853,9 +228871,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *85 - installation: *734 - organization: *735 - repository: *736 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -228945,9 +228963,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *85 - installation: *734 - organization: *735 - repository: *736 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -229037,9 +229055,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *85 - installation: *734 - organization: *735 - repository: *736 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -229116,12 +229134,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 - team: &801 + team: &802 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -229344,9 +229362,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 repository: title: Repository description: A git repository @@ -229804,7 +229822,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *801 + team: *802 required: - action - team @@ -229880,9 +229898,9 @@ x-webhooks: type: string enum: - created - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 repository: title: Repository description: A git repository @@ -230340,7 +230358,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *801 + team: *802 required: - action - team @@ -230417,9 +230435,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 repository: title: Repository description: A git repository @@ -230877,7 +230895,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *801 + team: *802 required: - action - team @@ -231021,9 +231039,9 @@ x-webhooks: - from required: - permissions - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 repository: title: Repository description: A git repository @@ -231481,7 +231499,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *801 + team: *802 required: - action - changes @@ -231559,9 +231577,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 repository: title: Repository description: A git repository @@ -232019,7 +232037,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *801 + team: *802 required: - action - team @@ -232095,10 +232113,10 @@ x-webhooks: type: string enum: - started - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -232171,16 +232189,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *733 + enterprise: *734 inputs: type: object nullable: true additionalProperties: true - installation: *734 - organization: *735 + installation: *735 + organization: *736 ref: type: string - repository: *736 + repository: *737 sender: *4 workflow: type: string @@ -232262,10 +232280,10 @@ x-webhooks: type: string enum: - completed - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 workflow_job: allOf: @@ -232502,7 +232520,7 @@ x-webhooks: type: string required: - conclusion - deployment: *502 + deployment: *503 required: - action - repository @@ -232581,10 +232599,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 workflow_job: allOf: @@ -232844,7 +232862,7 @@ x-webhooks: required: - status - steps - deployment: *502 + deployment: *503 required: - action - repository @@ -232923,10 +232941,10 @@ x-webhooks: type: string enum: - queued - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 workflow_job: type: object @@ -233061,7 +233079,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *502 + deployment: *503 required: - action - repository @@ -233140,10 +233158,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 workflow_job: type: object @@ -233279,7 +233297,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *502 + deployment: *503 required: - action - repository @@ -233359,12 +233377,12 @@ x-webhooks: type: string enum: - completed - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 - workflow: *750 + workflow: *751 workflow_run: title: Workflow Run type: object @@ -234363,12 +234381,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 - workflow: *750 + workflow: *751 workflow_run: title: Workflow Run type: object @@ -235352,12 +235370,12 @@ x-webhooks: type: string enum: - requested - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 - workflow: *750 + workflow: *751 workflow_run: title: Workflow Run type: object diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json index 9888d2856a..52b8c1014e 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json @@ -25714,6 +25714,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", @@ -26046,6 +26054,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": "object", "nullable": true, @@ -113430,6 +113447,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", @@ -113787,6 +113812,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": "object", "nullable": true, @@ -322836,6 +322870,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", @@ -323176,6 +323218,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": "object", "nullable": true, @@ -324491,6 +324542,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": "object", "nullable": true, @@ -325643,6 +325703,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": "object", "nullable": true, @@ -760189,6 +760258,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": "object", "nullable": true, @@ -762627,6 +762705,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": "object", "nullable": true, @@ -765065,6 +765152,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": "object", "nullable": true, @@ -767503,6 +767599,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": "object", "nullable": true, @@ -769941,6 +770046,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": "object", "nullable": true, @@ -772379,6 +772493,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": "object", "nullable": true, @@ -774817,6 +774940,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": "object", "nullable": true, @@ -777255,6 +777387,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": "object", "nullable": true, diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml index b1d785a1fb..3c278aecea 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml @@ -829,7 +829,7 @@ paths: - subscriptions_url - type - url - type: &329 + type: &330 type: string description: The type of credit the user is receiving. enum: @@ -994,7 +994,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &657 + - &658 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4060,7 +4060,7 @@ paths: schema: type: integer default: 30 - - &215 + - &216 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 @@ -4069,7 +4069,7 @@ paths: required: false schema: type: string - - &216 + - &217 name: status description: Returns webhook deliveries filtered by delivery outcome classification based on `status_code` range. A `status` of `success` returns deliveries @@ -4089,7 +4089,7 @@ paths: application/json: schema: type: array - items: &217 + items: &218 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -4169,7 +4169,7 @@ paths: - installation_id - repository_id examples: - default: &218 + default: &219 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4297,7 +4297,7 @@ paths: description: Response content: application/json: - schema: &219 + schema: &220 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -4411,7 +4411,7 @@ paths: - request - response examples: - default: &220 + default: &221 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -5388,7 +5388,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &294 + properties: &295 id: description: Unique identifier of the repository example: 42 @@ -5824,7 +5824,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &295 + required: &296 - archive_url - assignees_url - blobs_url @@ -11627,6 +11627,15 @@ paths: parameters: - *40 - &199 + 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 + - &200 name: state in: query description: |- @@ -11635,7 +11644,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &200 + - &201 name: severity in: query description: |- @@ -11644,7 +11653,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &201 + - &202 name: ecosystem in: query description: |- @@ -11653,14 +11662,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &202 + - &203 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 - - &203 + - &204 name: epss_percentage in: query description: |- @@ -11672,7 +11681,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 - - &492 + - &493 name: has in: query description: |- @@ -11686,7 +11695,7 @@ paths: type: string enum: - patch - - &204 + - &205 name: assignee in: query description: |- @@ -11695,7 +11704,7 @@ paths: Use `*` to list alerts with at least one assignee or `none` to list alerts with no assignees. schema: type: string - - &205 + - &206 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -11705,7 +11714,7 @@ paths: enum: - development - runtime - - &206 + - &207 name: sort in: query description: |- @@ -11731,7 +11740,7 @@ paths: application/json: schema: type: array - items: &207 + items: &208 type: object description: A Dependabot alert. properties: @@ -11798,7 +11807,7 @@ paths: - direct - transitive - inconclusive - security_advisory: &493 + security_advisory: &494 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -11879,6 +11888,13 @@ paths: - medium - high - critical + classification: + type: string + description: The classification of the advisory. + readOnly: true + enum: + - general + - malware cvss_severities: *63 epss: *64 cwes: @@ -12038,14 +12054,14 @@ paths: format: date-time readOnly: true nullable: true - auto_dismissed_at: &494 + auto_dismissed_at: &495 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissal_request: &495 + dismissal_request: &496 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -12107,7 +12123,7 @@ paths: - repository additionalProperties: false examples: - default: &208 + default: &209 value: - number: 2 state: dismissed @@ -13443,7 +13459,7 @@ paths: properties: action: type: string - discussion: &751 + discussion: &752 title: Discussion description: A Discussion in a repository. type: object @@ -13810,7 +13826,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &546 + properties: &547 id: type: integer format: int64 @@ -13916,7 +13932,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &278 + properties: &279 url: type: string format: uri @@ -13986,7 +14002,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &279 + required: &280 - closed_issues - creator - description @@ -14065,7 +14081,7 @@ paths: timeline_url: type: string format: uri - type: &241 + type: &242 title: Issue Type description: The type of issue. type: object @@ -14179,7 +14195,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &669 + sub_issues_summary: &670 title: Sub-issues Summary type: object properties: @@ -14266,7 +14282,7 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &568 + properties: &569 pinned_at: type: string format: date-time @@ -14278,7 +14294,7 @@ paths: properties: *20 required: *21 nullable: true - required: &569 + required: &570 - pinned_at - pinned_by nullable: true @@ -14292,7 +14308,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &670 + issue_dependencies_summary: &671 title: Issue Dependencies Summary type: object properties: @@ -14311,7 +14327,7 @@ paths: - total_blocking issue_field_values: type: array - items: &553 + items: &554 title: Issue Field Value description: A value assigned to an issue field type: object @@ -14372,7 +14388,7 @@ paths: - node_id - data_type - value - required: &547 + required: &548 - closed_at - comments - comments_url @@ -14409,7 +14425,7 @@ paths: action: type: string issue: *85 - comment: &542 + comment: &543 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -15073,7 +15089,7 @@ paths: type: string release: allOf: - - &602 + - &603 title: Release description: A release. type: object @@ -15144,7 +15160,7 @@ paths: author: *4 assets: type: array - items: &603 + items: &604 title: Release Asset description: Data related to a release. type: object @@ -17382,7 +17398,7 @@ paths: - closed - all default: open - - &244 + - &245 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -17433,7 +17449,7 @@ paths: type: array items: *85 examples: - default: &245 + default: &246 value: - id: 1 node_id: MDU6SXNzdWUx @@ -18818,14 +18834,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &341 + - &342 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &342 + - &343 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -18887,7 +18903,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &345 + '301': &346 description: Moved permanently content: application/json: @@ -18909,7 +18925,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &578 + - &579 name: all description: If `true`, show notifications marked as read. in: query @@ -18917,7 +18933,7 @@ paths: schema: type: boolean default: false - - &579 + - &580 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -18927,7 +18943,7 @@ paths: type: boolean default: false - *92 - - &580 + - &581 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: @@ -18963,7 +18979,7 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: &210 + properties: &211 id: type: integer format: int64 @@ -19247,7 +19263,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &296 + security_and_analysis: &297 nullable: true type: object properties: @@ -19360,7 +19376,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &211 + required: &212 - archive_url - assignees_url - blobs_url @@ -19448,7 +19464,7 @@ paths: - url - subscription_url examples: - default: &581 + default: &582 value: - id: '1' repository: @@ -20995,7 +21011,7 @@ paths: required: false schema: type: string - - &726 + - &727 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -21141,7 +21157,7 @@ paths: parameters: - *75 - *123 - - &727 + - &728 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 @@ -21253,7 +21269,7 @@ paths: - *123 - *125 - *124 - - &728 + - &729 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -21261,7 +21277,7 @@ paths: schema: type: string - *126 - - &729 + - &730 name: sku description: The SKU to query for usage. in: query @@ -22154,7 +22170,7 @@ paths: type: integer repository_cache_usages: type: array - items: &352 + items: &353 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -23470,7 +23486,7 @@ paths: - all - local_only - selected - selected_actions_url: &358 + selected_actions_url: &359 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` @@ -23553,7 +23569,7 @@ paths: description: Response content: application/json: - schema: &362 + schema: &363 type: object properties: days: @@ -23595,7 +23611,7 @@ paths: required: true content: application/json: - schema: &363 + schema: &364 type: object properties: days: @@ -23652,7 +23668,7 @@ paths: required: - approval_policy examples: - default: &364 + default: &365 value: approval_policy: first_time_contributors '404': *6 @@ -23711,7 +23727,7 @@ paths: description: Response content: application/json: - schema: &365 + schema: &366 type: object required: - run_workflows_from_fork_pull_requests @@ -23765,7 +23781,7 @@ paths: required: true content: application/json: - schema: &366 + schema: &367 type: object required: - run_workflows_from_fork_pull_requests @@ -24400,7 +24416,7 @@ paths: description: Response content: application/json: - schema: &367 + schema: &368 type: object properties: default_workflow_permissions: &153 @@ -24451,7 +24467,7 @@ paths: required: false content: application/json: - schema: &368 + schema: &369 type: object properties: default_workflow_permissions: *153 @@ -25582,7 +25598,7 @@ paths: application/json: schema: type: array - items: &369 + items: &370 title: Runner Application description: Runner Application type: object @@ -25607,7 +25623,7 @@ paths: - download_url - filename examples: - default: &370 + default: &371 value: - os: osx architecture: x64 @@ -25693,7 +25709,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &371 + '201': &372 description: Response content: application/json: @@ -25804,7 +25820,7 @@ paths: - token - expires_at examples: - default: &372 + default: &373 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -25843,7 +25859,7 @@ paths: application/json: schema: *164 examples: - default: &373 + default: &374 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -25877,7 +25893,7 @@ paths: application/json: schema: *162 examples: - default: &374 + default: &375 value: id: 23 name: MBP @@ -26103,7 +26119,7 @@ paths: - *75 - *161 responses: - '200': &375 + '200': &376 description: Response content: application/json: @@ -26160,7 +26176,7 @@ paths: parameters: - *75 - *161 - - &376 + - &377 name: name description: The name of a self-hosted runner's custom label. in: path @@ -26290,7 +26306,7 @@ paths: description: Response content: application/json: - schema: &388 + schema: &389 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -26319,7 +26335,7 @@ paths: - key_id - key examples: - default: &389 + default: &390 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -26732,7 +26748,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - *75 - - &357 + - &358 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)." @@ -27928,12 +27944,12 @@ paths: required: - subject_digests examples: - default: &708 + default: &709 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &709 + withPredicateType: &710 value: subject_digests: - sha256:abc123 @@ -27977,7 +27993,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &710 + default: &711 value: attestations_subject_digests: - sha256:abc: @@ -28310,7 +28326,7 @@ paths: initiator: type: string examples: - default: &402 + default: &403 value: attestations: - bundle: @@ -28661,7 +28677,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &256 + properties: &257 id: description: Unique identifier of the team type: integer @@ -28733,7 +28749,7 @@ paths: description: Unique identifier of the enterprise to which this team belongs example: 42 - required: &257 + required: &258 - id - node_id - url @@ -29239,7 +29255,7 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *75 - - &427 + - &428 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`, @@ -29249,7 +29265,7 @@ paths: schema: &185 type: string description: The name of the tool used to generate the code scanning analysis. - - &428 + - &429 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 @@ -29272,7 +29288,7 @@ paths: be returned. in: query required: false - schema: &430 + schema: &431 type: string description: State of a code scanning alert. enum: @@ -29295,7 +29311,7 @@ paths: be returned. in: query required: false - schema: &431 + schema: &432 type: string description: Severity of a code scanning alert. enum: @@ -29329,7 +29345,7 @@ paths: updated_at: *180 url: *181 html_url: *182 - instances_url: &432 + instances_url: &433 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -29352,7 +29368,7 @@ paths: required: *21 nullable: true dismissed_at: *184 - dismissed_reason: &433 + dismissed_reason: &434 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -29361,13 +29377,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &434 + dismissed_comment: &435 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &435 + rule: &436 type: object properties: id: @@ -29420,7 +29436,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &436 + tool: &437 type: object properties: name: *185 @@ -29430,26 +29446,26 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *186 - most_recent_instance: &437 + most_recent_instance: &438 type: object properties: - ref: &429 + ref: &430 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &447 + analysis_key: &448 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: &448 + environment: &449 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: &449 + category: &450 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -29469,7 +29485,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: &450 + location: &451 type: object description: Describe a region within a file for the alert. properties: @@ -29490,7 +29506,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: &451 + items: &452 type: string description: A classification of the file. For example to identify it as generated. @@ -30781,7 +30797,7 @@ paths: type: integer codespaces: type: array - items: &246 + items: &247 type: object title: Codespace description: A codespace. @@ -30811,7 +30827,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &463 + properties: &464 name: type: string description: The name of the machine. @@ -30853,7 +30869,7 @@ paths: - ready - in_progress nullable: true - required: &464 + required: &465 - name - display_name - operating_system @@ -31058,7 +31074,7 @@ paths: - pulls_url - recent_folders examples: - default: &247 + default: &248 value: total_count: 3 codespaces: @@ -31721,7 +31737,7 @@ paths: - updated_at - visibility examples: - default: &465 + default: &466 value: total_count: 2 secrets: @@ -31759,7 +31775,7 @@ paths: description: Response content: application/json: - schema: &466 + schema: &467 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -31788,7 +31804,7 @@ paths: - key_id - key examples: - default: &467 + default: &468 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -31820,7 +31836,7 @@ paths: application/json: schema: *194 examples: - default: &469 + default: &470 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -32287,7 +32303,7 @@ paths: currently being billed. seats: type: array - items: &249 + items: &250 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -33258,7 +33274,7 @@ paths: application/json: schema: type: array - items: &334 + items: &335 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -33565,7 +33581,7 @@ paths: - date additionalProperties: true examples: - default: &335 + default: &336 value: - date: '2024-06-24' total_active_users: 24 @@ -33667,7 +33683,7 @@ paths: '500': *55 '403': *29 '404': *6 - '422': &336 + '422': &337 description: Copilot Usage Metrics API setting is disabled at the organization or enterprise level. content: @@ -33852,6 +33868,7 @@ paths: - *201 - *202 - *203 + - *204 - name: artifact_registry_url in: query description: A comma-separated list of artifact registry URLs. If specified, @@ -33881,7 +33898,7 @@ paths: enum: - patch - deployment - - *204 + - *205 - name: runtime_risk in: query description: |- @@ -33890,8 +33907,8 @@ paths: Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` schema: type: string - - *205 - *206 + - *207 - *61 - *47 - *48 @@ -33903,9 +33920,9 @@ paths: application/json: schema: type: array - items: *207 + items: *208 examples: - default: *208 + default: *209 '304': *37 '400': *14 '403': *29 @@ -33949,7 +33966,7 @@ paths: type: integer secrets: type: array - items: &209 + items: &210 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -34026,7 +34043,7 @@ paths: description: Response content: application/json: - schema: &498 + schema: &499 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -34043,7 +34060,7 @@ paths: - key_id - key examples: - default: &499 + default: &500 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -34073,7 +34090,7 @@ paths: description: Response content: application/json: - schema: *209 + schema: *210 examples: default: value: @@ -34370,7 +34387,7 @@ paths: application/json: schema: type: array - items: &259 + items: &260 title: Package description: A software package type: object @@ -34420,8 +34437,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *210 - required: *211 + properties: *211 + required: *212 nullable: true created_at: type: string @@ -34440,7 +34457,7 @@ paths: - created_at - updated_at examples: - default: &260 + default: &261 value: - id: 197 name: hello_docker @@ -34610,7 +34627,7 @@ paths: application/json: schema: type: array - items: &235 + items: &236 title: Organization Invitation description: Organization Invitation type: object @@ -34657,7 +34674,7 @@ paths: - invitation_teams_url - node_id examples: - default: &236 + default: &237 value: - id: 1 login: monalisa @@ -34724,7 +34741,7 @@ paths: application/json: schema: type: array - items: &212 + items: &213 title: Org Hook description: Org Hook type: object @@ -34895,9 +34912,9 @@ paths: description: Response content: application/json: - schema: *212 + schema: *213 examples: - default: &213 + default: &214 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -34945,7 +34962,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - *75 - - &214 + - &215 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. @@ -34958,9 +34975,9 @@ paths: description: Response content: application/json: - schema: *212 + schema: *213 examples: - default: *213 + default: *214 '404': *6 x-github: githubCloudOnly: false @@ -34988,7 +35005,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - *75 - - *214 + - *215 requestBody: required: false content: @@ -35033,7 +35050,7 @@ paths: description: Response content: application/json: - schema: *212 + schema: *213 examples: default: value: @@ -35075,7 +35092,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - *75 - - *214 + - *215 responses: '204': description: Response @@ -35103,7 +35120,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *75 - - *214 + - *215 responses: '200': description: Response @@ -35134,7 +35151,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *75 - - *214 + - *215 requestBody: required: false content: @@ -35185,10 +35202,10 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *75 - - *214 - - *17 - *215 + - *17 - *216 + - *217 responses: '200': description: Response @@ -35196,9 +35213,9 @@ paths: application/json: schema: type: array - items: *217 + items: *218 examples: - default: *218 + default: *219 '400': *14 '422': *15 x-github: @@ -35224,16 +35241,16 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *75 - - *214 + - *215 - *16 responses: '200': description: Response content: application/json: - schema: *219 + schema: *220 examples: - default: *220 + default: *221 '400': *14 '422': *15 x-github: @@ -35259,7 +35276,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *75 - - *214 + - *215 - *16 responses: '202': *39 @@ -35289,7 +35306,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - *75 - - *214 + - *215 responses: '204': description: Response @@ -35312,7 +35329,7 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - *75 - - &225 + - &226 name: actor_type in: path description: The type of the actor @@ -35325,14 +35342,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &226 + - &227 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &221 + - &222 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`.' @@ -35340,7 +35357,7 @@ paths: required: true schema: type: string - - &222 + - &223 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) @@ -35434,12 +35451,12 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - *75 - - *221 - *222 + - *223 - *19 - *17 - *61 - - &231 + - &232 name: sort description: The property to sort the results by. in: query @@ -35517,14 +35534,14 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - *75 - - *221 - *222 + - *223 responses: '200': description: Response content: application/json: - schema: &223 + schema: &224 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -35540,7 +35557,7 @@ paths: type: integer format: int64 examples: - default: &224 + default: &225 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -35561,23 +35578,23 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - *75 - - &227 + - &228 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *221 - *222 + - *223 responses: '200': description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: *224 + default: *225 x-github: enabledForGitHubApps: true category: orgs @@ -35596,18 +35613,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *75 - - *221 - *222 - - *225 + - *223 - *226 + - *227 responses: '200': description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: *224 + default: *225 x-github: enabledForGitHubApps: true category: orgs @@ -35625,9 +35642,9 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - *75 - - *221 - *222 - - &228 + - *223 + - &229 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -35640,7 +35657,7 @@ paths: description: Response content: application/json: - schema: &229 + schema: &230 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -35656,7 +35673,7 @@ paths: type: integer format: int64 examples: - default: &230 + default: &231 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -35693,18 +35710,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - *75 - - *227 - - *221 - - *222 - *228 + - *222 + - *223 + - *229 responses: '200': description: Response content: application/json: - schema: *229 + schema: *230 examples: - default: *230 + default: *231 x-github: enabledForGitHubApps: true category: orgs @@ -35722,19 +35739,19 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - *75 - - *225 - *226 - - *221 + - *227 - *222 - - *228 + - *223 + - *229 responses: '200': description: Response content: application/json: - schema: *229 + schema: *230 examples: - default: *230 + default: *231 x-github: enabledForGitHubApps: true category: orgs @@ -35752,13 +35769,13 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - *75 - - *227 - - *221 + - *228 - *222 + - *223 - *19 - *17 - *61 - - *231 + - *232 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -35839,7 +35856,7 @@ paths: application/json: schema: *22 examples: - default: &537 + default: &538 value: id: 1 account: @@ -36005,12 +36022,12 @@ paths: application/json: schema: anyOf: - - &233 + - &234 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &232 + limit: &233 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -36035,7 +36052,7 @@ paths: properties: {} additionalProperties: false examples: - default: &234 + default: &235 value: limit: collaborators_only origin: organization @@ -36064,13 +36081,13 @@ paths: required: true content: application/json: - schema: &538 + schema: &539 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *232 + limit: *233 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -36094,9 +36111,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *234 examples: - default: *234 + default: *235 '422': *15 x-github: githubCloudOnly: false @@ -36172,9 +36189,9 @@ paths: application/json: schema: type: array - items: *235 + items: *236 examples: - default: *236 + default: *237 headers: Link: *67 '404': *6 @@ -36251,7 +36268,7 @@ paths: description: Response content: application/json: - schema: *235 + schema: *236 examples: default: value: @@ -36306,7 +36323,7 @@ paths: url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - *75 - - &237 + - &238 name: invitation_id description: The unique identifier of the invitation. in: path @@ -36337,7 +36354,7 @@ paths: url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - *75 - - *237 + - *238 - *17 - *19 responses: @@ -36349,7 +36366,7 @@ paths: type: array items: *197 examples: - default: &258 + default: &259 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -36392,7 +36409,7 @@ paths: application/json: schema: type: array - items: &238 + items: &239 title: Issue Field description: A custom attribute defined at the organization level for attaching structured data to issues. @@ -36625,9 +36642,9 @@ paths: description: Response content: application/json: - schema: *238 + schema: *239 examples: - default: &239 + default: &240 value: id: 512 node_id: IF_kwDNAd3NAZr @@ -36683,7 +36700,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-fields#update-issue-field-for-an-organization parameters: - *75 - - &240 + - &241 name: issue_field_id description: The unique identifier of the issue field. in: path @@ -36782,9 +36799,9 @@ paths: description: Response content: application/json: - schema: *238 + schema: *239 examples: - default: *239 + default: *240 '404': *6 '422': *7 x-github: @@ -36809,7 +36826,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-fields#delete-issue-field-for-an-organization parameters: - *75 - - *240 + - *241 responses: '204': *191 '404': *6 @@ -36839,7 +36856,7 @@ paths: application/json: schema: type: array - items: *241 + items: *242 examples: default: value: @@ -36924,9 +36941,9 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: - default: &242 + default: &243 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -36959,7 +36976,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *75 - - &243 + - &244 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -37012,9 +37029,9 @@ paths: description: Response content: application/json: - schema: *241 + schema: *242 examples: - default: *242 + default: *243 '404': *6 '422': *7 x-github: @@ -37039,7 +37056,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *75 - - *243 + - *244 responses: '204': description: Response @@ -37102,7 +37119,7 @@ paths: - closed - all default: open - - *244 + - *245 - name: type description: Can be the name of an issue type. in: query @@ -37133,7 +37150,7 @@ paths: type: array items: *85 examples: - default: *245 + default: *246 headers: Link: *67 '404': *6 @@ -37293,9 +37310,9 @@ paths: type: integer codespaces: type: array - items: *246 + items: *247 examples: - default: *247 + default: *248 '304': *37 '500': *55 '401': *25 @@ -37322,7 +37339,7 @@ paths: parameters: - *75 - *71 - - &248 + - &249 name: codespace_name in: path required: true @@ -37357,15 +37374,15 @@ paths: parameters: - *75 - *71 - - *248 + - *249 responses: '200': description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: &462 + default: &463 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -37545,7 +37562,7 @@ paths: description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *249 + schema: *250 examples: default: value: @@ -37621,7 +37638,7 @@ paths: description: Response content: application/json: - schema: &250 + schema: &251 title: Org Membership description: Org Membership type: object @@ -37688,7 +37705,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &251 + response-if-user-has-an-active-admin-membership-with-organization: &252 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -37789,9 +37806,9 @@ paths: description: Response content: application/json: - schema: *250 + schema: *251 examples: - response-if-user-already-had-membership-with-organization: *251 + response-if-user-already-had-membership-with-organization: *252 '422': *15 '403': *29 '451': *15 @@ -37863,7 +37880,7 @@ paths: application/json: schema: type: array - items: &252 + items: &253 title: Migration description: A migration. type: object @@ -38192,7 +38209,7 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: default: value: @@ -38371,7 +38388,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - *75 - - &253 + - &254 name: migration_id description: The unique identifier of the migration. in: path @@ -38398,7 +38415,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *252 + schema: *253 examples: default: value: @@ -38568,7 +38585,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - *75 - - *253 + - *254 responses: '302': description: Response @@ -38590,7 +38607,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *75 - - *253 + - *254 responses: '204': description: Response @@ -38614,8 +38631,8 @@ paths: url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - *75 - - *253 - - &690 + - *254 + - &691 name: repo_name description: repo_name parameter in: path @@ -38643,7 +38660,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *75 - - *253 + - *254 - *17 - *19 responses: @@ -38697,7 +38714,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &255 + items: &256 title: Organization Role description: Organization roles type: object @@ -38872,7 +38889,7 @@ paths: parameters: - *75 - *77 - - &254 + - &255 name: role_id description: The unique identifier of the role. in: path @@ -38909,7 +38926,7 @@ paths: parameters: - *75 - *77 - - *254 + - *255 responses: '204': description: Response @@ -38962,7 +38979,7 @@ paths: parameters: - *75 - *71 - - *254 + - *255 responses: '204': description: Response @@ -38994,7 +39011,7 @@ paths: parameters: - *75 - *71 - - *254 + - *255 responses: '204': description: Response @@ -39023,13 +39040,13 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - *75 - - *254 + - *255 responses: '200': description: Response content: application/json: - schema: *255 + schema: *256 examples: default: value: @@ -39080,7 +39097,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *75 - - *254 + - *255 - *17 - *19 responses: @@ -39158,8 +39175,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *256 - required: *257 + properties: *257 + required: *258 nullable: true type: description: The ownership type of the team @@ -39191,7 +39208,7 @@ paths: - type - parent examples: - default: *258 + default: *259 headers: Link: *67 '404': @@ -39221,7 +39238,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *75 - - *254 + - *255 - *17 - *19 responses: @@ -39249,13 +39266,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &330 + items: &331 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *256 - required: *257 + properties: *257 + required: *258 name: nullable: true type: string @@ -39543,7 +39560,7 @@ paths: - nuget - container - *75 - - &691 + - &692 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -39579,12 +39596,12 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *260 + default: *261 '403': *29 '401': *25 - '400': &693 + '400': &694 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -39606,7 +39623,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &261 + - &262 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 @@ -39624,7 +39641,7 @@ paths: - docker - nuget - container - - &262 + - &263 name: package_name description: The name of the package. in: path @@ -39637,7 +39654,7 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: default: value: @@ -39689,8 +39706,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *261 - *262 + - *263 - *75 responses: '204': @@ -39723,8 +39740,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *261 - *262 + - *263 - *75 - name: token description: package token @@ -39757,8 +39774,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: - - *261 - *262 + - *263 - *75 - *19 - *17 @@ -39779,7 +39796,7 @@ paths: application/json: schema: type: array - items: &263 + items: &264 title: Package Version description: A version of a software package type: object @@ -39904,10 +39921,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *261 - *262 + - *263 - *75 - - &264 + - &265 name: package_version_id description: Unique identifier of the package version. in: path @@ -39919,7 +39936,7 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: default: value: @@ -39955,10 +39972,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *261 - *262 + - *263 - *75 - - *264 + - *265 responses: '204': description: Response @@ -39990,10 +40007,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *261 - *262 + - *263 - *75 - - *264 + - *265 responses: '204': description: Response @@ -40023,7 +40040,7 @@ paths: - *75 - *17 - *19 - - &265 + - &266 name: sort description: The property by which to sort the results. in: query @@ -40034,7 +40051,7 @@ paths: - created_at default: created_at - *61 - - &266 + - &267 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -40045,7 +40062,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &267 + - &268 name: repository description: The name of the repository to use to filter the results. in: query @@ -40053,7 +40070,7 @@ paths: schema: type: string example: Hello-World - - &268 + - &269 name: permission description: The permission to use to filter the results. in: query @@ -40061,7 +40078,7 @@ paths: schema: type: string example: issues_read - - &269 + - &270 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) @@ -40071,7 +40088,7 @@ paths: schema: type: string format: date-time - - &270 + - &271 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) @@ -40081,7 +40098,7 @@ paths: schema: type: string format: date-time - - &271 + - &272 name: token_id description: The ID of the token in: query @@ -40394,7 +40411,7 @@ paths: type: array items: *160 examples: - default: &272 + default: &273 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -40531,14 +40548,14 @@ paths: - *75 - *17 - *19 - - *265 - - *61 - *266 + - *61 - *267 - *268 - *269 - *270 - *271 + - *272 responses: '500': *55 '422': *15 @@ -40820,7 +40837,7 @@ paths: type: array items: *160 examples: - default: *272 + default: *273 headers: Link: *67 x-github: @@ -40862,7 +40879,7 @@ paths: type: integer configurations: type: array - items: &273 + items: &274 title: Organization private registry description: Private registry configuration for an organization type: object @@ -41290,7 +41307,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &274 + org-private-registry-with-selected-visibility: &275 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -41386,9 +41403,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *273 + schema: *274 examples: - default: *274 + default: *275 '404': *6 x-github: githubCloudOnly: false @@ -41615,7 +41632,7 @@ paths: application/json: schema: type: array - items: &275 + items: &276 title: Projects v2 Project description: A projects v2 project type: object @@ -41685,7 +41702,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &782 + properties: &783 id: type: number description: The unique identifier of the status update. @@ -41733,7 +41750,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &783 + required: &784 - id - node_id - created_at @@ -41758,7 +41775,7 @@ paths: - deleted_at - deleted_by examples: - default: &276 + default: &277 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -41861,7 +41878,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-organization parameters: - - &277 + - &278 name: project_number description: The project's number. in: path @@ -41874,9 +41891,9 @@ paths: description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: *276 + default: *277 headers: Link: *67 '304': *37 @@ -41899,7 +41916,7 @@ paths: url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - *75 - - *277 + - *278 requestBody: required: true description: Details of the draft item to create in the project. @@ -41933,7 +41950,7 @@ paths: description: Response content: application/json: - schema: &283 + schema: &284 title: Projects v2 Item description: An item belonging to a project type: object @@ -41947,7 +41964,7 @@ paths: content: oneOf: - *85 - - &479 + - &480 title: Pull Request Simple description: Pull Request Simple type: object @@ -42053,8 +42070,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *278 - required: *279 + properties: *279 + required: *280 nullable: true active_lock_reason: type: string @@ -42136,7 +42153,7 @@ paths: _links: type: object properties: - comments: &280 + comments: &281 title: Link description: Hypermedia Link type: object @@ -42145,13 +42162,13 @@ paths: type: string required: - href - commits: *280 - statuses: *280 - html: *280 - issue: *280 - review_comments: *280 - review_comment: *280 - self: *280 + commits: *281 + statuses: *281 + html: *281 + issue: *281 + review_comments: *281 + review_comment: *281 + self: *281 required: - comments - commits @@ -42162,7 +42179,7 @@ paths: - review_comment - self author_association: *82 - auto_merge: &588 + auto_merge: &589 title: Auto merge description: The status of auto merging a pull request. type: object @@ -42262,7 +42279,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &282 + content_type: &283 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -42302,7 +42319,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &284 + draft_issue: &285 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -42376,7 +42393,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-organization parameters: - - *277 + - *278 - *75 - *17 - *47 @@ -42388,7 +42405,7 @@ paths: application/json: schema: type: array - items: &281 + items: &282 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -42538,7 +42555,7 @@ paths: - updated_at - project_url examples: - default: &713 + default: &714 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -42668,7 +42685,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#add-a-field-to-an-organization-owned-project parameters: - - *277 + - *278 - *75 requestBody: required: true @@ -42715,7 +42732,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &714 + items: &715 type: object properties: name: @@ -42752,7 +42769,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &715 + iteration_configuration: &716 type: object description: The configuration for iteration fields. properties: @@ -42802,7 +42819,7 @@ paths: value: name: Due date data_type: date - single_select_field: &716 + single_select_field: &717 summary: Create a single select field value: name: Priority @@ -42829,7 +42846,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &717 + iteration_field: &718 summary: Create an iteration field value: name: Sprint @@ -42853,9 +42870,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *281 + schema: *282 examples: - text_field: &718 + text_field: &719 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -42864,7 +42881,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: &719 + number_field: &720 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -42873,7 +42890,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: &720 + date_field: &721 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -42882,7 +42899,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: &721 + single_select_field: &722 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -42916,7 +42933,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &722 + iteration_field: &723 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -42961,8 +42978,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - - *277 - - &723 + - *278 + - &724 name: field_id description: The unique identifier of the field. in: path @@ -42975,9 +42992,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: &724 + default: &725 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -43033,7 +43050,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *277 + - *278 - *75 - 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) @@ -43066,7 +43083,7 @@ paths: application/json: schema: type: array - items: &285 + items: &286 title: Projects v2 Item description: An item belonging to a project type: object @@ -43082,7 +43099,7 @@ paths: format: uri example: https://api.github.com/users/monalisa/2/projectsV2/3 description: The API URL of the project that contains this item. - content_type: *282 + content_type: *283 content: type: object additionalProperties: true @@ -43125,7 +43142,7 @@ paths: - updated_at - archived_at examples: - default: &286 + default: &287 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -43823,7 +43840,7 @@ paths: url: https://docs.github.com/rest/projects/items#add-item-to-organization-owned-project parameters: - *75 - - *277 + - *278 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -43893,22 +43910,22 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *284 + value: *285 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *284 + value: *285 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *284 + value: *285 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *284 + value: *285 '304': *37 '403': *29 '401': *25 @@ -43928,9 +43945,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - - *277 + - *278 - *75 - - &287 + - &288 name: item_id description: The unique identifier of the project item. in: path @@ -43956,9 +43973,9 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *286 + default: *287 headers: Link: *67 '304': *37 @@ -43979,9 +43996,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-organization parameters: - - *277 + - *278 - *75 - - *287 + - *288 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -44051,13 +44068,13 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: - text_field: *286 - number_field: *286 - date_field: *286 - single_select_field: *286 - iteration_field: *286 + text_field: *287 + number_field: *287 + date_field: *287 + single_select_field: *287 + iteration_field: *287 '401': *25 '403': *29 '404': *6 @@ -44077,9 +44094,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-organization parameters: - - *277 + - *278 - *75 - - *287 + - *288 responses: '204': description: Response @@ -44103,7 +44120,7 @@ paths: url: https://docs.github.com/rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - *75 - - *277 + - *278 requestBody: required: true content: @@ -44174,7 +44191,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &705 + schema: &706 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -44272,7 +44289,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &288 + value: &289 value: id: 1 number: 1 @@ -44318,10 +44335,10 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *288 + value: *289 roadmap_view: summary: Response for creating a roadmap view - value: *288 + value: *289 '304': *37 '403': *29 '401': *25 @@ -44349,9 +44366,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-project-view parameters: - - *277 + - *278 - *75 - - &725 + - &726 name: view_number description: The number that identifies the project view. in: path @@ -44383,9 +44400,9 @@ paths: application/json: schema: type: array - items: *285 + items: *286 examples: - default: *286 + default: *287 headers: Link: *67 '304': *37 @@ -44418,7 +44435,7 @@ paths: application/json: schema: type: array - items: &289 + items: &290 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -44486,7 +44503,7 @@ paths: - property_name - value_type examples: - default: &290 + default: &291 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -44546,7 +44563,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *289 + items: *290 minItems: 1 maxItems: 100 required: @@ -44576,9 +44593,9 @@ paths: application/json: schema: type: array - items: *289 + items: *290 examples: - default: *290 + default: *291 '403': *29 '404': *6 x-github: @@ -44600,7 +44617,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - *75 - - &291 + - &292 name: custom_property_name description: The custom property name in: path @@ -44612,9 +44629,9 @@ paths: description: Response content: application/json: - schema: *289 + schema: *290 examples: - default: &292 + default: &293 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -44649,7 +44666,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - *75 - - *291 + - *292 requestBody: required: true content: @@ -44720,9 +44737,9 @@ paths: description: Response content: application/json: - schema: *289 + schema: *290 examples: - default: *292 + default: *293 '403': *29 '404': *6 x-github: @@ -44746,7 +44763,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - *75 - - *291 + - *292 responses: '204': *191 '403': *29 @@ -44807,7 +44824,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &293 + items: &294 title: Custom Property Value description: Custom property name and associated value type: object @@ -44894,7 +44911,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *293 + items: *294 required: - repository_names - properties @@ -45086,7 +45103,7 @@ paths: type: array items: *160 examples: - default: *272 + default: *273 headers: Link: *67 x-github: @@ -45288,7 +45305,7 @@ paths: description: Response content: application/json: - schema: &344 + schema: &345 title: Full Repository description: Full Repository type: object @@ -45573,8 +45590,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *294 - required: *295 + properties: *295 + required: *296 nullable: true temp_clone_token: type: string @@ -45686,7 +45703,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &484 + properties: &485 url: type: string format: uri @@ -45702,12 +45719,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &485 + required: &486 - url - key - name - html_url - security_and_analysis: *296 + security_and_analysis: *297 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -45791,7 +45808,7 @@ paths: - network_count - subscribers_count examples: - default: &346 + default: &347 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -46313,7 +46330,7 @@ paths: - *75 - *17 - *19 - - &610 + - &611 name: targets description: | A comma-separated list of rule targets to filter by. @@ -46331,7 +46348,7 @@ paths: application/json: schema: type: array - items: &323 + items: &324 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -46366,7 +46383,7 @@ paths: source: type: string description: The name of the source - enforcement: &299 + enforcement: &300 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -46379,7 +46396,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &300 + items: &301 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -46449,7 +46466,7 @@ paths: conditions: nullable: true anyOf: - - &297 + - &298 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -46473,7 +46490,7 @@ paths: match. items: type: string - - &301 + - &302 title: Organization ruleset conditions type: object description: |- @@ -46487,7 +46504,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *297 + - *298 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -46521,7 +46538,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *297 + - *298 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -46543,7 +46560,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *297 + - *298 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -46556,7 +46573,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &298 + items: &299 title: Repository ruleset property targeting definition type: object @@ -46589,17 +46606,17 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *298 + items: *299 required: - repository_property rules: type: array - items: &611 + items: &612 title: Repository Rule type: object description: A repository rule. oneOf: - - &302 + - &303 title: creation description: Only allow users with bypass permission to create matching refs. @@ -46611,7 +46628,7 @@ paths: type: string enum: - creation - - &303 + - &304 title: update description: Only allow users with bypass permission to update matching refs. @@ -46632,7 +46649,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &304 + - &305 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -46644,7 +46661,7 @@ paths: type: string enum: - deletion - - &305 + - &306 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -46656,7 +46673,7 @@ paths: type: string enum: - required_linear_history - - &609 + - &610 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -46734,7 +46751,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &306 + - &307 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -46758,7 +46775,7 @@ paths: type: string required: - required_deployment_environments - - &307 + - &308 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -46770,7 +46787,7 @@ paths: type: string enum: - required_signatures - - &308 + - &309 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -46876,7 +46893,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &309 + - &310 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -46924,7 +46941,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &310 + - &311 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -46936,7 +46953,7 @@ paths: type: string enum: - non_fast_forward - - &311 + - &312 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -46973,7 +46990,7 @@ paths: required: - operator - pattern - - &312 + - &313 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -47010,7 +47027,7 @@ paths: required: - operator - pattern - - &313 + - &314 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -47047,7 +47064,7 @@ paths: required: - operator - pattern - - &314 + - &315 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -47084,7 +47101,7 @@ paths: required: - operator - pattern - - &315 + - &316 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -47121,7 +47138,7 @@ paths: required: - operator - pattern - - &316 + - &317 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -47146,7 +47163,7 @@ paths: type: string required: - restricted_file_paths - - &317 + - &318 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -47170,7 +47187,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &318 + - &319 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -47193,7 +47210,7 @@ paths: type: string required: - restricted_file_extensions - - &319 + - &320 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -47218,7 +47235,7 @@ paths: maximum: 100 required: - max_file_size - - &320 + - &321 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -47268,7 +47285,7 @@ paths: - repository_id required: - workflows - - &321 + - &322 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -47329,7 +47346,7 @@ paths: - tool required: - code_scanning_tools - - &322 + - &323 title: copilot_code_review description: Request Copilot code review for new pull requests automatically if the author has access to Copilot code @@ -47428,21 +47445,20 @@ paths: - push - repository default: branch - enforcement: *299 + enforcement: *300 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *300 - conditions: *301 + items: *301 + conditions: *302 rules: type: array description: An array of rules within the ruleset. - items: &325 + items: &326 title: Repository Rule type: object description: A repository rule. oneOf: - - *302 - *303 - *304 - *305 @@ -47463,6 +47479,7 @@ paths: - *320 - *321 - *322 + - *323 required: - name - enforcement @@ -47500,9 +47517,9 @@ paths: description: Response content: application/json: - schema: *323 + schema: *324 examples: - default: &324 + default: &325 value: id: 21 name: super cool ruleset @@ -47558,7 +47575,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *75 - - &612 + - &613 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 @@ -47573,7 +47590,7 @@ paths: in: query schema: type: string - - &613 + - &614 name: time_period description: |- The time period to filter by. @@ -47589,14 +47606,14 @@ paths: - week - month default: day - - &614 + - &615 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 - - &615 + - &616 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -47616,7 +47633,7 @@ paths: description: Response content: application/json: - schema: &616 + schema: &617 title: Rule Suites description: Response type: array @@ -47671,7 +47688,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &617 + default: &618 value: - id: 21 actor_id: 12 @@ -47715,7 +47732,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *75 - - &618 + - &619 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -47731,7 +47748,7 @@ paths: description: Response content: application/json: - schema: &619 + schema: &620 title: Rule Suite description: Response type: object @@ -47830,7 +47847,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &620 + default: &621 value: id: 21 actor_id: 12 @@ -47903,9 +47920,9 @@ paths: description: Response content: application/json: - schema: *323 + schema: *324 examples: - default: *324 + default: *325 '404': *6 '500': *55 put: @@ -47949,16 +47966,16 @@ paths: - tag - push - repository - enforcement: *299 + enforcement: *300 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *300 - conditions: *301 + items: *301 + conditions: *302 rules: description: An array of rules within the ruleset. type: array - items: *325 + items: *326 examples: default: value: @@ -47993,9 +48010,9 @@ paths: description: Response content: application/json: - schema: *323 + schema: *324 examples: - default: *324 + default: *325 '404': *6 '422': *15 '500': *55 @@ -48053,7 +48070,7 @@ paths: application/json: schema: type: array - items: &326 + items: &327 title: Ruleset version type: object description: The historical version of a ruleset @@ -48077,7 +48094,7 @@ paths: type: string format: date-time examples: - default: &622 + default: &623 value: - version_id: 3 actor: @@ -48130,9 +48147,9 @@ paths: description: Response content: application/json: - schema: &623 + schema: &624 allOf: - - *326 + - *327 - type: object required: - state @@ -48202,7 +48219,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *75 - - &624 + - &625 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -48213,7 +48230,7 @@ paths: enum: - open - resolved - - &625 + - &626 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -48223,7 +48240,7 @@ paths: required: false schema: type: string - - &626 + - &627 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -48232,7 +48249,7 @@ paths: required: false schema: type: string - - &627 + - &628 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -48251,7 +48268,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &628 + - &629 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. @@ -48266,7 +48283,7 @@ paths: - *61 - *19 - *17 - - &629 + - &630 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 @@ -48276,7 +48293,7 @@ paths: required: false schema: type: string - - &630 + - &631 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 @@ -48286,7 +48303,7 @@ paths: required: false schema: type: string - - &631 + - &632 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -48295,7 +48312,7 @@ paths: required: false schema: type: string - - &632 + - &633 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -48304,7 +48321,7 @@ paths: schema: type: boolean default: false - - &633 + - &634 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -48313,7 +48330,7 @@ paths: schema: type: boolean default: false - - &634 + - &635 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -48348,14 +48365,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &635 + state: &636 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: &636 + resolution: &637 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -48462,8 +48479,8 @@ paths: pull request. ' - oneOf: &637 - - &639 + oneOf: &638 + - &640 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -48521,7 +48538,7 @@ paths: - blob_url - commit_sha - commit_url - - &640 + - &641 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. @@ -48576,7 +48593,7 @@ paths: - page_url - commit_sha - commit_url - - &641 + - &642 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -48596,7 +48613,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &642 + - &643 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -48616,7 +48633,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &643 + - &644 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -48636,7 +48653,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &644 + - &645 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -48650,7 +48667,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &645 + - &646 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -48664,7 +48681,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &646 + - &647 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -48678,7 +48695,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &647 + - &648 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. @@ -48698,7 +48715,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &648 + - &649 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. @@ -48718,7 +48735,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &649 + - &650 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. @@ -48738,7 +48755,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &650 + - &651 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. @@ -48758,7 +48775,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &651 + - &652 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -49021,7 +49038,7 @@ paths: related to push protection. type: object properties: - pattern_config_version: &328 + pattern_config_version: &329 type: string description: The version of the entity. This is used to confirm you're updating the current version of the entity and mitigate @@ -49030,7 +49047,7 @@ paths: provider_pattern_overrides: type: array description: Overrides for partner patterns. - items: &327 + items: &328 type: object properties: token_type: @@ -49096,7 +49113,7 @@ paths: custom_pattern_overrides: type: array description: Overrides for custom patterns defined by the organization. - items: *327 + items: *328 examples: default: value: @@ -49153,7 +49170,7 @@ paths: schema: type: object properties: - pattern_config_version: *328 + pattern_config_version: *329 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -49179,7 +49196,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *328 + custom_pattern_version: *329 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -49277,7 +49294,7 @@ paths: application/json: schema: type: array - items: &655 + items: &656 description: A repository security advisory. type: object properties: @@ -49479,7 +49496,7 @@ paths: login: type: string description: The username of the user credited. - type: *329 + type: *330 credits_detailed: type: array nullable: true @@ -49489,7 +49506,7 @@ paths: type: object properties: user: *4 - type: *329 + type: *330 state: type: string description: The state of the user's acceptance of the @@ -49549,7 +49566,7 @@ paths: - private_fork additionalProperties: false examples: - default: &656 + default: &657 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -49936,7 +49953,7 @@ paths: application/json: schema: type: array - items: *330 + items: *331 examples: default: value: @@ -50289,7 +50306,7 @@ paths: type: integer network_configurations: type: array - items: &331 + items: &332 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -50435,9 +50452,9 @@ paths: description: Response content: application/json: - schema: *331 + schema: *332 examples: - default: &332 + default: &333 value: id: 123456789ABCDEF name: My network configuration @@ -50466,7 +50483,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - *75 - - &333 + - &334 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -50478,9 +50495,9 @@ paths: description: Response content: application/json: - schema: *331 + schema: *332 examples: - default: *332 + default: *333 headers: Link: *67 x-github: @@ -50502,7 +50519,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - *75 - - *333 + - *334 requestBody: required: true content: @@ -50555,9 +50572,9 @@ paths: description: Response content: application/json: - schema: *331 + schema: *332 examples: - default: *332 + default: *333 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50577,7 +50594,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - *75 - - *333 + - *334 responses: '204': description: Response @@ -50717,13 +50734,13 @@ paths: application/json: schema: type: array - items: *334 + items: *335 examples: - default: *335 + default: *336 '500': *55 '403': *29 '404': *6 - '422': *336 + '422': *337 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50765,7 +50782,7 @@ paths: type: array items: *197 examples: - default: *258 + default: *259 headers: Link: *67 '403': *29 @@ -50851,7 +50868,7 @@ paths: description: Response content: application/json: - schema: &337 + schema: &338 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -50914,8 +50931,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *256 - required: *257 + properties: *257 + required: *258 nullable: true members_count: type: integer @@ -51178,7 +51195,7 @@ paths: - repos_count - organization examples: - default: &338 + default: &339 value: id: 1 node_id: MDQ6VGVhbTE= @@ -51255,9 +51272,9 @@ paths: description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 '404': *6 x-github: githubCloudOnly: false @@ -51341,16 +51358,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 '201': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 '404': *6 '422': *15 '403': *29 @@ -51380,7 +51397,7 @@ paths: responses: '204': description: Response - '422': &339 + '422': &340 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -51414,12 +51431,12 @@ paths: application/json: schema: type: array - items: *235 + items: *236 examples: - default: *236 + default: *237 headers: Link: *67 - '422': *339 + '422': *340 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51501,7 +51518,7 @@ paths: description: Response content: application/json: - schema: &340 + schema: &341 title: Team Membership description: Team Membership type: object @@ -51528,7 +51545,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &672 + response-if-user-is-a-team-maintainer: &673 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -51591,9 +51608,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - response-if-users-membership-with-team-is-now-pending: &673 + response-if-users-membership-with-team-is-now-pending: &674 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -51669,7 +51686,7 @@ paths: type: array items: *160 examples: - default: *272 + default: *273 headers: Link: *67 x-github: @@ -51700,14 +51717,14 @@ paths: parameters: - *75 - *77 - - *341 - *342 + - *343 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &674 + schema: &675 title: Team Repository description: A team's access to a repository. type: object @@ -52272,8 +52289,8 @@ paths: parameters: - *75 - *77 - - *341 - *342 + - *343 requestBody: required: false content: @@ -52320,8 +52337,8 @@ paths: parameters: - *75 - *77 - - *341 - *342 + - *343 responses: '204': description: Response @@ -52358,7 +52375,7 @@ paths: type: array items: *197 examples: - response-if-child-teams-exist: &675 + response-if-child-teams-exist: &676 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -52512,7 +52529,7 @@ paths: resources: type: object properties: - core: &343 + core: &344 title: Rate Limit type: object properties: @@ -52529,17 +52546,17 @@ paths: - remaining - reset - used - graphql: *343 - search: *343 - code_search: *343 - source_import: *343 - integration_manifest: *343 - code_scanning_upload: *343 - actions_runner_registration: *343 - scim: *343 - dependency_snapshots: *343 - dependency_sbom: *343 - code_scanning_autofix: *343 + graphql: *344 + search: *344 + code_search: *344 + source_import: *344 + integration_manifest: *344 + code_scanning_upload: *344 + actions_runner_registration: *344 + scim: *344 + dependency_snapshots: *344 + dependency_sbom: *344 + code_scanning_autofix: *344 required: - core - search @@ -52646,14 +52663,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *341 - *342 + - *343 responses: '200': description: Response content: application/json: - schema: *344 + schema: *345 examples: default-response: summary: Default response @@ -53158,7 +53175,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *345 + '301': *346 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53176,8 +53193,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *341 - *342 + - *343 requestBody: required: false content: @@ -53468,10 +53485,10 @@ paths: description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: *346 - '307': &347 + default: *347 + '307': &348 description: Temporary Redirect content: application/json: @@ -53500,8 +53517,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *341 - *342 + - *343 responses: '204': description: Response @@ -53523,7 +53540,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *347 + '307': *348 '404': *6 '409': *54 x-github: @@ -53547,11 +53564,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *341 - *342 + - *343 - *17 - *19 - - &380 + - &381 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -53574,7 +53591,7 @@ paths: type: integer artifacts: type: array - items: &348 + items: &349 title: Artifact description: An artifact type: object @@ -53652,7 +53669,7 @@ paths: - expires_at - updated_at examples: - default: &381 + default: &382 value: total_count: 2 artifacts: @@ -53713,9 +53730,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *341 - *342 - - &349 + - *343 + - &350 name: artifact_id description: The unique identifier of the artifact. in: path @@ -53727,7 +53744,7 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: default: value: @@ -53765,9 +53782,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *341 - *342 - - *349 + - *343 + - *350 responses: '204': description: Response @@ -53791,9 +53808,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *341 - *342 - - *349 + - *343 + - *350 - name: archive_format in: path required: true @@ -53807,7 +53824,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': &541 + '410': &542 description: Gone content: application/json: @@ -53832,14 +53849,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-retention-limit-for-a-repository parameters: - - *341 - *342 + - *343 responses: '200': description: Response content: application/json: - schema: &350 + schema: &351 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -53872,13 +53889,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-retention-limit-for-a-repository parameters: - - *341 - *342 + - *343 requestBody: required: true content: application/json: - schema: *350 + schema: *351 examples: selected_actions: *42 responses: @@ -53907,14 +53924,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-storage-limit-for-a-repository parameters: - - *341 - *342 + - *343 responses: '200': description: Response content: application/json: - schema: &351 + schema: &352 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -53947,13 +53964,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-storage-limit-for-a-repository parameters: - - *341 - *342 + - *343 requestBody: required: true content: application/json: - schema: *351 + schema: *352 examples: selected_actions: *44 responses: @@ -53984,14 +54001,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *341 - *342 + - *343 responses: '200': description: Response content: application/json: - schema: *352 + schema: *353 examples: default: value: @@ -54017,11 +54034,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *341 - *342 + - *343 - *17 - *19 - - &353 + - &354 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 @@ -54055,7 +54072,7 @@ paths: description: Response content: application/json: - schema: &354 + schema: &355 title: Repository actions caches description: Repository actions caches type: object @@ -54097,7 +54114,7 @@ paths: - total_count - actions_caches examples: - default: &355 + default: &356 value: total_count: 1 actions_caches: @@ -54129,23 +54146,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: - - *341 - *342 + - *343 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *353 + - *354 responses: '200': description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54165,8 +54182,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: - - *341 - *342 + - *343 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -54197,9 +54214,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *341 - *342 - - &356 + - *343 + - &357 name: job_id description: The unique identifier of the job. in: path @@ -54211,7 +54228,7 @@ paths: description: Response content: application/json: - schema: &384 + schema: &385 title: Job description: Information of a job execution in a workflow run type: object @@ -54518,9 +54535,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *341 - *342 - - *356 + - *343 + - *357 responses: '302': description: Response @@ -54548,9 +54565,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *341 - *342 - - *356 + - *343 + - *357 requestBody: required: false content: @@ -54595,8 +54612,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: - - *341 - *342 + - *343 responses: '200': description: Status response @@ -54646,8 +54663,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: - - *341 - *342 + - *343 requestBody: required: true content: @@ -54710,8 +54727,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -54729,7 +54746,7 @@ paths: type: integer secrets: type: array - items: &386 + items: &387 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -54749,7 +54766,7 @@ paths: - created_at - updated_at examples: - default: &387 + default: &388 value: total_count: 2 secrets: @@ -54782,9 +54799,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *341 - *342 - - *357 + - *343 + - *358 - *19 responses: '200': @@ -54801,7 +54818,7 @@ paths: type: integer variables: type: array - items: &390 + items: &391 title: Actions Variable type: object properties: @@ -54831,7 +54848,7 @@ paths: - created_at - updated_at examples: - default: &391 + default: &392 value: total_count: 2 variables: @@ -54864,8 +54881,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -54874,11 +54891,11 @@ paths: schema: type: object properties: - enabled: &359 + enabled: &360 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *145 - selected_actions_url: *358 + selected_actions_url: *359 sha_pinning_required: *146 required: - enabled @@ -54907,8 +54924,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *341 - *342 + - *343 responses: '204': description: Response @@ -54919,7 +54936,7 @@ paths: schema: type: object properties: - enabled: *359 + enabled: *360 allowed_actions: *145 sha_pinning_required: *146 required: @@ -54951,14 +54968,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: - - *341 - *342 + - *343 responses: '200': description: Response content: application/json: - schema: &360 + schema: &361 type: object properties: access_level: @@ -54975,7 +54992,7 @@ paths: required: - access_level examples: - default: &361 + default: &362 value: access_level: organization x-github: @@ -54999,15 +55016,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: - - *341 - *342 + - *343 requestBody: required: true content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 responses: '204': description: Response @@ -55031,14 +55048,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *341 - *342 + - *343 responses: '200': description: Response content: application/json: - schema: *362 + schema: *363 examples: default: value: @@ -55062,8 +55079,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *341 - *342 + - *343 responses: '204': description: Empty response for successful settings update @@ -55073,7 +55090,7 @@ paths: required: true content: application/json: - schema: *363 + schema: *364 examples: default: summary: Set retention days @@ -55097,8 +55114,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -55106,7 +55123,7 @@ paths: application/json: schema: *147 examples: - default: *364 + default: *365 '404': *6 x-github: enabledForGitHubApps: true @@ -55125,8 +55142,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *341 - *342 + - *343 responses: '204': description: Response @@ -55160,14 +55177,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: - - *341 - *342 + - *343 responses: '200': description: Response content: application/json: - schema: *365 + schema: *366 examples: default: *148 '403': *29 @@ -55189,13 +55206,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: - - *341 - *342 + - *343 requestBody: required: true content: application/json: - schema: *366 + schema: *367 examples: default: *148 responses: @@ -55221,8 +55238,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -55249,8 +55266,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *341 - *342 + - *343 responses: '204': description: Response @@ -55282,14 +55299,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *341 - *342 + - *343 responses: '200': description: Response content: application/json: - schema: *367 + schema: *368 examples: default: *155 x-github: @@ -55312,8 +55329,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *341 - *342 + - *343 responses: '204': description: Success response @@ -55324,7 +55341,7 @@ paths: required: true content: application/json: - schema: *368 + schema: *369 examples: default: *155 x-github: @@ -55353,8 +55370,8 @@ paths: in: query schema: type: string - - *341 - *342 + - *343 - *17 - *19 responses: @@ -55398,8 +55415,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -55407,9 +55424,9 @@ paths: application/json: schema: type: array - items: *369 + items: *370 examples: - default: *370 + default: *371 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55431,8 +55448,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: - - *341 - *342 + - *343 requestBody: required: true content: @@ -55475,7 +55492,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *371 + '201': *372 '404': *6 '422': *7 '409': *54 @@ -55506,8 +55523,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *341 - *342 + - *343 responses: '201': description: Response @@ -55515,7 +55532,7 @@ paths: application/json: schema: *164 examples: - default: *372 + default: *373 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55543,8 +55560,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *341 - *342 + - *343 responses: '201': description: Response @@ -55552,7 +55569,7 @@ paths: application/json: schema: *164 examples: - default: *373 + default: *374 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55574,8 +55591,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: - - *341 - *342 + - *343 - *161 responses: '200': @@ -55584,7 +55601,7 @@ paths: application/json: schema: *162 examples: - default: *374 + default: *375 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55605,8 +55622,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: - - *341 - *342 + - *343 - *161 responses: '204': @@ -55633,8 +55650,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: - - *341 - *342 + - *343 - *161 responses: '200': *166 @@ -55659,8 +55676,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: - - *341 - *342 + - *343 - *161 requestBody: required: true @@ -55709,8 +55726,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: - - *341 - *342 + - *343 - *161 requestBody: required: true @@ -55760,11 +55777,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: - - *341 - *342 + - *343 - *161 responses: - '200': *375 + '200': *376 '404': *6 x-github: githubCloudOnly: false @@ -55791,10 +55808,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: - - *341 - *342 + - *343 - *161 - - *376 + - *377 responses: '200': *166 '404': *6 @@ -55822,9 +55839,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *341 - *342 - - &394 + - *343 + - &395 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. @@ -55832,7 +55849,7 @@ paths: required: false schema: type: string - - &395 + - &396 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -55840,7 +55857,7 @@ paths: required: false schema: type: string - - &396 + - &397 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -55849,7 +55866,7 @@ paths: required: false schema: type: string - - &397 + - &398 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 @@ -55876,7 +55893,7 @@ paths: - pending - *17 - *19 - - &398 + - &399 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)." @@ -55885,7 +55902,7 @@ paths: schema: type: string format: date-time - - &377 + - &378 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -55894,13 +55911,13 @@ paths: schema: type: boolean default: false - - &399 + - &400 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &400 + - &401 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -55923,7 +55940,7 @@ paths: type: integer workflow_runs: type: array - items: &378 + items: &379 title: Workflow Run description: An invocation of a workflow type: object @@ -56071,7 +56088,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &422 + properties: &423 id: type: string description: SHA for the commit @@ -56122,7 +56139,7 @@ paths: - name - email nullable: true - required: &423 + required: &424 - id - tree_id - message @@ -56169,7 +56186,7 @@ paths: - workflow_url - pull_requests examples: - default: &401 + default: &402 value: total_count: 1 workflow_runs: @@ -56405,24 +56422,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *341 - *342 - - &379 + - *343 + - &380 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *377 + - *378 responses: '200': description: Response content: application/json: - schema: *378 + schema: *379 examples: - default: &382 + default: &383 value: id: 30433642 name: Build @@ -56663,9 +56680,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *341 - *342 - - *379 + - *343 + - *380 responses: '204': description: Response @@ -56688,9 +56705,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *341 - *342 - - *379 + - *343 + - *380 responses: '200': description: Response @@ -56809,9 +56826,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: - - *341 - *342 - - *379 + - *343 + - *380 responses: '201': description: Response @@ -56844,12 +56861,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *341 - *342 - - *379 + - *343 + - *380 - *17 - *19 - - *380 + - *381 - *61 responses: '200': @@ -56866,9 +56883,9 @@ paths: type: integer artifacts: type: array - items: *348 + items: *349 examples: - default: *381 + default: *382 headers: Link: *67 x-github: @@ -56892,25 +56909,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *341 - *342 - - *379 - - &383 + - *343 + - *380 + - &384 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *377 + - *378 responses: '200': description: Response content: application/json: - schema: *378 + schema: *379 examples: - default: *382 + default: *383 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56933,10 +56950,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *341 - *342 - - *379 - - *383 + - *343 + - *380 + - *384 - *17 - *19 responses: @@ -56954,9 +56971,9 @@ paths: type: integer jobs: type: array - items: *384 + items: *385 examples: - default: &385 + default: &386 value: total_count: 1 jobs: @@ -57069,10 +57086,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *341 - *342 - - *379 - - *383 + - *343 + - *380 + - *384 responses: '302': description: Response @@ -57100,9 +57117,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *341 - *342 - - *379 + - *343 + - *380 responses: '202': description: Response @@ -57135,9 +57152,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: - - *341 - *342 - - *379 + - *343 + - *380 requestBody: required: true content: @@ -57204,9 +57221,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *341 - *342 - - *379 + - *343 + - *380 responses: '202': description: Response @@ -57239,9 +57256,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *341 - *342 - - *379 + - *343 + - *380 - 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 @@ -57271,9 +57288,9 @@ paths: type: integer jobs: type: array - items: *384 + items: *385 examples: - default: *385 + default: *386 headers: Link: *67 x-github: @@ -57298,9 +57315,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *341 - *342 - - *379 + - *343 + - *380 responses: '302': description: Response @@ -57327,9 +57344,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *341 - *342 - - *379 + - *343 + - *380 responses: '204': description: Response @@ -57356,9 +57373,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *341 - *342 - - *379 + - *343 + - *380 responses: '200': description: Response @@ -57418,7 +57435,7 @@ paths: items: type: object properties: - type: &507 + type: &508 type: string description: The type of reviewer. enum: @@ -57503,9 +57520,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *341 - *342 - - *379 + - *343 + - *380 requestBody: required: true content: @@ -57552,12 +57569,12 @@ paths: application/json: schema: type: array - items: &502 + items: &503 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &745 + properties: &746 url: type: string format: uri @@ -57642,7 +57659,7 @@ paths: nullable: true properties: *80 required: *81 - required: &746 + required: &747 - id - node_id - sha @@ -57658,7 +57675,7 @@ paths: - created_at - updated_at examples: - default: &503 + default: &504 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -57714,9 +57731,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *341 - *342 - - *379 + - *343 + - *380 requestBody: required: false content: @@ -57760,9 +57777,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *341 - *342 - - *379 + - *343 + - *380 requestBody: required: false content: @@ -57815,9 +57832,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *341 - *342 - - *379 + - *343 + - *380 responses: '200': description: Response @@ -57954,8 +57971,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -57973,9 +57990,9 @@ paths: type: integer secrets: type: array - items: *386 + items: *387 examples: - default: *387 + default: *388 headers: Link: *67 x-github: @@ -58000,16 +58017,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *341 - *342 + - *343 responses: '200': description: Response content: application/json: - schema: *388 + schema: *389 examples: - default: *389 + default: *390 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58031,17 +58048,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *341 - *342 + - *343 - *168 responses: '200': description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: &520 + default: &521 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -58067,8 +58084,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *341 - *342 + - *343 - *168 requestBody: required: true @@ -58126,8 +58143,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *341 - *342 + - *343 - *168 responses: '204': @@ -58153,9 +58170,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *341 - *342 - - *357 + - *343 + - *358 - *19 responses: '200': @@ -58172,9 +58189,9 @@ paths: type: integer variables: type: array - items: *390 + items: *391 examples: - default: *391 + default: *392 headers: Link: *67 x-github: @@ -58197,8 +58214,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -58250,17 +58267,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *341 - *342 + - *343 - *171 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: &521 + default: &522 value: name: USERNAME value: octocat @@ -58286,8 +58303,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *341 - *342 + - *343 - *171 requestBody: required: true @@ -58330,8 +58347,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *341 - *342 + - *343 - *171 responses: '204': @@ -58357,8 +58374,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -58376,7 +58393,7 @@ paths: type: integer workflows: type: array - items: &392 + items: &393 title: Workflow description: A GitHub Actions workflow type: object @@ -58483,9 +58500,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *341 - *342 - - &393 + - *343 + - &394 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -58500,7 +58517,7 @@ paths: description: Response content: application/json: - schema: *392 + schema: *393 examples: default: value: @@ -58533,9 +58550,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *341 - *342 - - *393 + - *343 + - *394 responses: '204': description: Response @@ -58560,9 +58577,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *341 - *342 - - *393 + - *343 + - *394 responses: '200': description: Response including the workflow run ID and URLs when `return_run_details` @@ -58643,9 +58660,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *341 - *342 - - *393 + - *343 + - *394 responses: '204': description: Response @@ -58672,19 +58689,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *341 - *342 - - *393 + - *343 - *394 - *395 - *396 - *397 + - *398 - *17 - *19 - - *398 - - *377 - *399 + - *378 - *400 + - *401 responses: '200': description: Response @@ -58700,9 +58717,9 @@ paths: type: integer workflow_runs: type: array - items: *378 + items: *379 examples: - default: *401 + default: *402 headers: Link: *67 x-github: @@ -58734,9 +58751,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *341 - *342 - - *393 + - *343 + - *394 responses: '200': description: Response @@ -58797,8 +58814,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *341 - *342 + - *343 - *61 - *17 - *47 @@ -58962,8 +58979,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -59000,8 +59017,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *341 - *342 + - *343 - name: assignee in: path required: true @@ -59037,8 +59054,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#create-an-attestation parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -59148,8 +59165,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#list-attestations parameters: - - *341 - *342 + - *343 - *17 - *47 - *48 @@ -59190,7 +59207,7 @@ paths: initiator: type: string examples: - default: *402 + default: *403 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59210,8 +59227,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -59219,7 +59236,7 @@ paths: application/json: schema: type: array - items: &403 + items: &404 title: Autolink reference description: An autolink reference. type: object @@ -59273,8 +59290,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -59313,9 +59330,9 @@ paths: description: response content: application/json: - schema: *403 + schema: *404 examples: - default: &404 + default: &405 value: id: 1 key_prefix: TICKET- @@ -59346,9 +59363,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *341 - *342 - - &405 + - *343 + - &406 name: autolink_id description: The unique identifier of the autolink. in: path @@ -59360,9 +59377,9 @@ paths: description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: *404 + default: *405 '404': *6 x-github: githubCloudOnly: false @@ -59382,9 +59399,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *341 - *342 - - *405 + - *343 + - *406 responses: '204': description: Response @@ -59408,8 +59425,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: - - *341 - *342 + - *343 responses: '200': description: Response if Dependabot is enabled @@ -59457,8 +59474,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *341 - *342 + - *343 responses: '204': description: Response @@ -59479,8 +59496,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *341 - *342 + - *343 responses: '204': description: Response @@ -59500,8 +59517,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *341 - *342 + - *343 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -59539,7 +59556,7 @@ paths: - url protected: type: boolean - protection: &407 + protection: &408 title: Branch Protection description: Branch Protection type: object @@ -59581,7 +59598,7 @@ paths: required: - contexts - checks - enforce_admins: &410 + enforce_admins: &411 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -59596,7 +59613,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &412 + required_pull_request_reviews: &413 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -59672,7 +59689,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &409 + restrictions: &410 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -59949,9 +59966,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *341 - *342 - - &408 + - *343 + - &409 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). @@ -59965,14 +59982,14 @@ paths: description: Response content: application/json: - schema: &418 + schema: &419 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &475 + commit: &476 title: Commit description: Commit type: object @@ -60006,7 +60023,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &406 + properties: &407 name: type: string example: '"Chris Wanstrath"' @@ -60022,7 +60039,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *406 + properties: *407 nullable: true message: type: string @@ -60043,7 +60060,7 @@ paths: required: - sha - url - verification: &527 + verification: &528 title: Verification type: object properties: @@ -60113,7 +60130,7 @@ paths: type: integer files: type: array - items: &488 + items: &489 title: Diff Entry description: Diff Entry type: object @@ -60197,7 +60214,7 @@ paths: - self protected: type: boolean - protection: *407 + protection: *408 protection_url: type: string format: uri @@ -60304,7 +60321,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *345 + '301': *346 '404': *6 x-github: githubCloudOnly: false @@ -60326,15 +60343,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '200': description: Response content: application/json: - schema: *407 + schema: *408 examples: default: value: @@ -60528,9 +60545,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *341 - *342 - - *408 + - *343 + - *409 requestBody: required: true content: @@ -60785,7 +60802,7 @@ paths: url: type: string format: uri - required_status_checks: &415 + required_status_checks: &416 title: Status Check Policy description: Status Check Policy type: object @@ -60937,7 +60954,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *409 + restrictions: *410 required_conversation_resolution: type: object properties: @@ -61049,9 +61066,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '204': description: Response @@ -61076,17 +61093,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '200': description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: &411 + default: &412 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -61108,17 +61125,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '200': description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: *411 + default: *412 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61137,9 +61154,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '204': description: Response @@ -61164,17 +61181,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '200': description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: &413 + default: &414 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -61270,9 +61287,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *341 - *342 - - *408 + - *343 + - *409 requestBody: required: false content: @@ -61370,9 +61387,9 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: *413 + default: *414 '422': *15 x-github: githubCloudOnly: false @@ -61393,9 +61410,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '204': description: Response @@ -61422,17 +61439,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '200': description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: &414 + default: &415 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -61455,17 +61472,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '200': description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: *414 + default: *415 '404': *6 x-github: githubCloudOnly: false @@ -61485,9 +61502,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '204': description: Response @@ -61512,17 +61529,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '200': description: Response content: application/json: - schema: *415 + schema: *416 examples: - default: &416 + default: &417 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -61548,9 +61565,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *341 - *342 - - *408 + - *343 + - *409 requestBody: required: false content: @@ -61602,9 +61619,9 @@ paths: description: Response content: application/json: - schema: *415 + schema: *416 examples: - default: *416 + default: *417 '404': *6 '422': *15 x-github: @@ -61626,9 +61643,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '204': description: Response @@ -61652,9 +61669,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '200': description: Response @@ -61688,9 +61705,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *341 - *342 - - *408 + - *343 + - *409 requestBody: required: false content: @@ -61757,9 +61774,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *341 - *342 - - *408 + - *343 + - *409 requestBody: required: false content: @@ -61823,9 +61840,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *341 - *342 - - *408 + - *343 + - *409 requestBody: content: application/json: @@ -61891,15 +61908,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '200': description: Response content: application/json: - schema: *409 + schema: *410 examples: default: value: @@ -61990,9 +62007,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '204': description: Response @@ -62015,9 +62032,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '200': description: Response @@ -62027,7 +62044,7 @@ paths: type: array items: *5 examples: - default: &417 + default: &418 value: - id: 1 slug: octoapp @@ -62084,9 +62101,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *341 - *342 - - *408 + - *343 + - *409 requestBody: required: true content: @@ -62120,7 +62137,7 @@ paths: type: array items: *5 examples: - default: *417 + default: *418 '422': *15 x-github: githubCloudOnly: false @@ -62141,9 +62158,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *341 - *342 - - *408 + - *343 + - *409 requestBody: required: true content: @@ -62177,7 +62194,7 @@ paths: type: array items: *5 examples: - default: *417 + default: *418 '422': *15 x-github: githubCloudOnly: false @@ -62198,9 +62215,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *341 - *342 - - *408 + - *343 + - *409 requestBody: required: true content: @@ -62234,7 +62251,7 @@ paths: type: array items: *5 examples: - default: *417 + default: *418 '422': *15 x-github: githubCloudOnly: false @@ -62256,9 +62273,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '200': description: Response @@ -62268,7 +62285,7 @@ paths: type: array items: *197 examples: - default: *258 + default: *259 '404': *6 x-github: githubCloudOnly: false @@ -62288,9 +62305,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *341 - *342 - - *408 + - *343 + - *409 requestBody: required: false content: @@ -62328,7 +62345,7 @@ paths: type: array items: *197 examples: - default: *258 + default: *259 '422': *15 x-github: githubCloudOnly: false @@ -62349,9 +62366,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *341 - *342 - - *408 + - *343 + - *409 requestBody: required: false content: @@ -62389,7 +62406,7 @@ paths: type: array items: *197 examples: - default: *258 + default: *259 '422': *15 x-github: githubCloudOnly: false @@ -62410,9 +62427,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *341 - *342 - - *408 + - *343 + - *409 requestBody: content: application/json: @@ -62449,7 +62466,7 @@ paths: type: array items: *197 examples: - default: *258 + default: *259 '422': *15 x-github: githubCloudOnly: false @@ -62471,9 +62488,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *341 - *342 - - *408 + - *343 + - *409 responses: '200': description: Response @@ -62507,9 +62524,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *341 - *342 - - *408 + - *343 + - *409 requestBody: required: true content: @@ -62567,9 +62584,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *341 - *342 - - *408 + - *343 + - *409 requestBody: required: true content: @@ -62627,9 +62644,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *341 - *342 - - *408 + - *343 + - *409 requestBody: required: true content: @@ -62689,9 +62706,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *341 - *342 - - *408 + - *343 + - *409 requestBody: required: true content: @@ -62713,7 +62730,7 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: default: value: @@ -62829,8 +62846,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -63109,7 +63126,7 @@ paths: description: Response content: application/json: - schema: &419 + schema: &420 title: CheckRun description: A check performed on the code of a given code change type: object @@ -63229,7 +63246,7 @@ paths: check. type: array items: *90 - deployment: &738 + deployment: &739 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -63509,9 +63526,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *341 - *342 - - &420 + - *343 + - &421 name: check_run_id description: The unique identifier of the check run. in: path @@ -63523,9 +63540,9 @@ paths: description: Response content: application/json: - schema: *419 + schema: *420 examples: - default: &421 + default: &422 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -63625,9 +63642,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *341 - *342 - - *420 + - *343 + - *421 requestBody: required: true content: @@ -63867,9 +63884,9 @@ paths: description: Response content: application/json: - schema: *419 + schema: *420 examples: - default: *421 + default: *422 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63889,9 +63906,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *341 - *342 - - *420 + - *343 + - *421 - *17 - *19 responses: @@ -63986,9 +64003,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *341 - *342 - - *420 + - *343 + - *421 responses: '201': description: Response @@ -64032,8 +64049,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -64055,7 +64072,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &424 + schema: &425 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -64141,12 +64158,12 @@ paths: type: string format: date-time nullable: true - head_commit: &766 + head_commit: &767 title: Simple Commit description: A commit. type: object - properties: *422 - required: *423 + properties: *423 + required: *424 latest_check_runs_count: type: integer check_runs_url: @@ -64174,7 +64191,7 @@ paths: - check_runs_url - pull_requests examples: - default: &425 + default: &426 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -64465,9 +64482,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *424 + schema: *425 examples: - default: *425 + default: *426 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64486,8 +64503,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -64796,9 +64813,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *341 - *342 - - &426 + - *343 + - &427 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -64810,9 +64827,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: - default: *425 + default: *426 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64835,17 +64852,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *341 - *342 - - *426 - - &481 + - *343 + - *427 + - &482 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &482 + - &483 name: status description: Returns check runs with the specified `status`. in: query @@ -64884,9 +64901,9 @@ paths: type: integer check_runs: type: array - items: *419 + items: *420 examples: - default: &483 + default: &484 value: total_count: 1 check_runs: @@ -64988,9 +65005,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *341 - *342 - - *426 + - *343 + - *427 responses: '201': description: Response @@ -65023,21 +65040,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *341 - *342 - - *427 + - *343 - *428 + - *429 - *19 - *17 - - &445 + - &446 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: *429 - - &446 + schema: *430 + - &447 name: pr description: The number of the pull request for the results you want to list. in: query @@ -65062,13 +65079,13 @@ paths: be returned. in: query required: false - schema: *430 + schema: *431 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *431 + schema: *432 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -65092,7 +65109,7 @@ paths: updated_at: *180 url: *181 html_url: *182 - instances_url: *432 + instances_url: *433 state: *187 fixed_at: *183 dismissed_by: @@ -65103,11 +65120,11 @@ paths: required: *21 nullable: true dismissed_at: *184 - dismissed_reason: *433 - dismissed_comment: *434 - rule: *435 - tool: *436 - most_recent_instance: *437 + dismissed_reason: *434 + dismissed_comment: *435 + rule: *436 + tool: *437 + most_recent_instance: *438 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -65233,7 +65250,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &438 + '403': &439 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -65260,9 +65277,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *341 - *342 - - &439 + - *343 + - &440 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -65276,7 +65293,7 @@ paths: description: Response content: application/json: - schema: &440 + schema: &441 type: object properties: number: *178 @@ -65284,7 +65301,7 @@ paths: updated_at: *180 url: *181 html_url: *182 - instances_url: *432 + instances_url: *433 state: *187 fixed_at: *183 dismissed_by: @@ -65295,8 +65312,8 @@ paths: required: *21 nullable: true dismissed_at: *184 - dismissed_reason: *433 - dismissed_comment: *434 + dismissed_reason: *434 + dismissed_comment: *435 rule: type: object properties: @@ -65350,8 +65367,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *436 - most_recent_instance: *437 + tool: *437 + most_recent_instance: *438 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -65450,7 +65467,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *438 + '403': *439 '404': *6 '503': *121 x-github: @@ -65470,9 +65487,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *341 - *342 - - *439 + - *343 + - *440 requestBody: required: true content: @@ -65487,8 +65504,8 @@ paths: enum: - open - dismissed - dismissed_reason: *433 - dismissed_comment: *434 + dismissed_reason: *434 + dismissed_comment: *435 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -65516,7 +65533,7 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: default: value: @@ -65592,7 +65609,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &444 + '403': &445 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -65619,15 +65636,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: - - *341 - *342 - - *439 + - *343 + - *440 responses: '200': description: Response content: application/json: - schema: &441 + schema: &442 type: object properties: status: @@ -65653,13 +65670,13 @@ paths: - description - started_at examples: - default: &442 + default: &443 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &443 + '400': &444 description: Bad Request content: application/json: @@ -65670,7 +65687,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': *438 + '403': *439 '404': *6 '503': *121 x-github: @@ -65695,29 +65712,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: - - *341 - *342 - - *439 + - *343 + - *440 responses: '200': description: OK content: application/json: - schema: *441 + schema: *442 examples: - default: *442 + default: *443 '202': description: Accepted content: application/json: - schema: *441 + schema: *442 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *443 + '400': *444 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -65749,9 +65766,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: - - *341 - *342 - - *439 + - *343 + - *440 requestBody: required: false content: @@ -65796,8 +65813,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *443 - '403': *444 + '400': *444 + '403': *445 '404': *6 '422': description: Unprocessable Entity @@ -65821,13 +65838,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *341 - *342 - - *439 + - *343 + - *440 - *19 - *17 - - *445 - *446 + - *447 responses: '200': description: Response @@ -65838,10 +65855,10 @@ paths: items: type: object properties: - ref: *429 - analysis_key: *447 - environment: *448 - category: *449 + ref: *430 + analysis_key: *448 + environment: *449 + category: *450 state: type: string description: State of a code scanning alert instance. @@ -65856,7 +65873,7 @@ paths: properties: text: type: string - location: *450 + location: *451 html_url: type: string classifications: @@ -65864,7 +65881,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: *451 + items: *452 examples: default: value: @@ -65901,7 +65918,7 @@ paths: end_column: 50 classifications: - source - '403': *438 + '403': *439 '404': *6 '503': *121 x-github: @@ -65935,25 +65952,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *341 - *342 - - *427 + - *343 - *428 + - *429 - *19 - *17 - - *446 + - *447 - 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: *429 + schema: *430 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &452 + schema: &453 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -65974,23 +65991,23 @@ paths: application/json: schema: type: array - items: &453 + items: &454 type: object properties: - ref: *429 - commit_sha: &461 + ref: *430 + commit_sha: &462 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: *447 + analysis_key: *448 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *449 + category: *450 error: type: string example: error reading field xyz @@ -66014,8 +66031,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *452 - tool: *436 + sarif_id: *453 + tool: *437 deletable: type: boolean warning: @@ -66076,7 +66093,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *438 + '403': *439 '404': *6 '503': *121 x-github: @@ -66112,8 +66129,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: - - *341 - *342 + - *343 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -66126,7 +66143,7 @@ paths: description: Response content: application/json: - schema: *453 + schema: *454 examples: response: summary: application/json response @@ -66180,7 +66197,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *438 + '403': *439 '404': *6 '422': description: Response if analysis could not be processed @@ -66267,8 +66284,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: - - *341 - *342 + - *343 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -66321,7 +66338,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': *444 + '403': *445 '404': *6 '503': *121 x-github: @@ -66343,8 +66360,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -66352,7 +66369,7 @@ paths: application/json: schema: type: array - items: &454 + items: &455 title: CodeQL Database description: A CodeQL database. type: object @@ -66463,7 +66480,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': *438 + '403': *439 '404': *6 '503': *121 x-github: @@ -66492,8 +66509,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *341 - *342 + - *343 - name: language in: path description: The language of the CodeQL database. @@ -66505,7 +66522,7 @@ paths: description: Response content: application/json: - schema: *454 + schema: *455 examples: default: value: @@ -66537,9 +66554,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': &490 + '302': &491 description: Found - '403': *438 + '403': *439 '404': *6 '503': *121 x-github: @@ -66561,8 +66578,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *341 - *342 + - *343 - name: language in: path description: The language of the CodeQL database. @@ -66572,7 +66589,7 @@ paths: responses: '204': description: Response - '403': *444 + '403': *445 '404': *6 '503': *121 x-github: @@ -66600,8 +66617,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -66610,7 +66627,7 @@ paths: type: object additionalProperties: false properties: - language: &455 + language: &456 type: string description: The language targeted by the CodeQL query enum: @@ -66690,7 +66707,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &459 + schema: &460 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -66700,7 +66717,7 @@ paths: description: The ID of the variant analysis. controller_repo: *66 actor: *4 - query_language: *455 + query_language: *456 query_pack_url: type: string description: The download url for the query pack. @@ -66747,7 +66764,7 @@ paths: items: type: object properties: - repository: &456 + repository: &457 title: Repository Identifier description: Repository Identifier type: object @@ -66783,7 +66800,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &460 + analysis_status: &461 type: string description: The new status of the CodeQL variant analysis repository task. @@ -66815,7 +66832,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &457 + access_mismatch_repos: &458 type: object properties: repository_count: @@ -66829,7 +66846,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: *456 + items: *457 required: - repository_count - repositories @@ -66851,8 +66868,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *457 - over_limit_repos: *457 + no_codeql_db_repos: *458 + over_limit_repos: *458 required: - access_mismatch_repos - not_found_repos @@ -66868,7 +66885,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &458 + value: &459 summary: Default response value: id: 1 @@ -67014,10 +67031,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *458 + value: *459 repository_lists: summary: Response for a successful variant analysis submission - value: *458 + value: *459 '404': *6 '422': description: Unable to process variant analysis submission @@ -67045,8 +67062,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: - - *341 - *342 + - *343 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -67058,9 +67075,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: *458 + default: *459 '404': *6 '503': *121 x-github: @@ -67083,7 +67100,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: - - *341 + - *342 - name: repo in: path description: The name of the controller repository. @@ -67118,7 +67135,7 @@ paths: type: object properties: repository: *66 - analysis_status: *460 + analysis_status: *461 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -67243,8 +67260,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -67327,7 +67344,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *438 + '403': *439 '404': *6 '503': *121 x-github: @@ -67348,8 +67365,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -67441,7 +67458,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *444 + '403': *445 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -67512,8 +67529,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -67521,7 +67538,7 @@ paths: schema: type: object properties: - commit_sha: *461 + commit_sha: *462 ref: type: string description: |- @@ -67579,7 +67596,7 @@ paths: schema: type: object properties: - id: *452 + id: *453 url: type: string description: The REST API URL for checking the status of the upload. @@ -67593,7 +67610,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': *444 + '403': *445 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -67616,8 +67633,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *341 - *342 + - *343 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -67663,7 +67680,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': *438 + '403': *439 '404': description: Not Found if the sarif id does not match any upload '503': *121 @@ -67688,8 +67705,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: - - *341 - *342 + - *343 responses: '200': description: Response @@ -67770,8 +67787,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *341 - *342 + - *343 - 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 @@ -67891,8 +67908,8 @@ paths: parameters: - *17 - *19 - - *341 - *342 + - *343 responses: '200': description: Response @@ -67908,7 +67925,7 @@ paths: type: integer codespaces: type: array - items: *246 + items: *247 examples: default: value: @@ -68206,8 +68223,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -68270,17 +68287,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *246 + schema: *247 examples: - default: *462 + default: *463 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *246 + schema: *247 examples: - default: *462 + default: *463 '400': *14 '401': *25 '403': *29 @@ -68309,8 +68326,8 @@ paths: parameters: - *17 - *19 - - *341 - *342 + - *343 responses: '200': description: Response @@ -68374,8 +68391,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *341 - *342 + - *343 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -68410,14 +68427,14 @@ paths: type: integer machines: type: array - items: &680 + items: &681 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *463 - required: *464 + properties: *464 + required: *465 examples: - default: &681 + default: &682 value: total_count: 2 machines: @@ -68457,8 +68474,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *341 - *342 + - *343 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -68542,8 +68559,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: - - *341 - *342 + - *343 - 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 @@ -68609,8 +68626,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -68628,7 +68645,7 @@ paths: type: integer secrets: type: array - items: &468 + items: &469 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -68648,7 +68665,7 @@ paths: - created_at - updated_at examples: - default: *465 + default: *466 headers: Link: *67 x-github: @@ -68671,16 +68688,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *341 - *342 + - *343 responses: '200': description: Response content: application/json: - schema: *466 + schema: *467 examples: - default: *467 + default: *468 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -68700,17 +68717,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *341 - *342 + - *343 - *168 responses: '200': description: Response content: application/json: - schema: *468 + schema: *469 examples: - default: *469 + default: *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68730,8 +68747,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *341 - *342 + - *343 - *168 requestBody: required: true @@ -68784,8 +68801,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *341 - *342 + - *343 - *168 responses: '204': @@ -68814,8 +68831,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *341 - *342 + - *343 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -68857,7 +68874,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &470 + properties: &471 login: type: string example: octocat @@ -68950,7 +68967,7 @@ paths: user_view_type: type: string example: public - required: &471 + required: &472 - avatar_url - events_url - followers_url @@ -69024,8 +69041,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *341 - *342 + - *343 - *71 responses: '204': @@ -69072,8 +69089,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *341 - *342 + - *343 - *71 requestBody: required: false @@ -69100,7 +69117,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &540 + schema: &541 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -69329,8 +69346,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *341 - *342 + - *343 - *71 responses: '204': @@ -69362,8 +69379,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *341 - *342 + - *343 - *71 responses: '200': @@ -69384,8 +69401,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *470 - required: *471 + properties: *471 + required: *472 nullable: true required: - permission @@ -69440,8 +69457,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -69451,7 +69468,7 @@ paths: application/json: schema: type: array - items: &472 + items: &473 title: Commit Comment description: Commit Comment type: object @@ -69509,7 +69526,7 @@ paths: - created_at - updated_at examples: - default: &477 + default: &478 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -69568,17 +69585,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *341 - *342 + - *343 - *101 responses: '200': description: Response content: application/json: - schema: *472 + schema: *473 examples: - default: &478 + default: &479 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -69635,8 +69652,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *341 - *342 + - *343 - *101 requestBody: required: true @@ -69659,7 +69676,7 @@ paths: description: Response content: application/json: - schema: *472 + schema: *473 examples: default: value: @@ -69710,8 +69727,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *341 - *342 + - *343 - *101 responses: '204': @@ -69733,8 +69750,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *341 - *342 + - *343 - *101 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -69761,7 +69778,7 @@ paths: application/json: schema: type: array - items: &473 + items: &474 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -69804,7 +69821,7 @@ paths: - content - created_at examples: - default: &544 + default: &545 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -69849,8 +69866,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *341 - *342 + - *343 - *101 requestBody: required: true @@ -69883,9 +69900,9 @@ paths: description: Reaction exists content: application/json: - schema: *473 + schema: *474 examples: - default: &474 + default: &475 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -69914,9 +69931,9 @@ paths: description: Reaction created content: application/json: - schema: *473 + schema: *474 examples: - default: *474 + default: *475 '422': *15 x-github: githubCloudOnly: false @@ -69938,10 +69955,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *341 - *342 + - *343 - *101 - - &545 + - &546 name: reaction_id description: The unique identifier of the reaction. in: path @@ -69996,8 +70013,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *341 - *342 + - *343 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -70053,9 +70070,9 @@ paths: application/json: schema: type: array - items: *475 + items: *476 examples: - default: &595 + default: &596 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -70149,9 +70166,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *341 - *342 - - &476 + - *343 + - &477 name: commit_sha description: The SHA of the commit. in: path @@ -70223,9 +70240,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *341 - *342 - - *476 + - *343 + - *477 - *17 - *19 responses: @@ -70235,9 +70252,9 @@ paths: application/json: schema: type: array - items: *472 + items: *473 examples: - default: *477 + default: *478 headers: Link: *67 x-github: @@ -70265,9 +70282,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *341 - *342 - - *476 + - *343 + - *477 requestBody: required: true content: @@ -70302,9 +70319,9 @@ paths: description: Response content: application/json: - schema: *472 + schema: *473 examples: - default: *478 + default: *479 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -70332,9 +70349,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *341 - *342 - - *476 + - *343 + - *477 - *17 - *19 responses: @@ -70344,9 +70361,9 @@ paths: application/json: schema: type: array - items: *479 + items: *480 examples: - default: &587 + default: &588 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -70883,11 +70900,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *341 - *342 + - *343 - *19 - *17 - - &480 + - &481 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)" @@ -70902,9 +70919,9 @@ paths: description: Response content: application/json: - schema: *475 + schema: *476 examples: - default: &574 + default: &575 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -71017,11 +71034,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *341 - *342 - - *480 + - *343 - *481 - *482 + - *483 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -71055,9 +71072,9 @@ paths: type: integer check_runs: type: array - items: *419 + items: *420 examples: - default: *483 + default: *484 headers: Link: *67 x-github: @@ -71082,9 +71099,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *341 - *342 - - *480 + - *343 + - *481 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -71092,7 +71109,7 @@ paths: schema: type: integer example: 1 - - *481 + - *482 - *17 - *19 responses: @@ -71110,7 +71127,7 @@ paths: type: integer check_suites: type: array - items: *424 + items: *425 examples: default: value: @@ -71310,9 +71327,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *341 - *342 - - *480 + - *343 + - *481 - *17 - *19 responses: @@ -71510,9 +71527,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *341 - *342 - - *480 + - *343 + - *481 - *17 - *19 responses: @@ -71522,7 +71539,7 @@ paths: application/json: schema: type: array - items: &660 + items: &661 title: Status description: The status of a commit. type: object @@ -71603,7 +71620,7 @@ paths: site_admin: false headers: Link: *67 - '301': *345 + '301': *346 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71631,8 +71648,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -71661,20 +71678,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *484 - required: *485 + properties: *485 + required: *486 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &486 + properties: &487 url: type: string format: uri html_url: type: string format: uri - required: &487 + required: &488 - url - html_url nullable: true @@ -71688,26 +71705,26 @@ paths: contributing: title: Community Health File type: object - properties: *486 - required: *487 + properties: *487 + required: *488 nullable: true readme: title: Community Health File type: object - properties: *486 - required: *487 + properties: *487 + required: *488 nullable: true issue_template: title: Community Health File type: object - properties: *486 - required: *487 + properties: *487 + required: *488 nullable: true pull_request_template: title: Community Health File type: object - properties: *486 - required: *487 + properties: *487 + required: *488 nullable: true required: - code_of_conduct @@ -71834,8 +71851,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *341 - *342 + - *343 - *19 - *17 - name: basehead @@ -71878,8 +71895,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *475 - merge_base_commit: *475 + base_commit: *476 + merge_base_commit: *476 status: type: string enum: @@ -71899,10 +71916,10 @@ paths: example: 6 commits: type: array - items: *475 + items: *476 files: type: array - items: *488 + items: *489 required: - url - html_url @@ -72188,8 +72205,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *341 - *342 + - *343 - name: path description: path parameter in: path @@ -72349,7 +72366,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &489 + response-if-content-is-a-file-github-object: &490 summary: Response if content is a file value: type: file @@ -72481,7 +72498,7 @@ paths: - size - type - url - - &600 + - &601 title: Content File description: Content File type: object @@ -72682,7 +72699,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *489 + response-if-content-is-a-file: *490 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -72751,7 +72768,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *490 + '302': *491 '304': *37 x-github: githubCloudOnly: false @@ -72774,8 +72791,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *341 - *342 + - *343 - name: path description: path parameter in: path @@ -72868,7 +72885,7 @@ paths: description: Response content: application/json: - schema: &491 + schema: &492 title: File Commit description: File Commit type: object @@ -73020,7 +73037,7 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: example-for-creating-a-file: value: @@ -73074,7 +73091,7 @@ paths: schema: oneOf: - *3 - - &522 + - &523 description: Repository rule violation was detected type: object properties: @@ -73095,7 +73112,7 @@ paths: items: type: object properties: - placeholder_id: &652 + placeholder_id: &653 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -73127,8 +73144,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *341 - *342 + - *343 - name: path description: path parameter in: path @@ -73189,7 +73206,7 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: default: value: @@ -73244,8 +73261,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *341 - *342 + - *343 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -73368,23 +73385,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *341 - *342 + - *343 - *199 - *200 - *201 - *202 + - *203 - 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 - - *203 - - *492 - *204 + - *493 - *205 - *206 + - *207 - *61 - *47 - *48 @@ -73396,7 +73414,7 @@ paths: application/json: schema: type: array - items: &496 + items: &497 type: object description: A Dependabot alert. properties: @@ -73443,7 +73461,7 @@ paths: - direct - transitive - inconclusive - security_advisory: *493 + security_advisory: *494 security_vulnerability: *65 url: *181 html_url: *182 @@ -73474,8 +73492,8 @@ paths: nullable: true maxLength: 280 fixed_at: *183 - auto_dismissed_at: *494 - dismissal_request: *495 + auto_dismissed_at: *495 + dismissal_request: *496 assignees: type: array description: The users assigned to this alert. @@ -73730,9 +73748,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *341 - *342 - - &497 + - *343 + - &498 name: alert_number in: path description: |- @@ -73747,7 +73765,7 @@ paths: description: Response content: application/json: - schema: *496 + schema: *497 examples: default: value: @@ -73879,9 +73897,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *341 - *342 - - *497 + - *343 + - *498 requestBody: required: true content: @@ -73937,7 +73955,7 @@ paths: description: Response content: application/json: - schema: *496 + schema: *497 examples: default: value: @@ -74067,8 +74085,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -74086,7 +74104,7 @@ paths: type: integer secrets: type: array - items: &500 + items: &501 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -74139,16 +74157,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *341 - *342 + - *343 responses: '200': description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: *499 + default: *500 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74168,15 +74186,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *341 - *342 + - *343 - *168 responses: '200': description: Response content: application/json: - schema: *500 + schema: *501 examples: default: value: @@ -74202,8 +74220,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *341 - *342 + - *343 - *168 requestBody: required: true @@ -74256,8 +74274,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *341 - *342 + - *343 - *168 responses: '204': @@ -74280,8 +74298,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: - - *341 - *342 + - *343 - 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 @@ -74441,8 +74459,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: - - *341 - *342 + - *343 responses: '200': description: Response @@ -74681,8 +74699,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: - - *341 - *342 + - *343 requestBody: required: true content: @@ -74757,7 +74775,7 @@ paths: - version - url additionalProperties: false - metadata: &501 + metadata: &502 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -74790,7 +74808,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *501 + metadata: *502 resolved: type: object description: A collection of resolved package dependencies. @@ -74803,7 +74821,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *501 + metadata: *502 relationship: type: string description: A notation of whether a dependency is requested @@ -74932,8 +74950,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *341 - *342 + - *343 - name: sha description: The SHA recorded at creation time. in: query @@ -74973,9 +74991,9 @@ paths: application/json: schema: type: array - items: *502 + items: *503 examples: - default: *503 + default: *504 headers: Link: *67 x-github: @@ -75041,8 +75059,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -75123,7 +75141,7 @@ paths: description: Response content: application/json: - schema: *502 + schema: *503 examples: simple-example: summary: Simple example @@ -75196,9 +75214,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *341 - *342 - - &504 + - *343 + - &505 name: deployment_id description: deployment_id parameter in: path @@ -75210,7 +75228,7 @@ paths: description: Response content: application/json: - schema: *502 + schema: *503 examples: default: value: @@ -75275,9 +75293,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *341 - *342 - - *504 + - *343 + - *505 responses: '204': description: Response @@ -75299,9 +75317,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *341 - *342 - - *504 + - *343 + - *505 - *17 - *19 responses: @@ -75311,7 +75329,7 @@ paths: application/json: schema: type: array - items: &505 + items: &506 title: Deployment Status description: The status of a deployment. type: object @@ -75472,9 +75490,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *341 - *342 - - *504 + - *343 + - *505 requestBody: required: true content: @@ -75549,9 +75567,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: &506 + default: &507 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -75607,9 +75625,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *341 - *342 - - *504 + - *343 + - *505 - name: status_id in: path required: true @@ -75620,9 +75638,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: *506 + default: *507 '404': *6 x-github: githubCloudOnly: false @@ -75647,8 +75665,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -75705,8 +75723,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -75723,7 +75741,7 @@ paths: type: integer environments: type: array - items: &508 + items: &509 title: Environment description: Details of a deployment environment type: object @@ -75775,7 +75793,7 @@ paths: type: type: string example: wait_timer - wait_timer: &510 + wait_timer: &511 type: integer example: 30 description: The amount of time to delay a job after @@ -75812,7 +75830,7 @@ paths: items: type: object properties: - type: *507 + type: *508 reviewer: anyOf: - *4 @@ -75836,7 +75854,7 @@ paths: - id - node_id - type - deployment_branch_policy: &511 + deployment_branch_policy: &512 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -75952,9 +75970,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *341 - *342 - - &509 + - *343 + - &510 name: environment_name in: path required: true @@ -75967,9 +75985,9 @@ paths: description: Response content: application/json: - schema: *508 + schema: *509 examples: - default: &512 + default: &513 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -76053,9 +76071,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *341 - *342 - - *509 + - *343 + - *510 requestBody: required: false content: @@ -76064,7 +76082,7 @@ paths: type: object nullable: true properties: - wait_timer: *510 + wait_timer: *511 prevent_self_review: type: boolean example: false @@ -76081,13 +76099,13 @@ paths: items: type: object properties: - type: *507 + type: *508 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *511 + deployment_branch_policy: *512 additionalProperties: false examples: default: @@ -76107,9 +76125,9 @@ paths: description: Response content: application/json: - schema: *508 + schema: *509 examples: - default: *512 + default: *513 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -76133,9 +76151,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *341 - *342 - - *509 + - *343 + - *510 responses: '204': description: Default response @@ -76160,9 +76178,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *341 - *342 - - *509 + - *343 + - *510 - *17 - *19 responses: @@ -76180,7 +76198,7 @@ paths: example: 2 branch_policies: type: array - items: &513 + items: &514 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -76237,9 +76255,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *341 - *342 - - *509 + - *343 + - *510 requestBody: required: true content: @@ -76285,9 +76303,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: - example-wildcard: &514 + example-wildcard: &515 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -76329,10 +76347,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *341 - *342 - - *509 - - &515 + - *343 + - *510 + - &516 name: branch_policy_id in: path required: true @@ -76344,9 +76362,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: *514 + default: *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76365,10 +76383,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *341 - *342 - - *509 - - *515 + - *343 + - *510 + - *516 requestBody: required: true content: @@ -76396,9 +76414,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: *514 + default: *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76417,10 +76435,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *341 - *342 - - *509 - - *515 + - *343 + - *510 + - *516 responses: '204': description: Response @@ -76445,9 +76463,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *509 + - *510 + - *343 - *342 - - *341 responses: '200': description: List of deployment protection rules @@ -76463,7 +76481,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &516 + items: &517 title: Deployment protection rule description: Deployment protection rule type: object @@ -76482,7 +76500,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &517 + app: &518 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -76581,9 +76599,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: - - *509 + - *510 + - *343 - *342 - - *341 requestBody: content: application/json: @@ -76604,9 +76622,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *516 + schema: *517 examples: - default: &518 + default: &519 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -76641,9 +76659,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: - - *509 + - *510 + - *343 - *342 - - *341 - *19 - *17 responses: @@ -76662,7 +76680,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *517 + items: *518 examples: default: value: @@ -76697,10 +76715,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *341 - *342 - - *509 - - &519 + - *343 + - *510 + - &520 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -76712,9 +76730,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: *518 + default: *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76735,10 +76753,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *509 + - *510 + - *343 - *342 - - *341 - - *519 + - *520 responses: '204': description: Response @@ -76764,9 +76782,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *341 - *342 - - *509 + - *343 + - *510 - *17 - *19 responses: @@ -76784,9 +76802,9 @@ paths: type: integer secrets: type: array - items: *386 + items: *387 examples: - default: *387 + default: *388 headers: Link: *67 x-github: @@ -76811,17 +76829,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *341 - *342 - - *509 + - *343 + - *510 responses: '200': description: Response content: application/json: - schema: *388 + schema: *389 examples: - default: *389 + default: *390 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76843,18 +76861,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *341 - *342 - - *509 + - *343 + - *510 - *168 responses: '200': description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: *520 + default: *521 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76876,9 +76894,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *341 - *342 - - *509 + - *343 + - *510 - *168 requestBody: required: true @@ -76936,9 +76954,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *341 - *342 - - *509 + - *343 + - *510 - *168 responses: '204': @@ -76964,10 +76982,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *341 - *342 - - *509 - - *357 + - *343 + - *510 + - *358 - *19 responses: '200': @@ -76984,9 +77002,9 @@ paths: type: integer variables: type: array - items: *390 + items: *391 examples: - default: *391 + default: *392 headers: Link: *67 x-github: @@ -77009,9 +77027,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *341 - *342 - - *509 + - *343 + - *510 requestBody: required: true content: @@ -77063,18 +77081,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *341 - *342 - - *509 + - *343 + - *510 - *171 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *521 + default: *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77095,10 +77113,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *341 - *342 + - *343 - *171 - - *509 + - *510 requestBody: required: true content: @@ -77140,10 +77158,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *341 - *342 + - *343 - *171 - - *509 + - *510 responses: '204': description: Response @@ -77165,8 +77183,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -77234,8 +77252,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *341 - *342 + - *343 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -77394,8 +77412,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *341 - *342 + - *343 requestBody: required: false content: @@ -77427,9 +77445,9 @@ paths: description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: *346 + default: *347 '400': *14 '422': *15 '403': *29 @@ -77450,8 +77468,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -77511,7 +77529,7 @@ paths: schema: oneOf: - *129 - - *522 + - *523 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77536,8 +77554,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *341 - *342 + - *343 - name: file_sha in: path required: true @@ -77636,8 +77654,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -77746,7 +77764,7 @@ paths: description: Response content: application/json: - schema: &523 + schema: &524 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -77960,15 +77978,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *341 - *342 - - *476 + - *343 + - *477 responses: '200': description: Response content: application/json: - schema: *523 + schema: *524 examples: default: value: @@ -78024,9 +78042,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *341 - *342 - - &524 + - *343 + - &525 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -78043,7 +78061,7 @@ paths: application/json: schema: type: array - items: &525 + items: &526 title: Git Reference description: Git references within a repository type: object @@ -78118,17 +78136,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *341 - *342 - - *524 + - *343 + - *525 responses: '200': description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: &526 + default: &527 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -78157,8 +78175,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -78187,9 +78205,9 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: *526 + default: *527 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -78215,9 +78233,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *341 - *342 - - *524 + - *343 + - *525 requestBody: required: true content: @@ -78246,9 +78264,9 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: *526 + default: *527 '422': *15 '409': *54 x-github: @@ -78266,9 +78284,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *341 - *342 - - *524 + - *343 + - *525 responses: '204': description: Response @@ -78323,8 +78341,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -78391,7 +78409,7 @@ paths: description: Response content: application/json: - schema: &528 + schema: &529 title: Git Tag description: Metadata for a Git tag type: object @@ -78442,7 +78460,7 @@ paths: - sha - type - url - verification: *527 + verification: *528 required: - sha - url @@ -78452,7 +78470,7 @@ paths: - tag - message examples: - default: &529 + default: &530 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -78525,8 +78543,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *341 - *342 + - *343 - name: tag_sha in: path required: true @@ -78537,9 +78555,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: *529 + default: *530 '404': *6 '409': *54 x-github: @@ -78563,8 +78581,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -78637,7 +78655,7 @@ paths: description: Response content: application/json: - schema: &530 + schema: &531 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -78733,8 +78751,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *341 - *342 + - *343 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -78757,7 +78775,7 @@ paths: description: Response content: application/json: - schema: *530 + schema: *531 examples: default-response: summary: Default response @@ -78816,8 +78834,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -78827,7 +78845,7 @@ paths: application/json: schema: type: array - items: &531 + items: &532 title: Webhook description: Webhooks for repositories. type: object @@ -78881,7 +78899,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &774 + last_response: &775 title: Hook Response type: object properties: @@ -78955,8 +78973,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *341 - *342 + - *343 requestBody: required: false content: @@ -79008,9 +79026,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: &532 + default: &533 value: type: Repository id: 12345678 @@ -79058,17 +79076,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *341 - *342 - - *214 + - *343 + - *215 responses: '200': description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: *532 + default: *533 '404': *6 x-github: githubCloudOnly: false @@ -79088,9 +79106,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *341 - *342 - - *214 + - *343 + - *215 requestBody: required: true content: @@ -79135,9 +79153,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: - default: *532 + default: *533 '422': *15 '404': *6 x-github: @@ -79158,9 +79176,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *341 - *342 - - *214 + - *343 + - *215 responses: '204': description: Response @@ -79184,9 +79202,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *341 - *342 - - *214 + - *343 + - *215 responses: '200': description: Response @@ -79213,9 +79231,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *341 - *342 - - *214 + - *343 + - *215 requestBody: required: false content: @@ -79259,12 +79277,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *341 - *342 - - *214 - - *17 + - *343 - *215 + - *17 - *216 + - *217 responses: '200': description: Response @@ -79272,9 +79290,9 @@ paths: application/json: schema: type: array - items: *217 + items: *218 examples: - default: *218 + default: *219 '400': *14 '422': *15 x-github: @@ -79293,18 +79311,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *341 - *342 - - *214 + - *343 + - *215 - *16 responses: '200': description: Response content: application/json: - schema: *219 + schema: *220 examples: - default: *220 + default: *221 '400': *14 '422': *15 x-github: @@ -79323,9 +79341,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *341 - *342 - - *214 + - *343 + - *215 - *16 responses: '202': *39 @@ -79348,9 +79366,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *341 - *342 - - *214 + - *343 + - *215 responses: '204': description: Response @@ -79375,9 +79393,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *341 - *342 - - *214 + - *343 + - *215 responses: '204': description: Response @@ -79400,8 +79418,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-immutable-releases-are-enabled-for-a-repository parameters: - - *341 - *342 + - *343 responses: '200': description: Response if immutable releases are enabled @@ -79447,8 +79465,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-immutable-releases parameters: - - *341 - *342 + - *343 responses: '204': *191 '409': *54 @@ -79468,8 +79486,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-immutable-releases parameters: - - *341 - *342 + - *343 responses: '204': *191 '409': *54 @@ -79526,14 +79544,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *341 - *342 + - *343 responses: '200': description: Response content: application/json: - schema: &533 + schema: &534 title: Import description: A repository import from an external source. type: object @@ -79632,7 +79650,7 @@ paths: - html_url - authors_url examples: - default: &536 + default: &537 value: vcs: subversion use_lfs: true @@ -79648,7 +79666,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &534 + '503': &535 description: Unavailable due to service under maintenance. content: application/json: @@ -79677,8 +79695,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -79726,7 +79744,7 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: default: value: @@ -79751,7 +79769,7 @@ paths: type: string '422': *15 '404': *6 - '503': *534 + '503': *535 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79779,8 +79797,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *341 - *342 + - *343 requestBody: required: false content: @@ -79829,7 +79847,7 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: example-1: summary: Example 1 @@ -79877,7 +79895,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *534 + '503': *535 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79900,12 +79918,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *341 - *342 + - *343 responses: '204': description: Response - '503': *534 + '503': *535 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79931,9 +79949,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *341 - *342 - - &703 + - *343 + - &704 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -79947,7 +79965,7 @@ paths: application/json: schema: type: array - items: &535 + items: &536 title: Porter Author description: Porter Author type: object @@ -80001,7 +80019,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *534 + '503': *535 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80026,8 +80044,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *341 - *342 + - *343 - name: author_id in: path required: true @@ -80057,7 +80075,7 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: default: value: @@ -80070,7 +80088,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *534 + '503': *535 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80094,8 +80112,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -80136,7 +80154,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *534 + '503': *535 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80164,8 +80182,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -80192,11 +80210,11 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *536 + default: *537 '422': *15 - '503': *534 + '503': *535 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80219,8 +80237,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -80228,8 +80246,8 @@ paths: application/json: schema: *22 examples: - default: *537 - '301': *345 + default: *538 + '301': *346 '404': *6 x-github: githubCloudOnly: false @@ -80249,8 +80267,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -80258,12 +80276,12 @@ paths: application/json: schema: anyOf: - - *233 + - *234 - type: object properties: {} additionalProperties: false examples: - default: &539 + default: &540 value: limit: collaborators_only origin: repository @@ -80288,13 +80306,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *341 - *342 + - *343 requestBody: required: true content: application/json: - schema: *538 + schema: *539 examples: default: summary: Example request body @@ -80306,9 +80324,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *234 examples: - default: *539 + default: *540 '409': description: Response x-github: @@ -80330,8 +80348,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *341 - *342 + - *343 responses: '204': description: Response @@ -80354,8 +80372,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -80365,9 +80383,9 @@ paths: application/json: schema: type: array - items: *540 + items: *541 examples: - default: &695 + default: &696 value: - id: 1 repository: @@ -80498,9 +80516,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *341 - *342 - - *237 + - *343 + - *238 requestBody: required: false content: @@ -80529,7 +80547,7 @@ paths: description: Response content: application/json: - schema: *540 + schema: *541 examples: default: value: @@ -80660,9 +80678,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *341 - *342 - - *237 + - *343 + - *238 responses: '204': description: Response @@ -80693,8 +80711,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *341 - *342 + - *343 - 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 @@ -80742,7 +80760,7 @@ paths: required: false schema: type: string - - *244 + - *245 - name: sort description: What to sort results by. in: query @@ -80767,7 +80785,7 @@ paths: type: array items: *85 examples: - default: &552 + default: &553 value: - id: 1 node_id: MDU6SXNzdWUx @@ -80916,7 +80934,7 @@ paths: state_reason: completed headers: Link: *67 - '301': *345 + '301': *346 '422': *15 '404': *6 x-github: @@ -80945,8 +80963,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -81023,7 +81041,7 @@ paths: application/json: schema: *85 examples: - default: &549 + default: &550 value: id: 1 node_id: MDU6SXNzdWUx @@ -81180,7 +81198,7 @@ paths: '422': *15 '503': *121 '404': *6 - '410': *541 + '410': *542 x-github: triggersNotification: true githubCloudOnly: false @@ -81208,8 +81226,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *341 - *342 + - *343 - *109 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -81230,9 +81248,9 @@ paths: application/json: schema: type: array - items: *542 + items: *543 examples: - default: &551 + default: &552 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -81290,17 +81308,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *341 - *342 + - *343 - *101 responses: '200': description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: &543 + default: &544 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -81355,8 +81373,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *341 - *342 + - *343 - *101 requestBody: required: true @@ -81379,9 +81397,9 @@ paths: description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: *543 + default: *544 '422': *15 x-github: githubCloudOnly: false @@ -81399,8 +81417,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *341 - *342 + - *343 - *101 responses: '204': @@ -81429,15 +81447,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#pin-an-issue-comment parameters: - - *341 - *342 + - *343 - *101 responses: '200': description: Response content: application/json: - schema: *542 + schema: *543 examples: default: value: @@ -81493,7 +81511,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *541 + '410': *542 '422': *15 x-github: githubCloudOnly: false @@ -81510,8 +81528,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#unpin-an-issue-comment parameters: - - *341 - *342 + - *343 - *101 responses: '204': @@ -81519,7 +81537,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *541 + '410': *542 '503': *121 x-github: githubCloudOnly: false @@ -81537,8 +81555,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *341 - *342 + - *343 - *101 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -81565,9 +81583,9 @@ paths: application/json: schema: type: array - items: *473 + items: *474 examples: - default: *544 + default: *545 headers: Link: *67 '404': *6 @@ -81588,8 +81606,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *341 - *342 + - *343 - *101 requestBody: required: true @@ -81622,16 +81640,16 @@ paths: description: Reaction exists content: application/json: - schema: *473 + schema: *474 examples: - default: *474 + default: *475 '201': description: Reaction created content: application/json: - schema: *473 + schema: *474 examples: - default: *474 + default: *475 '422': *15 x-github: githubCloudOnly: false @@ -81653,10 +81671,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *341 - *342 + - *343 - *101 - - *545 + - *546 responses: '204': description: Response @@ -81676,8 +81694,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -81687,7 +81705,7 @@ paths: application/json: schema: type: array - items: &548 + items: &549 title: Issue Event description: Issue Event type: object @@ -81730,8 +81748,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *546 - required: *547 + properties: *547 + required: *548 nullable: true label: title: Issue Event Label @@ -82039,8 +82057,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *341 - *342 + - *343 - name: event_id in: path required: true @@ -82051,7 +82069,7 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: default: value: @@ -82244,7 +82262,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *541 + '410': *542 '403': *29 x-github: githubCloudOnly: false @@ -82278,9 +82296,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *341 - *342 - - &550 + - *343 + - &551 name: issue_number description: The number that identifies the issue. in: path @@ -82296,7 +82314,7 @@ paths: examples: default: summary: Issue - value: *549 + value: *550 pinned_comment: summary: Issue with pinned comment value: @@ -82495,9 +82513,9 @@ paths: site_admin: false author_association: COLLABORATOR state_reason: completed - '301': *345 + '301': *346 '404': *6 - '410': *541 + '410': *542 '304': *37 x-github: githubCloudOnly: false @@ -82522,9 +82540,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 requestBody: required: false content: @@ -82645,13 +82663,13 @@ paths: application/json: schema: *85 examples: - default: *549 + default: *550 '422': *15 '503': *121 '403': *29 - '301': *345 + '301': *346 '404': *6 - '410': *541 + '410': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82669,9 +82687,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 requestBody: required: false content: @@ -82699,7 +82717,7 @@ paths: application/json: schema: *85 examples: - default: *549 + default: *550 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82715,9 +82733,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 requestBody: content: application/json: @@ -82744,7 +82762,7 @@ paths: application/json: schema: *85 examples: - default: *549 + default: *550 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82766,9 +82784,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: - - *341 - *342 - - *550 + - *343 + - *551 - name: assignee in: path required: true @@ -82808,9 +82826,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *341 - *342 - - *550 + - *343 + - *551 - *92 - *17 - *19 @@ -82821,13 +82839,13 @@ paths: application/json: schema: type: array - items: *542 + items: *543 examples: - default: *551 + default: *552 headers: Link: *67 '404': *6 - '410': *541 + '410': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82856,9 +82874,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *341 - *342 - - *550 + - *343 + - *551 requestBody: required: true content: @@ -82880,16 +82898,16 @@ paths: description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: *543 + default: *544 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *541 + '410': *542 '422': *15 '404': *6 x-github: @@ -82917,9 +82935,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *341 - *342 - - *550 + - *343 + - *551 - *17 - *19 responses: @@ -82931,12 +82949,12 @@ paths: type: array items: *85 examples: - default: *552 + default: *553 headers: Link: *67 - '301': *345 + '301': *346 '404': *6 - '410': *541 + '410': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82964,9 +82982,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *341 - *342 - - *550 + - *343 + - *551 requestBody: required: true content: @@ -82990,15 +83008,15 @@ paths: application/json: schema: *85 examples: - default: *549 + default: *550 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *345 + '301': *346 '403': *29 - '410': *541 + '410': *542 '422': *15 '404': *6 x-github: @@ -83029,9 +83047,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *341 - *342 - - *550 + - *343 + - *551 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -83045,13 +83063,13 @@ paths: application/json: schema: *85 examples: - default: *549 - '301': *345 + default: *550 + '301': *346 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *541 + '410': *542 x-github: triggersNotification: true githubCloudOnly: false @@ -83077,9 +83095,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *341 - *342 - - *550 + - *343 + - *551 - *17 - *19 responses: @@ -83091,12 +83109,12 @@ paths: type: array items: *85 examples: - default: *552 + default: *553 headers: Link: *67 - '301': *345 + '301': *346 '404': *6 - '410': *541 + '410': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83113,9 +83131,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *341 - *342 - - *550 + - *343 + - *551 - *17 - *19 responses: @@ -83129,7 +83147,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &555 + - &556 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -83183,7 +83201,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &556 + - &557 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -83319,7 +83337,7 @@ paths: - performed_via_github_app - assignee - assigner - - &557 + - &558 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -83370,7 +83388,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &558 + - &559 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -83421,7 +83439,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &559 + - &560 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -83475,7 +83493,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &560 + - &561 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -83522,7 +83540,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &561 + - &562 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -83569,7 +83587,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &562 + - &563 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -83629,7 +83647,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &563 + - &564 title: Locked Issue Event description: Locked Issue Event type: object @@ -83677,7 +83695,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &564 + - &565 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -83743,7 +83761,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &565 + - &566 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -83809,7 +83827,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &566 + - &567 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -83875,7 +83893,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &567 + - &568 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -83966,7 +83984,7 @@ paths: color: red headers: Link: *67 - '410': *541 + '410': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83983,9 +84001,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#list-issue-field-values-for-an-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 - *17 - *19 responses: @@ -83995,9 +84013,9 @@ paths: application/json: schema: type: array - items: *553 + items: *554 examples: - default: &666 + default: &667 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -84021,9 +84039,9 @@ paths: value: '2025-12-25' headers: Link: *67 - '301': *345 + '301': *346 '404': *6 - '410': *541 + '410': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84040,9 +84058,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 - *17 - *19 responses: @@ -84054,7 +84072,7 @@ paths: type: array items: *84 examples: - default: &554 + default: &555 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -84072,9 +84090,9 @@ paths: default: false headers: Link: *67 - '301': *345 + '301': *346 '404': *6 - '410': *541 + '410': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84090,9 +84108,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 requestBody: required: false content: @@ -84137,10 +84155,10 @@ paths: type: array items: *84 examples: - default: *554 - '301': *345 + default: *555 + '301': *346 '404': *6 - '410': *541 + '410': *542 '422': *15 x-github: githubCloudOnly: false @@ -84157,9 +84175,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 requestBody: required: false content: @@ -84221,10 +84239,10 @@ paths: type: array items: *84 examples: - default: *554 - '301': *345 + default: *555 + '301': *346 '404': *6 - '410': *541 + '410': *542 '422': *15 x-github: githubCloudOnly: false @@ -84241,15 +84259,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 responses: '204': description: Response - '301': *345 + '301': *346 '404': *6 - '410': *541 + '410': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84268,9 +84286,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 - name: name in: path required: true @@ -84294,9 +84312,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *345 + '301': *346 '404': *6 - '410': *541 + '410': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84316,9 +84334,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 requestBody: required: false content: @@ -84346,7 +84364,7 @@ paths: '204': description: Response '403': *29 - '410': *541 + '410': *542 '404': *6 '422': *15 x-github: @@ -84364,9 +84382,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 responses: '204': description: Response @@ -84396,9 +84414,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#get-parent-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 responses: '200': description: Response @@ -84406,10 +84424,10 @@ paths: application/json: schema: *85 examples: - default: *549 - '301': *345 + default: *550 + '301': *346 '404': *6 - '410': *541 + '410': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84426,9 +84444,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 - 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. @@ -84454,13 +84472,13 @@ paths: application/json: schema: type: array - items: *473 + items: *474 examples: - default: *544 + default: *545 headers: Link: *67 '404': *6 - '410': *541 + '410': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84478,9 +84496,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 requestBody: required: true content: @@ -84512,16 +84530,16 @@ paths: description: Response content: application/json: - schema: *473 + schema: *474 examples: - default: *474 + default: *475 '201': description: Response content: application/json: - schema: *473 + schema: *474 examples: - default: *474 + default: *475 '422': *15 x-github: githubCloudOnly: false @@ -84543,10 +84561,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *341 - *342 - - *550 - - *545 + - *343 + - *551 + - *546 responses: '204': description: Response @@ -84575,9 +84593,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 requestBody: required: true content: @@ -84601,7 +84619,7 @@ paths: application/json: schema: *85 examples: - default: *549 + default: *550 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -84634,9 +84652,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *341 - *342 - - *550 + - *343 + - *551 - *17 - *19 responses: @@ -84648,11 +84666,11 @@ paths: type: array items: *85 examples: - default: *552 + default: *553 headers: Link: *67 '404': *6 - '410': *541 + '410': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84680,9 +84698,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 requestBody: required: true content: @@ -84711,14 +84729,14 @@ paths: application/json: schema: *85 examples: - default: *549 + default: *550 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *541 + '410': *542 '422': *15 '404': *6 x-github: @@ -84738,9 +84756,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 requestBody: required: true content: @@ -84773,7 +84791,7 @@ paths: application/json: schema: *85 examples: - default: *549 + default: *550 '403': *29 '404': *6 '422': *7 @@ -84795,9 +84813,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *341 - *342 - - *550 + - *343 + - *551 - *17 - *19 responses: @@ -84812,7 +84830,6 @@ paths: description: Timeline Event type: object anyOf: - - *555 - *556 - *557 - *558 @@ -84825,6 +84842,7 @@ paths: - *565 - *566 - *567 + - *568 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -84885,8 +84903,8 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *568 - required: *569 + properties: *569 + required: *570 nullable: true required: - event @@ -85141,7 +85159,7 @@ paths: type: string comments: type: array - items: &589 + items: &590 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -85356,7 +85374,7 @@ paths: type: string comments: type: array - items: *472 + items: *473 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -85645,7 +85663,7 @@ paths: headers: Link: *67 '404': *6 - '410': *541 + '410': *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85662,8 +85680,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -85673,7 +85691,7 @@ paths: application/json: schema: type: array - items: &570 + items: &571 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -85739,8 +85757,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -85776,9 +85794,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: &571 + default: &572 value: id: 1 key: ssh-rsa AAA... @@ -85812,9 +85830,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *341 - *342 - - &572 + - *343 + - &573 name: key_id description: The unique identifier of the key. in: path @@ -85826,9 +85844,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: *571 + default: *572 '404': *6 x-github: githubCloudOnly: false @@ -85846,9 +85864,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *341 - *342 - - *572 + - *343 + - *573 responses: '204': description: Response @@ -85868,8 +85886,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -85881,7 +85899,7 @@ paths: type: array items: *84 examples: - default: *554 + default: *555 headers: Link: *67 '404': *6 @@ -85902,8 +85920,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -85941,7 +85959,7 @@ paths: application/json: schema: *84 examples: - default: &573 + default: &574 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -85973,8 +85991,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *341 - *342 + - *343 - name: name in: path required: true @@ -85987,7 +86005,7 @@ paths: application/json: schema: *84 examples: - default: *573 + default: *574 '404': *6 x-github: githubCloudOnly: false @@ -86004,8 +86022,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *341 - *342 + - *343 - name: name in: path required: true @@ -86070,8 +86088,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *341 - *342 + - *343 - name: name in: path required: true @@ -86097,8 +86115,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -86137,9 +86155,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *341 - *342 - - *445 + - *343 + - *446 responses: '200': description: Response @@ -86284,8 +86302,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -86350,8 +86368,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -86385,9 +86403,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *475 + schema: *476 examples: - default: *574 + default: *575 '204': description: Response when already merged '404': @@ -86412,8 +86430,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *341 - *342 + - *343 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -86454,12 +86472,12 @@ paths: application/json: schema: type: array - items: &575 + items: &576 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *278 - required: *279 + properties: *279 + required: *280 examples: default: value: @@ -86515,8 +86533,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -86556,9 +86574,9 @@ paths: description: Response content: application/json: - schema: *575 + schema: *576 examples: - default: &576 + default: &577 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -86617,9 +86635,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *341 - *342 - - &577 + - *343 + - &578 name: milestone_number description: The number that identifies the milestone. in: path @@ -86631,9 +86649,9 @@ paths: description: Response content: application/json: - schema: *575 + schema: *576 examples: - default: *576 + default: *577 '404': *6 x-github: githubCloudOnly: false @@ -86650,9 +86668,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *341 - *342 - - *577 + - *343 + - *578 requestBody: required: false content: @@ -86690,9 +86708,9 @@ paths: description: Response content: application/json: - schema: *575 + schema: *576 examples: - default: *576 + default: *577 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86708,9 +86726,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *341 - *342 - - *577 + - *343 + - *578 responses: '204': description: Response @@ -86731,9 +86749,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *341 - *342 - - *577 + - *343 + - *578 - *17 - *19 responses: @@ -86745,7 +86763,7 @@ paths: type: array items: *84 examples: - default: *554 + default: *555 headers: Link: *67 x-github: @@ -86764,12 +86782,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *341 - *342 - - *578 + - *343 - *579 - - *92 - *580 + - *92 + - *581 - *17 - *19 responses: @@ -86781,7 +86799,7 @@ paths: type: array items: *112 examples: - default: *581 + default: *582 headers: Link: *67 x-github: @@ -86805,8 +86823,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *341 - *342 + - *343 requestBody: required: false content: @@ -86864,14 +86882,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *341 - *342 + - *343 responses: '200': description: Response content: application/json: - schema: &582 + schema: &583 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -86996,7 +87014,7 @@ paths: - custom_404 - public examples: - default: &583 + default: &584 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -87037,8 +87055,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -87092,9 +87110,9 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: - default: *583 + default: *584 '422': *15 '409': *54 x-github: @@ -87117,8 +87135,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -87217,8 +87235,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *341 - *342 + - *343 responses: '204': description: Response @@ -87244,8 +87262,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -87255,7 +87273,7 @@ paths: application/json: schema: type: array - items: &584 + items: &585 title: Page Build description: Page Build type: object @@ -87349,8 +87367,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *341 - *342 + - *343 responses: '201': description: Response @@ -87395,16 +87413,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *341 - *342 + - *343 responses: '200': description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: &585 + default: &586 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -87452,8 +87470,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *341 - *342 + - *343 - name: build_id in: path required: true @@ -87464,9 +87482,9 @@ paths: description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: *585 + default: *586 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87486,8 +87504,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -87592,9 +87610,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *341 - *342 - - &586 + - *343 + - &587 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -87652,9 +87670,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *341 - *342 - - *586 + - *343 + - *587 responses: '204': *191 '404': *6 @@ -87681,8 +87699,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -87940,8 +87958,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: - - *341 - *342 + - *343 responses: '200': description: Private vulnerability reporting status @@ -87978,8 +87996,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *341 - *342 + - *343 responses: '204': *191 '422': *14 @@ -88000,8 +88018,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *341 - *342 + - *343 responses: '204': *191 '422': *14 @@ -88023,8 +88041,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -88032,7 +88050,7 @@ paths: application/json: schema: type: array - items: *293 + items: *294 examples: default: value: @@ -88063,8 +88081,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: - - *341 - *342 + - *343 requestBody: required: true content: @@ -88076,7 +88094,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *293 + items: *294 required: - properties examples: @@ -88126,8 +88144,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *341 - *342 + - *343 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -88187,9 +88205,9 @@ paths: application/json: schema: type: array - items: *479 + items: *480 examples: - default: *587 + default: *588 headers: Link: *67 '304': *37 @@ -88221,8 +88239,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -88287,7 +88305,7 @@ paths: description: Response content: application/json: - schema: &591 + schema: &592 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -88398,8 +88416,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *278 - required: *279 + properties: *279 + required: *280 nullable: true active_lock_reason: type: string @@ -88431,7 +88449,7 @@ paths: items: *4 requested_teams: type: array - items: *330 + items: *331 head: type: object properties: @@ -88469,14 +88487,14 @@ paths: _links: type: object properties: - comments: *280 - commits: *280 - statuses: *280 - html: *280 - issue: *280 - review_comments: *280 - review_comment: *280 - self: *280 + comments: *281 + commits: *281 + statuses: *281 + html: *281 + issue: *281 + review_comments: *281 + review_comment: *281 + self: *281 required: - comments - commits @@ -88487,7 +88505,7 @@ paths: - review_comment - self author_association: *82 - auto_merge: *588 + auto_merge: *589 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -88577,7 +88595,7 @@ paths: - merged_by - review_comments examples: - default: &592 + default: &593 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -89104,8 +89122,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *341 - *342 + - *343 - name: sort in: query required: false @@ -89134,9 +89152,9 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: - default: &594 + default: &595 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -89213,17 +89231,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *341 - *342 + - *343 - *101 responses: '200': description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: &590 + default: &591 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -89298,8 +89316,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *341 - *342 + - *343 - *101 requestBody: required: true @@ -89322,9 +89340,9 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: *590 + default: *591 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89340,8 +89358,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *341 - *342 + - *343 - *101 responses: '204': @@ -89363,8 +89381,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *341 - *342 + - *343 - *101 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -89391,9 +89409,9 @@ paths: application/json: schema: type: array - items: *473 + items: *474 examples: - default: *544 + default: *545 headers: Link: *67 '404': *6 @@ -89414,8 +89432,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *341 - *342 + - *343 - *101 requestBody: required: true @@ -89448,16 +89466,16 @@ paths: description: Reaction exists content: application/json: - schema: *473 + schema: *474 examples: - default: *474 + default: *475 '201': description: Reaction created content: application/json: - schema: *473 + schema: *474 examples: - default: *474 + default: *475 '422': *15 x-github: githubCloudOnly: false @@ -89479,10 +89497,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *341 - *342 + - *343 - *101 - - *545 + - *546 responses: '204': description: Response @@ -89525,9 +89543,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *341 - *342 - - &593 + - *343 + - &594 name: pull_number description: The number that identifies the pull request. in: path @@ -89540,9 +89558,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *591 + schema: *592 examples: - default: *592 + default: *593 '304': *37 '404': *6 '406': @@ -89577,9 +89595,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *341 - *342 - - *593 + - *343 + - *594 requestBody: required: false content: @@ -89621,9 +89639,9 @@ paths: description: Response content: application/json: - schema: *591 + schema: *592 examples: - default: *592 + default: *593 '422': *15 '403': *29 x-github: @@ -89645,9 +89663,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *341 - *342 - - *593 + - *343 + - *594 requestBody: required: true content: @@ -89707,17 +89725,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *246 + schema: *247 examples: - default: *462 + default: *463 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *246 + schema: *247 examples: - default: *462 + default: *463 '401': *25 '403': *29 '404': *6 @@ -89747,9 +89765,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *341 - *342 - - *593 + - *343 + - *594 - *109 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -89770,9 +89788,9 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: - default: *594 + default: *595 headers: Link: *67 x-github: @@ -89805,9 +89823,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *341 - *342 - - *593 + - *343 + - *594 requestBody: required: true content: @@ -89912,7 +89930,7 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: example-for-a-multi-line-comment: value: @@ -90000,9 +90018,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *341 - *342 - - *593 + - *343 + - *594 - *101 requestBody: required: true @@ -90025,7 +90043,7 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: default: value: @@ -90111,9 +90129,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *341 - *342 - - *593 + - *343 + - *594 - *17 - *19 responses: @@ -90123,9 +90141,9 @@ paths: application/json: schema: type: array - items: *475 + items: *476 examples: - default: *595 + default: *596 headers: Link: *67 x-github: @@ -90155,9 +90173,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *341 - *342 - - *593 + - *343 + - *594 - *17 - *19 responses: @@ -90167,7 +90185,7 @@ paths: application/json: schema: type: array - items: *488 + items: *489 examples: default: value: @@ -90205,9 +90223,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *341 - *342 - - *593 + - *343 + - *594 responses: '204': description: Response if pull request has been merged @@ -90230,9 +90248,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *341 - *342 - - *593 + - *343 + - *594 requestBody: required: false content: @@ -90343,9 +90361,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *341 - *342 - - *593 + - *343 + - *594 responses: '200': description: Response @@ -90420,9 +90438,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *341 - *342 - - *593 + - *343 + - *594 requestBody: required: false content: @@ -90459,7 +90477,7 @@ paths: description: Response content: application/json: - schema: *479 + schema: *480 examples: default: value: @@ -90995,9 +91013,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *341 - *342 - - *593 + - *343 + - *594 requestBody: required: true content: @@ -91031,7 +91049,7 @@ paths: description: Response content: application/json: - schema: *479 + schema: *480 examples: default: value: @@ -91536,9 +91554,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *341 - *342 - - *593 + - *343 + - *594 - *17 - *19 responses: @@ -91548,7 +91566,7 @@ paths: application/json: schema: type: array - items: &596 + items: &597 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -91699,9 +91717,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *341 - *342 - - *593 + - *343 + - *594 requestBody: required: false content: @@ -91787,9 +91805,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: &598 + default: &599 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -91852,10 +91870,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *341 - *342 - - *593 - - &597 + - *343 + - *594 + - &598 name: review_id description: The unique identifier of the review. in: path @@ -91867,9 +91885,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: &599 + default: &600 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -91928,10 +91946,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *341 - *342 - - *593 - - *597 + - *343 + - *594 + - *598 requestBody: required: true content: @@ -91954,7 +91972,7 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: default: value: @@ -92016,18 +92034,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *341 - *342 - - *593 - - *597 + - *343 + - *594 + - *598 responses: '200': description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *598 + default: *599 '422': *7 '404': *6 x-github: @@ -92054,10 +92072,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *341 - *342 - - *593 - - *597 + - *343 + - *594 + - *598 - *17 - *19 responses: @@ -92140,9 +92158,9 @@ paths: _links: type: object properties: - self: *280 - html: *280 - pull_request: *280 + self: *281 + html: *281 + pull_request: *281 required: - self - html @@ -92292,10 +92310,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *341 - *342 - - *593 - - *597 + - *343 + - *594 + - *598 requestBody: required: true content: @@ -92323,7 +92341,7 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: default: value: @@ -92386,10 +92404,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *341 - *342 - - *593 - - *597 + - *343 + - *594 + - *598 requestBody: required: true content: @@ -92424,9 +92442,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *599 + default: *600 '404': *6 '422': *7 '403': *29 @@ -92448,9 +92466,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *341 - *342 - - *593 + - *343 + - *594 requestBody: required: false content: @@ -92513,8 +92531,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *341 - *342 + - *343 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -92527,9 +92545,9 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: - default: &601 + default: &602 value: type: file encoding: base64 @@ -92571,8 +92589,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *341 - *342 + - *343 - name: dir description: The alternate path to look for a README file in: path @@ -92592,9 +92610,9 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: - default: *601 + default: *602 '404': *6 '422': *15 x-github: @@ -92616,8 +92634,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -92627,7 +92645,7 @@ paths: application/json: schema: type: array - items: *602 + items: *603 examples: default: value: @@ -92721,8 +92739,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -92798,9 +92816,9 @@ paths: description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: &606 + default: &607 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -92905,9 +92923,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *341 - *342 - - &604 + - *343 + - &605 name: asset_id description: The unique identifier of the asset. in: path @@ -92919,9 +92937,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: &605 + default: &606 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 @@ -92956,7 +92974,7 @@ paths: type: User site_admin: false '404': *6 - '302': *490 + '302': *491 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92972,9 +92990,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *341 - *342 - - *604 + - *343 + - *605 requestBody: required: false content: @@ -93002,9 +93020,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: *605 + default: *606 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93020,9 +93038,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *341 - *342 - - *604 + - *343 + - *605 responses: '204': description: Response @@ -93047,8 +93065,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -93133,16 +93151,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *341 - *342 + - *343 responses: '200': description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: *606 + default: *607 '404': *6 x-github: githubCloudOnly: false @@ -93160,8 +93178,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *341 - *342 + - *343 - name: tag description: tag parameter in: path @@ -93174,9 +93192,9 @@ paths: description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: *606 + default: *607 '404': *6 x-github: githubCloudOnly: false @@ -93198,9 +93216,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *341 - *342 - - &607 + - *343 + - &608 name: release_id description: The unique identifier of the release. in: path @@ -93214,9 +93232,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: *602 + schema: *603 examples: - default: *606 + default: *607 '401': description: Unauthorized x-github: @@ -93234,9 +93252,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *341 - *342 - - *607 + - *343 + - *608 requestBody: required: false content: @@ -93300,9 +93318,9 @@ paths: description: Response content: application/json: - schema: *602 + schema: *603 examples: - default: *606 + default: *607 '404': description: Not Found if the discussion category name is invalid content: @@ -93323,9 +93341,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *341 - *342 - - *607 + - *343 + - *608 responses: '204': description: Response @@ -93346,9 +93364,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *341 - *342 - - *607 + - *343 + - *608 - *17 - *19 responses: @@ -93358,7 +93376,7 @@ paths: application/json: schema: type: array - items: *603 + items: *604 examples: default: value: @@ -93439,9 +93457,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: - - *341 - *342 - - *607 + - *343 + - *608 - name: name in: query required: true @@ -93467,7 +93485,7 @@ paths: description: Response for successful upload content: application/json: - schema: *603 + schema: *604 examples: response-for-successful-upload: value: @@ -93522,9 +93540,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *341 - *342 - - *607 + - *343 + - *608 - 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. @@ -93548,9 +93566,9 @@ paths: application/json: schema: type: array - items: *473 + items: *474 examples: - default: *544 + default: *545 headers: Link: *67 '404': *6 @@ -93571,9 +93589,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *341 - *342 - - *607 + - *343 + - *608 requestBody: required: true content: @@ -93603,16 +93621,16 @@ paths: description: Reaction exists content: application/json: - schema: *473 + schema: *474 examples: - default: *474 + default: *475 '201': description: Reaction created content: application/json: - schema: *473 + schema: *474 examples: - default: *474 + default: *475 '422': *15 x-github: githubCloudOnly: false @@ -93634,10 +93652,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *341 - *342 - - *607 - - *545 + - *343 + - *608 + - *546 responses: '204': description: Response @@ -93661,9 +93679,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *341 - *342 - - *408 + - *343 + - *409 - *17 - *19 responses: @@ -93679,8 +93697,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *302 - - &608 + - *303 + - &609 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -93699,69 +93717,69 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. - - allOf: - - *303 - - *608 - allOf: - *304 - - *608 + - *609 - allOf: - *305 - - *608 - - allOf: - *609 - - *608 - allOf: - *306 - - *608 + - *609 + - allOf: + - *610 + - *609 - allOf: - *307 - - *608 + - *609 - allOf: - *308 - - *608 + - *609 - allOf: - *309 - - *608 + - *609 - allOf: - *310 - - *608 + - *609 - allOf: - *311 - - *608 + - *609 - allOf: - *312 - - *608 + - *609 - allOf: - *313 - - *608 + - *609 - allOf: - *314 - - *608 + - *609 - allOf: - *315 - - *608 + - *609 - allOf: - *316 - - *608 + - *609 - allOf: - *317 - - *608 + - *609 - allOf: - *318 - - *608 + - *609 - allOf: - *319 - - *608 + - *609 - allOf: - *320 - - *608 + - *609 - allOf: - *321 - - *608 + - *609 - allOf: - *322 - - *608 + - *609 + - allOf: + - *323 + - *609 examples: default: value: @@ -93800,8 +93818,8 @@ paths: category: repos subcategory: rules parameters: - - *341 - *342 + - *343 - *17 - *19 - name: includes_parents @@ -93812,7 +93830,7 @@ paths: schema: type: boolean default: true - - *610 + - *611 responses: '200': description: Response @@ -93820,7 +93838,7 @@ paths: application/json: schema: type: array - items: *323 + items: *324 examples: default: value: @@ -93867,8 +93885,8 @@ paths: category: repos subcategory: rules parameters: - - *341 - *342 + - *343 requestBody: description: Request body required: true @@ -93888,16 +93906,16 @@ paths: - tag - push default: branch - enforcement: *299 + enforcement: *300 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *300 - conditions: *297 + items: *301 + conditions: *298 rules: type: array description: An array of rules within the ruleset. - items: *611 + items: *612 required: - name - enforcement @@ -93928,9 +93946,9 @@ paths: description: Response content: application/json: - schema: *323 + schema: *324 examples: - default: &621 + default: &622 value: id: 42 name: super cool ruleset @@ -93978,12 +93996,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *341 - *342 - - *612 + - *343 - *613 - *614 - *615 + - *616 - *17 - *19 responses: @@ -93991,9 +94009,9 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: - default: *617 + default: *618 '404': *6 '500': *55 x-github: @@ -94014,17 +94032,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *341 - *342 - - *618 + - *343 + - *619 responses: '200': description: Response content: application/json: - schema: *619 + schema: *620 examples: - default: *620 + default: *621 '404': *6 '500': *55 x-github: @@ -94052,8 +94070,8 @@ paths: category: repos subcategory: rules parameters: - - *341 - *342 + - *343 - name: ruleset_id description: The ID of the ruleset. in: path @@ -94073,9 +94091,9 @@ paths: description: Response content: application/json: - schema: *323 + schema: *324 examples: - default: *621 + default: *622 '404': *6 '500': *55 put: @@ -94093,8 +94111,8 @@ paths: category: repos subcategory: rules parameters: - - *341 - *342 + - *343 - name: ruleset_id description: The ID of the ruleset. in: path @@ -94119,16 +94137,16 @@ paths: - branch - tag - push - enforcement: *299 + enforcement: *300 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *300 - conditions: *297 + items: *301 + conditions: *298 rules: description: An array of rules within the ruleset. type: array - items: *611 + items: *612 examples: default: value: @@ -94156,9 +94174,9 @@ paths: description: Response content: application/json: - schema: *323 + schema: *324 examples: - default: *621 + default: *622 '404': *6 '422': *15 '500': *55 @@ -94177,8 +94195,8 @@ paths: category: repos subcategory: rules parameters: - - *341 - *342 + - *343 - name: ruleset_id description: The ID of the ruleset. in: path @@ -94201,8 +94219,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *341 - *342 + - *343 - *17 - *19 - name: ruleset_id @@ -94218,9 +94236,9 @@ paths: application/json: schema: type: array - items: *326 + items: *327 examples: - default: *622 + default: *623 '404': *6 '500': *55 x-github: @@ -94239,8 +94257,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *341 - *342 + - *343 - name: ruleset_id description: The ID of the ruleset. in: path @@ -94258,7 +94276,7 @@ paths: description: Response content: application/json: - schema: *623 + schema: *624 examples: default: value: @@ -94313,22 +94331,22 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *341 - *342 - - *624 + - *343 - *625 - *626 - *627 - *628 + - *629 - *61 - *19 - *17 - - *629 - *630 - *631 - *632 - *633 - *634 + - *635 responses: '200': description: Response @@ -94336,7 +94354,7 @@ paths: application/json: schema: type: array - items: &638 + items: &639 type: object properties: number: *178 @@ -94355,8 +94373,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *635 - resolution: *636 + state: *636 + resolution: *637 resolved_at: type: string format: date-time @@ -94452,7 +94470,7 @@ paths: pull request. ' - oneOf: *637 + oneOf: *638 nullable: true has_more_locations: type: boolean @@ -94616,16 +94634,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *341 - *342 - - *439 - - *634 + - *343 + - *440 + - *635 responses: '200': description: Response content: application/json: - schema: *638 + schema: *639 examples: default: value: @@ -94679,9 +94697,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *341 - *342 - - *439 + - *343 + - *440 requestBody: required: true content: @@ -94689,8 +94707,8 @@ paths: schema: type: object properties: - state: *635 - resolution: *636 + state: *636 + resolution: *637 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -94726,7 +94744,7 @@ paths: description: Response content: application/json: - schema: *638 + schema: *639 examples: default: value: @@ -94821,9 +94839,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *341 - *342 - - *439 + - *343 + - *440 - *19 - *17 responses: @@ -94834,7 +94852,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &796 + items: &797 type: object properties: type: @@ -94860,7 +94878,6 @@ paths: example: commit details: oneOf: - - *639 - *640 - *641 - *642 @@ -94873,6 +94890,7 @@ paths: - *649 - *650 - *651 + - *652 examples: default: value: @@ -94958,8 +94976,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -94967,14 +94985,14 @@ paths: schema: type: object properties: - reason: &653 + reason: &654 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *652 + placeholder_id: *653 required: - reason - placeholder_id @@ -94991,7 +95009,7 @@ paths: schema: type: object properties: - reason: *653 + reason: *654 expire_at: type: string format: date-time @@ -95037,8 +95055,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: - - *341 - *342 + - *343 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -95053,7 +95071,7 @@ paths: properties: incremental_scans: type: array - items: &654 + items: &655 description: Information on a single scan performed by secret scanning on the repository type: object @@ -95079,15 +95097,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *654 + items: *655 backfill_scans: type: array - items: *654 + items: *655 custom_pattern_backfill_scans: type: array items: allOf: - - *654 + - *655 - type: object properties: pattern_name: @@ -95157,8 +95175,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *341 - *342 + - *343 - *61 - name: sort description: The property to sort the results by. @@ -95202,9 +95220,9 @@ paths: application/json: schema: type: array - items: *655 + items: *656 examples: - default: *656 + default: *657 '400': *14 '404': *6 x-github: @@ -95227,8 +95245,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -95301,7 +95319,7 @@ paths: login: type: string description: The username of the user credited. - type: *329 + type: *330 required: - login - type @@ -95388,9 +95406,9 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: - default: &658 + default: &659 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -95623,8 +95641,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -95728,7 +95746,7 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: default: value: @@ -95875,17 +95893,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *341 - *342 - - *657 + - *343 + - *658 responses: '200': description: Response content: application/json: - schema: *655 + schema: *656 examples: - default: *658 + default: *659 '403': *29 '404': *6 x-github: @@ -95909,9 +95927,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *341 - *342 - - *657 + - *343 + - *658 requestBody: required: true content: @@ -95984,7 +96002,7 @@ paths: login: type: string description: The username of the user credited. - type: *329 + type: *330 required: - login - type @@ -96070,10 +96088,10 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: - default: *658 - add_credit: *658 + default: *659 + add_credit: *659 '403': *29 '404': *6 '422': @@ -96111,9 +96129,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: - - *341 - *342 - - *657 + - *343 + - *658 responses: '202': *39 '400': *14 @@ -96140,17 +96158,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *341 - *342 - - *657 + - *343 + - *658 responses: '202': description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: *346 + default: *347 '400': *14 '422': *15 '403': *29 @@ -96176,8 +96194,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -96276,8 +96294,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *341 - *342 + - *343 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -96286,7 +96304,7 @@ paths: application/json: schema: type: array - items: &659 + items: &660 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -96319,8 +96337,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -96396,8 +96414,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -96493,8 +96511,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *341 - *342 + - *343 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -96648,8 +96666,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *341 - *342 + - *343 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -96659,7 +96677,7 @@ paths: application/json: schema: type: array - items: *659 + items: *660 examples: default: value: @@ -96692,8 +96710,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *341 - *342 + - *343 - name: sha in: path required: true @@ -96747,7 +96765,7 @@ paths: description: Response content: application/json: - schema: *660 + schema: *661 examples: default: value: @@ -96801,8 +96819,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -96834,14 +96852,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *341 - *342 + - *343 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &661 + schema: &662 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -96909,8 +96927,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *341 - *342 + - *343 requestBody: required: false content: @@ -96936,7 +96954,7 @@ paths: description: Response content: application/json: - schema: *661 + schema: *662 examples: default: value: @@ -96963,8 +96981,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *341 - *342 + - *343 responses: '204': description: Response @@ -96984,8 +97002,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -97064,8 +97082,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *341 - *342 + - *343 - name: ref in: path required: true @@ -97101,8 +97119,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *341 - *342 + - *343 - *17 - *19 responses: @@ -97114,7 +97132,7 @@ paths: type: array items: *197 examples: - default: *258 + default: *259 headers: Link: *67 '404': *6 @@ -97134,8 +97152,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *341 - *342 + - *343 - *19 - *17 responses: @@ -97143,7 +97161,7 @@ paths: description: Response content: application/json: - schema: &662 + schema: &663 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -97155,7 +97173,7 @@ paths: required: - names examples: - default: &663 + default: &664 value: names: - octocat @@ -97178,8 +97196,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -97210,9 +97228,9 @@ paths: description: Response content: application/json: - schema: *662 + schema: *663 examples: - default: *663 + default: *664 '404': *6 '422': *7 x-github: @@ -97233,9 +97251,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *341 - *342 - - &664 + - *343 + - &665 name: per description: The time frame to display results for. in: query @@ -97264,7 +97282,7 @@ paths: example: 128 clones: type: array - items: &665 + items: &666 title: Traffic type: object properties: @@ -97351,8 +97369,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -97442,8 +97460,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *341 - *342 + - *343 responses: '200': description: Response @@ -97503,9 +97521,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *341 - *342 - - *664 + - *343 + - *665 responses: '200': description: Response @@ -97524,7 +97542,7 @@ paths: example: 3782 views: type: array - items: *665 + items: *666 required: - uniques - count @@ -97601,8 +97619,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *341 - *342 + - *343 requestBody: required: true content: @@ -97876,8 +97894,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *341 - *342 + - *343 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -97900,8 +97918,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *341 - *342 + - *343 responses: '204': description: Response @@ -97923,8 +97941,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *341 - *342 + - *343 responses: '204': description: Response @@ -97950,8 +97968,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *341 - *342 + - *343 - name: ref in: path required: true @@ -98043,9 +98061,9 @@ paths: description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: *346 + default: *347 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -98193,7 +98211,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - *149 - - *550 + - *551 requestBody: required: true content: @@ -98257,9 +98275,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *553 + items: *554 examples: - default: *666 + default: *667 '400': *14 '403': *29 '404': *6 @@ -98296,7 +98314,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - *149 - - *550 + - *551 requestBody: required: true content: @@ -98361,9 +98379,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *553 + items: *554 examples: - default: *666 + default: *667 '400': *14 '403': *29 '404': *6 @@ -98395,8 +98413,8 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - *149 - - *550 - - *240 + - *551 + - *241 responses: '204': description: Issue field value deleted successfully @@ -98535,7 +98553,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &667 + text_matches: &668 title: Search Result Text Matches type: array items: @@ -98697,7 +98715,7 @@ paths: enum: - author-date - committer-date - - &668 + - &669 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 @@ -98768,7 +98786,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *406 + properties: *407 nullable: true comment_count: type: integer @@ -98788,7 +98806,7 @@ paths: url: type: string format: uri - verification: *527 + verification: *528 required: - author - committer @@ -98807,7 +98825,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *406 + properties: *407 nullable: true parents: type: array @@ -98825,7 +98843,7 @@ paths: type: number node_id: type: string - text_matches: *667 + text_matches: *668 required: - sha - node_id @@ -99017,7 +99035,7 @@ paths: - interactions - created - updated - - *668 + - *669 - *17 - *19 - name: advanced_search @@ -99131,11 +99149,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 issue_field_values: type: array - items: *553 + items: *554 state: type: string state_reason: @@ -99145,8 +99163,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *278 - required: *279 + properties: *279 + required: *280 nullable: true comments: type: integer @@ -99160,7 +99178,7 @@ paths: type: string format: date-time nullable: true - text_matches: *667 + text_matches: *668 pull_request: type: object properties: @@ -99204,7 +99222,7 @@ paths: timeline_url: type: string format: uri - type: *241 + type: *242 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -99431,7 +99449,7 @@ paths: enum: - created - updated - - *668 + - *669 - *17 - *19 responses: @@ -99475,7 +99493,7 @@ paths: nullable: true score: type: number - text_matches: *667 + text_matches: *668 required: - id - node_id @@ -99560,7 +99578,7 @@ paths: - forks - help-wanted-issues - updated - - *668 + - *669 - *17 - *19 responses: @@ -99808,7 +99826,7 @@ paths: - admin - pull - push - text_matches: *667 + text_matches: *668 temp_clone_token: type: string allow_merge_commit: @@ -100108,7 +100126,7 @@ paths: type: string format: uri nullable: true - text_matches: *667 + text_matches: *668 related: type: array nullable: true @@ -100299,7 +100317,7 @@ paths: - followers - repositories - joined - - *668 + - *669 - *17 - *19 responses: @@ -100403,7 +100421,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *667 + text_matches: *668 blog: type: string nullable: true @@ -100482,7 +100500,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &671 + - &672 name: team_id description: The unique identifier of the team. in: path @@ -100494,9 +100512,9 @@ paths: description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 '404': *6 x-github: githubCloudOnly: false @@ -100523,7 +100541,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *671 + - *672 requestBody: required: true content: @@ -100586,16 +100604,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 '201': description: Response content: application/json: - schema: *337 + schema: *338 examples: - default: *338 + default: *339 '404': *6 '422': *15 '403': *29 @@ -100623,7 +100641,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *671 + - *672 responses: '204': description: Response @@ -100652,7 +100670,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *671 + - *672 - *17 - *19 responses: @@ -100662,9 +100680,9 @@ paths: application/json: schema: type: array - items: *235 + items: *236 examples: - default: *236 + default: *237 headers: Link: *67 x-github: @@ -100690,7 +100708,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *671 + - *672 - name: role description: Filters members returned by their role in the team. in: query @@ -100741,7 +100759,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *671 + - *672 - *71 responses: '204': @@ -100778,7 +100796,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *671 + - *672 - *71 responses: '204': @@ -100818,7 +100836,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *671 + - *672 - *71 responses: '204': @@ -100855,16 +100873,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *671 + - *672 - *71 responses: '200': description: Response content: application/json: - schema: *340 + schema: *341 examples: - response-if-user-is-a-team-maintainer: *672 + response-if-user-is-a-team-maintainer: *673 '404': *6 x-github: githubCloudOnly: false @@ -100897,7 +100915,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *671 + - *672 - *71 requestBody: required: false @@ -100923,9 +100941,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - response-if-users-membership-with-team-is-now-pending: *673 + response-if-users-membership-with-team-is-now-pending: *674 '403': description: Forbidden if team synchronization is set up '422': @@ -100959,7 +100977,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *671 + - *672 - *71 responses: '204': @@ -100987,7 +101005,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *671 + - *672 - *17 - *19 responses: @@ -100999,7 +101017,7 @@ paths: type: array items: *160 examples: - default: *272 + default: *273 headers: Link: *67 '404': *6 @@ -101029,15 +101047,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *671 - - *341 + - *672 - *342 + - *343 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *674 + schema: *675 examples: alternative-response-with-extra-repository-information: value: @@ -101188,9 +101206,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *671 - - *341 + - *672 - *342 + - *343 requestBody: required: false content: @@ -101240,9 +101258,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *671 - - *341 + - *672 - *342 + - *343 responses: '204': description: Response @@ -101267,7 +101285,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *671 + - *672 - *17 - *19 responses: @@ -101279,7 +101297,7 @@ paths: type: array items: *197 examples: - response-if-child-teams-exist: *675 + response-if-child-teams-exist: *676 headers: Link: *67 '404': *6 @@ -101312,7 +101330,7 @@ paths: application/json: schema: oneOf: - - &676 + - &677 title: Private User description: Private User type: object @@ -101515,7 +101533,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - &702 + - &703 title: Public User description: Public User type: object @@ -101827,7 +101845,7 @@ paths: description: Response content: application/json: - schema: *676 + schema: *677 examples: default: value: @@ -102030,9 +102048,9 @@ paths: type: integer codespaces: type: array - items: *246 + items: *247 examples: - default: *247 + default: *248 '304': *37 '500': *55 '401': *25 @@ -102171,17 +102189,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *246 + schema: *247 examples: - default: *462 + default: *463 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *246 + schema: *247 examples: - default: *462 + default: *463 '401': *25 '403': *29 '404': *6 @@ -102225,7 +102243,7 @@ paths: type: integer secrets: type: array - items: &677 + items: &678 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -102265,7 +102283,7 @@ paths: - visibility - selected_repositories_url examples: - default: *465 + default: *466 headers: Link: *67 x-github: @@ -102341,7 +102359,7 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: default: value: @@ -102631,15 +102649,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *248 + - *249 responses: '200': description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *462 + default: *463 '304': *37 '500': *55 '401': *25 @@ -102665,7 +102683,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *248 + - *249 requestBody: required: false content: @@ -102695,9 +102713,9 @@ paths: description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *462 + default: *463 '401': *25 '403': *29 '404': *6 @@ -102719,7 +102737,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *248 + - *249 responses: '202': *39 '304': *37 @@ -102748,13 +102766,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *248 + - *249 responses: '202': description: Response content: application/json: - schema: &678 + schema: &679 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -102795,7 +102813,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &679 + default: &680 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -102827,7 +102845,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *248 + - *249 - name: export_id in: path required: true @@ -102840,9 +102858,9 @@ paths: description: Response content: application/json: - schema: *678 + schema: *679 examples: - default: *679 + default: *680 '404': *6 x-github: githubCloudOnly: false @@ -102863,7 +102881,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *248 + - *249 responses: '200': description: Response @@ -102879,9 +102897,9 @@ paths: type: integer machines: type: array - items: *680 + items: *681 examples: - default: *681 + default: *682 '304': *37 '500': *55 '401': *25 @@ -102910,7 +102928,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *248 + - *249 requestBody: required: true content: @@ -102960,13 +102978,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *344 + repository: *345 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *463 - required: *464 + properties: *464 + required: *465 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -103740,15 +103758,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *248 + - *249 responses: '200': description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *462 + default: *463 '304': *37 '500': *55 '400': *14 @@ -103780,15 +103798,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *248 + - *249 responses: '200': description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *462 + default: *463 '500': *55 '401': *25 '403': *29 @@ -103818,9 +103836,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: &692 + default: &693 value: - id: 197 name: hello_docker @@ -103921,7 +103939,7 @@ paths: application/json: schema: type: array - items: &682 + items: &683 title: Email description: Email type: object @@ -103986,9 +104004,9 @@ paths: application/json: schema: type: array - items: *682 + items: *683 examples: - default: &694 + default: &695 value: - email: octocat@github.com verified: true @@ -104063,7 +104081,7 @@ paths: application/json: schema: type: array - items: *682 + items: *683 examples: default: value: @@ -104319,7 +104337,7 @@ paths: application/json: schema: type: array - items: &683 + items: &684 title: GPG Key description: A unique encryption key type: object @@ -104450,7 +104468,7 @@ paths: - subkeys - revoked examples: - default: &711 + default: &712 value: - id: 3 name: Octocat's GPG Key @@ -104535,9 +104553,9 @@ paths: description: Response content: application/json: - schema: *683 + schema: *684 examples: - default: &684 + default: &685 value: id: 3 name: Octocat's GPG Key @@ -104594,7 +104612,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &685 + - &686 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -104606,9 +104624,9 @@ paths: description: Response content: application/json: - schema: *683 + schema: *684 examples: - default: *684 + default: *685 '404': *6 '304': *37 '403': *29 @@ -104631,7 +104649,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *685 + - *686 responses: '204': description: Response @@ -104910,12 +104928,12 @@ paths: application/json: schema: anyOf: - - *233 + - *234 - type: object properties: {} additionalProperties: false examples: - default: *234 + default: *235 '204': description: Response when there are no restrictions x-github: @@ -104939,7 +104957,7 @@ paths: required: true content: application/json: - schema: *538 + schema: *539 examples: default: value: @@ -104950,7 +104968,7 @@ paths: description: Response content: application/json: - schema: *233 + schema: *234 examples: default: value: @@ -105031,7 +105049,7 @@ paths: - closed - all default: open - - *244 + - *245 - name: sort description: What to sort results by. in: query @@ -105056,7 +105074,7 @@ paths: type: array items: *85 examples: - default: *245 + default: *246 headers: Link: *67 '404': *6 @@ -105089,7 +105107,7 @@ paths: application/json: schema: type: array - items: &686 + items: &687 title: Key description: Key type: object @@ -105190,9 +105208,9 @@ paths: description: Response content: application/json: - schema: *686 + schema: *687 examples: - default: &687 + default: &688 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -105225,15 +105243,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *572 + - *573 responses: '200': description: Response content: application/json: - schema: *686 + schema: *687 examples: - default: *687 + default: *688 '404': *6 '304': *37 '403': *29 @@ -105256,7 +105274,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *572 + - *573 responses: '204': description: Response @@ -105289,7 +105307,7 @@ paths: application/json: schema: type: array - items: &688 + items: &689 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -105357,7 +105375,7 @@ paths: - account - plan examples: - default: &689 + default: &690 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -105419,9 +105437,9 @@ paths: application/json: schema: type: array - items: *688 + items: *689 examples: - default: *689 + default: *690 headers: Link: *67 '304': *37 @@ -105461,7 +105479,7 @@ paths: application/json: schema: type: array - items: *250 + items: *251 examples: default: value: @@ -105575,7 +105593,7 @@ paths: description: Response content: application/json: - schema: *250 + schema: *251 examples: default: value: @@ -105662,7 +105680,7 @@ paths: description: Response content: application/json: - schema: *250 + schema: *251 examples: default: value: @@ -105734,7 +105752,7 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: default: value: @@ -105987,7 +106005,7 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: default: value: @@ -106167,7 +106185,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *253 + - *254 - name: exclude in: query required: false @@ -106180,7 +106198,7 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: default: value: @@ -106374,7 +106392,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *253 + - *254 responses: '302': description: Response @@ -106400,7 +106418,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *253 + - *254 responses: '204': description: Response @@ -106429,8 +106447,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *253 - - *690 + - *254 + - *691 responses: '204': description: Response @@ -106454,7 +106472,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *253 + - *254 - *17 - *19 responses: @@ -106543,7 +106561,7 @@ paths: - docker - nuget - container - - *691 + - *692 - *19 - *17 responses: @@ -106553,10 +106571,10 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *692 - '400': *693 + default: *693 + '400': *694 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -106576,16 +106594,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *261 - *262 + - *263 responses: '200': description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: &712 + default: &713 value: id: 40201 name: octo-name @@ -106698,8 +106716,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *261 - *262 + - *263 responses: '204': description: Response @@ -106729,8 +106747,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *261 - *262 + - *263 - name: token description: package token schema: @@ -106762,8 +106780,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: - - *261 - *262 + - *263 - *19 - *17 - name: state @@ -106783,7 +106801,7 @@ paths: application/json: schema: type: array - items: *263 + items: *264 examples: default: value: @@ -106832,15 +106850,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *261 - *262 - - *264 + - *263 + - *265 responses: '200': description: Response content: application/json: - schema: *263 + schema: *264 examples: default: value: @@ -106876,9 +106894,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *261 - *262 - - *264 + - *263 + - *265 responses: '204': description: Response @@ -106908,9 +106926,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *261 - *262 - - *264 + - *263 + - *265 responses: '204': description: Response @@ -106947,9 +106965,9 @@ paths: application/json: schema: type: array - items: *682 + items: *683 examples: - default: *694 + default: *695 headers: Link: *67 '304': *37 @@ -107062,7 +107080,7 @@ paths: type: array items: *79 examples: - default: &701 + default: &702 summary: Default response value: - id: 1296269 @@ -107366,9 +107384,9 @@ paths: description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: *346 + default: *347 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -107407,9 +107425,9 @@ paths: application/json: schema: type: array - items: *540 + items: *541 examples: - default: *695 + default: *696 headers: Link: *67 '304': *37 @@ -107432,7 +107450,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *237 + - *238 responses: '204': description: Response @@ -107456,7 +107474,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *237 + - *238 responses: '204': description: Response @@ -107489,7 +107507,7 @@ paths: application/json: schema: type: array - items: &696 + items: &697 title: Social account description: Social media account type: object @@ -107504,7 +107522,7 @@ paths: - provider - url examples: - default: &697 + default: &698 value: - provider: twitter url: https://twitter.com/github @@ -107566,9 +107584,9 @@ paths: application/json: schema: type: array - items: *696 + items: *697 examples: - default: *697 + default: *698 '422': *15 '304': *37 '404': *6 @@ -107655,7 +107673,7 @@ paths: application/json: schema: type: array - items: &698 + items: &699 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -107675,7 +107693,7 @@ paths: - title - created_at examples: - default: &730 + default: &731 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -107739,9 +107757,9 @@ paths: description: Response content: application/json: - schema: *698 + schema: *699 examples: - default: &699 + default: &700 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -107771,7 +107789,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: - - &700 + - &701 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -107783,9 +107801,9 @@ paths: description: Response content: application/json: - schema: *698 + schema: *699 examples: - default: *699 + default: *700 '404': *6 '304': *37 '403': *29 @@ -107808,7 +107826,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: - - *700 + - *701 responses: '204': description: Response @@ -107837,7 +107855,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &731 + - &732 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 @@ -107862,11 +107880,11 @@ paths: type: array items: *79 examples: - default-response: *701 + default-response: *702 application/vnd.github.v3.star+json: schema: type: array - items: &732 + items: &733 title: Starred Repository description: Starred Repository type: object @@ -108022,8 +108040,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: - - *341 - *342 + - *343 responses: '204': description: Response if this repository is starred by you @@ -108051,8 +108069,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *341 - *342 + - *343 responses: '204': description: Response @@ -108076,8 +108094,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *341 - *342 + - *343 responses: '204': description: Response @@ -108112,7 +108130,7 @@ paths: type: array items: *160 examples: - default: *272 + default: *273 headers: Link: *67 '304': *37 @@ -108149,7 +108167,7 @@ paths: application/json: schema: type: array - items: *337 + items: *338 examples: default: value: @@ -108235,10 +108253,10 @@ paths: application/json: schema: oneOf: - - *676 - - *702 + - *677 + - *703 examples: - default-response: &706 + default-response: &707 summary: Default response value: login: octocat @@ -108273,7 +108291,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &707 + response-with-git-hub-plan-information: &708 summary: Response with GitHub plan information value: login: octocat @@ -108330,14 +108348,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &704 + - &705 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *277 + - *278 requestBody: required: true description: Details of the draft item to create in the project. @@ -108371,9 +108389,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: - draft_issue: *284 + draft_issue: *285 '304': *37 '403': *29 '401': *25 @@ -108396,7 +108414,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *703 + - *704 - *17 responses: '200': @@ -108431,8 +108449,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *704 - - *277 + - *705 + - *278 requestBody: required: true content: @@ -108503,17 +108521,17 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *705 + schema: *706 examples: table_view: summary: Response for creating a table view - value: *288 + value: *289 board_view: summary: Response for creating a board view with filter - value: *288 + value: *289 roadmap_view: summary: Response for creating a roadmap view - value: *288 + value: *289 '304': *37 '403': *29 '401': *25 @@ -108555,11 +108573,11 @@ paths: application/json: schema: oneOf: - - *676 - - *702 + - *677 + - *703 examples: - default-response: *706 - response-with-git-hub-plan-information: *707 + default-response: *707 + response-with-git-hub-plan-information: *708 '404': *6 x-github: githubCloudOnly: false @@ -108609,8 +108627,8 @@ paths: required: - subject_digests examples: - default: *708 - withPredicateType: *709 + default: *709 + withPredicateType: *710 responses: '200': description: Response @@ -108649,7 +108667,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *710 + default: *711 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108838,7 +108856,7 @@ paths: initiator: type: string examples: - default: *402 + default: *403 '201': description: Response content: @@ -108877,9 +108895,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *692 + default: *693 '403': *29 '401': *25 x-github: @@ -109263,9 +109281,9 @@ paths: application/json: schema: type: array - items: *683 + items: *684 examples: - default: *711 + default: *712 headers: Link: *67 x-github: @@ -109369,7 +109387,7 @@ paths: application/json: schema: *22 examples: - default: *537 + default: *538 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109493,7 +109511,7 @@ paths: - docker - nuget - container - - *691 + - *692 - *71 - *19 - *17 @@ -109504,12 +109522,12 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *692 + default: *693 '403': *29 '401': *25 - '400': *693 + '400': *694 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109529,17 +109547,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *261 - *262 + - *263 - *71 responses: '200': description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *712 + default: *713 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109560,8 +109578,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *261 - *262 + - *263 - *71 responses: '204': @@ -109594,8 +109612,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *261 - *262 + - *263 - *71 - name: token description: package token @@ -109628,8 +109646,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: - - *261 - *262 + - *263 - *71 responses: '200': @@ -109638,7 +109656,7 @@ paths: application/json: schema: type: array - items: *263 + items: *264 examples: default: value: @@ -109696,16 +109714,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *261 - *262 - - *264 + - *263 + - *265 - *71 responses: '200': description: Response content: application/json: - schema: *263 + schema: *264 examples: default: value: @@ -109740,10 +109758,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *261 - *262 + - *263 - *71 - - *264 + - *265 responses: '204': description: Response @@ -109775,10 +109793,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *261 - *262 + - *263 - *71 - - *264 + - *265 responses: '204': description: Response @@ -109819,9 +109837,9 @@ paths: application/json: schema: type: array - items: *275 + items: *276 examples: - default: *276 + default: *277 headers: Link: *67 '304': *37 @@ -109843,16 +109861,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-user parameters: - - *277 + - *278 - *71 responses: '200': description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: *276 + default: *277 headers: Link: *67 '304': *37 @@ -109874,7 +109892,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-user parameters: - - *277 + - *278 - *71 - *17 - *47 @@ -109886,9 +109904,9 @@ paths: application/json: schema: type: array - items: *281 + items: *282 examples: - default: *713 + default: *714 headers: Link: *67 '304': *37 @@ -109910,7 +109928,7 @@ paths: url: https://docs.github.com/rest/projects/fields#add-field-to-user-owned-project parameters: - *71 - - *277 + - *278 requestBody: required: true content: @@ -109948,7 +109966,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *714 + items: *715 required: - name - data_type @@ -109964,7 +109982,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *715 + iteration_configuration: *716 required: - name - data_type @@ -109986,20 +110004,20 @@ paths: value: name: Due date data_type: date - single_select_field: *716 - iteration_field: *717 + single_select_field: *717 + iteration_field: *718 responses: '201': description: Response content: application/json: - schema: *281 + schema: *282 examples: - text_field: *718 - number_field: *719 - date_field: *720 - single_select_field: *721 - iteration_field: *722 + text_field: *719 + number_field: *720 + date_field: *721 + single_select_field: *722 + iteration_field: *723 '304': *37 '403': *29 '401': *25 @@ -110020,17 +110038,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - - *277 - - *723 + - *278 + - *724 - *71 responses: '200': description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *724 + default: *725 headers: Link: *67 '304': *37 @@ -110053,7 +110071,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-owned-project parameters: - - *277 + - *278 - *71 - *47 - *48 @@ -110086,9 +110104,9 @@ paths: application/json: schema: type: array - items: *285 + items: *286 examples: - default: *286 + default: *287 headers: Link: *67 '304': *37 @@ -110110,7 +110128,7 @@ paths: url: https://docs.github.com/rest/projects/items#add-item-to-user-owned-project parameters: - *71 - - *277 + - *278 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -110180,22 +110198,22 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *284 + value: *285 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *284 + value: *285 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *284 + value: *285 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *284 + value: *285 '304': *37 '403': *29 '401': *25 @@ -110215,9 +110233,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-a-user-owned-project parameters: - - *277 + - *278 - *71 - - *287 + - *288 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -110237,9 +110255,9 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: - default: *286 + default: *287 headers: Link: *67 '304': *37 @@ -110260,9 +110278,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-user parameters: - - *277 + - *278 - *71 - - *287 + - *288 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -110332,13 +110350,13 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: - text_field: *286 - number_field: *286 - date_field: *286 - single_select_field: *286 - iteration_field: *286 + text_field: *287 + number_field: *287 + date_field: *287 + single_select_field: *287 + iteration_field: *287 '401': *25 '403': *29 '404': *6 @@ -110358,9 +110376,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-user parameters: - - *277 + - *278 - *71 - - *287 + - *288 responses: '204': description: Response @@ -110382,9 +110400,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-project-view parameters: - - *277 + - *278 - *71 - - *725 + - *726 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -110410,9 +110428,9 @@ paths: application/json: schema: type: array - items: *285 + items: *286 examples: - default: *286 + default: *287 headers: Link: *67 '304': *37 @@ -110633,7 +110651,7 @@ paths: type: array items: *160 examples: - default: *272 + default: *273 headers: Link: *67 x-github: @@ -110659,7 +110677,7 @@ paths: - *123 - *125 - *124 - - *726 + - *727 - *126 responses: '200': @@ -110790,7 +110808,7 @@ paths: parameters: - *71 - *123 - - *727 + - *728 - *124 responses: '200': @@ -110889,9 +110907,9 @@ paths: - *123 - *125 - *124 - - *728 - - *126 - *729 + - *126 + - *730 responses: '200': description: Response when getting a billing usage summary @@ -111025,9 +111043,9 @@ paths: application/json: schema: type: array - items: *696 + items: *697 examples: - default: *697 + default: *698 headers: Link: *67 x-github: @@ -111057,9 +111075,9 @@ paths: application/json: schema: type: array - items: *698 + items: *699 examples: - default: *730 + default: *731 headers: Link: *67 x-github: @@ -111084,7 +111102,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *71 - - *731 + - *732 - *61 - *17 - *19 @@ -111096,11 +111114,11 @@ paths: schema: anyOf: - type: array - items: *732 + items: *733 - type: array items: *79 examples: - default-response: *701 + default-response: *702 headers: Link: *67 x-github: @@ -111131,7 +111149,7 @@ paths: type: array items: *160 examples: - default: *272 + default: *273 headers: Link: *67 x-github: @@ -111259,7 +111277,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &733 + enterprise: &734 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -111317,7 +111335,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &734 + installation: &735 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -111336,7 +111354,7 @@ x-webhooks: required: - id - node_id - organization: &735 + organization: &736 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -111396,13 +111414,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &736 + repository: &737 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &768 + properties: &769 id: description: Unique identifier of the repository example: 42 @@ -112086,7 +112104,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &769 + required: &770 - archive_url - assignees_url - blobs_url @@ -112237,10 +112255,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -112316,11 +112334,11 @@ x-webhooks: type: string enum: - created - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 - rule: &737 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 + rule: &738 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) @@ -112543,11 +112561,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 - rule: *737 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 + rule: *738 sender: *4 required: - action @@ -112730,11 +112748,11 @@ x-webhooks: - everyone required: - from - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 - rule: *737 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 + rule: *738 sender: *4 required: - action @@ -112818,7 +112836,7 @@ x-webhooks: type: string enum: - completed - check_run: &739 + check_run: &740 title: CheckRun description: A check performed on the code of a given code change type: object @@ -112909,7 +112927,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *738 + deployment: *739 details_url: example: https://example.com type: string @@ -112994,10 +113012,10 @@ x-webhooks: - output - app - pull_requests - installation: *734 - enterprise: *733 - organization: *735 - repository: *736 + installation: *735 + enterprise: *734 + organization: *736 + repository: *737 sender: *4 required: - check_run @@ -113388,11 +113406,11 @@ x-webhooks: type: string enum: - created - check_run: *739 - installation: *734 - enterprise: *733 - organization: *735 - repository: *736 + check_run: *740 + installation: *735 + enterprise: *734 + organization: *736 + repository: *737 sender: *4 required: - check_run @@ -113786,11 +113804,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *739 - installation: *734 - enterprise: *733 - organization: *735 - repository: *736 + check_run: *740 + installation: *735 + enterprise: *734 + organization: *736 + repository: *737 requested_action: description: The action requested by the user. type: object @@ -114193,11 +114211,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *739 - installation: *734 - enterprise: *733 - organization: *735 - repository: *736 + check_run: *740 + installation: *735 + enterprise: *734 + organization: *736 + repository: *737 sender: *4 required: - check_run @@ -115167,10 +115185,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -115859,10 +115877,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -116545,10 +116563,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -116714,7 +116732,7 @@ x-webhooks: required: - login - id - dismissed_comment: *434 + dismissed_comment: *435 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -116859,20 +116877,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &740 + commit_oid: &741 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: *733 - installation: *734 - organization: *735 - ref: &741 + enterprise: *734 + installation: *735 + organization: *736 + ref: &742 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: *736 + repository: *737 sender: *4 required: - action @@ -117037,7 +117055,7 @@ x-webhooks: required: - login - id - dismissed_comment: *434 + dismissed_comment: *435 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -117267,12 +117285,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *740 - enterprise: *733 - installation: *734 - organization: *735 - ref: *741 - repository: *736 + commit_oid: *741 + enterprise: *734 + installation: *735 + organization: *736 + ref: *742 + repository: *737 sender: *4 required: - action @@ -117367,7 +117385,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *434 + dismissed_comment: *435 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -117538,12 +117556,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *740 - enterprise: *733 - installation: *734 - organization: *735 - ref: *741 - repository: *736 + commit_oid: *741 + enterprise: *734 + installation: *735 + organization: *736 + ref: *742 + repository: *737 sender: *4 required: - action @@ -117709,7 +117727,7 @@ x-webhooks: required: - login - id - dismissed_comment: *434 + dismissed_comment: *435 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -117875,12 +117893,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *740 - enterprise: *733 - installation: *734 - organization: *735 - ref: *741 - repository: *736 + commit_oid: *741 + enterprise: *734 + installation: *735 + organization: *736 + ref: *742 + repository: *737 sender: *4 required: - action @@ -117979,7 +117997,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *434 + dismissed_comment: *435 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -118154,16 +118172,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *736 + repository: *737 sender: *4 required: - action @@ -118260,7 +118278,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *434 + dismissed_comment: *435 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -118400,12 +118418,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *740 - enterprise: *733 - installation: *734 - organization: *735 - ref: *741 - repository: *736 + commit_oid: *741 + enterprise: *734 + installation: *735 + organization: *736 + ref: *742 + repository: *737 sender: *4 required: - action @@ -118571,7 +118589,7 @@ x-webhooks: required: - login - id - dismissed_comment: *434 + dismissed_comment: *435 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -118716,10 +118734,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -118974,10 +118992,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -119057,18 +119075,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *735 - pusher_type: &742 + organization: *736 + pusher_type: &743 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &743 + ref: &744 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -119078,7 +119096,7 @@ x-webhooks: enum: - tag - branch - repository: *736 + repository: *737 sender: *4 required: - ref @@ -119160,10 +119178,10 @@ x-webhooks: type: string enum: - created - definition: *289 - enterprise: *733 - installation: *734 - organization: *735 + definition: *290 + enterprise: *734 + installation: *735 + organization: *736 sender: *4 required: - action @@ -119248,9 +119266,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 sender: *4 required: - action @@ -119327,10 +119345,10 @@ x-webhooks: type: string enum: - promote_to_enterprise - definition: *289 - enterprise: *733 - installation: *734 - organization: *735 + definition: *290 + enterprise: *734 + installation: *735 + organization: *736 sender: *4 required: - action @@ -119407,10 +119425,10 @@ x-webhooks: type: string enum: - updated - definition: *289 - enterprise: *733 - installation: *734 - organization: *735 + definition: *290 + enterprise: *734 + installation: *735 + organization: *736 sender: *4 required: - action @@ -119487,19 +119505,19 @@ x-webhooks: type: string enum: - updated - enterprise: *733 - installation: *734 - repository: *736 - organization: *735 + enterprise: *734 + installation: *735 + repository: *737 + organization: *736 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *293 + items: *294 old_property_values: type: array description: The old custom property values for the repository. - items: *293 + items: *294 required: - action - repository @@ -119575,18 +119593,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *733 - installation: *734 - organization: *735 - pusher_type: *742 - ref: *743 + enterprise: *734 + installation: *735 + organization: *736 + pusher_type: *743 + ref: *744 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *736 + repository: *737 sender: *4 required: - ref @@ -119666,11 +119684,11 @@ x-webhooks: type: string enum: - assignees_changed - alert: *496 - installation: *734 - organization: *735 - enterprise: *733 - repository: *736 + alert: *497 + installation: *735 + organization: *736 + enterprise: *734 + repository: *737 sender: *4 required: - action @@ -119750,11 +119768,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *496 - installation: *734 - organization: *735 - enterprise: *733 - repository: *736 + alert: *497 + installation: *735 + organization: *736 + enterprise: *734 + repository: *737 sender: *4 required: - action @@ -119835,11 +119853,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *496 - installation: *734 - organization: *735 - enterprise: *733 - repository: *736 + alert: *497 + installation: *735 + organization: *736 + enterprise: *734 + repository: *737 sender: *4 required: - action @@ -119920,11 +119938,11 @@ x-webhooks: type: string enum: - created - alert: *496 - installation: *734 - organization: *735 - enterprise: *733 - repository: *736 + alert: *497 + installation: *735 + organization: *736 + enterprise: *734 + repository: *737 sender: *4 required: - action @@ -120003,11 +120021,11 @@ x-webhooks: type: string enum: - dismissed - alert: *496 - installation: *734 - organization: *735 - enterprise: *733 - repository: *736 + alert: *497 + installation: *735 + organization: *736 + enterprise: *734 + repository: *737 sender: *4 required: - action @@ -120086,11 +120104,11 @@ x-webhooks: type: string enum: - fixed - alert: *496 - installation: *734 - organization: *735 - enterprise: *733 - repository: *736 + alert: *497 + installation: *735 + organization: *736 + enterprise: *734 + repository: *737 sender: *4 required: - action @@ -120170,11 +120188,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *496 - installation: *734 - organization: *735 - enterprise: *733 - repository: *736 + alert: *497 + installation: *735 + organization: *736 + enterprise: *734 + repository: *737 sender: *4 required: - action @@ -120253,11 +120271,11 @@ x-webhooks: type: string enum: - reopened - alert: *496 - installation: *734 - organization: *735 - enterprise: *733 - repository: *736 + alert: *497 + installation: *735 + organization: *736 + enterprise: *734 + repository: *737 sender: *4 required: - action @@ -120334,9 +120352,9 @@ x-webhooks: type: string enum: - created - enterprise: *733 - installation: *734 - key: &744 + enterprise: *734 + installation: *735 + key: &745 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -120372,8 +120390,8 @@ x-webhooks: - verified - created_at - read_only - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -120450,11 +120468,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *733 - installation: *734 - key: *744 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + key: *745 + organization: *736 + repository: *737 sender: *4 required: - action @@ -121010,12 +121028,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 - workflow: &750 + workflow: &751 title: Workflow type: object nullable: true @@ -121756,15 +121774,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *745 - required: *746 + properties: *746 + required: *747 nullable: true pull_requests: type: array - items: *591 - repository: *736 - organization: *735 - installation: *734 + items: *592 + repository: *737 + organization: *736 + installation: *735 sender: *4 responses: '200': @@ -121835,7 +121853,7 @@ x-webhooks: type: string enum: - approved - approver: &747 + approver: &748 type: object properties: avatar_url: @@ -121878,11 +121896,11 @@ x-webhooks: type: string comment: type: string - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 - reviewers: &748 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 + reviewers: &749 type: array items: type: object @@ -121961,7 +121979,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &749 + workflow_job_run: &750 type: object properties: conclusion: @@ -122692,18 +122710,18 @@ x-webhooks: type: string enum: - rejected - approver: *747 + approver: *748 comment: type: string - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 - reviewers: *748 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 + reviewers: *749 sender: *4 since: type: string - workflow_job_run: *749 + workflow_job_run: *750 workflow_job_runs: type: array items: @@ -123407,13 +123425,13 @@ x-webhooks: type: string enum: - requested - enterprise: *733 + enterprise: *734 environment: type: string - installation: *734 - organization: *735 - repository: *736 - requestor: &755 + installation: *735 + organization: *736 + repository: *737 + requestor: &756 title: User type: object nullable: true @@ -125302,12 +125320,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 - workflow: *750 + workflow: *751 workflow_run: title: Deployment Workflow Run type: object @@ -125987,7 +126005,7 @@ x-webhooks: type: string enum: - answered - answer: &753 + answer: &754 type: object properties: author_association: @@ -126144,11 +126162,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *751 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + discussion: *752 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -126275,11 +126293,11 @@ x-webhooks: - from required: - category - discussion: *751 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + discussion: *752 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -126362,11 +126380,11 @@ x-webhooks: type: string enum: - closed - discussion: *751 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + discussion: *752 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -126448,7 +126466,7 @@ x-webhooks: type: string enum: - created - comment: &752 + comment: &753 type: object properties: author_association: @@ -126605,11 +126623,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *751 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + discussion: *752 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -126692,12 +126710,12 @@ x-webhooks: type: string enum: - deleted - comment: *752 - discussion: *751 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + comment: *753 + discussion: *752 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -126792,12 +126810,12 @@ x-webhooks: - from required: - body - comment: *752 - discussion: *751 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + comment: *753 + discussion: *752 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -126881,11 +126899,11 @@ x-webhooks: type: string enum: - created - discussion: *751 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + discussion: *752 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -126967,11 +126985,11 @@ x-webhooks: type: string enum: - deleted - discussion: *751 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + discussion: *752 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -127071,11 +127089,11 @@ x-webhooks: type: string required: - from - discussion: *751 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + discussion: *752 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -127157,10 +127175,10 @@ x-webhooks: type: string enum: - labeled - discussion: *751 - enterprise: *733 - installation: *734 - label: &754 + discussion: *752 + enterprise: *734 + installation: *735 + label: &755 title: Label type: object properties: @@ -127192,8 +127210,8 @@ x-webhooks: - color - default - description - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -127276,11 +127294,11 @@ x-webhooks: type: string enum: - locked - discussion: *751 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + discussion: *752 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -127362,11 +127380,11 @@ x-webhooks: type: string enum: - pinned - discussion: *751 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + discussion: *752 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -127448,11 +127466,11 @@ x-webhooks: type: string enum: - reopened - discussion: *751 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + discussion: *752 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -127537,16 +127555,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *751 - new_repository: *736 + new_discussion: *752 + new_repository: *737 required: - new_discussion - new_repository - discussion: *751 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + discussion: *752 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -127629,10 +127647,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *751 - old_answer: *753 - organization: *735 - repository: *736 + discussion: *752 + old_answer: *754 + organization: *736 + repository: *737 sender: *4 required: - action @@ -127714,12 +127732,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *751 - enterprise: *733 - installation: *734 - label: *754 - organization: *735 - repository: *736 + discussion: *752 + enterprise: *734 + installation: *735 + label: *755 + organization: *736 + repository: *737 sender: *4 required: - action @@ -127802,11 +127820,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *751 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + discussion: *752 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -127888,11 +127906,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *751 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + discussion: *752 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -127965,7 +127983,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *733 + enterprise: *734 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -128625,9 +128643,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *734 - organization: *735 - repository: *736 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - forkee @@ -128773,9 +128791,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 pages: description: The pages that were updated. type: array @@ -128812,7 +128830,7 @@ x-webhooks: - action - sha - html_url - repository: *736 + repository: *737 sender: *4 required: - pages @@ -128888,10 +128906,10 @@ x-webhooks: type: string enum: - created - enterprise: *733 + enterprise: *734 installation: *22 - organization: *735 - repositories: &756 + organization: *736 + repositories: &757 description: An array of repository objects that the installation can access. type: array @@ -128917,8 +128935,8 @@ x-webhooks: - name - full_name - private - repository: *736 - requester: *755 + repository: *737 + requester: *756 sender: *4 required: - action @@ -128993,11 +129011,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *733 + enterprise: *734 installation: *22 - organization: *735 - repositories: *756 - repository: *736 + organization: *736 + repositories: *757 + repository: *737 requester: nullable: true sender: *4 @@ -129073,11 +129091,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *733 + enterprise: *734 installation: *22 - organization: *735 - repositories: *756 - repository: *736 + organization: *736 + repositories: *757 + repository: *737 requester: nullable: true sender: *4 @@ -129153,10 +129171,10 @@ x-webhooks: type: string enum: - added - enterprise: *733 + enterprise: *734 installation: *22 - organization: *735 - repositories_added: &757 + organization: *736 + repositories_added: &758 description: An array of repository objects, which were added to the installation. type: array @@ -129202,15 +129220,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *736 - repository_selection: &758 + repository: *737 + repository_selection: &759 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *755 + requester: *756 sender: *4 required: - action @@ -129289,10 +129307,10 @@ x-webhooks: type: string enum: - removed - enterprise: *733 + enterprise: *734 installation: *22 - organization: *735 - repositories_added: *757 + organization: *736 + repositories_added: *758 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -129319,9 +129337,9 @@ x-webhooks: - name - full_name - private - repository: *736 - repository_selection: *758 - requester: *755 + repository: *737 + repository_selection: *759 + requester: *756 sender: *4 required: - action @@ -129400,11 +129418,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *733 + enterprise: *734 installation: *22 - organization: *735 - repositories: *756 - repository: *736 + organization: *736 + repositories: *757 + repository: *737 requester: nullable: true sender: *4 @@ -129582,10 +129600,10 @@ x-webhooks: type: string required: - from - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 target_type: type: string @@ -129664,11 +129682,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *733 + enterprise: *734 installation: *22 - organization: *735 - repositories: *756 - repository: *736 + organization: *736 + repositories: *757 + repository: *737 requester: nullable: true sender: *4 @@ -129842,8 +129860,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *568 - required: *569 + properties: *569 + required: *570 nullable: true user: title: User @@ -129928,8 +129946,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -130718,8 +130736,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 state: description: State of the issue; either 'open' or 'closed' type: string @@ -130735,7 +130753,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *241 + type: *242 updated_at: type: string format: date-time @@ -131068,8 +131086,8 @@ x-webhooks: - state - locked - assignee - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -131149,7 +131167,7 @@ x-webhooks: type: string enum: - deleted - comment: &759 + comment: &760 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -131306,8 +131324,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *568 - required: *569 + properties: *569 + required: *570 nullable: true required: - url @@ -131322,8 +131340,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -132108,8 +132126,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 state: description: State of the issue; either 'open' or 'closed' type: string @@ -132125,7 +132143,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *241 + type: *242 updated_at: type: string format: date-time @@ -132460,8 +132478,8 @@ x-webhooks: - state - locked - assignee - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -132541,7 +132559,7 @@ x-webhooks: type: string enum: - edited - changes: &788 + changes: &789 description: The changes to the comment. type: object properties: @@ -132553,9 +132571,9 @@ x-webhooks: type: string required: - from - comment: *759 - enterprise: *733 - installation: *734 + comment: *760 + enterprise: *734 + installation: *735 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -133343,8 +133361,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133360,7 +133378,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *241 + type: *242 updated_at: type: string format: date-time @@ -133693,8 +133711,8 @@ x-webhooks: - state - locked - assignee - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -133775,9 +133793,9 @@ x-webhooks: type: string enum: - pinned - comment: *759 - enterprise: *733 - installation: *734 + comment: *760 + enterprise: *734 + installation: *735 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -134567,8 +134585,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134584,7 +134602,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *241 + type: *242 updated_at: type: string format: date-time @@ -134919,8 +134937,8 @@ x-webhooks: - state - locked - assignee - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -135000,9 +135018,9 @@ x-webhooks: type: string enum: - unpinned - comment: *759 - enterprise: *733 - installation: *734 + comment: *760 + enterprise: *734 + installation: *735 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -135792,8 +135810,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135809,7 +135827,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *241 + type: *242 updated_at: type: string format: date-time @@ -136144,8 +136162,8 @@ x-webhooks: - state - locked - assignee - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -136234,9 +136252,9 @@ x-webhooks: type: number blocking_issue: *85 blocking_issue_repo: *79 - installation: *734 - organization: *735 - repository: *736 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -136325,9 +136343,9 @@ x-webhooks: type: number blocking_issue: *85 blocking_issue_repo: *79 - installation: *734 - organization: *735 - repository: *736 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -136415,9 +136433,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *85 - installation: *734 - organization: *735 - repository: *736 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -136506,9 +136524,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *85 - installation: *734 - organization: *735 - repository: *736 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -136588,10 +136606,10 @@ x-webhooks: type: string enum: - assigned - assignee: *755 - enterprise: *733 - installation: *734 - issue: &762 + assignee: *756 + enterprise: *734 + installation: *735 + issue: &763 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -137383,11 +137401,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 issue_field_values: type: array - items: *553 + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137403,7 +137421,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *241 + type: *242 updated_at: type: string format: date-time @@ -137504,8 +137522,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -137585,8 +137603,8 @@ x-webhooks: type: string enum: - closed - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -138383,11 +138401,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 issue_field_values: type: array - items: *553 + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138403,7 +138421,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *241 + type: *242 updated_at: type: string format: date-time @@ -138639,8 +138657,8 @@ x-webhooks: required: - state - closed_at - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -138719,8 +138737,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -139508,11 +139526,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 issue_field_values: type: array - items: *553 + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139528,7 +139546,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *241 + type: *242 updated_at: type: string format: date-time @@ -139628,8 +139646,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -139708,8 +139726,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140519,11 +140537,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 issue_field_values: type: array - items: *553 + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140539,7 +140557,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *241 + type: *242 updated_at: type: string format: date-time @@ -140618,7 +140636,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &760 + milestone: &761 title: Milestone description: A collection of related issues and pull requests. type: object @@ -140756,8 +140774,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -140856,8 +140874,8 @@ x-webhooks: type: string required: - from - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -141649,11 +141667,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 issue_field_values: type: array - items: *553 + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141666,7 +141684,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *241 + type: *242 title: description: Title of the issue type: string @@ -141770,9 +141788,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *754 - organization: *735 - repository: *736 + label: *755 + organization: *736 + repository: *737 sender: *4 required: - action @@ -141852,8 +141870,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142644,11 +142662,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 issue_field_values: type: array - items: *553 + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142661,7 +142679,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *241 + type: *242 title: description: Title of the issue type: string @@ -142765,9 +142783,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *754 - organization: *735 - repository: *736 + label: *755 + organization: *736 + repository: *737 sender: *4 required: - action @@ -142847,8 +142865,8 @@ x-webhooks: type: string enum: - locked - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143663,11 +143681,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 issue_field_values: type: array - items: *553 + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143680,7 +143698,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *241 + type: *242 title: description: Title of the issue type: string @@ -143761,8 +143779,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -143841,8 +143859,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -144651,11 +144669,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 issue_field_values: type: array - items: *553 + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144671,7 +144689,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *241 + type: *242 updated_at: type: string format: date-time @@ -144749,9 +144767,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *760 - organization: *735 - repository: *736 + milestone: *761 + organization: *736 + repository: *737 sender: *4 required: - action @@ -145614,11 +145632,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 issue_field_values: type: array - items: *553 + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145719,7 +145737,7 @@ x-webhooks: required: - login - id - type: *241 + type: *242 required: - id - number @@ -146199,8 +146217,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -146984,11 +147002,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 issue_field_values: type: array - items: *553 + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147004,7 +147022,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *241 + type: *242 updated_at: type: string format: date-time @@ -147112,8 +147130,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -147193,9 +147211,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *733 - installation: *734 - issue: &761 + enterprise: *734 + installation: *735 + issue: &762 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -147981,11 +147999,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 issue_field_values: type: array - items: *553 + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148001,7 +148019,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *241 + type: *242 updated_at: type: string format: date-time @@ -148101,8 +148119,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -148181,8 +148199,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -148995,11 +149013,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 issue_field_values: type: array - items: *553 + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149093,9 +149111,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *241 - organization: *735 - repository: *736 + type: *242 + organization: *736 + repository: *737 sender: *4 required: - action @@ -149964,11 +149982,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 issue_field_values: type: array - items: *553 + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149984,7 +150002,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *241 + type: *242 updated_at: type: string format: date-time @@ -150563,11 +150581,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *733 - installation: *734 - issue: *761 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + issue: *762 + organization: *736 + repository: *737 sender: *4 required: - action @@ -150647,12 +150665,12 @@ x-webhooks: type: string enum: - typed - enterprise: *733 - installation: *734 - issue: *762 - type: *241 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + issue: *763 + type: *242 + organization: *736 + repository: *737 sender: *4 required: - action @@ -150733,7 +150751,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &791 + assignee: &792 title: User type: object nullable: true @@ -150803,11 +150821,11 @@ x-webhooks: required: - login - id - enterprise: *733 - installation: *734 - issue: *762 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + issue: *763 + organization: *736 + repository: *737 sender: *4 required: - action @@ -150886,12 +150904,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *733 - installation: *734 - issue: *762 - label: *754 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + issue: *763 + label: *755 + organization: *736 + repository: *737 sender: *4 required: - action @@ -150971,8 +150989,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -151785,11 +151803,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *669 - issue_dependencies_summary: *670 + sub_issues_summary: *670 + issue_dependencies_summary: *671 issue_field_values: type: array - items: *553 + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151805,7 +151823,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *241 + type: *242 updated_at: type: string format: date-time @@ -151883,8 +151901,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -151964,11 +151982,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *733 - installation: *734 - issue: *761 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + issue: *762 + organization: *736 + repository: *737 sender: *4 required: - action @@ -152047,12 +152065,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *733 - installation: *734 - issue: *762 - type: *241 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + issue: *763 + type: *242 + organization: *736 + repository: *737 sender: *4 required: - action @@ -152132,11 +152150,11 @@ x-webhooks: type: string enum: - created - enterprise: *733 - installation: *734 - label: *754 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + label: *755 + organization: *736 + repository: *737 sender: *4 required: - action @@ -152214,11 +152232,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *733 - installation: *734 - label: *754 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + label: *755 + organization: *736 + repository: *737 sender: *4 required: - action @@ -152328,11 +152346,11 @@ x-webhooks: type: string required: - from - enterprise: *733 - installation: *734 - label: *754 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + label: *755 + organization: *736 + repository: *737 sender: *4 required: - action @@ -152414,9 +152432,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *733 - installation: *734 - marketplace_purchase: &763 + enterprise: *734 + installation: *735 + marketplace_purchase: &764 title: Marketplace Purchase type: object required: @@ -152499,8 +152517,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *735 - previous_marketplace_purchase: &764 + organization: *736 + previous_marketplace_purchase: &765 title: Marketplace Purchase type: object properties: @@ -152580,7 +152598,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *736 + repository: *737 sender: *4 required: - action @@ -152660,10 +152678,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *733 - installation: *734 - marketplace_purchase: *763 - organization: *735 + enterprise: *734 + installation: *735 + marketplace_purchase: *764 + organization: *736 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -152746,7 +152764,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *736 + repository: *737 sender: *4 required: - action @@ -152828,10 +152846,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *733 - installation: *734 - marketplace_purchase: *763 - organization: *735 + enterprise: *734 + installation: *735 + marketplace_purchase: *764 + organization: *736 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -152913,7 +152931,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *736 + repository: *737 sender: *4 required: - action @@ -152994,8 +153012,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 marketplace_purchase: title: Marketplace Purchase type: object @@ -153077,9 +153095,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *735 - previous_marketplace_purchase: *764 - repository: *736 + organization: *736 + previous_marketplace_purchase: *765 + repository: *737 sender: *4 required: - action @@ -153159,12 +153177,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *733 - installation: *734 - marketplace_purchase: *763 - organization: *735 - previous_marketplace_purchase: *764 - repository: *736 + enterprise: *734 + installation: *735 + marketplace_purchase: *764 + organization: *736 + previous_marketplace_purchase: *765 + repository: *737 sender: *4 required: - action @@ -153266,11 +153284,11 @@ x-webhooks: type: string required: - to - enterprise: *733 - installation: *734 - member: *755 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + member: *756 + organization: *736 + repository: *737 sender: *4 required: - action @@ -153370,11 +153388,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *733 - installation: *734 - member: *755 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + member: *756 + organization: *736 + repository: *737 sender: *4 required: - action @@ -153453,11 +153471,11 @@ x-webhooks: type: string enum: - removed - enterprise: *733 - installation: *734 - member: *755 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + member: *756 + organization: *736 + repository: *737 sender: *4 required: - action @@ -153535,11 +153553,11 @@ x-webhooks: type: string enum: - added - enterprise: *733 - installation: *734 - member: *755 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + member: *756 + organization: *736 + repository: *737 scope: description: The scope of the membership. Currently, can only be `team`. @@ -153615,7 +153633,7 @@ x-webhooks: required: - login - id - team: &765 + team: &766 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -153838,11 +153856,11 @@ x-webhooks: type: string enum: - removed - enterprise: *733 - installation: *734 - member: *755 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + member: *756 + organization: *736 + repository: *737 scope: description: The scope of the membership. Currently, can only be `team`. @@ -153919,7 +153937,7 @@ x-webhooks: required: - login - id - team: *765 + team: *766 required: - action - scope @@ -154001,8 +154019,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *734 - merge_group: &767 + installation: *735 + merge_group: &768 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -154021,15 +154039,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *766 + head_commit: *767 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -154115,10 +154133,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *734 - merge_group: *767 - organization: *735 - repository: *736 + installation: *735 + merge_group: *768 + organization: *736 + repository: *737 sender: *4 required: - action @@ -154191,7 +154209,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *733 + enterprise: *734 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -154300,16 +154318,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *734 - organization: *735 + installation: *735 + organization: *736 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *768 - required: *769 + properties: *769 + required: *770 nullable: true sender: *4 required: @@ -154390,11 +154408,11 @@ x-webhooks: type: string enum: - closed - enterprise: *733 - installation: *734 - milestone: *760 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + milestone: *761 + organization: *736 + repository: *737 sender: *4 required: - action @@ -154473,9 +154491,9 @@ x-webhooks: type: string enum: - created - enterprise: *733 - installation: *734 - milestone: &770 + enterprise: *734 + installation: *735 + milestone: &771 title: Milestone description: A collection of related issues and pull requests. type: object @@ -154612,8 +154630,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -154692,11 +154710,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *733 - installation: *734 - milestone: *760 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + milestone: *761 + organization: *736 + repository: *737 sender: *4 required: - action @@ -154806,11 +154824,11 @@ x-webhooks: type: string required: - from - enterprise: *733 - installation: *734 - milestone: *760 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + milestone: *761 + organization: *736 + repository: *737 sender: *4 required: - action @@ -154890,11 +154908,11 @@ x-webhooks: type: string enum: - opened - enterprise: *733 - installation: *734 - milestone: *770 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + milestone: *771 + organization: *736 + repository: *737 sender: *4 required: - action @@ -154973,11 +154991,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *755 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + blocked_user: *756 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -155056,11 +155074,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *755 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + blocked_user: *756 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -155139,9 +155157,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *733 - installation: *734 - membership: &771 + enterprise: *734 + installation: *735 + membership: &772 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -155248,8 +155266,8 @@ x-webhooks: - role - organization_url - user - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 required: - action @@ -155327,11 +155345,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *733 - installation: *734 - membership: *771 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + membership: *772 + organization: *736 + repository: *737 sender: *4 required: - action @@ -155410,8 +155428,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -155527,10 +155545,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 - user: *755 + user: *756 required: - action - invitation @@ -155608,11 +155626,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *733 - installation: *734 - membership: *771 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + membership: *772 + organization: *736 + repository: *737 sender: *4 required: - action @@ -155699,11 +155717,11 @@ x-webhooks: properties: from: type: string - enterprise: *733 - installation: *734 - membership: *771 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + membership: *772 + organization: *736 + repository: *737 sender: *4 required: - action @@ -155780,9 +155798,9 @@ x-webhooks: type: string enum: - published - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 package: description: Information about the package. type: object @@ -156281,7 +156299,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &772 + items: &773 title: Ruby Gems metadata type: object properties: @@ -156376,7 +156394,7 @@ x-webhooks: - owner - package_version - registry - repository: *736 + repository: *737 sender: *4 required: - action @@ -156452,9 +156470,9 @@ x-webhooks: type: string enum: - updated - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 package: description: Information about the package. type: object @@ -156807,7 +156825,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *772 + items: *773 source_url: type: string format: uri @@ -156877,7 +156895,7 @@ x-webhooks: - owner - package_version - registry - repository: *736 + repository: *737 sender: *4 required: - action @@ -157053,12 +157071,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *733 + enterprise: *734 id: type: integer - installation: *734 - organization: *735 - repository: *736 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - id @@ -157135,7 +157153,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &773 + personal_access_token_request: &774 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -157281,10 +157299,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *733 - organization: *735 + enterprise: *734 + organization: *736 sender: *4 - installation: *734 + installation: *735 required: - action - personal_access_token_request @@ -157361,11 +157379,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *773 - enterprise: *733 - organization: *735 + personal_access_token_request: *774 + enterprise: *734 + organization: *736 sender: *4 - installation: *734 + installation: *735 required: - action - personal_access_token_request @@ -157441,11 +157459,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *773 - enterprise: *733 - organization: *735 + personal_access_token_request: *774 + enterprise: *734 + organization: *736 sender: *4 - installation: *734 + installation: *735 required: - action - personal_access_token_request @@ -157520,11 +157538,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *773 - organization: *735 - enterprise: *733 + personal_access_token_request: *774 + organization: *736 + enterprise: *734 sender: *4 - installation: *734 + installation: *735 required: - action - personal_access_token_request @@ -157629,7 +157647,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *774 + last_response: *775 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -157661,8 +157679,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 zen: description: Random string of GitHub zen. @@ -157907,10 +157925,10 @@ x-webhooks: - from required: - note - enterprise: *733 - installation: *734 - organization: *735 - project_card: &775 + enterprise: *734 + installation: *735 + organization: *736 + project_card: &776 title: Project Card type: object properties: @@ -158029,7 +158047,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *736 + repository: *737 sender: *4 required: - action @@ -158110,11 +158128,11 @@ x-webhooks: type: string enum: - created - enterprise: *733 - installation: *734 - organization: *735 - project_card: *775 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + project_card: *776 + repository: *737 sender: *4 required: - action @@ -158194,9 +158212,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 project_card: title: Project Card type: object @@ -158324,8 +158342,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *768 - required: *769 + properties: *769 + required: *770 nullable: true sender: *4 required: @@ -158419,11 +158437,11 @@ x-webhooks: - from required: - note - enterprise: *733 - installation: *734 - organization: *735 - project_card: *775 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + project_card: *776 + repository: *737 sender: *4 required: - action @@ -158517,9 +158535,9 @@ x-webhooks: - from required: - column_id - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 project_card: allOf: - title: Project Card @@ -158709,7 +158727,7 @@ x-webhooks: type: string required: - after_id - repository: *736 + repository: *737 sender: *4 required: - action @@ -158789,10 +158807,10 @@ x-webhooks: type: string enum: - closed - enterprise: *733 - installation: *734 - organization: *735 - project: &777 + enterprise: *734 + installation: *735 + organization: *736 + project: &778 title: Project type: object properties: @@ -158916,7 +158934,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *736 + repository: *737 sender: *4 required: - action @@ -158996,10 +159014,10 @@ x-webhooks: type: string enum: - created - enterprise: *733 - installation: *734 - organization: *735 - project_column: &776 + enterprise: *734 + installation: *735 + organization: *736 + project_column: &777 title: Project Column type: object properties: @@ -159038,7 +159056,7 @@ x-webhooks: - name - created_at - updated_at - repository: *736 + repository: *737 sender: *4 required: - action @@ -159117,18 +159135,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *733 - installation: *734 - organization: *735 - project_column: *776 + enterprise: *734 + installation: *735 + organization: *736 + project_column: *777 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *768 - required: *769 + properties: *769 + required: *770 nullable: true sender: *4 required: @@ -159218,11 +159236,11 @@ x-webhooks: type: string required: - from - enterprise: *733 - installation: *734 - organization: *735 - project_column: *776 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + project_column: *777 + repository: *737 sender: *4 required: - action @@ -159302,11 +159320,11 @@ x-webhooks: type: string enum: - moved - enterprise: *733 - installation: *734 - organization: *735 - project_column: *776 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + project_column: *777 + repository: *737 sender: *4 required: - action @@ -159386,11 +159404,11 @@ x-webhooks: type: string enum: - created - enterprise: *733 - installation: *734 - organization: *735 - project: *777 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + project: *778 + repository: *737 sender: *4 required: - action @@ -159470,18 +159488,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *733 - installation: *734 - organization: *735 - project: *777 + enterprise: *734 + installation: *735 + organization: *736 + project: *778 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *768 - required: *769 + properties: *769 + required: *770 nullable: true sender: *4 required: @@ -159583,11 +159601,11 @@ x-webhooks: type: string required: - from - enterprise: *733 - installation: *734 - organization: *735 - project: *777 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + project: *778 + repository: *737 sender: *4 required: - action @@ -159666,11 +159684,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *733 - installation: *734 - organization: *735 - project: *777 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + project: *778 + repository: *737 sender: *4 required: - action @@ -159751,9 +159769,9 @@ x-webhooks: type: string enum: - closed - installation: *734 - organization: *735 - projects_v2: *275 + installation: *735 + organization: *736 + projects_v2: *276 sender: *4 required: - action @@ -159834,9 +159852,9 @@ x-webhooks: type: string enum: - created - installation: *734 - organization: *735 - projects_v2: *275 + installation: *735 + organization: *736 + projects_v2: *276 sender: *4 required: - action @@ -159917,9 +159935,9 @@ x-webhooks: type: string enum: - deleted - installation: *734 - organization: *735 - projects_v2: *275 + installation: *735 + organization: *736 + projects_v2: *276 sender: *4 required: - action @@ -160036,9 +160054,9 @@ x-webhooks: type: string to: type: string - installation: *734 - organization: *735 - projects_v2: *275 + installation: *735 + organization: *736 + projects_v2: *276 sender: *4 required: - action @@ -160121,7 +160139,7 @@ x-webhooks: type: string enum: - archived - changes: &781 + changes: &782 type: object properties: archived_at: @@ -160135,9 +160153,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *734 - organization: *735 - projects_v2_item: &778 + installation: *735 + organization: *736 + projects_v2_item: &779 title: Projects v2 Item description: An item belonging to a project type: object @@ -160155,7 +160173,7 @@ x-webhooks: type: string description: The node ID of the content represented by this item. - content_type: *282 + content_type: *283 creator: *4 created_at: type: string @@ -160272,9 +160290,9 @@ x-webhooks: nullable: true to: type: string - installation: *734 - organization: *735 - projects_v2_item: *778 + installation: *735 + organization: *736 + projects_v2_item: *779 sender: *4 required: - action @@ -160356,9 +160374,9 @@ x-webhooks: type: string enum: - created - installation: *734 - organization: *735 - projects_v2_item: *778 + installation: *735 + organization: *736 + projects_v2_item: *779 sender: *4 required: - action @@ -160439,9 +160457,9 @@ x-webhooks: type: string enum: - deleted - installation: *734 - organization: *735 - projects_v2_item: *778 + installation: *735 + organization: *736 + projects_v2_item: *779 sender: *4 required: - action @@ -160547,7 +160565,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &779 + - &780 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -160569,7 +160587,7 @@ x-webhooks: required: - id - name - - &780 + - &781 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -160603,8 +160621,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *779 - *780 + - *781 required: - field_value - type: object @@ -160620,9 +160638,9 @@ x-webhooks: nullable: true required: - body - installation: *734 - organization: *735 - projects_v2_item: *778 + installation: *735 + organization: *736 + projects_v2_item: *779 sender: *4 required: - action @@ -160717,9 +160735,9 @@ x-webhooks: to: type: string nullable: true - installation: *734 - organization: *735 - projects_v2_item: *778 + installation: *735 + organization: *736 + projects_v2_item: *779 sender: *4 required: - action @@ -160802,10 +160820,10 @@ x-webhooks: type: string enum: - restored - changes: *781 - installation: *734 - organization: *735 - projects_v2_item: *778 + changes: *782 + installation: *735 + organization: *736 + projects_v2_item: *779 sender: *4 required: - action @@ -160887,9 +160905,9 @@ x-webhooks: type: string enum: - reopened - installation: *734 - organization: *735 - projects_v2: *275 + installation: *735 + organization: *736 + projects_v2: *276 sender: *4 required: - action @@ -160970,14 +160988,14 @@ x-webhooks: type: string enum: - created - installation: *734 - organization: *735 - projects_v2_status_update: &784 + installation: *735 + organization: *736 + projects_v2_status_update: &785 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *782 - required: *783 + properties: *783 + required: *784 sender: *4 required: - action @@ -161058,9 +161076,9 @@ x-webhooks: type: string enum: - deleted - installation: *734 - organization: *735 - projects_v2_status_update: *784 + installation: *735 + organization: *736 + projects_v2_status_update: *785 sender: *4 required: - action @@ -161196,9 +161214,9 @@ x-webhooks: type: string format: date nullable: true - installation: *734 - organization: *735 - projects_v2_status_update: *784 + installation: *735 + organization: *736 + projects_v2_status_update: *785 sender: *4 required: - action @@ -161269,10 +161287,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - repository @@ -161349,13 +161367,13 @@ x-webhooks: type: string enum: - assigned - assignee: *755 - enterprise: *733 - installation: *734 - number: &785 + assignee: *756 + enterprise: *734 + installation: *735 + number: &786 description: The pull request number. type: integer - organization: *735 + organization: *736 pull_request: title: Pull Request type: object @@ -163642,7 +163660,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *736 + repository: *737 sender: *4 required: - action @@ -163724,11 +163742,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 number: type: integer - organization: *735 + organization: *736 pull_request: title: Pull Request type: object @@ -166010,7 +166028,7 @@ x-webhooks: - draft reason: type: string - repository: *736 + repository: *737 sender: *4 required: - action @@ -166092,11 +166110,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 number: type: integer - organization: *735 + organization: *736 pull_request: title: Pull Request type: object @@ -168378,7 +168396,7 @@ x-webhooks: - draft reason: type: string - repository: *736 + repository: *737 sender: *4 required: - action @@ -168460,13 +168478,13 @@ x-webhooks: type: string enum: - closed - enterprise: *733 - installation: *734 - number: *785 - organization: *735 - pull_request: &786 + enterprise: *734 + installation: *735 + number: *786 + organization: *736 + pull_request: &787 allOf: - - *591 + - *592 - type: object properties: allow_auto_merge: @@ -168528,7 +168546,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *736 + repository: *737 sender: *4 required: - action @@ -168609,12 +168627,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *733 - installation: *734 - number: *785 - organization: *735 - pull_request: *786 - repository: *736 + enterprise: *734 + installation: *735 + number: *786 + organization: *736 + pull_request: *787 + repository: *737 sender: *4 required: - action @@ -168694,11 +168712,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *733 - milestone: *575 - number: *785 - organization: *735 - pull_request: &787 + enterprise: *734 + milestone: *576 + number: *786 + organization: *736 + pull_request: &788 title: Pull Request type: object properties: @@ -170979,7 +170997,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *736 + repository: *737 sender: *4 required: - action @@ -171058,11 +171076,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 number: type: integer - organization: *735 + organization: *736 pull_request: title: Pull Request type: object @@ -173362,7 +173380,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *736 + repository: *737 sender: *4 required: - action @@ -173486,12 +173504,12 @@ x-webhooks: type: string required: - from - enterprise: *733 - installation: *734 - number: *785 - organization: *735 - pull_request: *786 - repository: *736 + enterprise: *734 + installation: *735 + number: *786 + organization: *736 + pull_request: *787 + repository: *737 sender: *4 required: - action @@ -173571,11 +173589,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 number: type: integer - organization: *735 + organization: *736 pull_request: title: Pull Request type: object @@ -175860,7 +175878,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *736 + repository: *737 sender: *4 required: - action @@ -175940,11 +175958,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *733 - installation: *734 - label: *754 - number: *785 - organization: *735 + enterprise: *734 + installation: *735 + label: *755 + number: *786 + organization: *736 pull_request: title: Pull Request type: object @@ -178230,7 +178248,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *736 + repository: *737 sender: *4 required: - action @@ -178311,10 +178329,10 @@ x-webhooks: type: string enum: - locked - enterprise: *733 - installation: *734 - number: *785 - organization: *735 + enterprise: *734 + installation: *735 + number: *786 + organization: *736 pull_request: title: Pull Request type: object @@ -180598,7 +180616,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *736 + repository: *737 sender: *4 required: - action @@ -180678,12 +180696,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *733 - milestone: *575 - number: *785 - organization: *735 - pull_request: *787 - repository: *736 + enterprise: *734 + milestone: *576 + number: *786 + organization: *736 + pull_request: *788 + repository: *737 sender: *4 required: - action @@ -180762,12 +180780,12 @@ x-webhooks: type: string enum: - opened - enterprise: *733 - installation: *734 - number: *785 - organization: *735 - pull_request: *786 - repository: *736 + enterprise: *734 + installation: *735 + number: *786 + organization: *736 + pull_request: *787 + repository: *737 sender: *4 required: - action @@ -180848,12 +180866,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *733 - installation: *734 - number: *785 - organization: *735 - pull_request: *786 - repository: *736 + enterprise: *734 + installation: *735 + number: *786 + organization: *736 + pull_request: *787 + repository: *737 sender: *4 required: - action @@ -180933,12 +180951,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *733 - installation: *734 - number: *785 - organization: *735 - pull_request: *786 - repository: *736 + enterprise: *734 + installation: *735 + number: *786 + organization: *736 + pull_request: *787 + repository: *737 sender: *4 required: - action @@ -181304,9 +181322,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 pull_request: type: object properties: @@ -183480,7 +183498,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *736 + repository: *737 sender: *4 required: - action @@ -183560,7 +183578,7 @@ x-webhooks: type: string enum: - deleted - comment: &789 + comment: &790 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -183845,9 +183863,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 pull_request: type: object properties: @@ -186009,7 +186027,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *736 + repository: *737 sender: *4 required: - action @@ -186089,11 +186107,11 @@ x-webhooks: type: string enum: - edited - changes: *788 - comment: *789 - enterprise: *733 - installation: *734 - organization: *735 + changes: *789 + comment: *790 + enterprise: *734 + installation: *735 + organization: *736 pull_request: type: object properties: @@ -188258,7 +188276,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *736 + repository: *737 sender: *4 required: - action @@ -188339,9 +188357,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 pull_request: title: Simple Pull Request type: object @@ -190518,7 +190536,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *736 + repository: *737 review: description: The review that was affected. type: object @@ -190765,9 +190783,9 @@ x-webhooks: type: string required: - from - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 pull_request: title: Simple Pull Request type: object @@ -192817,8 +192835,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *736 - review: &790 + repository: *737 + review: &791 description: The review that was affected. type: object properties: @@ -193051,12 +193069,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 number: description: The pull request number. type: integer - organization: *735 + organization: *736 pull_request: title: Pull Request type: object @@ -195343,7 +195361,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *736 + repository: *737 requested_reviewer: title: User type: object @@ -195427,12 +195445,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 number: description: The pull request number. type: integer - organization: *735 + organization: *736 pull_request: title: Pull Request type: object @@ -197726,7 +197744,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *736 + repository: *737 requested_team: title: Team description: Groups of organization members that gives permissions @@ -197918,12 +197936,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 number: description: The pull request number. type: integer - organization: *735 + organization: *736 pull_request: title: Pull Request type: object @@ -200212,7 +200230,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *736 + repository: *737 requested_reviewer: title: User type: object @@ -200297,12 +200315,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *733 - installation: *734 + enterprise: *734 + installation: *735 number: description: The pull request number. type: integer - organization: *735 + organization: *736 pull_request: title: Pull Request type: object @@ -202582,7 +202600,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *736 + repository: *737 requested_team: title: Team description: Groups of organization members that gives permissions @@ -202763,9 +202781,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 pull_request: title: Simple Pull Request type: object @@ -204944,8 +204962,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *736 - review: *790 + repository: *737 + review: *791 sender: *4 required: - action @@ -205025,9 +205043,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 pull_request: title: Simple Pull Request type: object @@ -207115,7 +207133,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *736 + repository: *737 sender: *4 thread: type: object @@ -207502,9 +207520,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 pull_request: title: Simple Pull Request type: object @@ -209578,7 +209596,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *736 + repository: *737 sender: *4 thread: type: object @@ -209968,10 +209986,10 @@ x-webhooks: type: string before: type: string - enterprise: *733 - installation: *734 - number: *785 - organization: *735 + enterprise: *734 + installation: *735 + number: *786 + organization: *736 pull_request: title: Pull Request type: object @@ -212246,7 +212264,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *736 + repository: *737 sender: *4 required: - action @@ -212328,11 +212346,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *791 - enterprise: *733 - installation: *734 - number: *785 - organization: *735 + assignee: *792 + enterprise: *734 + installation: *735 + number: *786 + organization: *736 pull_request: title: Pull Request type: object @@ -214619,7 +214637,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *736 + repository: *737 sender: *4 required: - action @@ -214698,11 +214716,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *733 - installation: *734 - label: *754 - number: *785 - organization: *735 + enterprise: *734 + installation: *735 + label: *755 + number: *786 + organization: *736 pull_request: title: Pull Request type: object @@ -216979,7 +216997,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *736 + repository: *737 sender: *4 required: - action @@ -217060,10 +217078,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *733 - installation: *734 - number: *785 - organization: *735 + enterprise: *734 + installation: *735 + number: *786 + organization: *736 pull_request: title: Pull Request type: object @@ -219332,7 +219350,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *736 + repository: *737 sender: *4 required: - action @@ -219532,7 +219550,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *733 + enterprise: *734 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -219624,8 +219642,8 @@ x-webhooks: - url - author - committer - installation: *734 - organization: *735 + installation: *735 + organization: *736 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -220211,9 +220229,9 @@ x-webhooks: type: string enum: - published - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 registry_package: type: object properties: @@ -220659,7 +220677,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *772 + items: *773 summary: type: string tag_name: @@ -220713,7 +220731,7 @@ x-webhooks: - owner - package_version - registry - repository: *736 + repository: *737 sender: *4 required: - action @@ -220791,9 +220809,9 @@ x-webhooks: type: string enum: - updated - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 registry_package: type: object properties: @@ -221101,7 +221119,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *772 + items: *773 summary: type: string tag_name: @@ -221150,7 +221168,7 @@ x-webhooks: - owner - package_version - registry - repository: *736 + repository: *737 sender: *4 required: - action @@ -221227,10 +221245,10 @@ x-webhooks: type: string enum: - created - enterprise: *733 - installation: *734 - organization: *735 - release: &792 + enterprise: *734 + installation: *735 + organization: *736 + release: &793 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -221548,7 +221566,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *736 + repository: *737 sender: *4 required: - action @@ -221625,11 +221643,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *733 - installation: *734 - organization: *735 - release: *792 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + release: *793 + repository: *737 sender: *4 required: - action @@ -221746,11 +221764,11 @@ x-webhooks: type: boolean required: - to - enterprise: *733 - installation: *734 - organization: *735 - release: *792 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + release: *793 + repository: *737 sender: *4 required: - action @@ -221828,9 +221846,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -222152,7 +222170,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *736 + repository: *737 sender: *4 required: - action @@ -222228,10 +222246,10 @@ x-webhooks: type: string enum: - published - enterprise: *733 - installation: *734 - organization: *735 - release: &793 + enterprise: *734 + installation: *735 + organization: *736 + release: &794 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -222550,7 +222568,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *736 + repository: *737 sender: *4 required: - action @@ -222626,11 +222644,11 @@ x-webhooks: type: string enum: - released - enterprise: *733 - installation: *734 - organization: *735 - release: *792 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + release: *793 + repository: *737 sender: *4 required: - action @@ -222706,11 +222724,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *733 - installation: *734 - organization: *735 - release: *793 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + release: *794 + repository: *737 sender: *4 required: - action @@ -222786,11 +222804,11 @@ x-webhooks: type: string enum: - published - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 - repository_advisory: *655 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 + repository_advisory: *656 sender: *4 required: - action @@ -222866,11 +222884,11 @@ x-webhooks: type: string enum: - reported - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 - repository_advisory: *655 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 + repository_advisory: *656 sender: *4 required: - action @@ -222946,10 +222964,10 @@ x-webhooks: type: string enum: - archived - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -223026,10 +223044,10 @@ x-webhooks: type: string enum: - created - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -223107,10 +223125,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -223194,10 +223212,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -223309,10 +223327,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -223384,10 +223402,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 status: type: string @@ -223468,10 +223486,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -223548,10 +223566,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -223645,10 +223663,10 @@ x-webhooks: - name required: - repository - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -223728,11 +223746,11 @@ x-webhooks: type: string enum: - created - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 - repository_ruleset: *323 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 + repository_ruleset: *324 sender: *4 required: - action @@ -223810,11 +223828,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 - repository_ruleset: *323 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 + repository_ruleset: *324 sender: *4 required: - action @@ -223892,11 +223910,11 @@ x-webhooks: type: string enum: - edited - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 - repository_ruleset: *323 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 + repository_ruleset: *324 changes: type: object properties: @@ -223915,16 +223933,16 @@ x-webhooks: properties: added: type: array - items: *297 + items: *298 deleted: type: array - items: *297 + items: *298 updated: type: array items: type: object properties: - condition: *297 + condition: *298 changes: type: object properties: @@ -223957,16 +223975,16 @@ x-webhooks: properties: added: type: array - items: *611 + items: *612 deleted: type: array - items: *611 + items: *612 updated: type: array items: type: object properties: - rule: *611 + rule: *612 changes: type: object properties: @@ -224200,10 +224218,10 @@ x-webhooks: - from required: - owner - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -224281,10 +224299,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -224362,7 +224380,7 @@ x-webhooks: type: string enum: - create - alert: &794 + alert: &795 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -224484,10 +224502,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -224693,10 +224711,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -224774,11 +224792,11 @@ x-webhooks: type: string enum: - reopen - alert: *794 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + alert: *795 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -224977,10 +224995,10 @@ x-webhooks: enum: - fixed - open - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -225058,7 +225076,7 @@ x-webhooks: type: string enum: - assigned - alert: &795 + alert: &796 type: object properties: number: *178 @@ -225192,10 +225210,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -225273,11 +225291,11 @@ x-webhooks: type: string enum: - created - alert: *795 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + alert: *796 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -225358,11 +225376,11 @@ x-webhooks: type: string enum: - created - alert: *795 - installation: *734 - location: *796 - organization: *735 - repository: *736 + alert: *796 + installation: *735 + location: *797 + organization: *736 + repository: *737 sender: *4 required: - location @@ -225600,11 +225618,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *795 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + alert: *796 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -225682,11 +225700,11 @@ x-webhooks: type: string enum: - reopened - alert: *795 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + alert: *796 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -225764,11 +225782,11 @@ x-webhooks: type: string enum: - resolved - alert: *795 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + alert: *796 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -225846,12 +225864,12 @@ x-webhooks: type: string enum: - unassigned - alert: *795 + alert: *796 assignee: *4 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -225929,11 +225947,11 @@ x-webhooks: type: string enum: - validated - alert: *795 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + alert: *796 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -226059,10 +226077,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *736 - enterprise: *733 - installation: *734 - organization: *735 + repository: *737 + enterprise: *734 + installation: *735 + organization: *736 sender: *4 required: - action @@ -226140,11 +226158,11 @@ x-webhooks: type: string enum: - published - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 - security_advisory: &797 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 + security_advisory: &798 description: The details of the security advisory, including summary, description, and severity. type: object @@ -226315,11 +226333,11 @@ x-webhooks: type: string enum: - updated - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 - security_advisory: *797 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 + security_advisory: *798 sender: *4 required: - action @@ -226392,10 +226410,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -226567,11 +226585,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *296 - enterprise: *733 - installation: *734 - organization: *735 - repository: *344 + security_and_analysis: *297 + enterprise: *734 + installation: *735 + organization: *736 + repository: *345 sender: *4 required: - changes @@ -226649,12 +226667,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 - sponsorship: &798 + sponsorship: &799 type: object properties: created_at: @@ -226955,12 +226973,12 @@ x-webhooks: type: string enum: - created - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 - sponsorship: *798 + sponsorship: *799 required: - action - sponsorship @@ -227048,12 +227066,12 @@ x-webhooks: type: string required: - from - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 - sponsorship: *798 + sponsorship: *799 required: - action - changes @@ -227130,17 +227148,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &799 + effective_date: &800 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 - sponsorship: *798 + sponsorship: *799 required: - action - sponsorship @@ -227214,7 +227232,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &800 + changes: &801 type: object properties: tier: @@ -227258,13 +227276,13 @@ x-webhooks: - from required: - tier - effective_date: *799 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + effective_date: *800 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 - sponsorship: *798 + sponsorship: *799 required: - action - changes @@ -227341,13 +227359,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *800 - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + changes: *801 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 - sponsorship: *798 + sponsorship: *799 required: - action - changes @@ -227421,10 +227439,10 @@ x-webhooks: type: string enum: - created - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -227507,10 +227525,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -227930,15 +227948,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *733 + enterprise: *734 id: description: The unique identifier of the status. type: integer - installation: *734 + installation: *735 name: type: string - organization: *735 - repository: *736 + organization: *736 + repository: *737 sender: *4 sha: description: The Commit SHA. @@ -228053,9 +228071,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *85 - installation: *734 - organization: *735 - repository: *736 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -228145,9 +228163,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *85 - installation: *734 - organization: *735 - repository: *736 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -228237,9 +228255,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *85 - installation: *734 - organization: *735 - repository: *736 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -228329,9 +228347,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *85 - installation: *734 - organization: *735 - repository: *736 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -228408,12 +228426,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 - team: &801 + team: &802 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -228636,9 +228654,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 repository: title: Repository description: A git repository @@ -229096,7 +229114,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *801 + team: *802 required: - action - team @@ -229172,9 +229190,9 @@ x-webhooks: type: string enum: - created - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 repository: title: Repository description: A git repository @@ -229632,7 +229650,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *801 + team: *802 required: - action - team @@ -229709,9 +229727,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 repository: title: Repository description: A git repository @@ -230169,7 +230187,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *801 + team: *802 required: - action - team @@ -230313,9 +230331,9 @@ x-webhooks: - from required: - permissions - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 repository: title: Repository description: A git repository @@ -230773,7 +230791,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *801 + team: *802 required: - action - changes @@ -230851,9 +230869,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *733 - installation: *734 - organization: *735 + enterprise: *734 + installation: *735 + organization: *736 repository: title: Repository description: A git repository @@ -231311,7 +231329,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *801 + team: *802 required: - action - team @@ -231387,10 +231405,10 @@ x-webhooks: type: string enum: - started - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 required: - action @@ -231463,16 +231481,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *733 + enterprise: *734 inputs: type: object nullable: true additionalProperties: true - installation: *734 - organization: *735 + installation: *735 + organization: *736 ref: type: string - repository: *736 + repository: *737 sender: *4 workflow: type: string @@ -231554,10 +231572,10 @@ x-webhooks: type: string enum: - completed - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 workflow_job: allOf: @@ -231794,7 +231812,7 @@ x-webhooks: type: string required: - conclusion - deployment: *502 + deployment: *503 required: - action - repository @@ -231873,10 +231891,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 workflow_job: allOf: @@ -232136,7 +232154,7 @@ x-webhooks: required: - status - steps - deployment: *502 + deployment: *503 required: - action - repository @@ -232215,10 +232233,10 @@ x-webhooks: type: string enum: - queued - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 workflow_job: type: object @@ -232353,7 +232371,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *502 + deployment: *503 required: - action - repository @@ -232432,10 +232450,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 workflow_job: type: object @@ -232571,7 +232589,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *502 + deployment: *503 required: - action - repository @@ -232651,12 +232669,12 @@ x-webhooks: type: string enum: - completed - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 - workflow: *750 + workflow: *751 workflow_run: title: Workflow Run type: object @@ -233655,12 +233673,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 - workflow: *750 + workflow: *751 workflow_run: title: Workflow Run type: object @@ -234644,12 +234662,12 @@ x-webhooks: type: string enum: - requested - enterprise: *733 - installation: *734 - organization: *735 - repository: *736 + enterprise: *734 + installation: *735 + organization: *736 + repository: *737 sender: *4 - workflow: *750 + workflow: *751 workflow_run: title: Workflow Run type: object diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index b44081a9bb..769566d75f 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -26020,6 +26020,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", @@ -26352,6 +26360,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.", @@ -118981,6 +118998,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", @@ -119338,6 +119363,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.", @@ -337028,6 +337062,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", @@ -337368,6 +337410,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.", @@ -338734,6 +338785,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.", @@ -339937,6 +339997,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.", @@ -796837,6 +796906,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.", @@ -799363,6 +799441,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.", @@ -801889,6 +801976,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.", @@ -804415,6 +804511,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.", @@ -806941,6 +807046,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.", @@ -809467,6 +809581,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.", @@ -811993,6 +812116,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.", @@ -814519,6 +814651,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/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index 7ce6a2267d..89b1bccd01 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -881,7 +881,7 @@ paths: - subscriptions_url - type - url - type: &331 + type: &332 type: string description: The type of credit the user is receiving. enum: @@ -1074,7 +1074,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &660 + - &661 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4140,7 +4140,7 @@ paths: schema: type: integer default: 30 - - &216 + - &217 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 @@ -4149,7 +4149,7 @@ paths: required: false schema: type: string - - &217 + - &218 name: status description: Returns webhook deliveries filtered by delivery outcome classification based on `status_code` range. A `status` of `success` returns deliveries @@ -4169,7 +4169,7 @@ paths: application/json: schema: type: array - items: &218 + items: &219 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -4249,7 +4249,7 @@ paths: - installation_id - repository_id examples: - default: &219 + default: &220 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4377,7 +4377,7 @@ paths: description: Response content: application/json: - schema: &220 + schema: &221 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -4491,7 +4491,7 @@ paths: - request - response examples: - default: &221 + default: &222 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -5476,7 +5476,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &295 + properties: &296 id: description: Unique identifier of the repository example: 42 @@ -5927,7 +5927,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &296 + required: &297 - archive_url - assignees_url - blobs_url @@ -6001,7 +6001,7 @@ paths: - watchers_count - created_at - updated_at - x-github-breaking-changes: &297 + x-github-breaking-changes: &298 - changeset: remove_use_squash_pr_title_as_default patch: properties: @@ -11820,6 +11820,15 @@ paths: parameters: - *40 - &199 + 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 + - &200 name: state in: query description: |- @@ -11828,7 +11837,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &200 + - &201 name: severity in: query description: |- @@ -11837,7 +11846,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &201 + - &202 name: ecosystem in: query description: |- @@ -11846,14 +11855,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &202 + - &203 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 - - &203 + - &204 name: epss_percentage in: query description: |- @@ -11865,7 +11874,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 - - &494 + - &495 name: has in: query description: |- @@ -11879,7 +11888,7 @@ paths: type: string enum: - patch - - &204 + - &205 name: assignee in: query description: |- @@ -11888,7 +11897,7 @@ paths: Use `*` to list alerts with at least one assignee or `none` to list alerts with no assignees. schema: type: string - - &205 + - &206 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -11898,7 +11907,7 @@ paths: enum: - development - runtime - - &206 + - &207 name: sort in: query description: |- @@ -11924,7 +11933,7 @@ paths: application/json: schema: type: array - items: &207 + items: &208 type: object description: A Dependabot alert. properties: @@ -11991,7 +12000,7 @@ paths: - direct - transitive - inconclusive - security_advisory: &495 + security_advisory: &496 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -12072,6 +12081,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 @@ -12272,14 +12288,14 @@ paths: format: date-time readOnly: true nullable: true - auto_dismissed_at: &496 + auto_dismissed_at: &497 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissal_request: &497 + dismissal_request: &498 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -12341,7 +12357,7 @@ paths: - repository additionalProperties: false examples: - default: &208 + default: &209 value: - number: 2 state: dismissed @@ -13677,7 +13693,7 @@ paths: properties: action: type: string - discussion: &754 + discussion: &755 title: Discussion description: A Discussion in a repository. type: object @@ -14044,7 +14060,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &548 + properties: &549 id: type: integer format: int64 @@ -14157,7 +14173,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &279 + properties: &280 url: type: string format: uri @@ -14227,7 +14243,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &280 + required: &281 - closed_issues - creator - description @@ -14306,7 +14322,7 @@ paths: timeline_url: type: string format: uri - type: &242 + type: &243 title: Issue Type description: The type of issue. type: object @@ -14420,7 +14436,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &672 + sub_issues_summary: &673 title: Sub-issues Summary type: object properties: @@ -14507,7 +14523,7 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &571 + properties: &572 pinned_at: type: string format: date-time @@ -14519,7 +14535,7 @@ paths: properties: *20 required: *21 nullable: true - required: &572 + required: &573 - pinned_at - pinned_by nullable: true @@ -14533,7 +14549,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &673 + issue_dependencies_summary: &674 title: Issue Dependencies Summary type: object properties: @@ -14552,7 +14568,7 @@ paths: - total_blocking issue_field_values: type: array - items: &556 + items: &557 title: Issue Field Value description: A value assigned to an issue field type: object @@ -14613,7 +14629,7 @@ paths: - node_id - data_type - value - required: &549 + required: &550 - assignee - closed_at - comments @@ -14634,7 +14650,7 @@ paths: - user - created_at - updated_at - x-github-breaking-changes: &550 + x-github-breaking-changes: &551 - changeset: deprecate_beta_media_type patch: properties: @@ -14694,7 +14710,7 @@ paths: action: type: string issue: *85 - comment: &544 + comment: &545 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -15358,7 +15374,7 @@ paths: type: string release: allOf: - - &605 + - &606 title: Release description: A release. type: object @@ -15429,7 +15445,7 @@ paths: author: *4 assets: type: array - items: &606 + items: &607 title: Release Asset description: Data related to a release. type: object @@ -16049,7 +16065,7 @@ paths: url: type: string format: uri - user: &679 + user: &680 title: Public User description: Public User type: object @@ -17929,7 +17945,7 @@ paths: - closed - all default: open - - &245 + - &246 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -17980,7 +17996,7 @@ paths: type: array items: *85 examples: - default: &246 + default: &247 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: - - &343 + - &344 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &344 + - &345 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': *29 '304': *37 - '301': &347 + '301': &348 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: - - &581 + - &582 name: all description: If `true`, show notifications marked as read. in: query @@ -19464,7 +19480,7 @@ paths: schema: type: boolean default: false - - &582 + - &583 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 - *92 - - &583 + - &584 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: @@ -19510,7 +19526,7 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: &210 + properties: &211 id: type: integer format: int64 @@ -19796,7 +19812,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &298 + security_and_analysis: &299 nullable: true type: object properties: @@ -19909,7 +19925,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &211 + required: &212 - archive_url - assignees_url - blobs_url @@ -19956,7 +19972,7 @@ paths: - teams_url - trees_url - url - x-github-breaking-changes: &212 + x-github-breaking-changes: &213 - changeset: remove_has_downloads patch: properties: @@ -20003,7 +20019,7 @@ paths: - url - subscription_url examples: - default: &584 + default: &585 value: - id: '1' repository: @@ -21550,7 +21566,7 @@ paths: required: false schema: type: string - - &729 + - &730 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -21696,7 +21712,7 @@ paths: parameters: - *75 - *123 - - &730 + - &731 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 @@ -21808,7 +21824,7 @@ paths: - *123 - *125 - *124 - - &731 + - &732 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -21816,7 +21832,7 @@ paths: schema: type: string - *126 - - &732 + - &733 name: sku description: The SKU to query for usage. in: query @@ -22746,7 +22762,7 @@ paths: type: integer repository_cache_usages: type: array - items: &354 + items: &355 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -24062,7 +24078,7 @@ paths: - all - local_only - selected - selected_actions_url: &360 + selected_actions_url: &361 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` @@ -24145,7 +24161,7 @@ paths: description: Response content: application/json: - schema: &364 + schema: &365 type: object properties: days: @@ -24187,7 +24203,7 @@ paths: required: true content: application/json: - schema: &365 + schema: &366 type: object properties: days: @@ -24244,7 +24260,7 @@ paths: required: - approval_policy examples: - default: &366 + default: &367 value: approval_policy: first_time_contributors '404': *6 @@ -24303,7 +24319,7 @@ paths: description: Response content: application/json: - schema: &367 + schema: &368 type: object required: - run_workflows_from_fork_pull_requests @@ -24357,7 +24373,7 @@ paths: required: true content: application/json: - schema: &368 + schema: &369 type: object required: - run_workflows_from_fork_pull_requests @@ -24992,7 +25008,7 @@ paths: description: Response content: application/json: - schema: &369 + schema: &370 type: object properties: default_workflow_permissions: &153 @@ -25043,7 +25059,7 @@ paths: required: false content: application/json: - schema: &370 + schema: &371 type: object properties: default_workflow_permissions: *153 @@ -26174,7 +26190,7 @@ paths: application/json: schema: type: array - items: &371 + items: &372 title: Runner Application description: Runner Application type: object @@ -26199,7 +26215,7 @@ paths: - download_url - filename examples: - default: &372 + default: &373 value: - os: osx architecture: x64 @@ -26285,7 +26301,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &373 + '201': &374 description: Response content: application/json: @@ -26396,7 +26412,7 @@ paths: - token - expires_at examples: - default: &374 + default: &375 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -26435,7 +26451,7 @@ paths: application/json: schema: *164 examples: - default: &375 + default: &376 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -26469,7 +26485,7 @@ paths: application/json: schema: *162 examples: - default: &376 + default: &377 value: id: 23 name: MBP @@ -26695,7 +26711,7 @@ paths: - *75 - *161 responses: - '200': &377 + '200': &378 description: Response content: application/json: @@ -26752,7 +26768,7 @@ paths: parameters: - *75 - *161 - - &378 + - &379 name: name description: The name of a self-hosted runner's custom label. in: path @@ -26882,7 +26898,7 @@ paths: description: Response content: application/json: - schema: &390 + schema: &391 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -26911,7 +26927,7 @@ paths: - key_id - key examples: - default: &391 + default: &392 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -27324,7 +27340,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - *75 - - &359 + - &360 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)." @@ -28520,12 +28536,12 @@ paths: required: - subject_digests examples: - default: &711 + default: &712 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &712 + withPredicateType: &713 value: subject_digests: - sha256:abc123 @@ -28583,7 +28599,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &713 + default: &714 value: attestations_subject_digests: - sha256:abc: @@ -28948,7 +28964,7 @@ paths: initiator: type: string examples: - default: &404 + default: &405 value: attestations: - bundle: @@ -29313,7 +29329,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &257 + properties: &258 id: description: Unique identifier of the team type: integer @@ -29385,7 +29401,7 @@ paths: description: Unique identifier of the enterprise to which this team belongs example: 42 - required: &258 + required: &259 - id - node_id - url @@ -29891,7 +29907,7 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *75 - - &429 + - &430 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`, @@ -29901,7 +29917,7 @@ paths: schema: &185 type: string description: The name of the tool used to generate the code scanning analysis. - - &430 + - &431 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 @@ -29924,7 +29940,7 @@ paths: be returned. in: query required: false - schema: &432 + schema: &433 type: string description: State of a code scanning alert. enum: @@ -29947,7 +29963,7 @@ paths: be returned. in: query required: false - schema: &433 + schema: &434 type: string description: Severity of a code scanning alert. enum: @@ -29981,7 +29997,7 @@ paths: updated_at: *180 url: *181 html_url: *182 - instances_url: &434 + instances_url: &435 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -30004,7 +30020,7 @@ paths: required: *21 nullable: true dismissed_at: *184 - dismissed_reason: &435 + dismissed_reason: &436 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -30013,13 +30029,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &436 + dismissed_comment: &437 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &437 + rule: &438 type: object properties: id: @@ -30072,7 +30088,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &438 + tool: &439 type: object properties: name: *185 @@ -30082,26 +30098,26 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *186 - most_recent_instance: &439 + most_recent_instance: &440 type: object properties: - ref: &431 + ref: &432 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &449 + analysis_key: &450 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: &450 + environment: &451 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: &451 + category: &452 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -30121,7 +30137,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: &452 + location: &453 type: object description: Describe a region within a file for the alert. properties: @@ -30142,7 +30158,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: &453 + items: &454 type: string description: A classification of the file. For example to identify it as generated. @@ -31433,7 +31449,7 @@ paths: type: integer codespaces: type: array - items: &247 + items: &248 type: object title: Codespace description: A codespace. @@ -31463,7 +31479,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &465 + properties: &466 name: type: string description: The name of the machine. @@ -31505,7 +31521,7 @@ paths: - ready - in_progress nullable: true - required: &466 + required: &467 - name - display_name - operating_system @@ -31710,7 +31726,7 @@ paths: - pulls_url - recent_folders examples: - default: &248 + default: &249 value: total_count: 3 codespaces: @@ -32373,7 +32389,7 @@ paths: - updated_at - visibility examples: - default: &467 + default: &468 value: total_count: 2 secrets: @@ -32411,7 +32427,7 @@ paths: description: Response content: application/json: - schema: &468 + schema: &469 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -32440,7 +32456,7 @@ paths: - key_id - key examples: - default: &469 + default: &470 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -32472,7 +32488,7 @@ paths: application/json: schema: *194 examples: - default: &471 + default: &472 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -32939,7 +32955,7 @@ paths: currently being billed. seats: type: array - items: &250 + items: &251 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -33910,7 +33926,7 @@ paths: application/json: schema: type: array - items: &336 + items: &337 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -34217,7 +34233,7 @@ paths: - date additionalProperties: true examples: - default: &337 + default: &338 value: - date: '2024-06-24' total_active_users: 24 @@ -34319,7 +34335,7 @@ paths: '500': *55 '403': *29 '404': *6 - '422': &338 + '422': &339 description: Copilot Usage Metrics API setting is disabled at the organization or enterprise level. content: @@ -34504,6 +34520,7 @@ paths: - *201 - *202 - *203 + - *204 - name: artifact_registry_url in: query description: A comma-separated list of artifact registry URLs. If specified, @@ -34533,7 +34550,7 @@ paths: enum: - patch - deployment - - *204 + - *205 - name: runtime_risk in: query description: |- @@ -34542,8 +34559,8 @@ paths: Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` schema: type: string - - *205 - *206 + - *207 - *61 - *47 - *48 @@ -34555,9 +34572,9 @@ paths: application/json: schema: type: array - items: *207 + items: *208 examples: - default: *208 + default: *209 '304': *37 '400': *14 '403': *29 @@ -34601,7 +34618,7 @@ paths: type: integer secrets: type: array - items: &209 + items: &210 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -34678,7 +34695,7 @@ paths: description: Response content: application/json: - schema: &500 + schema: &501 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -34695,7 +34712,7 @@ paths: - key_id - key examples: - default: &501 + default: &502 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -34725,7 +34742,7 @@ paths: description: Response content: application/json: - schema: *209 + schema: *210 examples: default: value: @@ -35032,7 +35049,7 @@ paths: application/json: schema: type: array - items: &260 + items: &261 title: Package description: A software package type: object @@ -35082,9 +35099,9 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *210 - required: *211 - x-github-breaking-changes: *212 + properties: *211 + required: *212 + x-github-breaking-changes: *213 nullable: true created_at: type: string @@ -35103,7 +35120,7 @@ paths: - created_at - updated_at examples: - default: &261 + default: &262 value: - id: 197 name: hello_docker @@ -35273,7 +35290,7 @@ paths: application/json: schema: type: array - items: &236 + items: &237 title: Organization Invitation description: Organization Invitation type: object @@ -35320,7 +35337,7 @@ paths: - invitation_teams_url - node_id examples: - default: &237 + default: &238 value: - id: 1 login: monalisa @@ -35387,7 +35404,7 @@ paths: application/json: schema: type: array - items: &213 + items: &214 title: Org Hook description: Org Hook type: object @@ -35558,9 +35575,9 @@ paths: description: Response content: application/json: - schema: *213 + schema: *214 examples: - default: &214 + default: &215 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -35608,7 +35625,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - *75 - - &215 + - &216 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. @@ -35621,9 +35638,9 @@ paths: description: Response content: application/json: - schema: *213 + schema: *214 examples: - default: *214 + default: *215 '404': *6 x-github: githubCloudOnly: false @@ -35651,7 +35668,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - *75 - - *215 + - *216 requestBody: required: false content: @@ -35696,7 +35713,7 @@ paths: description: Response content: application/json: - schema: *213 + schema: *214 examples: default: value: @@ -35738,7 +35755,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - *75 - - *215 + - *216 responses: '204': description: Response @@ -35766,7 +35783,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *75 - - *215 + - *216 responses: '200': description: Response @@ -35797,7 +35814,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *75 - - *215 + - *216 requestBody: required: false content: @@ -35848,10 +35865,10 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *75 - - *215 - - *17 - *216 + - *17 - *217 + - *218 responses: '200': description: Response @@ -35859,9 +35876,9 @@ paths: application/json: schema: type: array - items: *218 + items: *219 examples: - default: *219 + default: *220 '400': *14 '422': *15 x-github: @@ -35887,16 +35904,16 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *75 - - *215 + - *216 - *16 responses: '200': description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *221 + default: *222 '400': *14 '422': *15 x-github: @@ -35922,7 +35939,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *75 - - *215 + - *216 - *16 responses: '202': *39 @@ -35952,7 +35969,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - *75 - - *215 + - *216 responses: '204': description: Response @@ -35975,7 +35992,7 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - *75 - - &226 + - &227 name: actor_type in: path description: The type of the actor @@ -35988,14 +36005,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &227 + - &228 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &222 + - &223 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`.' @@ -36003,7 +36020,7 @@ paths: required: true schema: type: string - - &223 + - &224 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) @@ -36097,12 +36114,12 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - *75 - - *222 - *223 + - *224 - *19 - *17 - *61 - - &232 + - &233 name: sort description: The property to sort the results by. in: query @@ -36180,14 +36197,14 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - *75 - - *222 - *223 + - *224 responses: '200': description: Response content: application/json: - schema: &224 + schema: &225 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -36203,7 +36220,7 @@ paths: type: integer format: int64 examples: - default: &225 + default: &226 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -36224,23 +36241,23 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - *75 - - &228 + - &229 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *222 - *223 + - *224 responses: '200': description: Response content: application/json: - schema: *224 + schema: *225 examples: - default: *225 + default: *226 x-github: enabledForGitHubApps: true category: orgs @@ -36259,18 +36276,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *75 - - *222 - *223 - - *226 + - *224 - *227 + - *228 responses: '200': description: Response content: application/json: - schema: *224 + schema: *225 examples: - default: *225 + default: *226 x-github: enabledForGitHubApps: true category: orgs @@ -36288,9 +36305,9 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - *75 - - *222 - *223 - - &229 + - *224 + - &230 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -36303,7 +36320,7 @@ paths: description: Response content: application/json: - schema: &230 + schema: &231 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -36319,7 +36336,7 @@ paths: type: integer format: int64 examples: - default: &231 + default: &232 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -36356,18 +36373,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - *75 - - *228 - - *222 - - *223 - *229 + - *223 + - *224 + - *230 responses: '200': description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: *231 + default: *232 x-github: enabledForGitHubApps: true category: orgs @@ -36385,19 +36402,19 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - *75 - - *226 - *227 - - *222 + - *228 - *223 - - *229 + - *224 + - *230 responses: '200': description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: *231 + default: *232 x-github: enabledForGitHubApps: true category: orgs @@ -36415,13 +36432,13 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - *75 - - *228 - - *222 + - *229 - *223 + - *224 - *19 - *17 - *61 - - *232 + - *233 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -36502,7 +36519,7 @@ paths: application/json: schema: *22 examples: - default: &539 + default: &540 value: id: 1 account: @@ -36668,12 +36685,12 @@ paths: application/json: schema: anyOf: - - &234 + - &235 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &233 + limit: &234 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -36698,7 +36715,7 @@ paths: properties: {} additionalProperties: false examples: - default: &235 + default: &236 value: limit: collaborators_only origin: organization @@ -36727,13 +36744,13 @@ paths: required: true content: application/json: - schema: &540 + schema: &541 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *233 + limit: *234 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -36757,9 +36774,9 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: - default: *235 + default: *236 '422': *15 x-github: githubCloudOnly: false @@ -36835,9 +36852,9 @@ paths: application/json: schema: type: array - items: *236 + items: *237 examples: - default: *237 + default: *238 headers: Link: *67 '404': *6 @@ -36914,7 +36931,7 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: default: value: @@ -36969,7 +36986,7 @@ paths: url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - *75 - - &238 + - &239 name: invitation_id description: The unique identifier of the invitation. in: path @@ -37000,7 +37017,7 @@ paths: url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - *75 - - *238 + - *239 - *17 - *19 responses: @@ -37012,7 +37029,7 @@ paths: type: array items: *197 examples: - default: &259 + default: &260 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -37055,7 +37072,7 @@ paths: application/json: schema: type: array - items: &239 + items: &240 title: Issue Field description: A custom attribute defined at the organization level for attaching structured data to issues. @@ -37288,9 +37305,9 @@ paths: description: Response content: application/json: - schema: *239 + schema: *240 examples: - default: &240 + default: &241 value: id: 512 node_id: IF_kwDNAd3NAZr @@ -37346,7 +37363,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-fields#update-issue-field-for-an-organization parameters: - *75 - - &241 + - &242 name: issue_field_id description: The unique identifier of the issue field. in: path @@ -37445,9 +37462,9 @@ paths: description: Response content: application/json: - schema: *239 + schema: *240 examples: - default: *240 + default: *241 '404': *6 '422': *7 x-github: @@ -37472,7 +37489,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-fields#delete-issue-field-for-an-organization parameters: - *75 - - *241 + - *242 responses: '204': *191 '404': *6 @@ -37502,7 +37519,7 @@ paths: application/json: schema: type: array - items: *242 + items: *243 examples: default: value: @@ -37587,9 +37604,9 @@ paths: description: Response content: application/json: - schema: *242 + schema: *243 examples: - default: &243 + default: &244 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -37622,7 +37639,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *75 - - &244 + - &245 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -37675,9 +37692,9 @@ paths: description: Response content: application/json: - schema: *242 + schema: *243 examples: - default: *243 + default: *244 '404': *6 '422': *7 x-github: @@ -37702,7 +37719,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *75 - - *244 + - *245 responses: '204': description: Response @@ -37765,7 +37782,7 @@ paths: - closed - all default: open - - *245 + - *246 - name: type description: Can be the name of an issue type. in: query @@ -37796,7 +37813,7 @@ paths: type: array items: *85 examples: - default: *246 + default: *247 headers: Link: *67 '404': *6 @@ -37961,9 +37978,9 @@ paths: type: integer codespaces: type: array - items: *247 + items: *248 examples: - default: *248 + default: *249 '304': *37 '500': *55 '401': *25 @@ -37990,7 +38007,7 @@ paths: parameters: - *75 - *71 - - &249 + - &250 name: codespace_name in: path required: true @@ -38025,15 +38042,15 @@ paths: parameters: - *75 - *71 - - *249 + - *250 responses: '200': description: Response content: application/json: - schema: *247 + schema: *248 examples: - default: &464 + default: &465 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -38213,7 +38230,7 @@ paths: description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *250 + schema: *251 examples: default: value: @@ -38289,7 +38306,7 @@ paths: description: Response content: application/json: - schema: &251 + schema: &252 title: Org Membership description: Org Membership type: object @@ -38356,7 +38373,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &252 + response-if-user-has-an-active-admin-membership-with-organization: &253 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -38457,9 +38474,9 @@ paths: description: Response content: application/json: - schema: *251 + schema: *252 examples: - response-if-user-already-had-membership-with-organization: *252 + response-if-user-already-had-membership-with-organization: *253 '422': *15 '403': *29 x-github: @@ -38536,7 +38553,7 @@ paths: application/json: schema: type: array - items: &253 + items: &254 title: Migration description: A migration. type: object @@ -38876,7 +38893,7 @@ paths: description: Response content: application/json: - schema: *253 + schema: *254 examples: default: value: @@ -39055,7 +39072,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - *75 - - &254 + - &255 name: migration_id description: The unique identifier of the migration. in: path @@ -39082,7 +39099,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *253 + schema: *254 examples: default: value: @@ -39252,7 +39269,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - *75 - - *254 + - *255 responses: '302': description: Response @@ -39274,7 +39291,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *75 - - *254 + - *255 responses: '204': description: Response @@ -39298,8 +39315,8 @@ paths: url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - *75 - - *254 - - &694 + - *255 + - &695 name: repo_name description: repo_name parameter in: path @@ -39327,7 +39344,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *75 - - *254 + - *255 - *17 - *19 responses: @@ -39339,7 +39356,7 @@ paths: type: array items: *160 examples: - default: &266 + default: &267 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -39512,7 +39529,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &256 + items: &257 title: Organization Role description: Organization roles type: object @@ -39687,7 +39704,7 @@ paths: parameters: - *75 - *77 - - &255 + - &256 name: role_id description: The unique identifier of the role. in: path @@ -39724,7 +39741,7 @@ paths: parameters: - *75 - *77 - - *255 + - *256 responses: '204': description: Response @@ -39777,7 +39794,7 @@ paths: parameters: - *75 - *71 - - *255 + - *256 responses: '204': description: Response @@ -39809,7 +39826,7 @@ paths: parameters: - *75 - *71 - - *255 + - *256 responses: '204': description: Response @@ -39838,13 +39855,13 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - *75 - - *255 + - *256 responses: '200': description: Response content: application/json: - schema: *256 + schema: *257 examples: default: value: @@ -39895,7 +39912,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *75 - - *255 + - *256 - *17 - *19 responses: @@ -39973,8 +39990,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *257 - required: *258 + properties: *258 + required: *259 nullable: true type: description: The ownership type of the team @@ -40006,7 +40023,7 @@ paths: - type - parent examples: - default: *259 + default: *260 headers: Link: *67 '404': @@ -40036,7 +40053,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *75 - - *255 + - *256 - *17 - *19 responses: @@ -40064,13 +40081,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &332 + items: &333 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *257 - required: *258 + properties: *258 + required: *259 name: nullable: true type: string @@ -40358,7 +40375,7 @@ paths: - nuget - container - *75 - - &695 + - &696 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -40394,12 +40411,12 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *261 + default: *262 '403': *29 '401': *25 - '400': &697 + '400': &698 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -40421,7 +40438,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &262 + - &263 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 @@ -40439,7 +40456,7 @@ paths: - docker - nuget - container - - &263 + - &264 name: package_name description: The name of the package. in: path @@ -40452,7 +40469,7 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: default: value: @@ -40504,8 +40521,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *262 - *263 + - *264 - *75 responses: '204': @@ -40538,8 +40555,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *262 - *263 + - *264 - *75 - name: token description: package token @@ -40572,8 +40589,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: - - *262 - *263 + - *264 - *75 - *19 - *17 @@ -40594,7 +40611,7 @@ paths: application/json: schema: type: array - items: &264 + items: &265 title: Package Version description: A version of a software package type: object @@ -40719,10 +40736,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *262 - *263 + - *264 - *75 - - &265 + - &266 name: package_version_id description: Unique identifier of the package version. in: path @@ -40734,7 +40751,7 @@ paths: description: Response content: application/json: - schema: *264 + schema: *265 examples: default: value: @@ -40770,10 +40787,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *262 - *263 + - *264 - *75 - - *265 + - *266 responses: '204': description: Response @@ -40805,10 +40822,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *262 - *263 + - *264 - *75 - - *265 + - *266 responses: '204': description: Response @@ -40838,7 +40855,7 @@ paths: - *75 - *17 - *19 - - &267 + - &268 name: sort description: The property by which to sort the results. in: query @@ -40849,7 +40866,7 @@ paths: - created_at default: created_at - *61 - - &268 + - &269 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -40860,7 +40877,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &269 + - &270 name: repository description: The name of the repository to use to filter the results. in: query @@ -40868,7 +40885,7 @@ paths: schema: type: string example: Hello-World - - &270 + - &271 name: permission description: The permission to use to filter the results. in: query @@ -40876,7 +40893,7 @@ paths: schema: type: string example: issues_read - - &271 + - &272 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) @@ -40886,7 +40903,7 @@ paths: schema: type: string format: date-time - - &272 + - &273 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) @@ -40896,7 +40913,7 @@ paths: schema: type: string format: date-time - - &273 + - &274 name: token_id description: The ID of the token in: query @@ -41209,7 +41226,7 @@ paths: type: array items: *160 examples: - default: *266 + default: *267 headers: Link: *67 x-github: @@ -41235,14 +41252,14 @@ paths: - *75 - *17 - *19 - - *267 - - *61 - *268 + - *61 - *269 - *270 - *271 - *272 - *273 + - *274 responses: '500': *55 '422': *15 @@ -41524,7 +41541,7 @@ paths: type: array items: *160 examples: - default: *266 + default: *267 headers: Link: *67 x-github: @@ -41566,7 +41583,7 @@ paths: type: integer configurations: type: array - items: &274 + items: &275 title: Organization private registry description: Private registry configuration for an organization type: object @@ -41994,7 +42011,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &275 + org-private-registry-with-selected-visibility: &276 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -42090,9 +42107,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *274 + schema: *275 examples: - default: *275 + default: *276 '404': *6 x-github: githubCloudOnly: false @@ -42319,7 +42336,7 @@ paths: application/json: schema: type: array - items: &276 + items: &277 title: Projects v2 Project description: A projects v2 project type: object @@ -42389,7 +42406,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &786 + properties: &787 id: type: number description: The unique identifier of the status update. @@ -42437,7 +42454,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &787 + required: &788 - id - node_id - created_at @@ -42462,7 +42479,7 @@ paths: - deleted_at - deleted_by examples: - default: &277 + default: &278 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -42565,7 +42582,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-organization parameters: - - &278 + - &279 name: project_number description: The project's number. in: path @@ -42578,9 +42595,9 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 headers: Link: *67 '304': *37 @@ -42603,7 +42620,7 @@ paths: url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - *75 - - *278 + - *279 requestBody: required: true description: Details of the draft item to create in the project. @@ -42637,7 +42654,7 @@ paths: description: Response content: application/json: - schema: &284 + schema: &285 title: Projects v2 Item description: An item belonging to a project type: object @@ -42651,7 +42668,7 @@ paths: content: oneOf: - *85 - - &481 + - &482 title: Pull Request Simple description: Pull Request Simple type: object @@ -42757,8 +42774,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *279 - required: *280 + properties: *280 + required: *281 nullable: true active_lock_reason: type: string @@ -42851,7 +42868,7 @@ paths: _links: type: object properties: - comments: &281 + comments: &282 title: Link description: Hypermedia Link type: object @@ -42860,13 +42877,13 @@ paths: type: string required: - href - commits: *281 - statuses: *281 - html: *281 - issue: *281 - review_comments: *281 - review_comment: *281 - self: *281 + commits: *282 + statuses: *282 + html: *282 + issue: *282 + review_comments: *282 + review_comment: *282 + self: *282 required: - comments - commits @@ -42877,7 +42894,7 @@ paths: - review_comment - self author_association: *82 - auto_merge: &591 + auto_merge: &592 title: Auto merge description: The status of auto merging a pull request. type: object @@ -43051,7 +43068,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &283 + content_type: &284 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -43091,7 +43108,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &285 + draft_issue: &286 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -43165,7 +43182,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-organization parameters: - - *278 + - *279 - *75 - *17 - *47 @@ -43177,7 +43194,7 @@ paths: application/json: schema: type: array - items: &282 + items: &283 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -43327,7 +43344,7 @@ paths: - updated_at - project_url examples: - default: &716 + default: &717 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -43457,7 +43474,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#add-a-field-to-an-organization-owned-project parameters: - - *278 + - *279 - *75 requestBody: required: true @@ -43504,7 +43521,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &717 + items: &718 type: object properties: name: @@ -43541,7 +43558,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &718 + iteration_configuration: &719 type: object description: The configuration for iteration fields. properties: @@ -43591,7 +43608,7 @@ paths: value: name: Due date data_type: date - single_select_field: &719 + single_select_field: &720 summary: Create a single select field value: name: Priority @@ -43618,7 +43635,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &720 + iteration_field: &721 summary: Create an iteration field value: name: Sprint @@ -43642,9 +43659,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *282 + schema: *283 examples: - text_field: &721 + text_field: &722 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -43653,7 +43670,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: &722 + number_field: &723 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -43662,7 +43679,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: &723 + date_field: &724 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -43671,7 +43688,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: &724 + single_select_field: &725 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -43705,7 +43722,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &725 + iteration_field: &726 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -43750,8 +43767,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - - *278 - - &726 + - *279 + - &727 name: field_id description: The unique identifier of the field. in: path @@ -43764,9 +43781,9 @@ paths: description: Response content: application/json: - schema: *282 + schema: *283 examples: - default: &727 + default: &728 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -43822,7 +43839,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *278 + - *279 - *75 - 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) @@ -43855,7 +43872,7 @@ paths: application/json: schema: type: array - items: &286 + items: &287 title: Projects v2 Item description: An item belonging to a project type: object @@ -43871,7 +43888,7 @@ paths: format: uri example: https://api.github.com/users/monalisa/2/projectsV2/3 description: The API URL of the project that contains this item. - content_type: *283 + content_type: *284 content: type: object additionalProperties: true @@ -43914,7 +43931,7 @@ paths: - updated_at - archived_at examples: - default: &287 + default: &288 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -44612,7 +44629,7 @@ paths: url: https://docs.github.com/rest/projects/items#add-item-to-organization-owned-project parameters: - *75 - - *278 + - *279 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -44682,22 +44699,22 @@ paths: description: Response content: application/json: - schema: *284 + schema: *285 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *285 + value: *286 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *285 + value: *286 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *285 + value: *286 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *285 + value: *286 '304': *37 '403': *29 '401': *25 @@ -44717,9 +44734,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - - *278 + - *279 - *75 - - &288 + - &289 name: item_id description: The unique identifier of the project item. in: path @@ -44745,9 +44762,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *287 + default: *288 headers: Link: *67 '304': *37 @@ -44768,9 +44785,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-organization parameters: - - *278 + - *279 - *75 - - *288 + - *289 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -44840,13 +44857,13 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - text_field: *287 - number_field: *287 - date_field: *287 - single_select_field: *287 - iteration_field: *287 + text_field: *288 + number_field: *288 + date_field: *288 + single_select_field: *288 + iteration_field: *288 '401': *25 '403': *29 '404': *6 @@ -44866,9 +44883,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-organization parameters: - - *278 + - *279 - *75 - - *288 + - *289 responses: '204': description: Response @@ -44892,7 +44909,7 @@ paths: url: https://docs.github.com/rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - *75 - - *278 + - *279 requestBody: required: true content: @@ -44963,7 +44980,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &708 + schema: &709 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -45061,7 +45078,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &289 + value: &290 value: id: 1 number: 1 @@ -45107,10 +45124,10 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *289 + value: *290 roadmap_view: summary: Response for creating a roadmap view - value: *289 + value: *290 '304': *37 '403': *29 '401': *25 @@ -45138,9 +45155,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-project-view parameters: - - *278 + - *279 - *75 - - &728 + - &729 name: view_number description: The number that identifies the project view. in: path @@ -45172,9 +45189,9 @@ paths: application/json: schema: type: array - items: *286 + items: *287 examples: - default: *287 + default: *288 headers: Link: *67 '304': *37 @@ -45207,7 +45224,7 @@ paths: application/json: schema: type: array - items: &290 + items: &291 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -45275,7 +45292,7 @@ paths: - property_name - value_type examples: - default: &291 + default: &292 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -45335,7 +45352,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *290 + items: *291 minItems: 1 maxItems: 100 required: @@ -45365,9 +45382,9 @@ paths: application/json: schema: type: array - items: *290 + items: *291 examples: - default: *291 + default: *292 '403': *29 '404': *6 x-github: @@ -45389,7 +45406,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - *75 - - &292 + - &293 name: custom_property_name description: The custom property name in: path @@ -45401,9 +45418,9 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: &293 + default: &294 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -45438,7 +45455,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - *75 - - *292 + - *293 requestBody: required: true content: @@ -45509,9 +45526,9 @@ paths: description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: *293 + default: *294 '403': *29 '404': *6 x-github: @@ -45535,7 +45552,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - *75 - - *292 + - *293 responses: '204': *191 '403': *29 @@ -45596,7 +45613,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &294 + items: &295 title: Custom Property Value description: Custom property name and associated value type: object @@ -45683,7 +45700,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *294 + items: *295 required: - repository_names - properties @@ -45875,7 +45892,7 @@ paths: type: array items: *160 examples: - default: *266 + default: *267 headers: Link: *67 x-github: @@ -46077,7 +46094,7 @@ paths: description: Response content: application/json: - schema: &346 + schema: &347 title: Full Repository description: Full Repository type: object @@ -46365,9 +46382,9 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *295 - required: *296 - x-github-breaking-changes: *297 + properties: *296 + required: *297 + x-github-breaking-changes: *298 nullable: true temp_clone_token: type: string @@ -46482,7 +46499,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &486 + properties: &487 url: type: string format: uri @@ -46498,12 +46515,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &487 + required: &488 - url - key - name - html_url - security_and_analysis: *298 + security_and_analysis: *299 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -46598,7 +46615,7 @@ paths: has_downloads: version: '2026-03-10' examples: - default: &348 + default: &349 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -47125,7 +47142,7 @@ paths: - *75 - *17 - *19 - - &613 + - &614 name: targets description: | A comma-separated list of rule targets to filter by. @@ -47143,7 +47160,7 @@ paths: application/json: schema: type: array - items: &325 + items: &326 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -47178,7 +47195,7 @@ paths: source: type: string description: The name of the source - enforcement: &301 + enforcement: &302 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -47191,7 +47208,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &302 + items: &303 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -47261,7 +47278,7 @@ paths: conditions: nullable: true anyOf: - - &299 + - &300 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -47285,7 +47302,7 @@ paths: match. items: type: string - - &303 + - &304 title: Organization ruleset conditions type: object description: |- @@ -47299,7 +47316,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *299 + - *300 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -47333,7 +47350,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *299 + - *300 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -47355,7 +47372,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *299 + - *300 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -47368,7 +47385,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &300 + items: &301 title: Repository ruleset property targeting definition type: object @@ -47401,17 +47418,17 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *300 + items: *301 required: - repository_property rules: type: array - items: &614 + items: &615 title: Repository Rule type: object description: A repository rule. oneOf: - - &304 + - &305 title: creation description: Only allow users with bypass permission to create matching refs. @@ -47423,7 +47440,7 @@ paths: type: string enum: - creation - - &305 + - &306 title: update description: Only allow users with bypass permission to update matching refs. @@ -47444,7 +47461,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &306 + - &307 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -47456,7 +47473,7 @@ paths: type: string enum: - deletion - - &307 + - &308 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -47468,7 +47485,7 @@ paths: type: string enum: - required_linear_history - - &612 + - &613 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -47546,7 +47563,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &308 + - &309 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -47570,7 +47587,7 @@ paths: type: string required: - required_deployment_environments - - &309 + - &310 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -47582,7 +47599,7 @@ paths: type: string enum: - required_signatures - - &310 + - &311 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -47688,7 +47705,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &311 + - &312 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -47736,7 +47753,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &312 + - &313 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -47748,7 +47765,7 @@ paths: type: string enum: - non_fast_forward - - &313 + - &314 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -47785,7 +47802,7 @@ paths: required: - operator - pattern - - &314 + - &315 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -47822,7 +47839,7 @@ paths: required: - operator - pattern - - &315 + - &316 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -47859,7 +47876,7 @@ paths: required: - operator - pattern - - &316 + - &317 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -47896,7 +47913,7 @@ paths: required: - operator - pattern - - &317 + - &318 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -47933,7 +47950,7 @@ paths: required: - operator - pattern - - &318 + - &319 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -47958,7 +47975,7 @@ paths: type: string required: - restricted_file_paths - - &319 + - &320 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -47982,7 +47999,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &320 + - &321 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -48005,7 +48022,7 @@ paths: type: string required: - restricted_file_extensions - - &321 + - &322 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -48030,7 +48047,7 @@ paths: maximum: 100 required: - max_file_size - - &322 + - &323 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -48080,7 +48097,7 @@ paths: - repository_id required: - workflows - - &323 + - &324 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -48141,7 +48158,7 @@ paths: - tool required: - code_scanning_tools - - &324 + - &325 title: copilot_code_review description: Request Copilot code review for new pull requests automatically if the author has access to Copilot code @@ -48240,21 +48257,20 @@ paths: - push - repository default: branch - enforcement: *301 + enforcement: *302 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *302 - conditions: *303 + items: *303 + conditions: *304 rules: type: array description: An array of rules within the ruleset. - items: &327 + items: &328 title: Repository Rule type: object description: A repository rule. oneOf: - - *304 - *305 - *306 - *307 @@ -48275,6 +48291,7 @@ paths: - *322 - *323 - *324 + - *325 required: - name - enforcement @@ -48312,9 +48329,9 @@ paths: description: Response content: application/json: - schema: *325 + schema: *326 examples: - default: &326 + default: &327 value: id: 21 name: super cool ruleset @@ -48370,7 +48387,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *75 - - &615 + - &616 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 @@ -48385,7 +48402,7 @@ paths: in: query schema: type: string - - &616 + - &617 name: time_period description: |- The time period to filter by. @@ -48401,14 +48418,14 @@ paths: - week - month default: day - - &617 + - &618 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 - - &618 + - &619 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -48428,7 +48445,7 @@ paths: description: Response content: application/json: - schema: &619 + schema: &620 title: Rule Suites description: Response type: array @@ -48483,7 +48500,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &620 + default: &621 value: - id: 21 actor_id: 12 @@ -48527,7 +48544,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *75 - - &621 + - &622 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -48543,7 +48560,7 @@ paths: description: Response content: application/json: - schema: &622 + schema: &623 title: Rule Suite description: Response type: object @@ -48642,7 +48659,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &623 + default: &624 value: id: 21 actor_id: 12 @@ -48715,9 +48732,9 @@ paths: description: Response content: application/json: - schema: *325 + schema: *326 examples: - default: *326 + default: *327 '404': *6 '500': *55 put: @@ -48761,16 +48778,16 @@ paths: - tag - push - repository - enforcement: *301 + enforcement: *302 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *302 - conditions: *303 + items: *303 + conditions: *304 rules: description: An array of rules within the ruleset. type: array - items: *327 + items: *328 examples: default: value: @@ -48805,9 +48822,9 @@ paths: description: Response content: application/json: - schema: *325 + schema: *326 examples: - default: *326 + default: *327 '404': *6 '422': *15 '500': *55 @@ -48865,7 +48882,7 @@ paths: application/json: schema: type: array - items: &328 + items: &329 title: Ruleset version type: object description: The historical version of a ruleset @@ -48889,7 +48906,7 @@ paths: type: string format: date-time examples: - default: &625 + default: &626 value: - version_id: 3 actor: @@ -48942,9 +48959,9 @@ paths: description: Response content: application/json: - schema: &626 + schema: &627 allOf: - - *328 + - *329 - type: object required: - state @@ -49014,7 +49031,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *75 - - &627 + - &628 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -49025,7 +49042,7 @@ paths: enum: - open - resolved - - &628 + - &629 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -49035,7 +49052,7 @@ paths: required: false schema: type: string - - &629 + - &630 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -49044,7 +49061,7 @@ paths: required: false schema: type: string - - &630 + - &631 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -49063,7 +49080,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &631 + - &632 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. @@ -49078,7 +49095,7 @@ paths: - *61 - *19 - *17 - - &632 + - &633 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 @@ -49088,7 +49105,7 @@ paths: required: false schema: type: string - - &633 + - &634 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 @@ -49098,7 +49115,7 @@ paths: required: false schema: type: string - - &634 + - &635 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -49107,7 +49124,7 @@ paths: required: false schema: type: string - - &635 + - &636 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -49116,7 +49133,7 @@ paths: schema: type: boolean default: false - - &636 + - &637 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -49125,7 +49142,7 @@ paths: schema: type: boolean default: false - - &637 + - &638 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -49160,14 +49177,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &638 + state: &639 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: &639 + resolution: &640 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -49274,8 +49291,8 @@ paths: pull request. ' - oneOf: &640 - - &642 + oneOf: &641 + - &643 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -49333,7 +49350,7 @@ paths: - blob_url - commit_sha - commit_url - - &643 + - &644 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. @@ -49388,7 +49405,7 @@ paths: - page_url - commit_sha - commit_url - - &644 + - &645 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -49408,7 +49425,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &645 + - &646 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -49428,7 +49445,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &646 + - &647 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -49448,7 +49465,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &647 + - &648 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -49462,7 +49479,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &648 + - &649 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -49476,7 +49493,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &649 + - &650 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -49490,7 +49507,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &650 + - &651 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. @@ -49510,7 +49527,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &651 + - &652 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. @@ -49530,7 +49547,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &652 + - &653 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. @@ -49550,7 +49567,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &653 + - &654 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. @@ -49570,7 +49587,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &654 + - &655 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -49833,7 +49850,7 @@ paths: related to push protection. type: object properties: - pattern_config_version: &330 + pattern_config_version: &331 type: string description: The version of the entity. This is used to confirm you're updating the current version of the entity and mitigate @@ -49842,7 +49859,7 @@ paths: provider_pattern_overrides: type: array description: Overrides for partner patterns. - items: &329 + items: &330 type: object properties: token_type: @@ -49908,7 +49925,7 @@ paths: custom_pattern_overrides: type: array description: Overrides for custom patterns defined by the organization. - items: *329 + items: *330 examples: default: value: @@ -49965,7 +49982,7 @@ paths: schema: type: object properties: - pattern_config_version: *330 + pattern_config_version: *331 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -49991,7 +50008,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *330 + custom_pattern_version: *331 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -50089,7 +50106,7 @@ paths: application/json: schema: type: array - items: &658 + items: &659 description: A repository security advisory. type: object properties: @@ -50309,7 +50326,7 @@ paths: login: type: string description: The username of the user credited. - type: *331 + type: *332 credits_detailed: type: array nullable: true @@ -50319,7 +50336,7 @@ paths: type: object properties: user: *4 - type: *331 + type: *332 state: type: string description: The state of the user's acceptance of the @@ -50412,7 +50429,7 @@ paths: - private_fork version: '2026-03-10' examples: - default: &659 + default: &660 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -50799,7 +50816,7 @@ paths: application/json: schema: type: array - items: *332 + items: *333 examples: default: value: @@ -51152,7 +51169,7 @@ paths: type: integer network_configurations: type: array - items: &333 + items: &334 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -51298,9 +51315,9 @@ paths: description: Response content: application/json: - schema: *333 + schema: *334 examples: - default: &334 + default: &335 value: id: 123456789ABCDEF name: My network configuration @@ -51329,7 +51346,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - *75 - - &335 + - &336 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -51341,9 +51358,9 @@ paths: description: Response content: application/json: - schema: *333 + schema: *334 examples: - default: *334 + default: *335 headers: Link: *67 x-github: @@ -51365,7 +51382,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - *75 - - *335 + - *336 requestBody: required: true content: @@ -51418,9 +51435,9 @@ paths: description: Response content: application/json: - schema: *333 + schema: *334 examples: - default: *334 + default: *335 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51440,7 +51457,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - *75 - - *335 + - *336 responses: '204': description: Response @@ -51580,13 +51597,13 @@ paths: application/json: schema: type: array - items: *336 + items: *337 examples: - default: *337 + default: *338 '500': *55 '403': *29 '404': *6 - '422': *338 + '422': *339 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51628,7 +51645,7 @@ paths: type: array items: *197 examples: - default: *259 + default: *260 headers: Link: *67 '403': *29 @@ -51722,7 +51739,7 @@ paths: description: Response content: application/json: - schema: &339 + schema: &340 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -51785,8 +51802,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *257 - required: *258 + properties: *258 + required: *259 nullable: true members_count: type: integer @@ -52049,7 +52066,7 @@ paths: - repos_count - organization examples: - default: &340 + default: &341 value: id: 1 node_id: MDQ6VGVhbTE= @@ -52137,9 +52154,9 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 '404': *6 x-github: githubCloudOnly: false @@ -52223,16 +52240,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 '201': description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 '404': *6 '422': *15 '403': *29 @@ -52262,7 +52279,7 @@ paths: responses: '204': description: Response - '422': &341 + '422': &342 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -52296,12 +52313,12 @@ paths: application/json: schema: type: array - items: *236 + items: *237 examples: - default: *237 + default: *238 headers: Link: *67 - '422': *341 + '422': *342 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52383,7 +52400,7 @@ paths: description: Response content: application/json: - schema: &342 + schema: &343 title: Team Membership description: Team Membership type: object @@ -52410,7 +52427,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &675 + response-if-user-is-a-team-maintainer: &676 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -52473,9 +52490,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *343 examples: - response-if-users-membership-with-team-is-now-pending: &676 + response-if-users-membership-with-team-is-now-pending: &677 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -52551,7 +52568,7 @@ paths: type: array items: *160 examples: - default: *266 + default: *267 headers: Link: *67 x-github: @@ -52582,14 +52599,14 @@ paths: parameters: - *75 - *77 - - *343 - *344 + - *345 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &677 + schema: &678 title: Team Repository description: A team's access to a repository. type: object @@ -53239,8 +53256,8 @@ paths: parameters: - *75 - *77 - - *343 - *344 + - *345 requestBody: required: false content: @@ -53287,8 +53304,8 @@ paths: parameters: - *75 - *77 - - *343 - *344 + - *345 responses: '204': description: Response @@ -53325,7 +53342,7 @@ paths: type: array items: *197 examples: - response-if-child-teams-exist: &678 + response-if-child-teams-exist: &679 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -53479,7 +53496,7 @@ paths: resources: type: object properties: - core: &345 + core: &346 title: Rate Limit type: object properties: @@ -53496,21 +53513,21 @@ paths: - remaining - reset - used - graphql: *345 - search: *345 - code_search: *345 - source_import: *345 - integration_manifest: *345 - code_scanning_upload: *345 - actions_runner_registration: *345 - scim: *345 - dependency_snapshots: *345 - dependency_sbom: *345 - code_scanning_autofix: *345 + graphql: *346 + search: *346 + code_search: *346 + source_import: *346 + integration_manifest: *346 + code_scanning_upload: *346 + actions_runner_registration: *346 + scim: *346 + dependency_snapshots: *346 + dependency_sbom: *346 + code_scanning_autofix: *346 required: - core - search - rate: *345 + rate: *346 required: - rate - resources @@ -53623,14 +53640,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *343 - *344 + - *345 responses: '200': description: Response content: application/json: - schema: *346 + schema: *347 examples: default-response: summary: Default response @@ -54135,7 +54152,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *347 + '301': *348 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54153,8 +54170,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *343 - *344 + - *345 requestBody: required: false content: @@ -54445,10 +54462,10 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *348 - '307': &349 + default: *349 + '307': &350 description: Temporary Redirect content: application/json: @@ -54477,8 +54494,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *343 - *344 + - *345 responses: '204': description: Response @@ -54500,7 +54517,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *349 + '307': *350 '404': *6 '409': *54 x-github: @@ -54524,11 +54541,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *343 - *344 + - *345 - *17 - *19 - - &382 + - &383 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -54551,7 +54568,7 @@ paths: type: integer artifacts: type: array - items: &350 + items: &351 title: Artifact description: An artifact type: object @@ -54629,7 +54646,7 @@ paths: - expires_at - updated_at examples: - default: &383 + default: &384 value: total_count: 2 artifacts: @@ -54690,9 +54707,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *343 - *344 - - &351 + - *345 + - &352 name: artifact_id description: The unique identifier of the artifact. in: path @@ -54704,7 +54721,7 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: default: value: @@ -54742,9 +54759,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *343 - *344 - - *351 + - *345 + - *352 responses: '204': description: Response @@ -54768,9 +54785,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *343 - *344 - - *351 + - *345 + - *352 - name: archive_format in: path required: true @@ -54784,7 +54801,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': &543 + '410': &544 description: Gone content: application/json: @@ -54809,14 +54826,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-retention-limit-for-a-repository parameters: - - *343 - *344 + - *345 responses: '200': description: Response content: application/json: - schema: &352 + schema: &353 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -54849,13 +54866,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-retention-limit-for-a-repository parameters: - - *343 - *344 + - *345 requestBody: required: true content: application/json: - schema: *352 + schema: *353 examples: selected_actions: *42 responses: @@ -54884,14 +54901,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-storage-limit-for-a-repository parameters: - - *343 - *344 + - *345 responses: '200': description: Response content: application/json: - schema: &353 + schema: &354 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -54924,13 +54941,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-storage-limit-for-a-repository parameters: - - *343 - *344 + - *345 requestBody: required: true content: application/json: - schema: *353 + schema: *354 examples: selected_actions: *44 responses: @@ -54961,14 +54978,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *343 - *344 + - *345 responses: '200': description: Response content: application/json: - schema: *354 + schema: *355 examples: default: value: @@ -54994,11 +55011,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *343 - *344 + - *345 - *17 - *19 - - &355 + - &356 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 @@ -55032,7 +55049,7 @@ paths: description: Response content: application/json: - schema: &356 + schema: &357 title: Repository actions caches description: Repository actions caches type: object @@ -55074,7 +55091,7 @@ paths: - total_count - actions_caches examples: - default: &357 + default: &358 value: total_count: 1 actions_caches: @@ -55106,23 +55123,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: - - *343 - *344 + - *345 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *355 + - *356 responses: '200': description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: *357 + default: *358 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55142,8 +55159,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: - - *343 - *344 + - *345 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -55174,9 +55191,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *343 - *344 - - &358 + - *345 + - &359 name: job_id description: The unique identifier of the job. in: path @@ -55188,7 +55205,7 @@ paths: description: Response content: application/json: - schema: &386 + schema: &387 title: Job description: Information of a job execution in a workflow run type: object @@ -55495,9 +55512,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *343 - *344 - - *358 + - *345 + - *359 responses: '302': description: Response @@ -55525,9 +55542,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *343 - *344 - - *358 + - *345 + - *359 requestBody: required: false content: @@ -55572,8 +55589,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: - - *343 - *344 + - *345 responses: '200': description: Status response @@ -55623,8 +55640,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: - - *343 - *344 + - *345 requestBody: required: true content: @@ -55687,8 +55704,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *343 - *344 + - *345 - *17 - *19 responses: @@ -55706,7 +55723,7 @@ paths: type: integer secrets: type: array - items: &388 + items: &389 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -55726,7 +55743,7 @@ paths: - created_at - updated_at examples: - default: &389 + default: &390 value: total_count: 2 secrets: @@ -55759,9 +55776,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *343 - *344 - - *359 + - *345 + - *360 - *19 responses: '200': @@ -55778,7 +55795,7 @@ paths: type: integer variables: type: array - items: &392 + items: &393 title: Actions Variable type: object properties: @@ -55808,7 +55825,7 @@ paths: - created_at - updated_at examples: - default: &393 + default: &394 value: total_count: 2 variables: @@ -55841,8 +55858,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *343 - *344 + - *345 responses: '200': description: Response @@ -55851,11 +55868,11 @@ paths: schema: type: object properties: - enabled: &361 + enabled: &362 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *145 - selected_actions_url: *360 + selected_actions_url: *361 sha_pinning_required: *146 required: - enabled @@ -55884,8 +55901,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *343 - *344 + - *345 responses: '204': description: Response @@ -55896,7 +55913,7 @@ paths: schema: type: object properties: - enabled: *361 + enabled: *362 allowed_actions: *145 sha_pinning_required: *146 required: @@ -55928,14 +55945,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: - - *343 - *344 + - *345 responses: '200': description: Response content: application/json: - schema: &362 + schema: &363 type: object properties: access_level: @@ -55952,7 +55969,7 @@ paths: required: - access_level examples: - default: &363 + default: &364 value: access_level: organization x-github: @@ -55976,15 +55993,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: - - *343 - *344 + - *345 requestBody: required: true content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 responses: '204': description: Response @@ -56008,14 +56025,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *343 - *344 + - *345 responses: '200': description: Response content: application/json: - schema: *364 + schema: *365 examples: default: value: @@ -56039,8 +56056,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *343 - *344 + - *345 responses: '204': description: Empty response for successful settings update @@ -56050,7 +56067,7 @@ paths: required: true content: application/json: - schema: *365 + schema: *366 examples: default: summary: Set retention days @@ -56074,8 +56091,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *343 - *344 + - *345 responses: '200': description: Response @@ -56083,7 +56100,7 @@ paths: application/json: schema: *147 examples: - default: *366 + default: *367 '404': *6 x-github: enabledForGitHubApps: true @@ -56102,8 +56119,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *343 - *344 + - *345 responses: '204': description: Response @@ -56137,14 +56154,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: - - *343 - *344 + - *345 responses: '200': description: Response content: application/json: - schema: *367 + schema: *368 examples: default: *148 '403': *29 @@ -56166,13 +56183,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: - - *343 - *344 + - *345 requestBody: required: true content: application/json: - schema: *368 + schema: *369 examples: default: *148 responses: @@ -56198,8 +56215,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *343 - *344 + - *345 responses: '200': description: Response @@ -56226,8 +56243,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *343 - *344 + - *345 responses: '204': description: Response @@ -56259,14 +56276,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *343 - *344 + - *345 responses: '200': description: Response content: application/json: - schema: *369 + schema: *370 examples: default: *155 x-github: @@ -56289,8 +56306,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *343 - *344 + - *345 responses: '204': description: Success response @@ -56301,7 +56318,7 @@ paths: required: true content: application/json: - schema: *370 + schema: *371 examples: default: *155 x-github: @@ -56330,8 +56347,8 @@ paths: in: query schema: type: string - - *343 - *344 + - *345 - *17 - *19 responses: @@ -56375,8 +56392,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *343 - *344 + - *345 responses: '200': description: Response @@ -56384,9 +56401,9 @@ paths: application/json: schema: type: array - items: *371 + items: *372 examples: - default: *372 + default: *373 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56408,8 +56425,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: - - *343 - *344 + - *345 requestBody: required: true content: @@ -56452,7 +56469,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *373 + '201': *374 '404': *6 '422': *7 '409': *54 @@ -56483,8 +56500,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *343 - *344 + - *345 responses: '201': description: Response @@ -56492,7 +56509,7 @@ paths: application/json: schema: *164 examples: - default: *374 + default: *375 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56520,8 +56537,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *343 - *344 + - *345 responses: '201': description: Response @@ -56529,7 +56546,7 @@ paths: application/json: schema: *164 examples: - default: *375 + default: *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56551,8 +56568,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: - - *343 - *344 + - *345 - *161 responses: '200': @@ -56561,7 +56578,7 @@ paths: application/json: schema: *162 examples: - default: *376 + default: *377 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56582,8 +56599,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: - - *343 - *344 + - *345 - *161 responses: '204': @@ -56610,8 +56627,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: - - *343 - *344 + - *345 - *161 responses: '200': *166 @@ -56636,8 +56653,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: - - *343 - *344 + - *345 - *161 requestBody: required: true @@ -56686,8 +56703,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: - - *343 - *344 + - *345 - *161 requestBody: required: true @@ -56737,11 +56754,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: - - *343 - *344 + - *345 - *161 responses: - '200': *377 + '200': *378 '404': *6 x-github: githubCloudOnly: false @@ -56768,10 +56785,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: - - *343 - *344 + - *345 - *161 - - *378 + - *379 responses: '200': *166 '404': *6 @@ -56799,9 +56816,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *343 - *344 - - &396 + - *345 + - &397 name: actor description: Returns someone's workflow runs. Use the login for the user who created the `push` associated with the check suite or workflow run. @@ -56809,7 +56826,7 @@ paths: required: false schema: type: string - - &397 + - &398 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -56817,7 +56834,7 @@ paths: required: false schema: type: string - - &398 + - &399 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -56826,7 +56843,7 @@ paths: required: false schema: type: string - - &399 + - &400 name: status description: Returns workflow runs with the check run `status` or `conclusion` that you specify. For example, a conclusion can be `success` or a status @@ -56853,7 +56870,7 @@ paths: - pending - *17 - *19 - - &400 + - &401 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -56862,7 +56879,7 @@ paths: schema: type: string format: date-time - - &379 + - &380 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -56871,13 +56888,13 @@ paths: schema: type: boolean default: false - - &401 + - &402 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &402 + - &403 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -56900,7 +56917,7 @@ paths: type: integer workflow_runs: type: array - items: &380 + items: &381 title: Workflow Run description: An invocation of a workflow type: object @@ -57048,7 +57065,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &424 + properties: &425 id: type: string description: SHA for the commit @@ -57099,7 +57116,7 @@ paths: - name - email nullable: true - required: &425 + required: &426 - id - tree_id - message @@ -57146,7 +57163,7 @@ paths: - workflow_url - pull_requests examples: - default: &403 + default: &404 value: total_count: 1 workflow_runs: @@ -57382,24 +57399,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *343 - *344 - - &381 + - *345 + - &382 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *379 + - *380 responses: '200': description: Response content: application/json: - schema: *380 + schema: *381 examples: - default: &384 + default: &385 value: id: 30433642 name: Build @@ -57640,9 +57657,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *343 - *344 - - *381 + - *345 + - *382 responses: '204': description: Response @@ -57665,9 +57682,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *343 - *344 - - *381 + - *345 + - *382 responses: '200': description: Response @@ -57786,9 +57803,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: - - *343 - *344 - - *381 + - *345 + - *382 responses: '201': description: Response @@ -57821,12 +57838,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *343 - *344 - - *381 + - *345 + - *382 - *17 - *19 - - *382 + - *383 - *61 responses: '200': @@ -57843,9 +57860,9 @@ paths: type: integer artifacts: type: array - items: *350 + items: *351 examples: - default: *383 + default: *384 headers: Link: *67 x-github: @@ -57869,25 +57886,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *343 - *344 - - *381 - - &385 + - *345 + - *382 + - &386 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *379 + - *380 responses: '200': description: Response content: application/json: - schema: *380 + schema: *381 examples: - default: *384 + default: *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57910,10 +57927,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *343 - *344 - - *381 - - *385 + - *345 + - *382 + - *386 - *17 - *19 responses: @@ -57931,9 +57948,9 @@ paths: type: integer jobs: type: array - items: *386 + items: *387 examples: - default: &387 + default: &388 value: total_count: 1 jobs: @@ -58046,10 +58063,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *343 - *344 - - *381 - - *385 + - *345 + - *382 + - *386 responses: '302': description: Response @@ -58077,9 +58094,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *343 - *344 - - *381 + - *345 + - *382 responses: '202': description: Response @@ -58112,9 +58129,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: - - *343 - *344 - - *381 + - *345 + - *382 requestBody: required: true content: @@ -58181,9 +58198,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *343 - *344 - - *381 + - *345 + - *382 responses: '202': description: Response @@ -58216,9 +58233,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *343 - *344 - - *381 + - *345 + - *382 - name: filter description: Filters jobs by their `completed_at` timestamp. `latest` returns jobs from the most recent execution of the workflow run. `all` returns all @@ -58248,9 +58265,9 @@ paths: type: integer jobs: type: array - items: *386 + items: *387 examples: - default: *387 + default: *388 headers: Link: *67 x-github: @@ -58275,9 +58292,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *343 - *344 - - *381 + - *345 + - *382 responses: '302': description: Response @@ -58304,9 +58321,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *343 - *344 - - *381 + - *345 + - *382 responses: '204': description: Response @@ -58333,9 +58350,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *343 - *344 - - *381 + - *345 + - *382 responses: '200': description: Response @@ -58395,7 +58412,7 @@ paths: items: type: object properties: - type: &509 + type: &510 type: string description: The type of reviewer. enum: @@ -58480,9 +58497,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *343 - *344 - - *381 + - *345 + - *382 requestBody: required: true content: @@ -58529,12 +58546,12 @@ paths: application/json: schema: type: array - items: &504 + items: &505 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &748 + properties: &749 url: type: string format: uri @@ -58619,7 +58636,7 @@ paths: nullable: true properties: *80 required: *81 - required: &749 + required: &750 - id - node_id - sha @@ -58635,7 +58652,7 @@ paths: - created_at - updated_at examples: - default: &505 + default: &506 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -58691,9 +58708,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *343 - *344 - - *381 + - *345 + - *382 requestBody: required: false content: @@ -58737,9 +58754,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *343 - *344 - - *381 + - *345 + - *382 requestBody: required: false content: @@ -58792,9 +58809,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *343 - *344 - - *381 + - *345 + - *382 responses: '200': description: Response @@ -58931,8 +58948,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *343 - *344 + - *345 - *17 - *19 responses: @@ -58950,9 +58967,9 @@ paths: type: integer secrets: type: array - items: *388 + items: *389 examples: - default: *389 + default: *390 headers: Link: *67 x-github: @@ -58977,16 +58994,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *343 - *344 + - *345 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59008,17 +59025,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *343 - *344 + - *345 - *168 responses: '200': description: Response content: application/json: - schema: *388 + schema: *389 examples: - default: &522 + default: &523 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -59044,8 +59061,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *343 - *344 + - *345 - *168 requestBody: required: true @@ -59103,8 +59120,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *343 - *344 + - *345 - *168 responses: '204': @@ -59130,9 +59147,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *343 - *344 - - *359 + - *345 + - *360 - *19 responses: '200': @@ -59149,9 +59166,9 @@ paths: type: integer variables: type: array - items: *392 + items: *393 examples: - default: *393 + default: *394 headers: Link: *67 x-github: @@ -59174,8 +59191,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -59227,17 +59244,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *343 - *344 + - *345 - *171 responses: '200': description: Response content: application/json: - schema: *392 + schema: *393 examples: - default: &523 + default: &524 value: name: USERNAME value: octocat @@ -59263,8 +59280,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *343 - *344 + - *345 - *171 requestBody: required: true @@ -59307,8 +59324,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *343 - *344 + - *345 - *171 responses: '204': @@ -59334,8 +59351,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *343 - *344 + - *345 - *17 - *19 responses: @@ -59353,7 +59370,7 @@ paths: type: integer workflows: type: array - items: &394 + items: &395 title: Workflow description: A GitHub Actions workflow type: object @@ -59460,9 +59477,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *343 - *344 - - &395 + - *345 + - &396 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -59477,7 +59494,7 @@ paths: description: Response content: application/json: - schema: *394 + schema: *395 examples: default: value: @@ -59510,9 +59527,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *343 - *344 - - *395 + - *345 + - *396 responses: '204': description: Response @@ -59537,9 +59554,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *343 - *344 - - *395 + - *345 + - *396 responses: '204': description: Empty response when `return_run_details` parameter is `false`. @@ -59634,9 +59651,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *343 - *344 - - *395 + - *345 + - *396 responses: '204': description: Response @@ -59663,19 +59680,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *343 - *344 - - *395 + - *345 - *396 - *397 - *398 - *399 + - *400 - *17 - *19 - - *400 - - *379 - *401 + - *380 - *402 + - *403 responses: '200': description: Response @@ -59691,9 +59708,9 @@ paths: type: integer workflow_runs: type: array - items: *380 + items: *381 examples: - default: *403 + default: *404 headers: Link: *67 x-github: @@ -59725,9 +59742,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *343 - *344 - - *395 + - *345 + - *396 responses: '200': description: Response @@ -59788,8 +59805,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *343 - *344 + - *345 - *61 - *17 - *47 @@ -59953,8 +59970,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *343 - *344 + - *345 - *17 - *19 responses: @@ -59991,8 +60008,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *343 - *344 + - *345 - name: assignee in: path required: true @@ -60028,8 +60045,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#create-an-attestation parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -60139,8 +60156,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#list-attestations parameters: - - *343 - *344 + - *345 - *17 - *47 - *48 @@ -60197,7 +60214,7 @@ paths: initiator: type: string examples: - default: *404 + default: *405 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60231,8 +60248,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *343 - *344 + - *345 responses: '200': description: Response @@ -60240,7 +60257,7 @@ paths: application/json: schema: type: array - items: &405 + items: &406 title: Autolink reference description: An autolink reference. type: object @@ -60294,8 +60311,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -60334,9 +60351,9 @@ paths: description: response content: application/json: - schema: *405 + schema: *406 examples: - default: &406 + default: &407 value: id: 1 key_prefix: TICKET- @@ -60367,9 +60384,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *343 - *344 - - &407 + - *345 + - &408 name: autolink_id description: The unique identifier of the autolink. in: path @@ -60381,9 +60398,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: *406 + default: *407 '404': *6 x-github: githubCloudOnly: false @@ -60403,9 +60420,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *343 - *344 - - *407 + - *345 + - *408 responses: '204': description: Response @@ -60429,8 +60446,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: - - *343 - *344 + - *345 responses: '200': description: Response if Dependabot is enabled @@ -60478,8 +60495,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *343 - *344 + - *345 responses: '204': description: Response @@ -60500,8 +60517,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *343 - *344 + - *345 responses: '204': description: Response @@ -60521,8 +60538,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *343 - *344 + - *345 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -60560,7 +60577,7 @@ paths: - url protected: type: boolean - protection: &409 + protection: &410 title: Branch Protection description: Branch Protection type: object @@ -60602,7 +60619,7 @@ paths: required: - contexts - checks - enforce_admins: &412 + enforce_admins: &413 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -60617,7 +60634,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &414 + required_pull_request_reviews: &415 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -60693,7 +60710,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &411 + restrictions: &412 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -60970,9 +60987,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *343 - *344 - - &410 + - *345 + - &411 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/graphql). @@ -60986,14 +61003,14 @@ paths: description: Response content: application/json: - schema: &420 + schema: &421 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &477 + commit: &478 title: Commit description: Commit type: object @@ -61027,7 +61044,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &408 + properties: &409 name: type: string example: '"Chris Wanstrath"' @@ -61043,7 +61060,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *408 + properties: *409 nullable: true message: type: string @@ -61064,7 +61081,7 @@ paths: required: - sha - url - verification: &529 + verification: &530 title: Verification type: object properties: @@ -61134,7 +61151,7 @@ paths: type: integer files: type: array - items: &490 + items: &491 title: Diff Entry description: Diff Entry type: object @@ -61218,7 +61235,7 @@ paths: - self protected: type: boolean - protection: *409 + protection: *410 protection_url: type: string format: uri @@ -61325,7 +61342,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *347 + '301': *348 '404': *6 x-github: githubCloudOnly: false @@ -61347,15 +61364,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *343 - *344 - - *410 + - *345 + - *411 responses: '200': description: Response content: application/json: - schema: *409 + schema: *410 examples: default: value: @@ -61549,9 +61566,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *343 - *344 - - *410 + - *345 + - *411 requestBody: required: true content: @@ -61806,7 +61823,7 @@ paths: url: type: string format: uri - required_status_checks: &417 + required_status_checks: &418 title: Status Check Policy description: Status Check Policy type: object @@ -61958,7 +61975,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *411 + restrictions: *412 required_conversation_resolution: type: object properties: @@ -62070,9 +62087,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *343 - *344 - - *410 + - *345 + - *411 responses: '204': description: Response @@ -62097,17 +62114,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *343 - *344 - - *410 + - *345 + - *411 responses: '200': description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: &413 + default: &414 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -62129,17 +62146,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *343 - *344 - - *410 + - *345 + - *411 responses: '200': description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: *413 + default: *414 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62158,9 +62175,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *343 - *344 - - *410 + - *345 + - *411 responses: '204': description: Response @@ -62185,17 +62202,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *343 - *344 - - *410 + - *345 + - *411 responses: '200': description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: &415 + default: &416 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -62291,9 +62308,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *343 - *344 - - *410 + - *345 + - *411 requestBody: required: false content: @@ -62391,9 +62408,9 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: *415 + default: *416 '422': *15 x-github: githubCloudOnly: false @@ -62414,9 +62431,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *343 - *344 - - *410 + - *345 + - *411 responses: '204': description: Response @@ -62443,17 +62460,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *343 - *344 - - *410 + - *345 + - *411 responses: '200': description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: &416 + default: &417 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -62476,17 +62493,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *343 - *344 - - *410 + - *345 + - *411 responses: '200': description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: *416 + default: *417 '404': *6 x-github: githubCloudOnly: false @@ -62506,9 +62523,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *343 - *344 - - *410 + - *345 + - *411 responses: '204': description: Response @@ -62533,17 +62550,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *343 - *344 - - *410 + - *345 + - *411 responses: '200': description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: &418 + default: &419 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -62569,9 +62586,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *343 - *344 - - *410 + - *345 + - *411 requestBody: required: false content: @@ -62623,9 +62640,9 @@ paths: description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: *418 + default: *419 '404': *6 '422': *15 x-github: @@ -62647,9 +62664,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *343 - *344 - - *410 + - *345 + - *411 responses: '204': description: Response @@ -62673,9 +62690,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *343 - *344 - - *410 + - *345 + - *411 responses: '200': description: Response @@ -62709,9 +62726,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *343 - *344 - - *410 + - *345 + - *411 requestBody: required: false content: @@ -62778,9 +62795,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *343 - *344 - - *410 + - *345 + - *411 requestBody: required: false content: @@ -62844,9 +62861,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *343 - *344 - - *410 + - *345 + - *411 requestBody: content: application/json: @@ -62912,15 +62929,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *343 - *344 - - *410 + - *345 + - *411 responses: '200': description: Response content: application/json: - schema: *411 + schema: *412 examples: default: value: @@ -63011,9 +63028,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *343 - *344 - - *410 + - *345 + - *411 responses: '204': description: Response @@ -63036,9 +63053,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *343 - *344 - - *410 + - *345 + - *411 responses: '200': description: Response @@ -63048,7 +63065,7 @@ paths: type: array items: *5 examples: - default: &419 + default: &420 value: - id: 1 slug: octoapp @@ -63105,9 +63122,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *343 - *344 - - *410 + - *345 + - *411 requestBody: required: true content: @@ -63141,7 +63158,7 @@ paths: type: array items: *5 examples: - default: *419 + default: *420 '422': *15 x-github: githubCloudOnly: false @@ -63162,9 +63179,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *343 - *344 - - *410 + - *345 + - *411 requestBody: required: true content: @@ -63198,7 +63215,7 @@ paths: type: array items: *5 examples: - default: *419 + default: *420 '422': *15 x-github: githubCloudOnly: false @@ -63219,9 +63236,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *343 - *344 - - *410 + - *345 + - *411 requestBody: required: true content: @@ -63255,7 +63272,7 @@ paths: type: array items: *5 examples: - default: *419 + default: *420 '422': *15 x-github: githubCloudOnly: false @@ -63277,9 +63294,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *343 - *344 - - *410 + - *345 + - *411 responses: '200': description: Response @@ -63289,7 +63306,7 @@ paths: type: array items: *197 examples: - default: *259 + default: *260 '404': *6 x-github: githubCloudOnly: false @@ -63309,9 +63326,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *343 - *344 - - *410 + - *345 + - *411 requestBody: required: false content: @@ -63349,7 +63366,7 @@ paths: type: array items: *197 examples: - default: *259 + default: *260 '422': *15 x-github: githubCloudOnly: false @@ -63370,9 +63387,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *343 - *344 - - *410 + - *345 + - *411 requestBody: required: false content: @@ -63410,7 +63427,7 @@ paths: type: array items: *197 examples: - default: *259 + default: *260 '422': *15 x-github: githubCloudOnly: false @@ -63431,9 +63448,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *343 - *344 - - *410 + - *345 + - *411 requestBody: content: application/json: @@ -63470,7 +63487,7 @@ paths: type: array items: *197 examples: - default: *259 + default: *260 '422': *15 x-github: githubCloudOnly: false @@ -63492,9 +63509,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *343 - *344 - - *410 + - *345 + - *411 responses: '200': description: Response @@ -63528,9 +63545,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *343 - *344 - - *410 + - *345 + - *411 requestBody: required: true content: @@ -63588,9 +63605,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *343 - *344 - - *410 + - *345 + - *411 requestBody: required: true content: @@ -63648,9 +63665,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *343 - *344 - - *410 + - *345 + - *411 requestBody: required: true content: @@ -63710,9 +63727,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *343 - *344 - - *410 + - *345 + - *411 requestBody: required: true content: @@ -63734,7 +63751,7 @@ paths: description: Response content: application/json: - schema: *420 + schema: *421 examples: default: value: @@ -63850,8 +63867,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -64130,7 +64147,7 @@ paths: description: Response content: application/json: - schema: &421 + schema: &422 title: CheckRun description: A check performed on the code of a given code change type: object @@ -64250,7 +64267,7 @@ paths: check. type: array items: *90 - deployment: &741 + deployment: &742 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -64530,9 +64547,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *343 - *344 - - &422 + - *345 + - &423 name: check_run_id description: The unique identifier of the check run. in: path @@ -64544,9 +64561,9 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: - default: &423 + default: &424 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -64646,9 +64663,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *343 - *344 - - *422 + - *345 + - *423 requestBody: required: true content: @@ -64888,9 +64905,9 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: - default: *423 + default: *424 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64910,9 +64927,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *343 - *344 - - *422 + - *345 + - *423 - *17 - *19 responses: @@ -65007,9 +65024,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *343 - *344 - - *422 + - *345 + - *423 responses: '201': description: Response @@ -65053,8 +65070,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -65076,7 +65093,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &426 + schema: &427 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -65162,12 +65179,12 @@ paths: type: string format: date-time nullable: true - head_commit: &769 + head_commit: &770 title: Simple Commit description: A commit. type: object - properties: *424 - required: *425 + properties: *425 + required: *426 latest_check_runs_count: type: integer check_runs_url: @@ -65195,7 +65212,7 @@ paths: - check_runs_url - pull_requests examples: - default: &427 + default: &428 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -65486,9 +65503,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *426 + schema: *427 examples: - default: *427 + default: *428 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65507,8 +65524,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -65817,9 +65834,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *343 - *344 - - &428 + - *345 + - &429 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -65831,9 +65848,9 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: *427 + default: *428 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65856,17 +65873,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *343 - *344 - - *428 - - &483 + - *345 + - *429 + - &484 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &484 + - &485 name: status description: Returns check runs with the specified `status`. in: query @@ -65905,9 +65922,9 @@ paths: type: integer check_runs: type: array - items: *421 + items: *422 examples: - default: &485 + default: &486 value: total_count: 1 check_runs: @@ -66009,9 +66026,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *343 - *344 - - *428 + - *345 + - *429 responses: '201': description: Response @@ -66044,21 +66061,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *343 - *344 - - *429 + - *345 - *430 + - *431 - *19 - *17 - - &447 + - &448 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: *431 - - &448 + schema: *432 + - &449 name: pr description: The number of the pull request for the results you want to list. in: query @@ -66083,13 +66100,13 @@ paths: be returned. in: query required: false - schema: *432 + schema: *433 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *433 + schema: *434 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -66113,7 +66130,7 @@ paths: updated_at: *180 url: *181 html_url: *182 - instances_url: *434 + instances_url: *435 state: *187 fixed_at: *183 dismissed_by: @@ -66124,11 +66141,11 @@ paths: required: *21 nullable: true dismissed_at: *184 - dismissed_reason: *435 - dismissed_comment: *436 - rule: *437 - tool: *438 - most_recent_instance: *439 + dismissed_reason: *436 + dismissed_comment: *437 + rule: *438 + tool: *439 + most_recent_instance: *440 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -66254,7 +66271,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &440 + '403': &441 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -66281,9 +66298,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *343 - *344 - - &441 + - *345 + - &442 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -66297,7 +66314,7 @@ paths: description: Response content: application/json: - schema: &442 + schema: &443 type: object properties: number: *178 @@ -66305,7 +66322,7 @@ paths: updated_at: *180 url: *181 html_url: *182 - instances_url: *434 + instances_url: *435 state: *187 fixed_at: *183 dismissed_by: @@ -66316,8 +66333,8 @@ paths: required: *21 nullable: true dismissed_at: *184 - dismissed_reason: *435 - dismissed_comment: *436 + dismissed_reason: *436 + dismissed_comment: *437 rule: type: object properties: @@ -66371,8 +66388,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *438 - most_recent_instance: *439 + tool: *439 + most_recent_instance: *440 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -66471,7 +66488,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *440 + '403': *441 '404': *6 '503': *121 x-github: @@ -66491,9 +66508,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *343 - *344 - - *441 + - *345 + - *442 requestBody: required: true content: @@ -66508,8 +66525,8 @@ paths: enum: - open - dismissed - dismissed_reason: *435 - dismissed_comment: *436 + dismissed_reason: *436 + dismissed_comment: *437 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -66537,7 +66554,7 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: default: value: @@ -66613,7 +66630,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &446 + '403': &447 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -66640,15 +66657,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: - - *343 - *344 - - *441 + - *345 + - *442 responses: '200': description: Response content: application/json: - schema: &443 + schema: &444 type: object properties: status: @@ -66674,13 +66691,13 @@ paths: - description - started_at examples: - default: &444 + default: &445 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &445 + '400': &446 description: Bad Request content: application/json: @@ -66691,7 +66708,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': *440 + '403': *441 '404': *6 '503': *121 x-github: @@ -66716,29 +66733,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: - - *343 - *344 - - *441 + - *345 + - *442 responses: '200': description: OK content: application/json: - schema: *443 + schema: *444 examples: - default: *444 + default: *445 '202': description: Accepted content: application/json: - schema: *443 + schema: *444 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *445 + '400': *446 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -66770,9 +66787,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: - - *343 - *344 - - *441 + - *345 + - *442 requestBody: required: false content: @@ -66817,8 +66834,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *445 - '403': *446 + '400': *446 + '403': *447 '404': *6 '422': description: Unprocessable Entity @@ -66842,13 +66859,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *343 - *344 - - *441 + - *345 + - *442 - *19 - *17 - - *447 - *448 + - *449 responses: '200': description: Response @@ -66859,10 +66876,10 @@ paths: items: type: object properties: - ref: *431 - analysis_key: *449 - environment: *450 - category: *451 + ref: *432 + analysis_key: *450 + environment: *451 + category: *452 state: type: string description: State of a code scanning alert instance. @@ -66877,7 +66894,7 @@ paths: properties: text: type: string - location: *452 + location: *453 html_url: type: string classifications: @@ -66885,7 +66902,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: *453 + items: *454 examples: default: value: @@ -66922,7 +66939,7 @@ paths: end_column: 50 classifications: - source - '403': *440 + '403': *441 '404': *6 '503': *121 x-github: @@ -66956,25 +66973,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *343 - *344 - - *429 + - *345 - *430 + - *431 - *19 - *17 - - *448 + - *449 - 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: *431 + schema: *432 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &454 + schema: &455 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -66995,23 +67012,23 @@ paths: application/json: schema: type: array - items: &455 + items: &456 type: object properties: - ref: *431 - commit_sha: &463 + ref: *432 + commit_sha: &464 description: The SHA of the commit to which the analysis you are uploading relates. type: string minLength: 40 maxLength: 40 pattern: "^[0-9a-fA-F]+$" - analysis_key: *449 + analysis_key: *450 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *451 + category: *452 error: type: string example: error reading field xyz @@ -67035,8 +67052,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *454 - tool: *438 + sarif_id: *455 + tool: *439 deletable: type: boolean warning: @@ -67097,7 +67114,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *440 + '403': *441 '404': *6 '503': *121 x-github: @@ -67133,8 +67150,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: - - *343 - *344 + - *345 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -67147,7 +67164,7 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: response: summary: application/json response @@ -67201,7 +67218,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *440 + '403': *441 '404': *6 '422': description: Response if analysis could not be processed @@ -67288,8 +67305,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: - - *343 - *344 + - *345 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -67342,7 +67359,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': *446 + '403': *447 '404': *6 '503': *121 x-github: @@ -67364,8 +67381,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *343 - *344 + - *345 responses: '200': description: Response @@ -67373,7 +67390,7 @@ paths: application/json: schema: type: array - items: &456 + items: &457 title: CodeQL Database description: A CodeQL database. type: object @@ -67484,7 +67501,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': *440 + '403': *441 '404': *6 '503': *121 x-github: @@ -67513,8 +67530,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *343 - *344 + - *345 - name: language in: path description: The language of the CodeQL database. @@ -67526,7 +67543,7 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: default: value: @@ -67558,9 +67575,9 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &492 + '302': &493 description: Found - '403': *440 + '403': *441 '404': *6 '503': *121 x-github: @@ -67582,8 +67599,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *343 - *344 + - *345 - name: language in: path description: The language of the CodeQL database. @@ -67593,7 +67610,7 @@ paths: responses: '204': description: Response - '403': *446 + '403': *447 '404': *6 '503': *121 x-github: @@ -67621,8 +67638,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -67631,7 +67648,7 @@ paths: type: object additionalProperties: false properties: - language: &457 + language: &458 type: string description: The language targeted by the CodeQL query enum: @@ -67711,7 +67728,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &461 + schema: &462 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -67721,7 +67738,7 @@ paths: description: The ID of the variant analysis. controller_repo: *66 actor: *4 - query_language: *457 + query_language: *458 query_pack_url: type: string description: The download url for the query pack. @@ -67768,7 +67785,7 @@ paths: items: type: object properties: - repository: &458 + repository: &459 title: Repository Identifier description: Repository Identifier type: object @@ -67804,7 +67821,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &462 + analysis_status: &463 type: string description: The new status of the CodeQL variant analysis repository task. @@ -67836,7 +67853,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &459 + access_mismatch_repos: &460 type: object properties: repository_count: @@ -67850,7 +67867,7 @@ paths: This list may not include all repositories that were skipped. This is only available when the repository was found and the user has access to it. - items: *458 + items: *459 required: - repository_count - repositories @@ -67872,8 +67889,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *459 - over_limit_repos: *459 + no_codeql_db_repos: *460 + over_limit_repos: *460 required: - access_mismatch_repos - not_found_repos @@ -67889,7 +67906,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &460 + value: &461 summary: Default response value: id: 1 @@ -68035,10 +68052,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *460 + value: *461 repository_lists: summary: Response for a successful variant analysis submission - value: *460 + value: *461 '404': *6 '422': description: Unable to process variant analysis submission @@ -68066,8 +68083,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: - - *343 - *344 + - *345 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -68079,9 +68096,9 @@ paths: description: Response content: application/json: - schema: *461 + schema: *462 examples: - default: *460 + default: *461 '404': *6 '503': *121 x-github: @@ -68104,7 +68121,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: - - *343 + - *344 - name: repo in: path description: The name of the controller repository. @@ -68139,7 +68156,7 @@ paths: type: object properties: repository: *66 - analysis_status: *462 + analysis_status: *463 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -68264,8 +68281,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *343 - *344 + - *345 responses: '200': description: Response @@ -68367,7 +68384,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *440 + '403': *441 '404': *6 '503': *121 x-github: @@ -68388,8 +68405,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -68481,7 +68498,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *446 + '403': *447 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -68552,8 +68569,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -68561,7 +68578,7 @@ paths: schema: type: object properties: - commit_sha: *463 + commit_sha: *464 ref: type: string description: |- @@ -68619,7 +68636,7 @@ paths: schema: type: object properties: - id: *454 + id: *455 url: type: string description: The REST API URL for checking the status of the upload. @@ -68633,7 +68650,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': *446 + '403': *447 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -68656,8 +68673,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *343 - *344 + - *345 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -68703,7 +68720,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': *440 + '403': *441 '404': description: Not Found if the sarif id does not match any upload '503': *121 @@ -68728,8 +68745,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: - - *343 - *344 + - *345 responses: '200': description: Response @@ -68810,8 +68827,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *343 - *344 + - *345 - 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 @@ -68931,8 +68948,8 @@ paths: parameters: - *17 - *19 - - *343 - *344 + - *345 responses: '200': description: Response @@ -68948,7 +68965,7 @@ paths: type: integer codespaces: type: array - items: *247 + items: *248 examples: default: value: @@ -69246,8 +69263,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -69310,17 +69327,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *247 + schema: *248 examples: - default: *464 + default: *465 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *247 + schema: *248 examples: - default: *464 + default: *465 '400': *14 '401': *25 '403': *29 @@ -69349,8 +69366,8 @@ paths: parameters: - *17 - *19 - - *343 - *344 + - *345 responses: '200': description: Response @@ -69414,8 +69431,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *343 - *344 + - *345 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -69450,14 +69467,14 @@ paths: type: integer machines: type: array - items: &684 + items: &685 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *465 - required: *466 + properties: *466 + required: *467 examples: - default: &685 + default: &686 value: total_count: 2 machines: @@ -69497,8 +69514,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *343 - *344 + - *345 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -69582,8 +69599,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: - - *343 - *344 + - *345 - 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 @@ -69649,8 +69666,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *343 - *344 + - *345 - *17 - *19 responses: @@ -69668,7 +69685,7 @@ paths: type: integer secrets: type: array - items: &470 + items: &471 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -69688,7 +69705,7 @@ paths: - created_at - updated_at examples: - default: *467 + default: *468 headers: Link: *67 x-github: @@ -69711,16 +69728,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *343 - *344 + - *345 responses: '200': description: Response content: application/json: - schema: *468 + schema: *469 examples: - default: *469 + default: *470 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -69740,17 +69757,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *343 - *344 + - *345 - *168 responses: '200': description: Response content: application/json: - schema: *470 + schema: *471 examples: - default: *471 + default: *472 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69770,8 +69787,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *343 - *344 + - *345 - *168 requestBody: required: true @@ -69824,8 +69841,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *343 - *344 + - *345 - *168 responses: '204': @@ -69854,8 +69871,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *343 - *344 + - *345 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -69897,7 +69914,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &472 + properties: &473 login: type: string example: octocat @@ -69990,7 +70007,7 @@ paths: user_view_type: type: string example: public - required: &473 + required: &474 - avatar_url - events_url - followers_url @@ -70064,8 +70081,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *343 - *344 + - *345 - *71 responses: '204': @@ -70112,8 +70129,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *343 - *344 + - *345 - *71 requestBody: required: false @@ -70140,7 +70157,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &542 + schema: &543 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -70369,8 +70386,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *343 - *344 + - *345 - *71 responses: '204': @@ -70402,8 +70419,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *343 - *344 + - *345 - *71 responses: '200': @@ -70424,8 +70441,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *472 - required: *473 + properties: *473 + required: *474 nullable: true required: - permission @@ -70480,8 +70497,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *343 - *344 + - *345 - *17 - *19 responses: @@ -70491,7 +70508,7 @@ paths: application/json: schema: type: array - items: &474 + items: &475 title: Commit Comment description: Commit Comment type: object @@ -70549,7 +70566,7 @@ paths: - created_at - updated_at examples: - default: &479 + default: &480 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -70608,17 +70625,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *343 - *344 + - *345 - *101 responses: '200': description: Response content: application/json: - schema: *474 + schema: *475 examples: - default: &480 + default: &481 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -70675,8 +70692,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *343 - *344 + - *345 - *101 requestBody: required: true @@ -70699,7 +70716,7 @@ paths: description: Response content: application/json: - schema: *474 + schema: *475 examples: default: value: @@ -70750,8 +70767,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *343 - *344 + - *345 - *101 responses: '204': @@ -70773,8 +70790,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *343 - *344 + - *345 - *101 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -70801,7 +70818,7 @@ paths: application/json: schema: type: array - items: &475 + items: &476 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -70844,7 +70861,7 @@ paths: - content - created_at examples: - default: &546 + default: &547 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -70889,8 +70906,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *343 - *344 + - *345 - *101 requestBody: required: true @@ -70923,9 +70940,9 @@ paths: description: Reaction exists content: application/json: - schema: *475 + schema: *476 examples: - default: &476 + default: &477 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -70954,9 +70971,9 @@ paths: description: Reaction created content: application/json: - schema: *475 + schema: *476 examples: - default: *476 + default: *477 '422': *15 x-github: githubCloudOnly: false @@ -70978,10 +70995,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *343 - *344 + - *345 - *101 - - &547 + - &548 name: reaction_id description: The unique identifier of the reaction. in: path @@ -71036,8 +71053,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *343 - *344 + - *345 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -71093,9 +71110,9 @@ paths: application/json: schema: type: array - items: *477 + items: *478 examples: - default: &598 + default: &599 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -71189,9 +71206,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *343 - *344 - - &478 + - *345 + - &479 name: commit_sha description: The SHA of the commit. in: path @@ -71263,9 +71280,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *343 - *344 - - *478 + - *345 + - *479 - *17 - *19 responses: @@ -71275,9 +71292,9 @@ paths: application/json: schema: type: array - items: *474 + items: *475 examples: - default: *479 + default: *480 headers: Link: *67 x-github: @@ -71305,9 +71322,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *343 - *344 - - *478 + - *345 + - *479 requestBody: required: true content: @@ -71342,9 +71359,9 @@ paths: description: Response content: application/json: - schema: *474 + schema: *475 examples: - default: *480 + default: *481 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -71372,9 +71389,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *343 - *344 - - *478 + - *345 + - *479 - *17 - *19 responses: @@ -71384,9 +71401,9 @@ paths: application/json: schema: type: array - items: *481 + items: *482 examples: - default: &590 + default: &591 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -71923,11 +71940,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *343 - *344 + - *345 - *19 - *17 - - &482 + - &483 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" @@ -71942,9 +71959,9 @@ paths: description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: &577 + default: &578 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -72057,11 +72074,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *343 - *344 - - *482 + - *345 - *483 - *484 + - *485 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -72095,9 +72112,9 @@ paths: type: integer check_runs: type: array - items: *421 + items: *422 examples: - default: *485 + default: *486 headers: Link: *67 x-github: @@ -72122,9 +72139,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *343 - *344 - - *482 + - *345 + - *483 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -72132,7 +72149,7 @@ paths: schema: type: integer example: 1 - - *483 + - *484 - *17 - *19 responses: @@ -72150,7 +72167,7 @@ paths: type: integer check_suites: type: array - items: *426 + items: *427 examples: default: value: @@ -72350,9 +72367,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *343 - *344 - - *482 + - *345 + - *483 - *17 - *19 responses: @@ -72550,9 +72567,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *343 - *344 - - *482 + - *345 + - *483 - *17 - *19 responses: @@ -72562,7 +72579,7 @@ paths: application/json: schema: type: array - items: &663 + items: &664 title: Status description: The status of a commit. type: object @@ -72643,7 +72660,7 @@ paths: site_admin: false headers: Link: *67 - '301': *347 + '301': *348 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72671,8 +72688,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *343 - *344 + - *345 responses: '200': description: Response @@ -72701,20 +72718,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *486 - required: *487 + properties: *487 + required: *488 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &488 + properties: &489 url: type: string format: uri html_url: type: string format: uri - required: &489 + required: &490 - url - html_url nullable: true @@ -72728,26 +72745,26 @@ paths: contributing: title: Community Health File type: object - properties: *488 - required: *489 + properties: *489 + required: *490 nullable: true readme: title: Community Health File type: object - properties: *488 - required: *489 + properties: *489 + required: *490 nullable: true issue_template: title: Community Health File type: object - properties: *488 - required: *489 + properties: *489 + required: *490 nullable: true pull_request_template: title: Community Health File type: object - properties: *488 - required: *489 + properties: *489 + required: *490 nullable: true required: - code_of_conduct @@ -72874,8 +72891,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *343 - *344 + - *345 - *19 - *17 - name: basehead @@ -72918,8 +72935,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *477 - merge_base_commit: *477 + base_commit: *478 + merge_base_commit: *478 status: type: string enum: @@ -72939,10 +72956,10 @@ paths: example: 6 commits: type: array - items: *477 + items: *478 files: type: array - items: *490 + items: *491 required: - url - html_url @@ -73228,8 +73245,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *343 - *344 + - *345 - name: path description: path parameter in: path @@ -73389,7 +73406,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &491 + response-if-content-is-a-file-github-object: &492 summary: Response if content is a file value: type: file @@ -73521,7 +73538,7 @@ paths: - size - type - url - - &603 + - &604 title: Content File description: Content File type: object @@ -73722,7 +73739,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *491 + response-if-content-is-a-file: *492 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -73791,7 +73808,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *492 + '302': *493 '304': *37 x-github: githubCloudOnly: false @@ -73844,8 +73861,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *343 - *344 + - *345 - name: path description: path parameter in: path @@ -73938,7 +73955,7 @@ paths: description: Response content: application/json: - schema: &493 + schema: &494 title: File Commit description: File Commit type: object @@ -74090,7 +74107,7 @@ paths: description: Response content: application/json: - schema: *493 + schema: *494 examples: example-for-creating-a-file: value: @@ -74144,7 +74161,7 @@ paths: schema: oneOf: - *3 - - &524 + - &525 description: Repository rule violation was detected type: object properties: @@ -74165,7 +74182,7 @@ paths: items: type: object properties: - placeholder_id: &655 + placeholder_id: &656 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -74197,8 +74214,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *343 - *344 + - *345 - name: path description: path parameter in: path @@ -74259,7 +74276,7 @@ paths: description: Response content: application/json: - schema: *493 + schema: *494 examples: default: value: @@ -74314,8 +74331,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *343 - *344 + - *345 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -74438,23 +74455,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *343 - *344 + - *345 - *199 - *200 - *201 - *202 + - *203 - 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 - - *203 - - *494 - *204 + - *495 - *205 - *206 + - *207 - *61 - *47 - *48 @@ -74466,7 +74484,7 @@ paths: application/json: schema: type: array - items: &498 + items: &499 type: object description: A Dependabot alert. properties: @@ -74513,7 +74531,7 @@ paths: - direct - transitive - inconclusive - security_advisory: *495 + security_advisory: *496 security_vulnerability: *65 url: *181 html_url: *182 @@ -74544,8 +74562,8 @@ paths: nullable: true maxLength: 280 fixed_at: *183 - auto_dismissed_at: *496 - dismissal_request: *497 + auto_dismissed_at: *497 + dismissal_request: *498 assignees: type: array description: The users assigned to this alert. @@ -74800,9 +74818,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *343 - *344 - - &499 + - *345 + - &500 name: alert_number in: path description: |- @@ -74817,7 +74835,7 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: default: value: @@ -74949,9 +74967,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *343 - *344 - - *499 + - *345 + - *500 requestBody: required: true content: @@ -75007,7 +75025,7 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: default: value: @@ -75137,8 +75155,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *343 - *344 + - *345 - *17 - *19 responses: @@ -75156,7 +75174,7 @@ paths: type: integer secrets: type: array - items: &502 + items: &503 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -75209,16 +75227,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *343 - *344 + - *345 responses: '200': description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: *501 + default: *502 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75238,15 +75256,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *343 - *344 + - *345 - *168 responses: '200': description: Response content: application/json: - schema: *502 + schema: *503 examples: default: value: @@ -75272,8 +75290,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *343 - *344 + - *345 - *168 requestBody: required: true @@ -75326,8 +75344,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *343 - *344 + - *345 - *168 responses: '204': @@ -75350,8 +75368,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: - - *343 - *344 + - *345 - 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 @@ -75511,8 +75529,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: - - *343 - *344 + - *345 responses: '200': description: Response @@ -75751,8 +75769,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: - - *343 - *344 + - *345 requestBody: required: true content: @@ -75827,7 +75845,7 @@ paths: - version - url additionalProperties: false - metadata: &503 + metadata: &504 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -75860,7 +75878,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *503 + metadata: *504 resolved: type: object description: A collection of resolved package dependencies. @@ -75873,7 +75891,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *503 + metadata: *504 relationship: type: string description: A notation of whether a dependency is requested @@ -76002,8 +76020,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *343 - *344 + - *345 - name: sha description: The SHA recorded at creation time. in: query @@ -76043,9 +76061,9 @@ paths: application/json: schema: type: array - items: *504 + items: *505 examples: - default: *505 + default: *506 headers: Link: *67 x-github: @@ -76111,8 +76129,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -76193,7 +76211,7 @@ paths: description: Response content: application/json: - schema: *504 + schema: *505 examples: simple-example: summary: Simple example @@ -76266,9 +76284,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *343 - *344 - - &506 + - *345 + - &507 name: deployment_id description: deployment_id parameter in: path @@ -76280,7 +76298,7 @@ paths: description: Response content: application/json: - schema: *504 + schema: *505 examples: default: value: @@ -76345,9 +76363,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *343 - *344 - - *506 + - *345 + - *507 responses: '204': description: Response @@ -76369,9 +76387,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *343 - *344 - - *506 + - *345 + - *507 - *17 - *19 responses: @@ -76381,7 +76399,7 @@ paths: application/json: schema: type: array - items: &507 + items: &508 title: Deployment Status description: The status of a deployment. type: object @@ -76542,9 +76560,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *343 - *344 - - *506 + - *345 + - *507 requestBody: required: true content: @@ -76619,9 +76637,9 @@ paths: description: Response content: application/json: - schema: *507 + schema: *508 examples: - default: &508 + default: &509 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -76677,9 +76695,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *343 - *344 - - *506 + - *345 + - *507 - name: status_id in: path required: true @@ -76690,9 +76708,9 @@ paths: description: Response content: application/json: - schema: *507 + schema: *508 examples: - default: *508 + default: *509 '404': *6 x-github: githubCloudOnly: false @@ -76717,8 +76735,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -76775,8 +76793,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *343 - *344 + - *345 - *17 - *19 responses: @@ -76793,7 +76811,7 @@ paths: type: integer environments: type: array - items: &510 + items: &511 title: Environment description: Details of a deployment environment type: object @@ -76845,7 +76863,7 @@ paths: type: type: string example: wait_timer - wait_timer: &512 + wait_timer: &513 type: integer example: 30 description: The amount of time to delay a job after @@ -76882,7 +76900,7 @@ paths: items: type: object properties: - type: *509 + type: *510 reviewer: anyOf: - *4 @@ -76906,7 +76924,7 @@ paths: - id - node_id - type - deployment_branch_policy: &513 + deployment_branch_policy: &514 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -77022,9 +77040,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *343 - *344 - - &511 + - *345 + - &512 name: environment_name in: path required: true @@ -77037,9 +77055,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: - default: &514 + default: &515 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -77123,9 +77141,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *343 - *344 - - *511 + - *345 + - *512 requestBody: required: false content: @@ -77134,7 +77152,7 @@ paths: type: object nullable: true properties: - wait_timer: *512 + wait_timer: *513 prevent_self_review: type: boolean example: false @@ -77151,13 +77169,13 @@ paths: items: type: object properties: - type: *509 + type: *510 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *513 + deployment_branch_policy: *514 additionalProperties: false examples: default: @@ -77177,9 +77195,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: - default: *514 + default: *515 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -77203,9 +77221,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *343 - *344 - - *511 + - *345 + - *512 responses: '204': description: Default response @@ -77230,9 +77248,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *343 - *344 - - *511 + - *345 + - *512 - *17 - *19 responses: @@ -77250,7 +77268,7 @@ paths: example: 2 branch_policies: type: array - items: &515 + items: &516 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -77307,9 +77325,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *343 - *344 - - *511 + - *345 + - *512 requestBody: required: true content: @@ -77355,9 +77373,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - example-wildcard: &516 + example-wildcard: &517 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -77399,10 +77417,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *343 - *344 - - *511 - - &517 + - *345 + - *512 + - &518 name: branch_policy_id in: path required: true @@ -77414,9 +77432,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: *516 + default: *517 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77435,10 +77453,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *343 - *344 - - *511 - - *517 + - *345 + - *512 + - *518 requestBody: required: true content: @@ -77466,9 +77484,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: *516 + default: *517 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77487,10 +77505,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *343 - *344 - - *511 - - *517 + - *345 + - *512 + - *518 responses: '204': description: Response @@ -77515,9 +77533,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *511 + - *512 + - *345 - *344 - - *343 responses: '200': description: List of deployment protection rules @@ -77533,7 +77551,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &518 + items: &519 title: Deployment protection rule description: Deployment protection rule type: object @@ -77552,7 +77570,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &519 + app: &520 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -77651,9 +77669,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: - - *511 + - *512 + - *345 - *344 - - *343 requestBody: content: application/json: @@ -77674,9 +77692,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *518 + schema: *519 examples: - default: &520 + default: &521 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -77711,9 +77729,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: - - *511 + - *512 + - *345 - *344 - - *343 - *19 - *17 responses: @@ -77732,7 +77750,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *519 + items: *520 examples: default: value: @@ -77767,10 +77785,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *343 - *344 - - *511 - - &521 + - *345 + - *512 + - &522 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -77782,9 +77800,9 @@ paths: description: Response content: application/json: - schema: *518 + schema: *519 examples: - default: *520 + default: *521 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77805,10 +77823,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *511 + - *512 + - *345 - *344 - - *343 - - *521 + - *522 responses: '204': description: Response @@ -77834,9 +77852,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *343 - *344 - - *511 + - *345 + - *512 - *17 - *19 responses: @@ -77854,9 +77872,9 @@ paths: type: integer secrets: type: array - items: *388 + items: *389 examples: - default: *389 + default: *390 headers: Link: *67 x-github: @@ -77881,17 +77899,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *343 - *344 - - *511 + - *345 + - *512 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *391 + default: *392 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77913,18 +77931,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *343 - *344 - - *511 + - *345 + - *512 - *168 responses: '200': description: Response content: application/json: - schema: *388 + schema: *389 examples: - default: *522 + default: *523 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77946,9 +77964,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *343 - *344 - - *511 + - *345 + - *512 - *168 requestBody: required: true @@ -78006,9 +78024,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *343 - *344 - - *511 + - *345 + - *512 - *168 responses: '204': @@ -78034,10 +78052,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *343 - *344 - - *511 - - *359 + - *345 + - *512 + - *360 - *19 responses: '200': @@ -78054,9 +78072,9 @@ paths: type: integer variables: type: array - items: *392 + items: *393 examples: - default: *393 + default: *394 headers: Link: *67 x-github: @@ -78079,9 +78097,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *343 - *344 - - *511 + - *345 + - *512 requestBody: required: true content: @@ -78133,18 +78151,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *343 - *344 - - *511 + - *345 + - *512 - *171 responses: '200': description: Response content: application/json: - schema: *392 + schema: *393 examples: - default: *523 + default: *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78165,10 +78183,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *343 - *344 + - *345 - *171 - - *511 + - *512 requestBody: required: true content: @@ -78210,10 +78228,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *343 - *344 + - *345 - *171 - - *511 + - *512 responses: '204': description: Response @@ -78235,8 +78253,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *343 - *344 + - *345 - *17 - *19 responses: @@ -78304,8 +78322,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *343 - *344 + - *345 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -78464,8 +78482,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *343 - *344 + - *345 requestBody: required: false content: @@ -78497,9 +78515,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *348 + default: *349 '400': *14 '422': *15 '403': *29 @@ -78520,8 +78538,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -78581,7 +78599,7 @@ paths: schema: oneOf: - *129 - - *524 + - *525 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78606,8 +78624,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *343 - *344 + - *345 - name: file_sha in: path required: true @@ -78706,8 +78724,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -78816,7 +78834,7 @@ paths: description: Response content: application/json: - schema: &525 + schema: &526 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -79030,15 +79048,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *343 - *344 - - *478 + - *345 + - *479 responses: '200': description: Response content: application/json: - schema: *525 + schema: *526 examples: default: value: @@ -79094,9 +79112,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *343 - *344 - - &526 + - *345 + - &527 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. @@ -79113,7 +79131,7 @@ paths: application/json: schema: type: array - items: &527 + items: &528 title: Git Reference description: Git references within a repository type: object @@ -79188,17 +79206,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *343 - *344 - - *526 + - *345 + - *527 responses: '200': description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: &528 + default: &529 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -79227,8 +79245,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -79257,9 +79275,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: *528 + default: *529 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -79285,9 +79303,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *343 - *344 - - *526 + - *345 + - *527 requestBody: required: true content: @@ -79316,9 +79334,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: *528 + default: *529 '422': *15 '409': *54 x-github: @@ -79336,9 +79354,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *343 - *344 - - *526 + - *345 + - *527 responses: '204': description: Response @@ -79393,8 +79411,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -79461,7 +79479,7 @@ paths: description: Response content: application/json: - schema: &530 + schema: &531 title: Git Tag description: Metadata for a Git tag type: object @@ -79512,7 +79530,7 @@ paths: - sha - type - url - verification: *529 + verification: *530 required: - sha - url @@ -79522,7 +79540,7 @@ paths: - tag - message examples: - default: &531 + default: &532 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -79595,8 +79613,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *343 - *344 + - *345 - name: tag_sha in: path required: true @@ -79607,9 +79625,9 @@ paths: description: Response content: application/json: - schema: *530 + schema: *531 examples: - default: *531 + default: *532 '404': *6 '409': *54 x-github: @@ -79633,8 +79651,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -79707,7 +79725,7 @@ paths: description: Response content: application/json: - schema: &532 + schema: &533 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -79803,8 +79821,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *343 - *344 + - *345 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -79827,7 +79845,7 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: default-response: summary: Default response @@ -79886,8 +79904,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *343 - *344 + - *345 - *17 - *19 responses: @@ -79897,7 +79915,7 @@ paths: application/json: schema: type: array - items: &533 + items: &534 title: Webhook description: Webhooks for repositories. type: object @@ -79951,7 +79969,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &778 + last_response: &779 title: Hook Response type: object properties: @@ -80025,8 +80043,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *343 - *344 + - *345 requestBody: required: false content: @@ -80078,9 +80096,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: &534 + default: &535 value: type: Repository id: 12345678 @@ -80128,17 +80146,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *343 - *344 - - *215 + - *345 + - *216 responses: '200': description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *534 + default: *535 '404': *6 x-github: githubCloudOnly: false @@ -80158,9 +80176,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *343 - *344 - - *215 + - *345 + - *216 requestBody: required: true content: @@ -80205,9 +80223,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *534 + default: *535 '422': *15 '404': *6 x-github: @@ -80228,9 +80246,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *343 - *344 - - *215 + - *345 + - *216 responses: '204': description: Response @@ -80254,9 +80272,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *343 - *344 - - *215 + - *345 + - *216 responses: '200': description: Response @@ -80283,9 +80301,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *343 - *344 - - *215 + - *345 + - *216 requestBody: required: false content: @@ -80329,12 +80347,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *343 - *344 - - *215 - - *17 + - *345 - *216 + - *17 - *217 + - *218 responses: '200': description: Response @@ -80342,9 +80360,9 @@ paths: application/json: schema: type: array - items: *218 + items: *219 examples: - default: *219 + default: *220 '400': *14 '422': *15 x-github: @@ -80363,18 +80381,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *343 - *344 - - *215 + - *345 + - *216 - *16 responses: '200': description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *221 + default: *222 '400': *14 '422': *15 x-github: @@ -80393,9 +80411,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *343 - *344 - - *215 + - *345 + - *216 - *16 responses: '202': *39 @@ -80418,9 +80436,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *343 - *344 - - *215 + - *345 + - *216 responses: '204': description: Response @@ -80445,9 +80463,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *343 - *344 - - *215 + - *345 + - *216 responses: '204': description: Response @@ -80470,8 +80488,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-immutable-releases-are-enabled-for-a-repository parameters: - - *343 - *344 + - *345 responses: '200': description: Response if immutable releases are enabled @@ -80517,8 +80535,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-immutable-releases parameters: - - *343 - *344 + - *345 responses: '204': *191 '409': *54 @@ -80538,8 +80556,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-immutable-releases parameters: - - *343 - *344 + - *345 responses: '204': *191 '409': *54 @@ -80596,14 +80614,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *343 - *344 + - *345 responses: '200': description: Response content: application/json: - schema: &535 + schema: &536 title: Import description: A repository import from an external source. type: object @@ -80702,7 +80720,7 @@ paths: - html_url - authors_url examples: - default: &538 + default: &539 value: vcs: subversion use_lfs: true @@ -80718,7 +80736,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': &536 + '503': &537 description: Unavailable due to service under maintenance. content: application/json: @@ -80747,8 +80765,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -80796,7 +80814,7 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: default: value: @@ -80821,7 +80839,7 @@ paths: type: string '422': *15 '404': *6 - '503': *536 + '503': *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80849,8 +80867,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *343 - *344 + - *345 requestBody: required: false content: @@ -80899,7 +80917,7 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: example-1: summary: Example 1 @@ -80947,7 +80965,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': *536 + '503': *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80970,12 +80988,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *343 - *344 + - *345 responses: '204': description: Response - '503': *536 + '503': *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81001,9 +81019,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *343 - *344 - - &706 + - *345 + - &707 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -81017,7 +81035,7 @@ paths: application/json: schema: type: array - items: &537 + items: &538 title: Porter Author description: Porter Author type: object @@ -81071,7 +81089,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': *536 + '503': *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81096,8 +81114,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *343 - *344 + - *345 - name: author_id in: path required: true @@ -81127,7 +81145,7 @@ paths: description: Response content: application/json: - schema: *537 + schema: *538 examples: default: value: @@ -81140,7 +81158,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *536 + '503': *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81164,8 +81182,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *343 - *344 + - *345 responses: '200': description: Response @@ -81206,7 +81224,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *536 + '503': *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81234,8 +81252,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -81262,11 +81280,11 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: *538 + default: *539 '422': *15 - '503': *536 + '503': *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81289,8 +81307,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *343 - *344 + - *345 responses: '200': description: Response @@ -81298,8 +81316,8 @@ paths: application/json: schema: *22 examples: - default: *539 - '301': *347 + default: *540 + '301': *348 '404': *6 x-github: githubCloudOnly: false @@ -81319,8 +81337,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *343 - *344 + - *345 responses: '200': description: Response @@ -81328,12 +81346,12 @@ paths: application/json: schema: anyOf: - - *234 + - *235 - type: object properties: {} additionalProperties: false examples: - default: &541 + default: &542 value: limit: collaborators_only origin: repository @@ -81358,13 +81376,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *343 - *344 + - *345 requestBody: required: true content: application/json: - schema: *540 + schema: *541 examples: default: summary: Example request body @@ -81376,9 +81394,9 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: - default: *541 + default: *542 '409': description: Response x-github: @@ -81400,8 +81418,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *343 - *344 + - *345 responses: '204': description: Response @@ -81424,8 +81442,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *343 - *344 + - *345 - *17 - *19 responses: @@ -81435,9 +81453,9 @@ paths: application/json: schema: type: array - items: *542 + items: *543 examples: - default: &699 + default: &700 value: - id: 1 repository: @@ -81568,9 +81586,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *343 - *344 - - *238 + - *345 + - *239 requestBody: required: false content: @@ -81599,7 +81617,7 @@ paths: description: Response content: application/json: - schema: *542 + schema: *543 examples: default: value: @@ -81730,9 +81748,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *343 - *344 - - *238 + - *345 + - *239 responses: '204': description: Response @@ -81763,8 +81781,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *343 - *344 + - *345 - 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 @@ -81812,7 +81830,7 @@ paths: required: false schema: type: string - - *245 + - *246 - name: sort description: What to sort results by. in: query @@ -81837,7 +81855,7 @@ paths: type: array items: *85 examples: - default: &555 + default: &556 value: - id: 1 node_id: MDU6SXNzdWUx @@ -81986,7 +82004,7 @@ paths: state_reason: completed headers: Link: *67 - '301': *347 + '301': *348 '422': *15 '404': *6 x-github: @@ -82015,8 +82033,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -82100,7 +82118,7 @@ paths: application/json: schema: *85 examples: - default: &552 + default: &553 value: id: 1 node_id: MDU6SXNzdWUx @@ -82257,7 +82275,7 @@ paths: '422': *15 '503': *121 '404': *6 - '410': *543 + '410': *544 x-github: triggersNotification: true githubCloudOnly: false @@ -82295,8 +82313,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *343 - *344 + - *345 - *109 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -82317,9 +82335,9 @@ paths: application/json: schema: type: array - items: *544 + items: *545 examples: - default: &554 + default: &555 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -82377,17 +82395,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *343 - *344 + - *345 - *101 responses: '200': description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: &545 + default: &546 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -82442,8 +82460,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *343 - *344 + - *345 - *101 requestBody: required: true @@ -82466,9 +82484,9 @@ paths: description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: *545 + default: *546 '422': *15 x-github: githubCloudOnly: false @@ -82486,8 +82504,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *343 - *344 + - *345 - *101 responses: '204': @@ -82516,15 +82534,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#pin-an-issue-comment parameters: - - *343 - *344 + - *345 - *101 responses: '200': description: Response content: application/json: - schema: *544 + schema: *545 examples: default: value: @@ -82580,7 +82598,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *543 + '410': *544 '422': *15 x-github: githubCloudOnly: false @@ -82597,8 +82615,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#unpin-an-issue-comment parameters: - - *343 - *344 + - *345 - *101 responses: '204': @@ -82606,7 +82624,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *543 + '410': *544 '503': *121 x-github: githubCloudOnly: false @@ -82624,8 +82642,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *343 - *344 + - *345 - *101 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -82652,9 +82670,9 @@ paths: application/json: schema: type: array - items: *475 + items: *476 examples: - default: *546 + default: *547 headers: Link: *67 '404': *6 @@ -82675,8 +82693,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *343 - *344 + - *345 - *101 requestBody: required: true @@ -82709,16 +82727,16 @@ paths: description: Reaction exists content: application/json: - schema: *475 + schema: *476 examples: - default: *476 + default: *477 '201': description: Reaction created content: application/json: - schema: *475 + schema: *476 examples: - default: *476 + default: *477 '422': *15 x-github: githubCloudOnly: false @@ -82740,10 +82758,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *343 - *344 + - *345 - *101 - - *547 + - *548 responses: '204': description: Response @@ -82763,8 +82781,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *343 - *344 + - *345 - *17 - *19 responses: @@ -82774,7 +82792,7 @@ paths: application/json: schema: type: array - items: &551 + items: &552 title: Issue Event description: Issue Event type: object @@ -82817,9 +82835,9 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *548 - required: *549 - x-github-breaking-changes: *550 + properties: *549 + required: *550 + x-github-breaking-changes: *551 nullable: true label: title: Issue Event Label @@ -83127,8 +83145,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *343 - *344 + - *345 - name: event_id in: path required: true @@ -83139,7 +83157,7 @@ paths: description: Response content: application/json: - schema: *551 + schema: *552 examples: default: value: @@ -83332,7 +83350,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *543 + '410': *544 '403': *29 x-github: githubCloudOnly: false @@ -83366,9 +83384,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *343 - *344 - - &553 + - *345 + - &554 name: issue_number description: The number that identifies the issue. in: path @@ -83384,7 +83402,7 @@ paths: examples: default: summary: Issue - value: *552 + value: *553 pinned_comment: summary: Issue with pinned comment value: @@ -83583,9 +83601,9 @@ paths: site_admin: false author_association: COLLABORATOR state_reason: completed - '301': *347 + '301': *348 '404': *6 - '410': *543 + '410': *544 '304': *37 x-github: githubCloudOnly: false @@ -83610,9 +83628,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *343 - *344 - - *553 + - *345 + - *554 requestBody: required: false content: @@ -83738,13 +83756,13 @@ paths: application/json: schema: *85 examples: - default: *552 + default: *553 '422': *15 '503': *121 '403': *29 - '301': *347 + '301': *348 '404': *6 - '410': *543 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83772,9 +83790,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *343 - *344 - - *553 + - *345 + - *554 requestBody: required: false content: @@ -83802,7 +83820,7 @@ paths: application/json: schema: *85 examples: - default: *552 + default: *553 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83818,9 +83836,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *343 - *344 - - *553 + - *345 + - *554 requestBody: content: application/json: @@ -83847,7 +83865,7 @@ paths: application/json: schema: *85 examples: - default: *552 + default: *553 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83869,9 +83887,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: - - *343 - *344 - - *553 + - *345 + - *554 - name: assignee in: path required: true @@ -83911,9 +83929,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *343 - *344 - - *553 + - *345 + - *554 - *92 - *17 - *19 @@ -83924,13 +83942,13 @@ paths: application/json: schema: type: array - items: *544 + items: *545 examples: - default: *554 + default: *555 headers: Link: *67 '404': *6 - '410': *543 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83959,9 +83977,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *343 - *344 - - *553 + - *345 + - *554 requestBody: required: true content: @@ -83983,16 +84001,16 @@ paths: description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: *545 + default: *546 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *543 + '410': *544 '422': *15 '404': *6 x-github: @@ -84020,9 +84038,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *343 - *344 - - *553 + - *345 + - *554 - *17 - *19 responses: @@ -84034,12 +84052,12 @@ paths: type: array items: *85 examples: - default: *555 + default: *556 headers: Link: *67 - '301': *347 + '301': *348 '404': *6 - '410': *543 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84067,9 +84085,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *343 - *344 - - *553 + - *345 + - *554 requestBody: required: true content: @@ -84093,15 +84111,15 @@ paths: application/json: schema: *85 examples: - default: *552 + default: *553 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *347 + '301': *348 '403': *29 - '410': *543 + '410': *544 '422': *15 '404': *6 x-github: @@ -84132,9 +84150,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *343 - *344 - - *553 + - *345 + - *554 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -84148,13 +84166,13 @@ paths: application/json: schema: *85 examples: - default: *552 - '301': *347 + default: *553 + '301': *348 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *543 + '410': *544 x-github: triggersNotification: true githubCloudOnly: false @@ -84180,9 +84198,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *343 - *344 - - *553 + - *345 + - *554 - *17 - *19 responses: @@ -84194,12 +84212,12 @@ paths: type: array items: *85 examples: - default: *555 + default: *556 headers: Link: *67 - '301': *347 + '301': *348 '404': *6 - '410': *543 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84216,9 +84234,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *343 - *344 - - *553 + - *345 + - *554 - *17 - *19 responses: @@ -84232,7 +84250,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &558 + - &559 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -84286,7 +84304,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &559 + - &560 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -84422,7 +84440,7 @@ paths: - performed_via_github_app - assignee - assigner - - &560 + - &561 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -84473,7 +84491,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &561 + - &562 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -84524,7 +84542,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &562 + - &563 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -84578,7 +84596,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &563 + - &564 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -84625,7 +84643,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &564 + - &565 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -84672,7 +84690,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &565 + - &566 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -84732,7 +84750,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &566 + - &567 title: Locked Issue Event description: Locked Issue Event type: object @@ -84780,7 +84798,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &567 + - &568 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -84846,7 +84864,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &568 + - &569 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -84912,7 +84930,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &569 + - &570 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -84978,7 +84996,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &570 + - &571 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -85069,7 +85087,7 @@ paths: color: red headers: Link: *67 - '410': *543 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85086,9 +85104,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#list-issue-field-values-for-an-issue parameters: - - *343 - *344 - - *553 + - *345 + - *554 - *17 - *19 responses: @@ -85098,9 +85116,9 @@ paths: application/json: schema: type: array - items: *556 + items: *557 examples: - default: &669 + default: &670 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -85124,9 +85142,9 @@ paths: value: '2025-12-25' headers: Link: *67 - '301': *347 + '301': *348 '404': *6 - '410': *543 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85143,9 +85161,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *343 - *344 - - *553 + - *345 + - *554 - *17 - *19 responses: @@ -85157,7 +85175,7 @@ paths: type: array items: *84 examples: - default: &557 + default: &558 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -85175,9 +85193,9 @@ paths: default: false headers: Link: *67 - '301': *347 + '301': *348 '404': *6 - '410': *543 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85193,9 +85211,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *343 - *344 - - *553 + - *345 + - *554 requestBody: required: false content: @@ -85240,10 +85258,10 @@ paths: type: array items: *84 examples: - default: *557 - '301': *347 + default: *558 + '301': *348 '404': *6 - '410': *543 + '410': *544 '422': *15 x-github: githubCloudOnly: false @@ -85260,9 +85278,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *343 - *344 - - *553 + - *345 + - *554 requestBody: required: false content: @@ -85324,10 +85342,10 @@ paths: type: array items: *84 examples: - default: *557 - '301': *347 + default: *558 + '301': *348 '404': *6 - '410': *543 + '410': *544 '422': *15 x-github: githubCloudOnly: false @@ -85344,15 +85362,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *343 - *344 - - *553 + - *345 + - *554 responses: '204': description: Response - '301': *347 + '301': *348 '404': *6 - '410': *543 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85371,9 +85389,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *343 - *344 - - *553 + - *345 + - *554 - name: name in: path required: true @@ -85397,9 +85415,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *347 + '301': *348 '404': *6 - '410': *543 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85419,9 +85437,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *343 - *344 - - *553 + - *345 + - *554 requestBody: required: false content: @@ -85449,7 +85467,7 @@ paths: '204': description: Response '403': *29 - '410': *543 + '410': *544 '404': *6 '422': *15 x-github: @@ -85467,9 +85485,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *343 - *344 - - *553 + - *345 + - *554 responses: '204': description: Response @@ -85499,9 +85517,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#get-parent-issue parameters: - - *343 - *344 - - *553 + - *345 + - *554 responses: '200': description: Response @@ -85509,10 +85527,10 @@ paths: application/json: schema: *85 examples: - default: *552 - '301': *347 + default: *553 + '301': *348 '404': *6 - '410': *543 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85529,9 +85547,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *343 - *344 - - *553 + - *345 + - *554 - 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. @@ -85557,13 +85575,13 @@ paths: application/json: schema: type: array - items: *475 + items: *476 examples: - default: *546 + default: *547 headers: Link: *67 '404': *6 - '410': *543 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85581,9 +85599,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *343 - *344 - - *553 + - *345 + - *554 requestBody: required: true content: @@ -85615,16 +85633,16 @@ paths: description: Response content: application/json: - schema: *475 + schema: *476 examples: - default: *476 + default: *477 '201': description: Response content: application/json: - schema: *475 + schema: *476 examples: - default: *476 + default: *477 '422': *15 x-github: githubCloudOnly: false @@ -85646,10 +85664,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *343 - *344 - - *553 - - *547 + - *345 + - *554 + - *548 responses: '204': description: Response @@ -85678,9 +85696,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *343 - *344 - - *553 + - *345 + - *554 requestBody: required: true content: @@ -85704,7 +85722,7 @@ paths: application/json: schema: *85 examples: - default: *552 + default: *553 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -85737,9 +85755,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *343 - *344 - - *553 + - *345 + - *554 - *17 - *19 responses: @@ -85751,11 +85769,11 @@ paths: type: array items: *85 examples: - default: *555 + default: *556 headers: Link: *67 '404': *6 - '410': *543 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85783,9 +85801,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *343 - *344 - - *553 + - *345 + - *554 requestBody: required: true content: @@ -85814,14 +85832,14 @@ paths: application/json: schema: *85 examples: - default: *552 + default: *553 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *543 + '410': *544 '422': *15 '404': *6 x-github: @@ -85841,9 +85859,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *343 - *344 - - *553 + - *345 + - *554 requestBody: required: true content: @@ -85876,7 +85894,7 @@ paths: application/json: schema: *85 examples: - default: *552 + default: *553 '403': *29 '404': *6 '422': *7 @@ -85898,9 +85916,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *343 - *344 - - *553 + - *345 + - *554 - *17 - *19 responses: @@ -85915,7 +85933,6 @@ paths: description: Timeline Event type: object anyOf: - - *558 - *559 - *560 - *561 @@ -85928,6 +85945,7 @@ paths: - *568 - *569 - *570 + - *571 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -85988,8 +86006,8 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *571 - required: *572 + properties: *572 + required: *573 nullable: true required: - event @@ -86244,7 +86262,7 @@ paths: type: string comments: type: array - items: &592 + items: &593 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -86459,7 +86477,7 @@ paths: type: string comments: type: array - items: *474 + items: *475 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -86748,7 +86766,7 @@ paths: headers: Link: *67 '404': *6 - '410': *543 + '410': *544 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86765,8 +86783,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *343 - *344 + - *345 - *17 - *19 responses: @@ -86776,7 +86794,7 @@ paths: application/json: schema: type: array - items: &573 + items: &574 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -86842,8 +86860,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -86879,9 +86897,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: &574 + default: &575 value: id: 1 key: ssh-rsa AAA... @@ -86915,9 +86933,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *343 - *344 - - &575 + - *345 + - &576 name: key_id description: The unique identifier of the key. in: path @@ -86929,9 +86947,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: *574 + default: *575 '404': *6 x-github: githubCloudOnly: false @@ -86949,9 +86967,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *343 - *344 - - *575 + - *345 + - *576 responses: '204': description: Response @@ -86971,8 +86989,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *343 - *344 + - *345 - *17 - *19 responses: @@ -86984,7 +87002,7 @@ paths: type: array items: *84 examples: - default: *557 + default: *558 headers: Link: *67 '404': *6 @@ -87005,8 +87023,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -87044,7 +87062,7 @@ paths: application/json: schema: *84 examples: - default: &576 + default: &577 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -87076,8 +87094,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *343 - *344 + - *345 - name: name in: path required: true @@ -87090,7 +87108,7 @@ paths: application/json: schema: *84 examples: - default: *576 + default: *577 '404': *6 x-github: githubCloudOnly: false @@ -87107,8 +87125,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *343 - *344 + - *345 - name: name in: path required: true @@ -87173,8 +87191,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *343 - *344 + - *345 - name: name in: path required: true @@ -87200,8 +87218,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *343 - *344 + - *345 responses: '200': description: Response @@ -87240,9 +87258,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *343 - *344 - - *447 + - *345 + - *448 responses: '200': description: Response @@ -87387,8 +87405,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -87453,8 +87471,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -87488,9 +87506,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *477 + schema: *478 examples: - default: *577 + default: *578 '204': description: Response when already merged '404': @@ -87515,8 +87533,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *343 - *344 + - *345 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -87557,12 +87575,12 @@ paths: application/json: schema: type: array - items: &578 + items: &579 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *279 - required: *280 + properties: *280 + required: *281 examples: default: value: @@ -87618,8 +87636,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -87659,9 +87677,9 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: - default: &579 + default: &580 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -87720,9 +87738,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *343 - *344 - - &580 + - *345 + - &581 name: milestone_number description: The number that identifies the milestone. in: path @@ -87734,9 +87752,9 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: - default: *579 + default: *580 '404': *6 x-github: githubCloudOnly: false @@ -87753,9 +87771,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *343 - *344 - - *580 + - *345 + - *581 requestBody: required: false content: @@ -87793,9 +87811,9 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: - default: *579 + default: *580 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87811,9 +87829,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *343 - *344 - - *580 + - *345 + - *581 responses: '204': description: Response @@ -87834,9 +87852,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *343 - *344 - - *580 + - *345 + - *581 - *17 - *19 responses: @@ -87848,7 +87866,7 @@ paths: type: array items: *84 examples: - default: *557 + default: *558 headers: Link: *67 x-github: @@ -87867,12 +87885,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *343 - *344 - - *581 + - *345 - *582 - - *92 - *583 + - *92 + - *584 - *17 - *19 responses: @@ -87884,7 +87902,7 @@ paths: type: array items: *112 examples: - default: *584 + default: *585 headers: Link: *67 x-github: @@ -87908,8 +87926,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *343 - *344 + - *345 requestBody: required: false content: @@ -87967,14 +87985,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *343 - *344 + - *345 responses: '200': description: Response content: application/json: - schema: &585 + schema: &586 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -88099,7 +88117,7 @@ paths: - custom_404 - public examples: - default: &586 + default: &587 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -88140,8 +88158,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -88195,9 +88213,9 @@ paths: description: Response content: application/json: - schema: *585 + schema: *586 examples: - default: *586 + default: *587 '422': *15 '409': *54 x-github: @@ -88220,8 +88238,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -88320,8 +88338,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *343 - *344 + - *345 responses: '204': description: Response @@ -88347,8 +88365,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *343 - *344 + - *345 - *17 - *19 responses: @@ -88358,7 +88376,7 @@ paths: application/json: schema: type: array - items: &587 + items: &588 title: Page Build description: Page Build type: object @@ -88452,8 +88470,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *343 - *344 + - *345 responses: '201': description: Response @@ -88498,16 +88516,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *343 - *344 + - *345 responses: '200': description: Response content: application/json: - schema: *587 + schema: *588 examples: - default: &588 + default: &589 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -88555,8 +88573,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *343 - *344 + - *345 - name: build_id in: path required: true @@ -88567,9 +88585,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: - default: *588 + default: *589 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88589,8 +88607,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -88695,9 +88713,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *343 - *344 - - &589 + - *345 + - &590 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -88755,9 +88773,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *343 - *344 - - *589 + - *345 + - *590 responses: '204': *191 '404': *6 @@ -88784,8 +88802,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *343 - *344 + - *345 responses: '200': description: Response @@ -89043,8 +89061,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: - - *343 - *344 + - *345 responses: '200': description: Private vulnerability reporting status @@ -89081,8 +89099,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *343 - *344 + - *345 responses: '204': *191 '422': *14 @@ -89103,8 +89121,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *343 - *344 + - *345 responses: '204': *191 '422': *14 @@ -89126,8 +89144,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *343 - *344 + - *345 responses: '200': description: Response @@ -89135,7 +89153,7 @@ paths: application/json: schema: type: array - items: *294 + items: *295 examples: default: value: @@ -89166,8 +89184,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: - - *343 - *344 + - *345 requestBody: required: true content: @@ -89179,7 +89197,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *294 + items: *295 required: - properties examples: @@ -89229,8 +89247,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *343 - *344 + - *345 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -89290,9 +89308,9 @@ paths: application/json: schema: type: array - items: *481 + items: *482 examples: - default: *590 + default: *591 headers: Link: *67 '304': *37 @@ -89324,8 +89342,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -89390,7 +89408,7 @@ paths: description: Response content: application/json: - schema: &594 + schema: &595 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -89501,8 +89519,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *279 - required: *280 + properties: *280 + required: *281 nullable: true active_lock_reason: type: string @@ -89545,7 +89563,7 @@ paths: items: *4 requested_teams: type: array - items: *332 + items: *333 head: type: object properties: @@ -89583,14 +89601,14 @@ paths: _links: type: object properties: - comments: *281 - commits: *281 - statuses: *281 - html: *281 - issue: *281 - review_comments: *281 - review_comment: *281 - self: *281 + comments: *282 + commits: *282 + statuses: *282 + html: *282 + issue: *282 + review_comments: *282 + review_comment: *282 + self: *282 required: - comments - commits @@ -89601,7 +89619,7 @@ paths: - review_comment - self author_association: *82 - auto_merge: *591 + auto_merge: *592 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -89787,7 +89805,7 @@ paths: - review_comments version: '2026-03-10' examples: - default: &595 + default: &596 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -90314,8 +90332,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *343 - *344 + - *345 - name: sort in: query required: false @@ -90344,9 +90362,9 @@ paths: application/json: schema: type: array - items: *592 + items: *593 examples: - default: &597 + default: &598 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -90423,17 +90441,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *343 - *344 + - *345 - *101 responses: '200': description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: &593 + default: &594 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -90508,8 +90526,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *343 - *344 + - *345 - *101 requestBody: required: true @@ -90532,9 +90550,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: *593 + default: *594 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90550,8 +90568,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *343 - *344 + - *345 - *101 responses: '204': @@ -90573,8 +90591,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *343 - *344 + - *345 - *101 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -90601,9 +90619,9 @@ paths: application/json: schema: type: array - items: *475 + items: *476 examples: - default: *546 + default: *547 headers: Link: *67 '404': *6 @@ -90624,8 +90642,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *343 - *344 + - *345 - *101 requestBody: required: true @@ -90658,16 +90676,16 @@ paths: description: Reaction exists content: application/json: - schema: *475 + schema: *476 examples: - default: *476 + default: *477 '201': description: Reaction created content: application/json: - schema: *475 + schema: *476 examples: - default: *476 + default: *477 '422': *15 x-github: githubCloudOnly: false @@ -90689,10 +90707,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *343 - *344 + - *345 - *101 - - *547 + - *548 responses: '204': description: Response @@ -90735,9 +90753,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *343 - *344 - - &596 + - *345 + - &597 name: pull_number description: The number that identifies the pull request. in: path @@ -90750,9 +90768,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *594 + schema: *595 examples: - default: *595 + default: *596 '304': *37 '404': *6 '406': @@ -90787,9 +90805,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *343 - *344 - - *596 + - *345 + - *597 requestBody: required: false content: @@ -90831,9 +90849,9 @@ paths: description: Response content: application/json: - schema: *594 + schema: *595 examples: - default: *595 + default: *596 '422': *15 '403': *29 x-github: @@ -90855,9 +90873,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *343 - *344 - - *596 + - *345 + - *597 requestBody: required: true content: @@ -90917,17 +90935,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *247 + schema: *248 examples: - default: *464 + default: *465 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *247 + schema: *248 examples: - default: *464 + default: *465 '401': *25 '403': *29 '404': *6 @@ -90957,9 +90975,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *343 - *344 - - *596 + - *345 + - *597 - *109 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -90980,9 +90998,9 @@ paths: application/json: schema: type: array - items: *592 + items: *593 examples: - default: *597 + default: *598 headers: Link: *67 x-github: @@ -91015,9 +91033,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *343 - *344 - - *596 + - *345 + - *597 requestBody: required: true content: @@ -91122,7 +91140,7 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: example-for-a-multi-line-comment: value: @@ -91210,9 +91228,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *343 - *344 - - *596 + - *345 + - *597 - *101 requestBody: required: true @@ -91235,7 +91253,7 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: default: value: @@ -91321,9 +91339,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *343 - *344 - - *596 + - *345 + - *597 - *17 - *19 responses: @@ -91333,9 +91351,9 @@ paths: application/json: schema: type: array - items: *477 + items: *478 examples: - default: *598 + default: *599 headers: Link: *67 x-github: @@ -91365,9 +91383,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *343 - *344 - - *596 + - *345 + - *597 - *17 - *19 responses: @@ -91377,7 +91395,7 @@ paths: application/json: schema: type: array - items: *490 + items: *491 examples: default: value: @@ -91415,9 +91433,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *343 - *344 - - *596 + - *345 + - *597 responses: '204': description: Response if pull request has been merged @@ -91440,9 +91458,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *343 - *344 - - *596 + - *345 + - *597 requestBody: required: false content: @@ -91553,9 +91571,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *343 - *344 - - *596 + - *345 + - *597 responses: '200': description: Response @@ -91630,9 +91648,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *343 - *344 - - *596 + - *345 + - *597 requestBody: required: false content: @@ -91669,7 +91687,7 @@ paths: description: Response content: application/json: - schema: *481 + schema: *482 examples: default: value: @@ -92205,9 +92223,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *343 - *344 - - *596 + - *345 + - *597 requestBody: required: true content: @@ -92241,7 +92259,7 @@ paths: description: Response content: application/json: - schema: *481 + schema: *482 examples: default: value: @@ -92746,9 +92764,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *343 - *344 - - *596 + - *345 + - *597 - *17 - *19 responses: @@ -92758,7 +92776,7 @@ paths: application/json: schema: type: array - items: &599 + items: &600 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -92909,9 +92927,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *343 - *344 - - *596 + - *345 + - *597 requestBody: required: false content: @@ -92997,9 +93015,9 @@ paths: description: Response content: application/json: - schema: *599 + schema: *600 examples: - default: &601 + default: &602 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -93062,10 +93080,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *343 - *344 - - *596 - - &600 + - *345 + - *597 + - &601 name: review_id description: The unique identifier of the review. in: path @@ -93077,9 +93095,9 @@ paths: description: Response content: application/json: - schema: *599 + schema: *600 examples: - default: &602 + default: &603 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -93138,10 +93156,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *343 - *344 - - *596 - - *600 + - *345 + - *597 + - *601 requestBody: required: true content: @@ -93164,7 +93182,7 @@ paths: description: Response content: application/json: - schema: *599 + schema: *600 examples: default: value: @@ -93226,18 +93244,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *343 - *344 - - *596 - - *600 + - *345 + - *597 + - *601 responses: '200': description: Response content: application/json: - schema: *599 + schema: *600 examples: - default: *601 + default: *602 '422': *7 '404': *6 x-github: @@ -93264,10 +93282,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *343 - *344 - - *596 - - *600 + - *345 + - *597 + - *601 - *17 - *19 responses: @@ -93350,9 +93368,9 @@ paths: _links: type: object properties: - self: *281 - html: *281 - pull_request: *281 + self: *282 + html: *282 + pull_request: *282 required: - self - html @@ -93502,10 +93520,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *343 - *344 - - *596 - - *600 + - *345 + - *597 + - *601 requestBody: required: true content: @@ -93533,7 +93551,7 @@ paths: description: Response content: application/json: - schema: *599 + schema: *600 examples: default: value: @@ -93596,10 +93614,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *343 - *344 - - *596 - - *600 + - *345 + - *597 + - *601 requestBody: required: true content: @@ -93634,9 +93652,9 @@ paths: description: Response content: application/json: - schema: *599 + schema: *600 examples: - default: *602 + default: *603 '404': *6 '422': *7 '403': *29 @@ -93658,9 +93676,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *343 - *344 - - *596 + - *345 + - *597 requestBody: required: false content: @@ -93723,8 +93741,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *343 - *344 + - *345 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -93737,9 +93755,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: &604 + default: &605 value: type: file encoding: base64 @@ -93781,8 +93799,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *343 - *344 + - *345 - name: dir description: The alternate path to look for a README file in: path @@ -93802,9 +93820,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: *604 + default: *605 '404': *6 '422': *15 x-github: @@ -93826,8 +93844,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *343 - *344 + - *345 - *17 - *19 responses: @@ -93837,7 +93855,7 @@ paths: application/json: schema: type: array - items: *605 + items: *606 examples: default: value: @@ -93931,8 +93949,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -94008,9 +94026,9 @@ paths: description: Response content: application/json: - schema: *605 + schema: *606 examples: - default: &609 + default: &610 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -94115,9 +94133,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *343 - *344 - - &607 + - *345 + - &608 name: asset_id description: The unique identifier of the asset. in: path @@ -94129,9 +94147,9 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: &608 + default: &609 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 @@ -94166,7 +94184,7 @@ paths: type: User site_admin: false '404': *6 - '302': *492 + '302': *493 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94182,9 +94200,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *343 - *344 - - *607 + - *345 + - *608 requestBody: required: false content: @@ -94212,9 +94230,9 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: *608 + default: *609 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94230,9 +94248,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *343 - *344 - - *607 + - *345 + - *608 responses: '204': description: Response @@ -94257,8 +94275,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -94343,16 +94361,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *343 - *344 + - *345 responses: '200': description: Response content: application/json: - schema: *605 + schema: *606 examples: - default: *609 + default: *610 '404': *6 x-github: githubCloudOnly: false @@ -94370,8 +94388,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *343 - *344 + - *345 - name: tag description: tag parameter in: path @@ -94384,9 +94402,9 @@ paths: description: Response content: application/json: - schema: *605 + schema: *606 examples: - default: *609 + default: *610 '404': *6 x-github: githubCloudOnly: false @@ -94408,9 +94426,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *343 - *344 - - &610 + - *345 + - &611 name: release_id description: The unique identifier of the release. in: path @@ -94424,9 +94442,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: *605 + schema: *606 examples: - default: *609 + default: *610 '401': description: Unauthorized x-github: @@ -94444,9 +94462,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *343 - *344 - - *610 + - *345 + - *611 requestBody: required: false content: @@ -94510,9 +94528,9 @@ paths: description: Response content: application/json: - schema: *605 + schema: *606 examples: - default: *609 + default: *610 '404': description: Not Found if the discussion category name is invalid content: @@ -94533,9 +94551,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *343 - *344 - - *610 + - *345 + - *611 responses: '204': description: Response @@ -94556,9 +94574,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *343 - *344 - - *610 + - *345 + - *611 - *17 - *19 responses: @@ -94568,7 +94586,7 @@ paths: application/json: schema: type: array - items: *606 + items: *607 examples: default: value: @@ -94649,9 +94667,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: - - *343 - *344 - - *610 + - *345 + - *611 - name: name in: query required: true @@ -94677,7 +94695,7 @@ paths: description: Response for successful upload content: application/json: - schema: *606 + schema: *607 examples: response-for-successful-upload: value: @@ -94732,9 +94750,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *343 - *344 - - *610 + - *345 + - *611 - 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. @@ -94758,9 +94776,9 @@ paths: application/json: schema: type: array - items: *475 + items: *476 examples: - default: *546 + default: *547 headers: Link: *67 '404': *6 @@ -94781,9 +94799,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *343 - *344 - - *610 + - *345 + - *611 requestBody: required: true content: @@ -94813,16 +94831,16 @@ paths: description: Reaction exists content: application/json: - schema: *475 + schema: *476 examples: - default: *476 + default: *477 '201': description: Reaction created content: application/json: - schema: *475 + schema: *476 examples: - default: *476 + default: *477 '422': *15 x-github: githubCloudOnly: false @@ -94844,10 +94862,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *343 - *344 - - *610 - - *547 + - *345 + - *611 + - *548 responses: '204': description: Response @@ -94871,9 +94889,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *343 - *344 - - *410 + - *345 + - *411 - *17 - *19 responses: @@ -94889,8 +94907,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *304 - - &611 + - *305 + - &612 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -94909,69 +94927,69 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. - - allOf: - - *305 - - *611 - allOf: - *306 - - *611 + - *612 - allOf: - *307 - - *611 - - allOf: - *612 - - *611 - allOf: - *308 - - *611 + - *612 + - allOf: + - *613 + - *612 - allOf: - *309 - - *611 + - *612 - allOf: - *310 - - *611 + - *612 - allOf: - *311 - - *611 + - *612 - allOf: - *312 - - *611 + - *612 - allOf: - *313 - - *611 + - *612 - allOf: - *314 - - *611 + - *612 - allOf: - *315 - - *611 + - *612 - allOf: - *316 - - *611 + - *612 - allOf: - *317 - - *611 + - *612 - allOf: - *318 - - *611 + - *612 - allOf: - *319 - - *611 + - *612 - allOf: - *320 - - *611 + - *612 - allOf: - *321 - - *611 + - *612 - allOf: - *322 - - *611 + - *612 - allOf: - *323 - - *611 + - *612 - allOf: - *324 - - *611 + - *612 + - allOf: + - *325 + - *612 examples: default: value: @@ -95010,8 +95028,8 @@ paths: category: repos subcategory: rules parameters: - - *343 - *344 + - *345 - *17 - *19 - name: includes_parents @@ -95022,7 +95040,7 @@ paths: schema: type: boolean default: true - - *613 + - *614 responses: '200': description: Response @@ -95030,7 +95048,7 @@ paths: application/json: schema: type: array - items: *325 + items: *326 examples: default: value: @@ -95077,8 +95095,8 @@ paths: category: repos subcategory: rules parameters: - - *343 - *344 + - *345 requestBody: description: Request body required: true @@ -95098,16 +95116,16 @@ paths: - tag - push default: branch - enforcement: *301 + enforcement: *302 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *302 - conditions: *299 + items: *303 + conditions: *300 rules: type: array description: An array of rules within the ruleset. - items: *614 + items: *615 required: - name - enforcement @@ -95138,9 +95156,9 @@ paths: description: Response content: application/json: - schema: *325 + schema: *326 examples: - default: &624 + default: &625 value: id: 42 name: super cool ruleset @@ -95188,12 +95206,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *343 - *344 - - *615 + - *345 - *616 - *617 - *618 + - *619 - *17 - *19 responses: @@ -95201,9 +95219,9 @@ paths: description: Response content: application/json: - schema: *619 + schema: *620 examples: - default: *620 + default: *621 '404': *6 '500': *55 x-github: @@ -95224,17 +95242,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *343 - *344 - - *621 + - *345 + - *622 responses: '200': description: Response content: application/json: - schema: *622 + schema: *623 examples: - default: *623 + default: *624 '404': *6 '500': *55 x-github: @@ -95262,8 +95280,8 @@ paths: category: repos subcategory: rules parameters: - - *343 - *344 + - *345 - name: ruleset_id description: The ID of the ruleset. in: path @@ -95283,9 +95301,9 @@ paths: description: Response content: application/json: - schema: *325 + schema: *326 examples: - default: *624 + default: *625 '404': *6 '500': *55 put: @@ -95303,8 +95321,8 @@ paths: category: repos subcategory: rules parameters: - - *343 - *344 + - *345 - name: ruleset_id description: The ID of the ruleset. in: path @@ -95329,16 +95347,16 @@ paths: - branch - tag - push - enforcement: *301 + enforcement: *302 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *302 - conditions: *299 + items: *303 + conditions: *300 rules: description: An array of rules within the ruleset. type: array - items: *614 + items: *615 examples: default: value: @@ -95366,9 +95384,9 @@ paths: description: Response content: application/json: - schema: *325 + schema: *326 examples: - default: *624 + default: *625 '404': *6 '422': *15 '500': *55 @@ -95387,8 +95405,8 @@ paths: category: repos subcategory: rules parameters: - - *343 - *344 + - *345 - name: ruleset_id description: The ID of the ruleset. in: path @@ -95411,8 +95429,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *343 - *344 + - *345 - *17 - *19 - name: ruleset_id @@ -95428,9 +95446,9 @@ paths: application/json: schema: type: array - items: *328 + items: *329 examples: - default: *625 + default: *626 '404': *6 '500': *55 x-github: @@ -95449,8 +95467,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *343 - *344 + - *345 - name: ruleset_id description: The ID of the ruleset. in: path @@ -95468,7 +95486,7 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: default: value: @@ -95523,22 +95541,22 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *343 - *344 - - *627 + - *345 - *628 - *629 - *630 - *631 + - *632 - *61 - *19 - *17 - - *632 - *633 - *634 - *635 - *636 - *637 + - *638 responses: '200': description: Response @@ -95546,7 +95564,7 @@ paths: application/json: schema: type: array - items: &641 + items: &642 type: object properties: number: *178 @@ -95565,8 +95583,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *638 - resolution: *639 + state: *639 + resolution: *640 resolved_at: type: string format: date-time @@ -95662,7 +95680,7 @@ paths: pull request. ' - oneOf: *640 + oneOf: *641 nullable: true has_more_locations: type: boolean @@ -95826,16 +95844,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *343 - *344 - - *441 - - *637 + - *345 + - *442 + - *638 responses: '200': description: Response content: application/json: - schema: *641 + schema: *642 examples: default: value: @@ -95889,9 +95907,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *343 - *344 - - *441 + - *345 + - *442 requestBody: required: true content: @@ -95899,8 +95917,8 @@ paths: schema: type: object properties: - state: *638 - resolution: *639 + state: *639 + resolution: *640 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -95936,7 +95954,7 @@ paths: description: Response content: application/json: - schema: *641 + schema: *642 examples: default: value: @@ -96031,9 +96049,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *343 - *344 - - *441 + - *345 + - *442 - *19 - *17 responses: @@ -96044,7 +96062,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &800 + items: &801 type: object properties: type: @@ -96070,7 +96088,6 @@ paths: example: commit details: oneOf: - - *642 - *643 - *644 - *645 @@ -96083,6 +96100,7 @@ paths: - *652 - *653 - *654 + - *655 examples: default: value: @@ -96168,8 +96186,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -96177,14 +96195,14 @@ paths: schema: type: object properties: - reason: &656 + reason: &657 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *655 + placeholder_id: *656 required: - reason - placeholder_id @@ -96201,7 +96219,7 @@ paths: schema: type: object properties: - reason: *656 + reason: *657 expire_at: type: string format: date-time @@ -96247,8 +96265,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: - - *343 - *344 + - *345 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -96263,7 +96281,7 @@ paths: properties: incremental_scans: type: array - items: &657 + items: &658 description: Information on a single scan performed by secret scanning on the repository type: object @@ -96289,15 +96307,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *657 + items: *658 backfill_scans: type: array - items: *657 + items: *658 custom_pattern_backfill_scans: type: array items: allOf: - - *657 + - *658 - type: object properties: pattern_name: @@ -96367,8 +96385,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *343 - *344 + - *345 - *61 - name: sort description: The property to sort the results by. @@ -96412,9 +96430,9 @@ paths: application/json: schema: type: array - items: *658 + items: *659 examples: - default: *659 + default: *660 '400': *14 '404': *6 x-github: @@ -96437,8 +96455,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -96511,7 +96529,7 @@ paths: login: type: string description: The username of the user credited. - type: *331 + type: *332 required: - login - type @@ -96598,9 +96616,9 @@ paths: description: Response content: application/json: - schema: *658 + schema: *659 examples: - default: &661 + default: &662 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -96833,8 +96851,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -96938,7 +96956,7 @@ paths: description: Response content: application/json: - schema: *658 + schema: *659 examples: default: value: @@ -97085,17 +97103,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *343 - *344 - - *660 + - *345 + - *661 responses: '200': description: Response content: application/json: - schema: *658 + schema: *659 examples: - default: *661 + default: *662 '403': *29 '404': *6 x-github: @@ -97119,9 +97137,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *343 - *344 - - *660 + - *345 + - *661 requestBody: required: true content: @@ -97194,7 +97212,7 @@ paths: login: type: string description: The username of the user credited. - type: *331 + type: *332 required: - login - type @@ -97280,10 +97298,10 @@ paths: description: Response content: application/json: - schema: *658 + schema: *659 examples: - default: *661 - add_credit: *661 + default: *662 + add_credit: *662 '403': *29 '404': *6 '422': @@ -97321,9 +97339,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: - - *343 - *344 - - *660 + - *345 + - *661 responses: '202': *39 '400': *14 @@ -97350,17 +97368,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *343 - *344 - - *660 + - *345 + - *661 responses: '202': description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *348 + default: *349 '400': *14 '422': *15 '403': *29 @@ -97386,8 +97404,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *343 - *344 + - *345 - *17 - *19 responses: @@ -97486,8 +97504,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *343 - *344 + - *345 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -97496,7 +97514,7 @@ paths: application/json: schema: type: array - items: &662 + items: &663 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -97529,8 +97547,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *343 - *344 + - *345 responses: '200': description: Response @@ -97606,8 +97624,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *343 - *344 + - *345 responses: '200': description: Response @@ -97703,8 +97721,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *343 - *344 + - *345 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -97858,8 +97876,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *343 - *344 + - *345 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -97869,7 +97887,7 @@ paths: application/json: schema: type: array - items: *662 + items: *663 examples: default: value: @@ -97902,8 +97920,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *343 - *344 + - *345 - name: sha in: path required: true @@ -97957,7 +97975,7 @@ paths: description: Response content: application/json: - schema: *663 + schema: *664 examples: default: value: @@ -98011,8 +98029,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *343 - *344 + - *345 - *17 - *19 responses: @@ -98044,14 +98062,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *343 - *344 + - *345 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &664 + schema: &665 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -98119,8 +98137,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *343 - *344 + - *345 requestBody: required: false content: @@ -98146,7 +98164,7 @@ paths: description: Response content: application/json: - schema: *664 + schema: *665 examples: default: value: @@ -98173,8 +98191,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *343 - *344 + - *345 responses: '204': description: Response @@ -98194,8 +98212,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *343 - *344 + - *345 - *17 - *19 responses: @@ -98274,8 +98292,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *343 - *344 + - *345 - name: ref in: path required: true @@ -98311,8 +98329,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *343 - *344 + - *345 - *17 - *19 responses: @@ -98324,7 +98342,7 @@ paths: type: array items: *197 examples: - default: *259 + default: *260 headers: Link: *67 '404': *6 @@ -98344,8 +98362,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *343 - *344 + - *345 - *19 - *17 responses: @@ -98353,7 +98371,7 @@ paths: description: Response content: application/json: - schema: &665 + schema: &666 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -98365,7 +98383,7 @@ paths: required: - names examples: - default: &666 + default: &667 value: names: - octocat @@ -98388,8 +98406,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -98420,9 +98438,9 @@ paths: description: Response content: application/json: - schema: *665 + schema: *666 examples: - default: *666 + default: *667 '404': *6 '422': *7 x-github: @@ -98443,9 +98461,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *343 - *344 - - &667 + - *345 + - &668 name: per description: The time frame to display results for. in: query @@ -98474,7 +98492,7 @@ paths: example: 128 clones: type: array - items: &668 + items: &669 title: Traffic type: object properties: @@ -98561,8 +98579,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *343 - *344 + - *345 responses: '200': description: Response @@ -98652,8 +98670,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *343 - *344 + - *345 responses: '200': description: Response @@ -98713,9 +98731,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *343 - *344 - - *667 + - *345 + - *668 responses: '200': description: Response @@ -98734,7 +98752,7 @@ paths: example: 3782 views: type: array - items: *668 + items: *669 required: - uniques - count @@ -98811,8 +98829,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *343 - *344 + - *345 requestBody: required: true content: @@ -99086,8 +99104,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *343 - *344 + - *345 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -99110,8 +99128,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *343 - *344 + - *345 responses: '204': description: Response @@ -99133,8 +99151,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *343 - *344 + - *345 responses: '204': description: Response @@ -99160,8 +99178,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *343 - *344 + - *345 - name: ref in: path required: true @@ -99253,9 +99271,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *348 + default: *349 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -99403,7 +99421,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - *149 - - *553 + - *554 requestBody: required: true content: @@ -99467,9 +99485,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *556 + items: *557 examples: - default: *669 + default: *670 '400': *14 '403': *29 '404': *6 @@ -99506,7 +99524,7 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - *149 - - *553 + - *554 requestBody: required: true content: @@ -99571,9 +99589,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *556 + items: *557 examples: - default: *669 + default: *670 '400': *14 '403': *29 '404': *6 @@ -99605,8 +99623,8 @@ paths: url: https://docs.github.com/rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - *149 - - *553 - - *241 + - *554 + - *242 responses: '204': description: Issue field value deleted successfully @@ -99745,7 +99763,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &670 + text_matches: &671 title: Search Result Text Matches type: array items: @@ -99907,7 +99925,7 @@ paths: enum: - author-date - committer-date - - &671 + - &672 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 @@ -99978,7 +99996,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *408 + properties: *409 nullable: true comment_count: type: integer @@ -99998,7 +100016,7 @@ paths: url: type: string format: uri - verification: *529 + verification: *530 required: - author - committer @@ -100017,7 +100035,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *408 + properties: *409 nullable: true parents: type: array @@ -100035,7 +100053,7 @@ paths: type: number node_id: type: string - text_matches: *670 + text_matches: *671 required: - sha - node_id @@ -100227,7 +100245,7 @@ paths: - interactions - created - updated - - *671 + - *672 - *17 - *19 - name: advanced_search @@ -100341,11 +100359,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *672 - issue_dependencies_summary: *673 + sub_issues_summary: *673 + issue_dependencies_summary: *674 issue_field_values: type: array - items: *556 + items: *557 state: type: string state_reason: @@ -100362,8 +100380,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *279 - required: *280 + properties: *280 + required: *281 nullable: true comments: type: integer @@ -100377,7 +100395,7 @@ paths: type: string format: date-time nullable: true - text_matches: *670 + text_matches: *671 pull_request: type: object properties: @@ -100421,7 +100439,7 @@ paths: timeline_url: type: string format: uri - type: *242 + type: *243 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -100677,7 +100695,7 @@ paths: enum: - created - updated - - *671 + - *672 - *17 - *19 responses: @@ -100721,7 +100739,7 @@ paths: nullable: true score: type: number - text_matches: *670 + text_matches: *671 required: - id - node_id @@ -100806,7 +100824,7 @@ paths: - forks - help-wanted-issues - updated - - *671 + - *672 - *17 - *19 responses: @@ -101054,7 +101072,7 @@ paths: - admin - pull - push - text_matches: *670 + text_matches: *671 temp_clone_token: type: string allow_merge_commit: @@ -101354,7 +101372,7 @@ paths: type: string format: uri nullable: true - text_matches: *670 + text_matches: *671 related: type: array nullable: true @@ -101545,7 +101563,7 @@ paths: - followers - repositories - joined - - *671 + - *672 - *17 - *19 responses: @@ -101649,7 +101667,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *670 + text_matches: *671 blog: type: string nullable: true @@ -101728,7 +101746,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &674 + - &675 name: team_id description: The unique identifier of the team. in: path @@ -101740,9 +101758,9 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 '404': *6 x-github: githubCloudOnly: false @@ -101769,7 +101787,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *674 + - *675 requestBody: required: true content: @@ -101832,16 +101850,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 '201': description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 '404': *6 '422': *15 '403': *29 @@ -101869,7 +101887,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *674 + - *675 responses: '204': description: Response @@ -101898,7 +101916,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *674 + - *675 - *17 - *19 responses: @@ -101908,9 +101926,9 @@ paths: application/json: schema: type: array - items: *236 + items: *237 examples: - default: *237 + default: *238 headers: Link: *67 x-github: @@ -101936,7 +101954,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *674 + - *675 - name: role description: Filters members returned by their role in the team. in: query @@ -101987,7 +102005,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *674 + - *675 - *71 responses: '204': @@ -102024,7 +102042,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *674 + - *675 - *71 responses: '204': @@ -102064,7 +102082,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *674 + - *675 - *71 responses: '204': @@ -102101,16 +102119,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *674 + - *675 - *71 responses: '200': description: Response content: application/json: - schema: *342 + schema: *343 examples: - response-if-user-is-a-team-maintainer: *675 + response-if-user-is-a-team-maintainer: *676 '404': *6 x-github: githubCloudOnly: false @@ -102143,7 +102161,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *674 + - *675 - *71 requestBody: required: false @@ -102169,9 +102187,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *343 examples: - response-if-users-membership-with-team-is-now-pending: *676 + response-if-users-membership-with-team-is-now-pending: *677 '403': description: Forbidden if team synchronization is set up '422': @@ -102205,7 +102223,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *674 + - *675 - *71 responses: '204': @@ -102233,7 +102251,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *674 + - *675 - *17 - *19 responses: @@ -102245,7 +102263,7 @@ paths: type: array items: *160 examples: - default: *266 + default: *267 headers: Link: *67 '404': *6 @@ -102275,15 +102293,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *674 - - *343 + - *675 - *344 + - *345 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *677 + schema: *678 examples: alternative-response-with-extra-repository-information: value: @@ -102434,9 +102452,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *674 - - *343 + - *675 - *344 + - *345 requestBody: required: false content: @@ -102486,9 +102504,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *674 - - *343 + - *675 - *344 + - *345 responses: '204': description: Response @@ -102513,7 +102531,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *674 + - *675 - *17 - *19 responses: @@ -102525,7 +102543,7 @@ paths: type: array items: *197 examples: - response-if-child-teams-exist: *678 + response-if-child-teams-exist: *679 headers: Link: *67 '404': *6 @@ -102558,7 +102576,7 @@ paths: application/json: schema: oneOf: - - &680 + - &681 title: Private User description: Private User type: object @@ -102761,7 +102779,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *679 + - *680 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -102914,7 +102932,7 @@ paths: description: Response content: application/json: - schema: *680 + schema: *681 examples: default: value: @@ -103117,9 +103135,9 @@ paths: type: integer codespaces: type: array - items: *247 + items: *248 examples: - default: *248 + default: *249 '304': *37 '500': *55 '401': *25 @@ -103258,17 +103276,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *247 + schema: *248 examples: - default: *464 + default: *465 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *247 + schema: *248 examples: - default: *464 + default: *465 '401': *25 '403': *29 '404': *6 @@ -103312,7 +103330,7 @@ paths: type: integer secrets: type: array - items: &681 + items: &682 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -103352,7 +103370,7 @@ paths: - visibility - selected_repositories_url examples: - default: *467 + default: *468 headers: Link: *67 x-github: @@ -103428,7 +103446,7 @@ paths: description: Response content: application/json: - schema: *681 + schema: *682 examples: default: value: @@ -103718,15 +103736,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *249 + - *250 responses: '200': description: Response content: application/json: - schema: *247 + schema: *248 examples: - default: *464 + default: *465 '304': *37 '500': *55 '401': *25 @@ -103752,7 +103770,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *249 + - *250 requestBody: required: false content: @@ -103782,9 +103800,9 @@ paths: description: Response content: application/json: - schema: *247 + schema: *248 examples: - default: *464 + default: *465 '401': *25 '403': *29 '404': *6 @@ -103806,7 +103824,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *249 + - *250 responses: '202': *39 '304': *37 @@ -103835,13 +103853,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *249 + - *250 responses: '202': description: Response content: application/json: - schema: &682 + schema: &683 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -103882,7 +103900,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &683 + default: &684 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -103914,7 +103932,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *249 + - *250 - name: export_id in: path required: true @@ -103927,9 +103945,9 @@ paths: description: Response content: application/json: - schema: *682 + schema: *683 examples: - default: *683 + default: *684 '404': *6 x-github: githubCloudOnly: false @@ -103950,7 +103968,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *249 + - *250 responses: '200': description: Response @@ -103966,9 +103984,9 @@ paths: type: integer machines: type: array - items: *684 + items: *685 examples: - default: *685 + default: *686 '304': *37 '500': *55 '401': *25 @@ -103997,7 +104015,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *249 + - *250 requestBody: required: true content: @@ -104047,13 +104065,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *346 + repository: *347 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *465 - required: *466 + properties: *466 + required: *467 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -104827,15 +104845,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *249 + - *250 responses: '200': description: Response content: application/json: - schema: *247 + schema: *248 examples: - default: *464 + default: *465 '304': *37 '500': *55 '400': *14 @@ -104867,15 +104885,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *249 + - *250 responses: '200': description: Response content: application/json: - schema: *247 + schema: *248 examples: - default: *464 + default: *465 '500': *55 '401': *25 '403': *29 @@ -104905,9 +104923,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: &696 + default: &697 value: - id: 197 name: hello_docker @@ -105008,7 +105026,7 @@ paths: application/json: schema: type: array - items: &686 + items: &687 title: Email description: Email type: object @@ -105073,9 +105091,9 @@ paths: application/json: schema: type: array - items: *686 + items: *687 examples: - default: &698 + default: &699 value: - email: octocat@github.com verified: true @@ -105150,7 +105168,7 @@ paths: application/json: schema: type: array - items: *686 + items: *687 examples: default: value: @@ -105406,7 +105424,7 @@ paths: application/json: schema: type: array - items: &687 + items: &688 title: GPG Key description: A unique encryption key type: object @@ -105537,7 +105555,7 @@ paths: - subkeys - revoked examples: - default: &714 + default: &715 value: - id: 3 name: Octocat's GPG Key @@ -105622,9 +105640,9 @@ paths: description: Response content: application/json: - schema: *687 + schema: *688 examples: - default: &688 + default: &689 value: id: 3 name: Octocat's GPG Key @@ -105681,7 +105699,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &689 + - &690 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -105693,9 +105711,9 @@ paths: description: Response content: application/json: - schema: *687 + schema: *688 examples: - default: *688 + default: *689 '404': *6 '304': *37 '403': *29 @@ -105718,7 +105736,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *689 + - *690 responses: '204': description: Response @@ -105997,12 +106015,12 @@ paths: application/json: schema: anyOf: - - *234 + - *235 - type: object properties: {} additionalProperties: false examples: - default: *235 + default: *236 '204': description: Response when there are no restrictions x-github: @@ -106026,7 +106044,7 @@ paths: required: true content: application/json: - schema: *540 + schema: *541 examples: default: value: @@ -106037,7 +106055,7 @@ paths: description: Response content: application/json: - schema: *234 + schema: *235 examples: default: value: @@ -106118,7 +106136,7 @@ paths: - closed - all default: open - - *245 + - *246 - name: sort description: What to sort results by. in: query @@ -106143,7 +106161,7 @@ paths: type: array items: *85 examples: - default: *246 + default: *247 headers: Link: *67 '404': *6 @@ -106176,7 +106194,7 @@ paths: application/json: schema: type: array - items: &690 + items: &691 title: Key description: Key type: object @@ -106277,9 +106295,9 @@ paths: description: Response content: application/json: - schema: *690 + schema: *691 examples: - default: &691 + default: &692 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -106312,15 +106330,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *575 + - *576 responses: '200': description: Response content: application/json: - schema: *690 + schema: *691 examples: - default: *691 + default: *692 '404': *6 '304': *37 '403': *29 @@ -106343,7 +106361,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *575 + - *576 responses: '204': description: Response @@ -106376,7 +106394,7 @@ paths: application/json: schema: type: array - items: &692 + items: &693 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -106444,7 +106462,7 @@ paths: - account - plan examples: - default: &693 + default: &694 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -106506,9 +106524,9 @@ paths: application/json: schema: type: array - items: *692 + items: *693 examples: - default: *693 + default: *694 headers: Link: *67 '304': *37 @@ -106548,7 +106566,7 @@ paths: application/json: schema: type: array - items: *251 + items: *252 examples: default: value: @@ -106662,7 +106680,7 @@ paths: description: Response content: application/json: - schema: *251 + schema: *252 examples: default: value: @@ -106749,7 +106767,7 @@ paths: description: Response content: application/json: - schema: *251 + schema: *252 examples: default: value: @@ -106821,7 +106839,7 @@ paths: application/json: schema: type: array - items: *253 + items: *254 examples: default: value: @@ -107074,7 +107092,7 @@ paths: description: Response content: application/json: - schema: *253 + schema: *254 examples: default: value: @@ -107254,7 +107272,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *254 + - *255 - name: exclude in: query required: false @@ -107267,7 +107285,7 @@ paths: description: Response content: application/json: - schema: *253 + schema: *254 examples: default: value: @@ -107461,7 +107479,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *254 + - *255 responses: '302': description: Response @@ -107487,7 +107505,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *254 + - *255 responses: '204': description: Response @@ -107516,8 +107534,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *254 - - *694 + - *255 + - *695 responses: '204': description: Response @@ -107541,7 +107559,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *254 + - *255 - *17 - *19 responses: @@ -107553,7 +107571,7 @@ paths: type: array items: *160 examples: - default: *266 + default: *267 headers: Link: *67 '404': *6 @@ -107650,7 +107668,7 @@ paths: - docker - nuget - container - - *695 + - *696 - *19 - *17 responses: @@ -107660,10 +107678,10 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *696 - '400': *697 + default: *697 + '400': *698 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -107683,16 +107701,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *262 - *263 + - *264 responses: '200': description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: &715 + default: &716 value: id: 40201 name: octo-name @@ -107805,8 +107823,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *262 - *263 + - *264 responses: '204': description: Response @@ -107836,8 +107854,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *262 - *263 + - *264 - name: token description: package token schema: @@ -107869,8 +107887,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: - - *262 - *263 + - *264 - *19 - *17 - name: state @@ -107890,7 +107908,7 @@ paths: application/json: schema: type: array - items: *264 + items: *265 examples: default: value: @@ -107939,15 +107957,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *262 - *263 - - *265 + - *264 + - *266 responses: '200': description: Response content: application/json: - schema: *264 + schema: *265 examples: default: value: @@ -107983,9 +108001,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *262 - *263 - - *265 + - *264 + - *266 responses: '204': description: Response @@ -108015,9 +108033,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *262 - *263 - - *265 + - *264 + - *266 responses: '204': description: Response @@ -108054,9 +108072,9 @@ paths: application/json: schema: type: array - items: *686 + items: *687 examples: - default: *698 + default: *699 headers: Link: *67 '304': *37 @@ -108169,7 +108187,7 @@ paths: type: array items: *79 examples: - default: &705 + default: &706 summary: Default response value: - id: 1296269 @@ -108473,9 +108491,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *348 + default: *349 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -108519,9 +108537,9 @@ paths: application/json: schema: type: array - items: *542 + items: *543 examples: - default: *699 + default: *700 headers: Link: *67 '304': *37 @@ -108544,7 +108562,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *238 + - *239 responses: '204': description: Response @@ -108573,7 +108591,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *238 + - *239 responses: '204': description: Response @@ -108606,7 +108624,7 @@ paths: application/json: schema: type: array - items: &700 + items: &701 title: Social account description: Social media account type: object @@ -108621,7 +108639,7 @@ paths: - provider - url examples: - default: &701 + default: &702 value: - provider: twitter url: https://twitter.com/github @@ -108683,9 +108701,9 @@ paths: application/json: schema: type: array - items: *700 + items: *701 examples: - default: *701 + default: *702 '422': *15 '304': *37 '404': *6 @@ -108772,7 +108790,7 @@ paths: application/json: schema: type: array - items: &702 + items: &703 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -108792,7 +108810,7 @@ paths: - title - created_at examples: - default: &733 + default: &734 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -108856,9 +108874,9 @@ paths: description: Response content: application/json: - schema: *702 + schema: *703 examples: - default: &703 + default: &704 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -108888,7 +108906,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: - - &704 + - &705 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -108900,9 +108918,9 @@ paths: description: Response content: application/json: - schema: *702 + schema: *703 examples: - default: *703 + default: *704 '404': *6 '304': *37 '403': *29 @@ -108925,7 +108943,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: - - *704 + - *705 responses: '204': description: Response @@ -108954,7 +108972,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &734 + - &735 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 @@ -108979,11 +108997,11 @@ paths: type: array items: *79 examples: - default-response: *705 + default-response: *706 application/vnd.github.v3.star+json: schema: type: array - items: &735 + items: &736 title: Starred Repository description: Starred Repository type: object @@ -109139,8 +109157,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: - - *343 - *344 + - *345 responses: '204': description: Response if this repository is starred by you @@ -109168,8 +109186,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *343 - *344 + - *345 responses: '204': description: Response @@ -109193,8 +109211,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *343 - *344 + - *345 responses: '204': description: Response @@ -109229,7 +109247,7 @@ paths: type: array items: *160 examples: - default: *266 + default: *267 headers: Link: *67 '304': *37 @@ -109266,7 +109284,7 @@ paths: application/json: schema: type: array - items: *339 + items: *340 examples: default: value: @@ -109352,10 +109370,10 @@ paths: application/json: schema: oneOf: + - *681 - *680 - - *679 examples: - default-response: &709 + default-response: &710 summary: Default response value: login: octocat @@ -109390,7 +109408,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &710 + response-with-git-hub-plan-information: &711 summary: Response with GitHub plan information value: login: octocat @@ -109447,14 +109465,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &707 + - &708 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *278 + - *279 requestBody: required: true description: Details of the draft item to create in the project. @@ -109488,9 +109506,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *285 examples: - draft_issue: *285 + draft_issue: *286 '304': *37 '403': *29 '401': *25 @@ -109513,7 +109531,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *706 + - *707 - *17 responses: '200': @@ -109548,8 +109566,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *707 - - *278 + - *708 + - *279 requestBody: required: true content: @@ -109620,17 +109638,17 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *708 + schema: *709 examples: table_view: summary: Response for creating a table view - value: *289 + value: *290 board_view: summary: Response for creating a board view with filter - value: *289 + value: *290 roadmap_view: summary: Response for creating a roadmap view - value: *289 + value: *290 '304': *37 '403': *29 '401': *25 @@ -109672,11 +109690,11 @@ paths: application/json: schema: oneOf: + - *681 - *680 - - *679 examples: - default-response: *709 - response-with-git-hub-plan-information: *710 + default-response: *710 + response-with-git-hub-plan-information: *711 '404': *6 x-github: githubCloudOnly: false @@ -109726,8 +109744,8 @@ paths: required: - subject_digests examples: - default: *711 - withPredicateType: *712 + default: *712 + withPredicateType: *713 responses: '200': description: Response @@ -109780,7 +109798,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *713 + default: *714 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110000,7 +110018,7 @@ paths: initiator: type: string examples: - default: *404 + default: *405 '201': description: Response content: @@ -110053,9 +110071,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *696 + default: *697 '403': *29 '401': *25 x-github: @@ -110439,9 +110457,9 @@ paths: application/json: schema: type: array - items: *687 + items: *688 examples: - default: *714 + default: *715 headers: Link: *67 x-github: @@ -110545,7 +110563,7 @@ paths: application/json: schema: *22 examples: - default: *539 + default: *540 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110669,7 +110687,7 @@ paths: - docker - nuget - container - - *695 + - *696 - *71 - *19 - *17 @@ -110680,12 +110698,12 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *696 + default: *697 '403': *29 '401': *25 - '400': *697 + '400': *698 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110705,17 +110723,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *262 - *263 + - *264 - *71 responses: '200': description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *715 + default: *716 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110736,8 +110754,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *262 - *263 + - *264 - *71 responses: '204': @@ -110770,8 +110788,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *262 - *263 + - *264 - *71 - name: token description: package token @@ -110804,8 +110822,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: - - *262 - *263 + - *264 - *71 responses: '200': @@ -110814,7 +110832,7 @@ paths: application/json: schema: type: array - items: *264 + items: *265 examples: default: value: @@ -110872,16 +110890,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *262 - *263 - - *265 + - *264 + - *266 - *71 responses: '200': description: Response content: application/json: - schema: *264 + schema: *265 examples: default: value: @@ -110916,10 +110934,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *262 - *263 + - *264 - *71 - - *265 + - *266 responses: '204': description: Response @@ -110951,10 +110969,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *262 - *263 + - *264 - *71 - - *265 + - *266 responses: '204': description: Response @@ -110995,9 +111013,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *277 + default: *278 headers: Link: *67 '304': *37 @@ -111019,16 +111037,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-user parameters: - - *278 + - *279 - *71 responses: '200': description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 headers: Link: *67 '304': *37 @@ -111050,7 +111068,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-user parameters: - - *278 + - *279 - *71 - *17 - *47 @@ -111062,9 +111080,9 @@ paths: application/json: schema: type: array - items: *282 + items: *283 examples: - default: *716 + default: *717 headers: Link: *67 '304': *37 @@ -111086,7 +111104,7 @@ paths: url: https://docs.github.com/rest/projects/fields#add-field-to-user-owned-project parameters: - *71 - - *278 + - *279 requestBody: required: true content: @@ -111124,7 +111142,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *717 + items: *718 required: - name - data_type @@ -111140,7 +111158,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *718 + iteration_configuration: *719 required: - name - data_type @@ -111162,20 +111180,20 @@ paths: value: name: Due date data_type: date - single_select_field: *719 - iteration_field: *720 + single_select_field: *720 + iteration_field: *721 responses: '201': description: Response content: application/json: - schema: *282 + schema: *283 examples: - text_field: *721 - number_field: *722 - date_field: *723 - single_select_field: *724 - iteration_field: *725 + text_field: *722 + number_field: *723 + date_field: *724 + single_select_field: *725 + iteration_field: *726 '304': *37 '403': *29 '401': *25 @@ -111196,17 +111214,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - - *278 - - *726 + - *279 + - *727 - *71 responses: '200': description: Response content: application/json: - schema: *282 + schema: *283 examples: - default: *727 + default: *728 headers: Link: *67 '304': *37 @@ -111229,7 +111247,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-owned-project parameters: - - *278 + - *279 - *71 - *47 - *48 @@ -111262,9 +111280,9 @@ paths: application/json: schema: type: array - items: *286 + items: *287 examples: - default: *287 + default: *288 headers: Link: *67 '304': *37 @@ -111286,7 +111304,7 @@ paths: url: https://docs.github.com/rest/projects/items#add-item-to-user-owned-project parameters: - *71 - - *278 + - *279 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -111356,22 +111374,22 @@ paths: description: Response content: application/json: - schema: *284 + schema: *285 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *285 + value: *286 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *285 + value: *286 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *285 + value: *286 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *285 + value: *286 '304': *37 '403': *29 '401': *25 @@ -111391,9 +111409,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-a-user-owned-project parameters: - - *278 + - *279 - *71 - - *288 + - *289 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -111413,9 +111431,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *287 + default: *288 headers: Link: *67 '304': *37 @@ -111436,9 +111454,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-user parameters: - - *278 + - *279 - *71 - - *288 + - *289 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -111508,13 +111526,13 @@ paths: description: Response content: application/json: - schema: *286 + schema: *287 examples: - text_field: *287 - number_field: *287 - date_field: *287 - single_select_field: *287 - iteration_field: *287 + text_field: *288 + number_field: *288 + date_field: *288 + single_select_field: *288 + iteration_field: *288 '401': *25 '403': *29 '404': *6 @@ -111534,9 +111552,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-user parameters: - - *278 + - *279 - *71 - - *288 + - *289 responses: '204': description: Response @@ -111558,9 +111576,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-project-view parameters: - - *278 + - *279 - *71 - - *728 + - *729 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -111586,9 +111604,9 @@ paths: application/json: schema: type: array - items: *286 + items: *287 examples: - default: *287 + default: *288 headers: Link: *67 '304': *37 @@ -111809,7 +111827,7 @@ paths: type: array items: *160 examples: - default: *266 + default: *267 headers: Link: *67 x-github: @@ -111835,7 +111853,7 @@ paths: - *123 - *125 - *124 - - *729 + - *730 - *126 responses: '200': @@ -111966,7 +111984,7 @@ paths: parameters: - *71 - *123 - - *730 + - *731 - *124 responses: '200': @@ -112065,9 +112083,9 @@ paths: - *123 - *125 - *124 - - *731 - - *126 - *732 + - *126 + - *733 responses: '200': description: Response when getting a billing usage summary @@ -112201,9 +112219,9 @@ paths: application/json: schema: type: array - items: *700 + items: *701 examples: - default: *701 + default: *702 headers: Link: *67 x-github: @@ -112233,9 +112251,9 @@ paths: application/json: schema: type: array - items: *702 + items: *703 examples: - default: *733 + default: *734 headers: Link: *67 x-github: @@ -112260,7 +112278,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *71 - - *734 + - *735 - *61 - *17 - *19 @@ -112272,11 +112290,11 @@ paths: schema: anyOf: - type: array - items: *735 + items: *736 - type: array items: *79 examples: - default-response: *705 + default-response: *706 headers: Link: *67 x-github: @@ -112307,7 +112325,7 @@ paths: type: array items: *160 examples: - default: *266 + default: *267 headers: Link: *67 x-github: @@ -112435,7 +112453,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &736 + enterprise: &737 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -112493,7 +112511,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &737 + installation: &738 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -112512,7 +112530,7 @@ x-webhooks: required: - id - node_id - organization: &738 + organization: &739 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -112572,13 +112590,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &739 + repository: &740 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &771 + properties: &772 id: description: Unique identifier of the repository example: 42 @@ -113273,7 +113291,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &772 + required: &773 - archive_url - assignees_url - blobs_url @@ -113347,7 +113365,7 @@ x-webhooks: - watchers_count - created_at - updated_at - x-github-breaking-changes: &773 + x-github-breaking-changes: &774 - changeset: remove_use_squash_pr_title_as_default patch: properties: @@ -113438,10 +113456,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -113517,11 +113535,11 @@ x-webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - rule: &740 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + rule: &741 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) @@ -113744,11 +113762,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - rule: *740 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + rule: *741 sender: *4 required: - action @@ -113931,11 +113949,11 @@ x-webhooks: - everyone required: - from - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - rule: *740 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + rule: *741 sender: *4 required: - action @@ -114019,7 +114037,7 @@ x-webhooks: type: string enum: - completed - check_run: &742 + check_run: &743 title: CheckRun description: A check performed on the code of a given code change type: object @@ -114110,7 +114128,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *741 + deployment: *742 details_url: example: https://example.com type: string @@ -114195,10 +114213,10 @@ x-webhooks: - output - app - pull_requests - installation: *737 - enterprise: *736 - organization: *738 - repository: *739 + installation: *738 + enterprise: *737 + organization: *739 + repository: *740 sender: *4 required: - check_run @@ -114589,11 +114607,11 @@ x-webhooks: type: string enum: - created - check_run: *742 - installation: *737 - enterprise: *736 - organization: *738 - repository: *739 + check_run: *743 + installation: *738 + enterprise: *737 + organization: *739 + repository: *740 sender: *4 required: - check_run @@ -114987,11 +115005,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *742 - installation: *737 - enterprise: *736 - organization: *738 - repository: *739 + check_run: *743 + installation: *738 + enterprise: *737 + organization: *739 + repository: *740 requested_action: description: The action requested by the user. type: object @@ -115394,11 +115412,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *742 - installation: *737 - enterprise: *736 - organization: *738 - repository: *739 + check_run: *743 + installation: *738 + enterprise: *737 + organization: *739 + repository: *740 sender: *4 required: - check_run @@ -116368,10 +116386,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -117060,10 +117078,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -117746,10 +117764,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -117915,7 +117933,7 @@ x-webhooks: required: - login - id - dismissed_comment: *436 + dismissed_comment: *437 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -118060,20 +118078,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &743 + commit_oid: &744 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *736 - installation: *737 - organization: *738 - ref: &744 + enterprise: *737 + installation: *738 + organization: *739 + ref: &745 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *739 + repository: *740 sender: *4 required: - action @@ -118238,7 +118256,7 @@ x-webhooks: required: - login - id - dismissed_comment: *436 + dismissed_comment: *437 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -118468,12 +118486,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *743 - enterprise: *736 - installation: *737 - organization: *738 - ref: *744 - repository: *739 + commit_oid: *744 + enterprise: *737 + installation: *738 + organization: *739 + ref: *745 + repository: *740 sender: *4 required: - action @@ -118568,7 +118586,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *436 + dismissed_comment: *437 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -118739,12 +118757,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *743 - enterprise: *736 - installation: *737 - organization: *738 - ref: *744 - repository: *739 + commit_oid: *744 + enterprise: *737 + installation: *738 + organization: *739 + ref: *745 + repository: *740 sender: *4 required: - action @@ -118910,7 +118928,7 @@ x-webhooks: required: - login - id - dismissed_comment: *436 + dismissed_comment: *437 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -119076,12 +119094,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *743 - enterprise: *736 - installation: *737 - organization: *738 - ref: *744 - repository: *739 + commit_oid: *744 + enterprise: *737 + installation: *738 + organization: *739 + ref: *745 + repository: *740 sender: *4 required: - action @@ -119180,7 +119198,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *436 + dismissed_comment: *437 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -119355,16 +119373,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *739 + repository: *740 sender: *4 required: - action @@ -119461,7 +119479,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *436 + dismissed_comment: *437 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -119601,12 +119619,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *743 - enterprise: *736 - installation: *737 - organization: *738 - ref: *744 - repository: *739 + commit_oid: *744 + enterprise: *737 + installation: *738 + organization: *739 + ref: *745 + repository: *740 sender: *4 required: - action @@ -119772,7 +119790,7 @@ x-webhooks: required: - login - id - dismissed_comment: *436 + dismissed_comment: *437 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -119917,10 +119935,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -120175,10 +120193,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -120258,18 +120276,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *738 - pusher_type: &745 + organization: *739 + pusher_type: &746 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &746 + ref: &747 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -120279,7 +120297,7 @@ x-webhooks: enum: - tag - branch - repository: *739 + repository: *740 sender: *4 required: - ref @@ -120361,10 +120379,10 @@ x-webhooks: type: string enum: - created - definition: *290 - enterprise: *736 - installation: *737 - organization: *738 + definition: *291 + enterprise: *737 + installation: *738 + organization: *739 sender: *4 required: - action @@ -120449,9 +120467,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 sender: *4 required: - action @@ -120528,10 +120546,10 @@ x-webhooks: type: string enum: - promote_to_enterprise - definition: *290 - enterprise: *736 - installation: *737 - organization: *738 + definition: *291 + enterprise: *737 + installation: *738 + organization: *739 sender: *4 required: - action @@ -120608,10 +120626,10 @@ x-webhooks: type: string enum: - updated - definition: *290 - enterprise: *736 - installation: *737 - organization: *738 + definition: *291 + enterprise: *737 + installation: *738 + organization: *739 sender: *4 required: - action @@ -120688,19 +120706,19 @@ x-webhooks: type: string enum: - updated - enterprise: *736 - installation: *737 - repository: *739 - organization: *738 + enterprise: *737 + installation: *738 + repository: *740 + organization: *739 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *294 + items: *295 old_property_values: type: array description: The old custom property values for the repository. - items: *294 + items: *295 required: - action - repository @@ -120776,18 +120794,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *736 - installation: *737 - organization: *738 - pusher_type: *745 - ref: *746 + enterprise: *737 + installation: *738 + organization: *739 + pusher_type: *746 + ref: *747 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *739 + repository: *740 sender: *4 required: - ref @@ -120867,11 +120885,11 @@ x-webhooks: type: string enum: - assignees_changed - alert: *498 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *499 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -120951,11 +120969,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *498 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *499 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -121036,11 +121054,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *498 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *499 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -121121,11 +121139,11 @@ x-webhooks: type: string enum: - created - alert: *498 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *499 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -121204,11 +121222,11 @@ x-webhooks: type: string enum: - dismissed - alert: *498 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *499 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -121287,11 +121305,11 @@ x-webhooks: type: string enum: - fixed - alert: *498 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *499 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -121371,11 +121389,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *498 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *499 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -121454,11 +121472,11 @@ x-webhooks: type: string enum: - reopened - alert: *498 - installation: *737 - organization: *738 - enterprise: *736 - repository: *739 + alert: *499 + installation: *738 + organization: *739 + enterprise: *737 + repository: *740 sender: *4 required: - action @@ -121535,9 +121553,9 @@ x-webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - key: &747 + enterprise: *737 + installation: *738 + key: &748 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -121573,8 +121591,8 @@ x-webhooks: - verified - created_at - read_only - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -121651,11 +121669,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - key: *747 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + key: *748 + organization: *739 + repository: *740 sender: *4 required: - action @@ -122211,12 +122229,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - workflow: &753 + workflow: &754 title: Workflow type: object nullable: true @@ -122957,15 +122975,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *748 - required: *749 + properties: *749 + required: *750 nullable: true pull_requests: type: array - items: *594 - repository: *739 - organization: *738 - installation: *737 + items: *595 + repository: *740 + organization: *739 + installation: *738 sender: *4 responses: '200': @@ -123036,7 +123054,7 @@ x-webhooks: type: string enum: - approved - approver: &750 + approver: &751 type: object properties: avatar_url: @@ -123079,11 +123097,11 @@ x-webhooks: type: string comment: type: string - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - reviewers: &751 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + reviewers: &752 type: array items: type: object @@ -123162,7 +123180,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &752 + workflow_job_run: &753 type: object properties: conclusion: @@ -123893,18 +123911,18 @@ x-webhooks: type: string enum: - rejected - approver: *750 + approver: *751 comment: type: string - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - reviewers: *751 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + reviewers: *752 sender: *4 since: type: string - workflow_job_run: *752 + workflow_job_run: *753 workflow_job_runs: type: array items: @@ -124608,13 +124626,13 @@ x-webhooks: type: string enum: - requested - enterprise: *736 + enterprise: *737 environment: type: string - installation: *737 - organization: *738 - repository: *739 - requestor: &758 + installation: *738 + organization: *739 + repository: *740 + requestor: &759 title: User type: object nullable: true @@ -126503,12 +126521,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - workflow: *753 + workflow: *754 workflow_run: title: Deployment Workflow Run type: object @@ -127188,7 +127206,7 @@ x-webhooks: type: string enum: - answered - answer: &756 + answer: &757 type: object properties: author_association: @@ -127345,11 +127363,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *754 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *755 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -127476,11 +127494,11 @@ x-webhooks: - from required: - category - discussion: *754 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *755 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -127563,11 +127581,11 @@ x-webhooks: type: string enum: - closed - discussion: *754 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *755 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -127649,7 +127667,7 @@ x-webhooks: type: string enum: - created - comment: &755 + comment: &756 type: object properties: author_association: @@ -127806,11 +127824,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *754 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *755 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -127893,12 +127911,12 @@ x-webhooks: type: string enum: - deleted - comment: *755 - discussion: *754 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + comment: *756 + discussion: *755 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -127993,12 +128011,12 @@ x-webhooks: - from required: - body - comment: *755 - discussion: *754 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + comment: *756 + discussion: *755 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -128082,11 +128100,11 @@ x-webhooks: type: string enum: - created - discussion: *754 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *755 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -128168,11 +128186,11 @@ x-webhooks: type: string enum: - deleted - discussion: *754 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *755 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -128272,11 +128290,11 @@ x-webhooks: type: string required: - from - discussion: *754 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *755 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -128358,10 +128376,10 @@ x-webhooks: type: string enum: - labeled - discussion: *754 - enterprise: *736 - installation: *737 - label: &757 + discussion: *755 + enterprise: *737 + installation: *738 + label: &758 title: Label type: object properties: @@ -128393,8 +128411,8 @@ x-webhooks: - color - default - description - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -128477,11 +128495,11 @@ x-webhooks: type: string enum: - locked - discussion: *754 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *755 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -128563,11 +128581,11 @@ x-webhooks: type: string enum: - pinned - discussion: *754 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *755 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -128649,11 +128667,11 @@ x-webhooks: type: string enum: - reopened - discussion: *754 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *755 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -128738,16 +128756,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *754 - new_repository: *739 + new_discussion: *755 + new_repository: *740 required: - new_discussion - new_repository - discussion: *754 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *755 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -128830,10 +128848,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *754 - old_answer: *756 - organization: *738 - repository: *739 + discussion: *755 + old_answer: *757 + organization: *739 + repository: *740 sender: *4 required: - action @@ -128915,12 +128933,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *754 - enterprise: *736 - installation: *737 - label: *757 - organization: *738 - repository: *739 + discussion: *755 + enterprise: *737 + installation: *738 + label: *758 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129003,11 +129021,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *754 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *755 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129089,11 +129107,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *754 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + discussion: *755 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -129166,7 +129184,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *736 + enterprise: *737 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -129826,9 +129844,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - forkee @@ -129974,9 +129992,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pages: description: The pages that were updated. type: array @@ -130013,7 +130031,7 @@ x-webhooks: - action - sha - html_url - repository: *739 + repository: *740 sender: *4 required: - pages @@ -130089,10 +130107,10 @@ x-webhooks: type: string enum: - created - enterprise: *736 + enterprise: *737 installation: *22 - organization: *738 - repositories: &759 + organization: *739 + repositories: &760 description: An array of repository objects that the installation can access. type: array @@ -130118,8 +130136,8 @@ x-webhooks: - name - full_name - private - repository: *739 - requester: *758 + repository: *740 + requester: *759 sender: *4 required: - action @@ -130194,11 +130212,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *736 + enterprise: *737 installation: *22 - organization: *738 - repositories: *759 - repository: *739 + organization: *739 + repositories: *760 + repository: *740 requester: nullable: true sender: *4 @@ -130274,11 +130292,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *736 + enterprise: *737 installation: *22 - organization: *738 - repositories: *759 - repository: *739 + organization: *739 + repositories: *760 + repository: *740 requester: nullable: true sender: *4 @@ -130354,10 +130372,10 @@ x-webhooks: type: string enum: - added - enterprise: *736 + enterprise: *737 installation: *22 - organization: *738 - repositories_added: &760 + organization: *739 + repositories_added: &761 description: An array of repository objects, which were added to the installation. type: array @@ -130403,15 +130421,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *739 - repository_selection: &761 + repository: *740 + repository_selection: &762 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *758 + requester: *759 sender: *4 required: - action @@ -130490,10 +130508,10 @@ x-webhooks: type: string enum: - removed - enterprise: *736 + enterprise: *737 installation: *22 - organization: *738 - repositories_added: *760 + organization: *739 + repositories_added: *761 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -130520,9 +130538,9 @@ x-webhooks: - name - full_name - private - repository: *739 - repository_selection: *761 - requester: *758 + repository: *740 + repository_selection: *762 + requester: *759 sender: *4 required: - action @@ -130601,11 +130619,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *736 + enterprise: *737 installation: *22 - organization: *738 - repositories: *759 - repository: *739 + organization: *739 + repositories: *760 + repository: *740 requester: nullable: true sender: *4 @@ -130783,10 +130801,10 @@ x-webhooks: type: string required: - from - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 target_type: type: string @@ -130865,11 +130883,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *736 + enterprise: *737 installation: *22 - organization: *738 - repositories: *759 - repository: *739 + organization: *739 + repositories: *760 + repository: *740 requester: nullable: true sender: *4 @@ -131043,8 +131061,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *571 - required: *572 + properties: *572 + required: *573 nullable: true user: title: User @@ -131129,8 +131147,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -131919,8 +131937,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *672 - issue_dependencies_summary: *673 + sub_issues_summary: *673 + issue_dependencies_summary: *674 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131936,7 +131954,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *242 + type: *243 updated_at: type: string format: date-time @@ -132269,8 +132287,8 @@ x-webhooks: - state - locked - assignee - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -132350,7 +132368,7 @@ x-webhooks: type: string enum: - deleted - comment: &762 + comment: &763 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -132507,8 +132525,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *571 - required: *572 + properties: *572 + required: *573 nullable: true required: - url @@ -132523,8 +132541,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -133309,8 +133327,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *672 - issue_dependencies_summary: *673 + sub_issues_summary: *673 + issue_dependencies_summary: *674 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133326,7 +133344,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *242 + type: *243 updated_at: type: string format: date-time @@ -133661,8 +133679,8 @@ x-webhooks: - state - locked - assignee - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -133742,7 +133760,7 @@ x-webhooks: type: string enum: - edited - changes: &792 + changes: &793 description: The changes to the comment. type: object properties: @@ -133754,9 +133772,9 @@ x-webhooks: type: string required: - from - comment: *762 - enterprise: *736 - installation: *737 + comment: *763 + enterprise: *737 + installation: *738 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -134544,8 +134562,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *672 - issue_dependencies_summary: *673 + sub_issues_summary: *673 + issue_dependencies_summary: *674 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134561,7 +134579,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *242 + type: *243 updated_at: type: string format: date-time @@ -134894,8 +134912,8 @@ x-webhooks: - state - locked - assignee - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -134976,9 +134994,9 @@ x-webhooks: type: string enum: - pinned - comment: *762 - enterprise: *736 - installation: *737 + comment: *763 + enterprise: *737 + installation: *738 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -135768,8 +135786,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *672 - issue_dependencies_summary: *673 + sub_issues_summary: *673 + issue_dependencies_summary: *674 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135785,7 +135803,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *242 + type: *243 updated_at: type: string format: date-time @@ -136120,8 +136138,8 @@ x-webhooks: - state - locked - assignee - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -136201,9 +136219,9 @@ x-webhooks: type: string enum: - unpinned - comment: *762 - enterprise: *736 - installation: *737 + comment: *763 + enterprise: *737 + installation: *738 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -136993,8 +137011,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *672 - issue_dependencies_summary: *673 + sub_issues_summary: *673 + issue_dependencies_summary: *674 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137010,7 +137028,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *242 + type: *243 updated_at: type: string format: date-time @@ -137345,8 +137363,8 @@ x-webhooks: - state - locked - assignee - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -137435,9 +137453,9 @@ x-webhooks: type: number blocking_issue: *85 blocking_issue_repo: *79 - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -137526,9 +137544,9 @@ x-webhooks: type: number blocking_issue: *85 blocking_issue_repo: *79 - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -137616,9 +137634,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *85 - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -137707,9 +137725,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *85 - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -137789,10 +137807,10 @@ x-webhooks: type: string enum: - assigned - assignee: *758 - enterprise: *736 - installation: *737 - issue: &765 + assignee: *759 + enterprise: *737 + installation: *738 + issue: &766 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -138584,11 +138602,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *672 - issue_dependencies_summary: *673 + sub_issues_summary: *673 + issue_dependencies_summary: *674 issue_field_values: type: array - items: *556 + items: *557 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138604,7 +138622,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *242 + type: *243 updated_at: type: string format: date-time @@ -138705,8 +138723,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -138786,8 +138804,8 @@ x-webhooks: type: string enum: - closed - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -139584,11 +139602,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *672 - issue_dependencies_summary: *673 + sub_issues_summary: *673 + issue_dependencies_summary: *674 issue_field_values: type: array - items: *556 + items: *557 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139604,7 +139622,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *242 + type: *243 updated_at: type: string format: date-time @@ -139840,8 +139858,8 @@ x-webhooks: required: - state - closed_at - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -139920,8 +139938,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140709,11 +140727,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *672 - issue_dependencies_summary: *673 + sub_issues_summary: *673 + issue_dependencies_summary: *674 issue_field_values: type: array - items: *556 + items: *557 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140729,7 +140747,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *242 + type: *243 updated_at: type: string format: date-time @@ -140829,8 +140847,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -140909,8 +140927,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -141720,11 +141738,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *672 - issue_dependencies_summary: *673 + sub_issues_summary: *673 + issue_dependencies_summary: *674 issue_field_values: type: array - items: *556 + items: *557 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141740,7 +141758,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *242 + type: *243 updated_at: type: string format: date-time @@ -141819,7 +141837,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &763 + milestone: &764 title: Milestone description: A collection of related issues and pull requests. type: object @@ -141957,8 +141975,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -142057,8 +142075,8 @@ x-webhooks: type: string required: - from - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142850,11 +142868,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *672 - issue_dependencies_summary: *673 + sub_issues_summary: *673 + issue_dependencies_summary: *674 issue_field_values: type: array - items: *556 + items: *557 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142867,7 +142885,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *242 + type: *243 title: description: Title of the issue type: string @@ -142971,9 +142989,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *757 - organization: *738 - repository: *739 + label: *758 + organization: *739 + repository: *740 sender: *4 required: - action @@ -143053,8 +143071,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143845,11 +143863,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *672 - issue_dependencies_summary: *673 + sub_issues_summary: *673 + issue_dependencies_summary: *674 issue_field_values: type: array - items: *556 + items: *557 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143862,7 +143880,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *242 + type: *243 title: description: Title of the issue type: string @@ -143966,9 +143984,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *757 - organization: *738 - repository: *739 + label: *758 + organization: *739 + repository: *740 sender: *4 required: - action @@ -144048,8 +144066,8 @@ x-webhooks: type: string enum: - locked - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -144864,11 +144882,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *672 - issue_dependencies_summary: *673 + sub_issues_summary: *673 + issue_dependencies_summary: *674 issue_field_values: type: array - items: *556 + items: *557 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144881,7 +144899,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *242 + type: *243 title: description: Title of the issue type: string @@ -144962,8 +144980,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -145042,8 +145060,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -145852,11 +145870,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *672 - issue_dependencies_summary: *673 + sub_issues_summary: *673 + issue_dependencies_summary: *674 issue_field_values: type: array - items: *556 + items: *557 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145872,7 +145890,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *242 + type: *243 updated_at: type: string format: date-time @@ -145950,9 +145968,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *763 - organization: *738 - repository: *739 + milestone: *764 + organization: *739 + repository: *740 sender: *4 required: - action @@ -146815,11 +146833,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *672 - issue_dependencies_summary: *673 + sub_issues_summary: *673 + issue_dependencies_summary: *674 issue_field_values: type: array - items: *556 + items: *557 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146920,7 +146938,7 @@ x-webhooks: required: - login - id - type: *242 + type: *243 required: - id - number @@ -147400,8 +147418,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -148185,11 +148203,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *672 - issue_dependencies_summary: *673 + sub_issues_summary: *673 + issue_dependencies_summary: *674 issue_field_values: type: array - items: *556 + items: *557 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148205,7 +148223,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *242 + type: *243 updated_at: type: string format: date-time @@ -148313,8 +148331,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -148394,9 +148412,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *736 - installation: *737 - issue: &764 + enterprise: *737 + installation: *738 + issue: &765 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -149182,11 +149200,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *672 - issue_dependencies_summary: *673 + sub_issues_summary: *673 + issue_dependencies_summary: *674 issue_field_values: type: array - items: *556 + items: *557 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149202,7 +149220,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *242 + type: *243 updated_at: type: string format: date-time @@ -149302,8 +149320,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -149382,8 +149400,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -150196,11 +150214,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *672 - issue_dependencies_summary: *673 + sub_issues_summary: *673 + issue_dependencies_summary: *674 issue_field_values: type: array - items: *556 + items: *557 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150294,9 +150312,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *242 - organization: *738 - repository: *739 + type: *243 + organization: *739 + repository: *740 sender: *4 required: - action @@ -151165,11 +151183,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *672 - issue_dependencies_summary: *673 + sub_issues_summary: *673 + issue_dependencies_summary: *674 issue_field_values: type: array - items: *556 + items: *557 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151185,7 +151203,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *242 + type: *243 updated_at: type: string format: date-time @@ -151764,11 +151782,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *736 - installation: *737 - issue: *764 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + issue: *765 + organization: *739 + repository: *740 sender: *4 required: - action @@ -151848,12 +151866,12 @@ x-webhooks: type: string enum: - typed - enterprise: *736 - installation: *737 - issue: *765 - type: *242 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + issue: *766 + type: *243 + organization: *739 + repository: *740 sender: *4 required: - action @@ -151934,7 +151952,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &795 + assignee: &796 title: User type: object nullable: true @@ -152004,11 +152022,11 @@ x-webhooks: required: - login - id - enterprise: *736 - installation: *737 - issue: *765 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + issue: *766 + organization: *739 + repository: *740 sender: *4 required: - action @@ -152087,12 +152105,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *736 - installation: *737 - issue: *765 - label: *757 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + issue: *766 + label: *758 + organization: *739 + repository: *740 sender: *4 required: - action @@ -152172,8 +152190,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152986,11 +153004,11 @@ x-webhooks: properties: *86 required: *87 nullable: true - sub_issues_summary: *672 - issue_dependencies_summary: *673 + sub_issues_summary: *673 + issue_dependencies_summary: *674 issue_field_values: type: array - items: *556 + items: *557 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153006,7 +153024,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *242 + type: *243 updated_at: type: string format: date-time @@ -153084,8 +153102,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -153165,11 +153183,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *736 - installation: *737 - issue: *764 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + issue: *765 + organization: *739 + repository: *740 sender: *4 required: - action @@ -153248,12 +153266,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *736 - installation: *737 - issue: *765 - type: *242 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + issue: *766 + type: *243 + organization: *739 + repository: *740 sender: *4 required: - action @@ -153333,11 +153351,11 @@ x-webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - label: *757 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + label: *758 + organization: *739 + repository: *740 sender: *4 required: - action @@ -153415,11 +153433,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - label: *757 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + label: *758 + organization: *739 + repository: *740 sender: *4 required: - action @@ -153529,11 +153547,11 @@ x-webhooks: type: string required: - from - enterprise: *736 - installation: *737 - label: *757 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + label: *758 + organization: *739 + repository: *740 sender: *4 required: - action @@ -153615,9 +153633,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *736 - installation: *737 - marketplace_purchase: &766 + enterprise: *737 + installation: *738 + marketplace_purchase: &767 title: Marketplace Purchase type: object required: @@ -153700,8 +153718,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *738 - previous_marketplace_purchase: &767 + organization: *739 + previous_marketplace_purchase: &768 title: Marketplace Purchase type: object properties: @@ -153781,7 +153799,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *739 + repository: *740 sender: *4 required: - action @@ -153861,10 +153879,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *736 - installation: *737 - marketplace_purchase: *766 - organization: *738 + enterprise: *737 + installation: *738 + marketplace_purchase: *767 + organization: *739 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -153947,7 +153965,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *739 + repository: *740 sender: *4 required: - action @@ -154029,10 +154047,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *736 - installation: *737 - marketplace_purchase: *766 - organization: *738 + enterprise: *737 + installation: *738 + marketplace_purchase: *767 + organization: *739 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -154114,7 +154132,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *739 + repository: *740 sender: *4 required: - action @@ -154195,8 +154213,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 marketplace_purchase: title: Marketplace Purchase type: object @@ -154278,9 +154296,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *738 - previous_marketplace_purchase: *767 - repository: *739 + organization: *739 + previous_marketplace_purchase: *768 + repository: *740 sender: *4 required: - action @@ -154360,12 +154378,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *736 - installation: *737 - marketplace_purchase: *766 - organization: *738 - previous_marketplace_purchase: *767 - repository: *739 + enterprise: *737 + installation: *738 + marketplace_purchase: *767 + organization: *739 + previous_marketplace_purchase: *768 + repository: *740 sender: *4 required: - action @@ -154467,11 +154485,11 @@ x-webhooks: type: string required: - to - enterprise: *736 - installation: *737 - member: *758 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + member: *759 + organization: *739 + repository: *740 sender: *4 required: - action @@ -154571,11 +154589,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *736 - installation: *737 - member: *758 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + member: *759 + organization: *739 + repository: *740 sender: *4 required: - action @@ -154654,11 +154672,11 @@ x-webhooks: type: string enum: - removed - enterprise: *736 - installation: *737 - member: *758 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + member: *759 + organization: *739 + repository: *740 sender: *4 required: - action @@ -154736,11 +154754,11 @@ x-webhooks: type: string enum: - added - enterprise: *736 - installation: *737 - member: *758 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + member: *759 + organization: *739 + repository: *740 scope: description: The scope of the membership. Currently, can only be `team`. @@ -154816,7 +154834,7 @@ x-webhooks: required: - login - id - team: &768 + team: &769 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -155039,11 +155057,11 @@ x-webhooks: type: string enum: - removed - enterprise: *736 - installation: *737 - member: *758 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + member: *759 + organization: *739 + repository: *740 scope: description: The scope of the membership. Currently, can only be `team`. @@ -155120,7 +155138,7 @@ x-webhooks: required: - login - id - team: *768 + team: *769 required: - action - scope @@ -155202,8 +155220,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *737 - merge_group: &770 + installation: *738 + merge_group: &771 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -155222,15 +155240,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *769 + head_commit: *770 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -155316,10 +155334,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *737 - merge_group: *770 - organization: *738 - repository: *739 + installation: *738 + merge_group: *771 + organization: *739 + repository: *740 sender: *4 required: - action @@ -155392,7 +155410,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *736 + enterprise: *737 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -155501,17 +155519,17 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *737 - organization: *738 + installation: *738 + organization: *739 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *771 - required: *772 - x-github-breaking-changes: *773 + properties: *772 + required: *773 + x-github-breaking-changes: *774 nullable: true sender: *4 required: @@ -155592,11 +155610,11 @@ x-webhooks: type: string enum: - closed - enterprise: *736 - installation: *737 - milestone: *763 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + milestone: *764 + organization: *739 + repository: *740 sender: *4 required: - action @@ -155675,9 +155693,9 @@ x-webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - milestone: &774 + enterprise: *737 + installation: *738 + milestone: &775 title: Milestone description: A collection of related issues and pull requests. type: object @@ -155814,8 +155832,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -155894,11 +155912,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - milestone: *763 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + milestone: *764 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156008,11 +156026,11 @@ x-webhooks: type: string required: - from - enterprise: *736 - installation: *737 - milestone: *763 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + milestone: *764 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156092,11 +156110,11 @@ x-webhooks: type: string enum: - opened - enterprise: *736 - installation: *737 - milestone: *774 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + milestone: *775 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156175,11 +156193,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *758 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + blocked_user: *759 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156258,11 +156276,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *758 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + blocked_user: *759 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156341,9 +156359,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - membership: &775 + enterprise: *737 + installation: *738 + membership: &776 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -156450,8 +156468,8 @@ x-webhooks: - role - organization_url - user - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156529,11 +156547,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *736 - installation: *737 - membership: *775 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + membership: *776 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156612,8 +156630,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -156729,10 +156747,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 - user: *758 + user: *759 required: - action - invitation @@ -156810,11 +156828,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *736 - installation: *737 - membership: *775 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + membership: *776 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156901,11 +156919,11 @@ x-webhooks: properties: from: type: string - enterprise: *736 - installation: *737 - membership: *775 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + membership: *776 + organization: *739 + repository: *740 sender: *4 required: - action @@ -156982,9 +157000,9 @@ x-webhooks: type: string enum: - published - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 package: description: Information about the package. type: object @@ -157483,7 +157501,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &776 + items: &777 title: Ruby Gems metadata type: object properties: @@ -157578,7 +157596,7 @@ x-webhooks: - owner - package_version - registry - repository: *739 + repository: *740 sender: *4 required: - action @@ -157654,9 +157672,9 @@ x-webhooks: type: string enum: - updated - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 package: description: Information about the package. type: object @@ -158009,7 +158027,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *776 + items: *777 source_url: type: string format: uri @@ -158079,7 +158097,7 @@ x-webhooks: - owner - package_version - registry - repository: *739 + repository: *740 sender: *4 required: - action @@ -158255,12 +158273,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *736 + enterprise: *737 id: type: integer - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - id @@ -158337,7 +158355,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &777 + personal_access_token_request: &778 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -158483,10 +158501,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *736 - organization: *738 + enterprise: *737 + organization: *739 sender: *4 - installation: *737 + installation: *738 required: - action - personal_access_token_request @@ -158563,11 +158581,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *777 - enterprise: *736 - organization: *738 + personal_access_token_request: *778 + enterprise: *737 + organization: *739 sender: *4 - installation: *737 + installation: *738 required: - action - personal_access_token_request @@ -158643,11 +158661,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *777 - enterprise: *736 - organization: *738 + personal_access_token_request: *778 + enterprise: *737 + organization: *739 sender: *4 - installation: *737 + installation: *738 required: - action - personal_access_token_request @@ -158722,11 +158740,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *777 - organization: *738 - enterprise: *736 + personal_access_token_request: *778 + organization: *739 + enterprise: *737 sender: *4 - installation: *737 + installation: *738 required: - action - personal_access_token_request @@ -158831,7 +158849,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *778 + last_response: *779 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -158863,8 +158881,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 zen: description: Random string of GitHub zen. @@ -159109,10 +159127,10 @@ x-webhooks: - from required: - note - enterprise: *736 - installation: *737 - organization: *738 - project_card: &779 + enterprise: *737 + installation: *738 + organization: *739 + project_card: &780 title: Project Card type: object properties: @@ -159231,7 +159249,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *739 + repository: *740 sender: *4 required: - action @@ -159312,11 +159330,11 @@ x-webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - project_card: *779 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project_card: *780 + repository: *740 sender: *4 required: - action @@ -159396,9 +159414,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 project_card: title: Project Card type: object @@ -159526,9 +159544,9 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *771 - required: *772 - x-github-breaking-changes: *773 + properties: *772 + required: *773 + x-github-breaking-changes: *774 nullable: true sender: *4 required: @@ -159622,11 +159640,11 @@ x-webhooks: - from required: - note - enterprise: *736 - installation: *737 - organization: *738 - project_card: *779 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project_card: *780 + repository: *740 sender: *4 required: - action @@ -159720,9 +159738,9 @@ x-webhooks: - from required: - column_id - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 project_card: allOf: - title: Project Card @@ -159912,7 +159930,7 @@ x-webhooks: type: string required: - after_id - repository: *739 + repository: *740 sender: *4 required: - action @@ -159992,10 +160010,10 @@ x-webhooks: type: string enum: - closed - enterprise: *736 - installation: *737 - organization: *738 - project: &781 + enterprise: *737 + installation: *738 + organization: *739 + project: &782 title: Project type: object properties: @@ -160119,7 +160137,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *739 + repository: *740 sender: *4 required: - action @@ -160199,10 +160217,10 @@ x-webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - project_column: &780 + enterprise: *737 + installation: *738 + organization: *739 + project_column: &781 title: Project Column type: object properties: @@ -160241,7 +160259,7 @@ x-webhooks: - name - created_at - updated_at - repository: *739 + repository: *740 sender: *4 required: - action @@ -160320,19 +160338,19 @@ x-webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - project_column: *780 + enterprise: *737 + installation: *738 + organization: *739 + project_column: *781 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *771 - required: *772 - x-github-breaking-changes: *773 + properties: *772 + required: *773 + x-github-breaking-changes: *774 nullable: true sender: *4 required: @@ -160422,11 +160440,11 @@ x-webhooks: type: string required: - from - enterprise: *736 - installation: *737 - organization: *738 - project_column: *780 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project_column: *781 + repository: *740 sender: *4 required: - action @@ -160506,11 +160524,11 @@ x-webhooks: type: string enum: - moved - enterprise: *736 - installation: *737 - organization: *738 - project_column: *780 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project_column: *781 + repository: *740 sender: *4 required: - action @@ -160590,11 +160608,11 @@ x-webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - project: *781 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project: *782 + repository: *740 sender: *4 required: - action @@ -160674,19 +160692,19 @@ x-webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - project: *781 + enterprise: *737 + installation: *738 + organization: *739 + project: *782 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *771 - required: *772 - x-github-breaking-changes: *773 + properties: *772 + required: *773 + x-github-breaking-changes: *774 nullable: true sender: *4 required: @@ -160788,11 +160806,11 @@ x-webhooks: type: string required: - from - enterprise: *736 - installation: *737 - organization: *738 - project: *781 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project: *782 + repository: *740 sender: *4 required: - action @@ -160871,11 +160889,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *736 - installation: *737 - organization: *738 - project: *781 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + project: *782 + repository: *740 sender: *4 required: - action @@ -160956,9 +160974,9 @@ x-webhooks: type: string enum: - closed - installation: *737 - organization: *738 - projects_v2: *276 + installation: *738 + organization: *739 + projects_v2: *277 sender: *4 required: - action @@ -161039,9 +161057,9 @@ x-webhooks: type: string enum: - created - installation: *737 - organization: *738 - projects_v2: *276 + installation: *738 + organization: *739 + projects_v2: *277 sender: *4 required: - action @@ -161122,9 +161140,9 @@ x-webhooks: type: string enum: - deleted - installation: *737 - organization: *738 - projects_v2: *276 + installation: *738 + organization: *739 + projects_v2: *277 sender: *4 required: - action @@ -161241,9 +161259,9 @@ x-webhooks: type: string to: type: string - installation: *737 - organization: *738 - projects_v2: *276 + installation: *738 + organization: *739 + projects_v2: *277 sender: *4 required: - action @@ -161326,7 +161344,7 @@ x-webhooks: type: string enum: - archived - changes: &785 + changes: &786 type: object properties: archived_at: @@ -161340,9 +161358,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *737 - organization: *738 - projects_v2_item: &782 + installation: *738 + organization: *739 + projects_v2_item: &783 title: Projects v2 Item description: An item belonging to a project type: object @@ -161360,7 +161378,7 @@ x-webhooks: type: string description: The node ID of the content represented by this item. - content_type: *283 + content_type: *284 creator: *4 created_at: type: string @@ -161477,9 +161495,9 @@ x-webhooks: nullable: true to: type: string - installation: *737 - organization: *738 - projects_v2_item: *782 + installation: *738 + organization: *739 + projects_v2_item: *783 sender: *4 required: - action @@ -161561,9 +161579,9 @@ x-webhooks: type: string enum: - created - installation: *737 - organization: *738 - projects_v2_item: *782 + installation: *738 + organization: *739 + projects_v2_item: *783 sender: *4 required: - action @@ -161644,9 +161662,9 @@ x-webhooks: type: string enum: - deleted - installation: *737 - organization: *738 - projects_v2_item: *782 + installation: *738 + organization: *739 + projects_v2_item: *783 sender: *4 required: - action @@ -161752,7 +161770,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &783 + - &784 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -161774,7 +161792,7 @@ x-webhooks: required: - id - name - - &784 + - &785 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -161808,8 +161826,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *783 - *784 + - *785 required: - field_value - type: object @@ -161825,9 +161843,9 @@ x-webhooks: nullable: true required: - body - installation: *737 - organization: *738 - projects_v2_item: *782 + installation: *738 + organization: *739 + projects_v2_item: *783 sender: *4 required: - action @@ -161922,9 +161940,9 @@ x-webhooks: to: type: string nullable: true - installation: *737 - organization: *738 - projects_v2_item: *782 + installation: *738 + organization: *739 + projects_v2_item: *783 sender: *4 required: - action @@ -162007,10 +162025,10 @@ x-webhooks: type: string enum: - restored - changes: *785 - installation: *737 - organization: *738 - projects_v2_item: *782 + changes: *786 + installation: *738 + organization: *739 + projects_v2_item: *783 sender: *4 required: - action @@ -162092,9 +162110,9 @@ x-webhooks: type: string enum: - reopened - installation: *737 - organization: *738 - projects_v2: *276 + installation: *738 + organization: *739 + projects_v2: *277 sender: *4 required: - action @@ -162175,14 +162193,14 @@ x-webhooks: type: string enum: - created - installation: *737 - organization: *738 - projects_v2_status_update: &788 + installation: *738 + organization: *739 + projects_v2_status_update: &789 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *786 - required: *787 + properties: *787 + required: *788 sender: *4 required: - action @@ -162263,9 +162281,9 @@ x-webhooks: type: string enum: - deleted - installation: *737 - organization: *738 - projects_v2_status_update: *788 + installation: *738 + organization: *739 + projects_v2_status_update: *789 sender: *4 required: - action @@ -162401,9 +162419,9 @@ x-webhooks: type: string format: date nullable: true - installation: *737 - organization: *738 - projects_v2_status_update: *788 + installation: *738 + organization: *739 + projects_v2_status_update: *789 sender: *4 required: - action @@ -162474,10 +162492,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - repository @@ -162554,13 +162572,13 @@ x-webhooks: type: string enum: - assigned - assignee: *758 - enterprise: *736 - installation: *737 - number: &789 + assignee: *759 + enterprise: *737 + installation: *738 + number: &790 description: The pull request number. type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -164865,7 +164883,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -164962,11 +164980,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -167266,7 +167284,7 @@ x-webhooks: - draft reason: type: string - repository: *739 + repository: *740 sender: *4 required: - action @@ -167363,11 +167381,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -169667,7 +169685,7 @@ x-webhooks: - draft reason: type: string - repository: *739 + repository: *740 sender: *4 required: - action @@ -169764,13 +169782,13 @@ x-webhooks: type: string enum: - closed - enterprise: *736 - installation: *737 - number: *789 - organization: *738 - pull_request: &790 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 + pull_request: &791 allOf: - - *594 + - *595 - type: object properties: allow_auto_merge: @@ -169832,7 +169850,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *739 + repository: *740 sender: *4 required: - action @@ -169913,12 +169931,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *736 - installation: *737 - number: *789 - organization: *738 - pull_request: *790 - repository: *739 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 + pull_request: *791 + repository: *740 sender: *4 required: - action @@ -169998,11 +170016,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *736 - milestone: *578 - number: *789 - organization: *738 - pull_request: &791 + enterprise: *737 + milestone: *579 + number: *790 + organization: *739 + pull_request: &792 title: Pull Request type: object properties: @@ -172329,7 +172347,7 @@ x-webhooks: - active_lock_reason - draft version: '2026-03-10' - repository: *739 + repository: *740 sender: *4 required: - action @@ -172408,11 +172426,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -174716,7 +174734,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *739 + repository: *740 sender: *4 required: - action @@ -174848,12 +174866,12 @@ x-webhooks: type: string required: - from - enterprise: *736 - installation: *737 - number: *789 - organization: *738 - pull_request: *790 - repository: *739 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 + pull_request: *791 + repository: *740 sender: *4 required: - action @@ -174933,11 +174951,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -177226,7 +177244,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -177314,11 +177332,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *736 - installation: *737 - label: *757 - number: *789 - organization: *738 + enterprise: *737 + installation: *738 + label: *758 + number: *790 + organization: *739 pull_request: title: Pull Request type: object @@ -179622,7 +179640,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -179718,10 +179736,10 @@ x-webhooks: type: string enum: - locked - enterprise: *736 - installation: *737 - number: *789 - organization: *738 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 pull_request: title: Pull Request type: object @@ -182023,7 +182041,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -182118,12 +182136,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *736 - milestone: *578 - number: *789 - organization: *738 - pull_request: *791 - repository: *739 + enterprise: *737 + milestone: *579 + number: *790 + organization: *739 + pull_request: *792 + repository: *740 sender: *4 required: - action @@ -182202,12 +182220,12 @@ x-webhooks: type: string enum: - opened - enterprise: *736 - installation: *737 - number: *789 - organization: *738 - pull_request: *790 - repository: *739 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 + pull_request: *791 + repository: *740 sender: *4 required: - action @@ -182288,12 +182306,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *736 - installation: *737 - number: *789 - organization: *738 - pull_request: *790 - repository: *739 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 + pull_request: *791 + repository: *740 sender: *4 required: - action @@ -182373,12 +182391,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *736 - installation: *737 - number: *789 - organization: *738 - pull_request: *790 - repository: *739 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 + pull_request: *791 + repository: *740 sender: *4 required: - action @@ -182744,9 +182762,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: type: object properties: @@ -184938,7 +184956,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *739 + repository: *740 sender: *4 required: - action @@ -185033,7 +185051,7 @@ x-webhooks: type: string enum: - deleted - comment: &793 + comment: &794 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -185318,9 +185336,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: type: object properties: @@ -187500,7 +187518,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *739 + repository: *740 sender: *4 required: - action @@ -187595,11 +187613,11 @@ x-webhooks: type: string enum: - edited - changes: *792 - comment: *793 - enterprise: *736 - installation: *737 - organization: *738 + changes: *793 + comment: *794 + enterprise: *737 + installation: *738 + organization: *739 pull_request: type: object properties: @@ -189782,7 +189800,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *739 + repository: *740 sender: *4 required: - action @@ -189878,9 +189896,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: title: Simple Pull Request type: object @@ -192075,7 +192093,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *739 + repository: *740 review: description: The review that was affected. type: object @@ -192337,9 +192355,9 @@ x-webhooks: type: string required: - from - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: title: Simple Pull Request type: object @@ -194393,8 +194411,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *739 - review: &794 + repository: *740 + review: &795 description: The review that was affected. type: object properties: @@ -194635,12 +194653,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: description: The pull request number. type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -196945,7 +196963,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 requested_reviewer: title: User type: object @@ -197029,12 +197047,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: description: The pull request number. type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -199346,7 +199364,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 requested_team: title: Team description: Groups of organization members that gives permissions @@ -199561,12 +199579,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: description: The pull request number. type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -201873,7 +201891,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 requested_reviewer: title: User type: object @@ -201958,12 +201976,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *736 - installation: *737 + enterprise: *737 + installation: *738 number: description: The pull request number. type: integer - organization: *738 + organization: *739 pull_request: title: Pull Request type: object @@ -204261,7 +204279,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 requested_team: title: Team description: Groups of organization members that gives permissions @@ -204465,9 +204483,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: title: Simple Pull Request type: object @@ -206664,8 +206682,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *739 - review: *794 + repository: *740 + review: *795 sender: *4 required: - action @@ -206760,9 +206778,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: title: Simple Pull Request type: object @@ -208854,7 +208872,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *739 + repository: *740 sender: *4 thread: type: object @@ -209249,9 +209267,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 pull_request: title: Simple Pull Request type: object @@ -211329,7 +211347,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *739 + repository: *740 sender: *4 thread: type: object @@ -211727,10 +211745,10 @@ x-webhooks: type: string before: type: string - enterprise: *736 - installation: *737 - number: *789 - organization: *738 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 pull_request: title: Pull Request type: object @@ -214023,7 +214041,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -214120,11 +214138,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *795 - enterprise: *736 - installation: *737 - number: *789 - organization: *738 + assignee: *796 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 pull_request: title: Pull Request type: object @@ -216429,7 +216447,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -216523,11 +216541,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *736 - installation: *737 - label: *757 - number: *789 - organization: *738 + enterprise: *737 + installation: *738 + label: *758 + number: *790 + organization: *739 pull_request: title: Pull Request type: object @@ -218822,7 +218840,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -218918,10 +218936,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *736 - installation: *737 - number: *789 - organization: *738 + enterprise: *737 + installation: *738 + number: *790 + organization: *739 pull_request: title: Pull Request type: object @@ -221208,7 +221226,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *739 + repository: *740 sender: *4 required: - action @@ -221423,7 +221441,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *736 + enterprise: *737 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -221515,8 +221533,8 @@ x-webhooks: - url - author - committer - installation: *737 - organization: *738 + installation: *738 + organization: *739 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -222102,9 +222120,9 @@ x-webhooks: type: string enum: - published - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 registry_package: type: object properties: @@ -222550,7 +222568,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *776 + items: *777 summary: type: string tag_name: @@ -222604,7 +222622,7 @@ x-webhooks: - owner - package_version - registry - repository: *739 + repository: *740 sender: *4 required: - action @@ -222682,9 +222700,9 @@ x-webhooks: type: string enum: - updated - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 registry_package: type: object properties: @@ -222992,7 +223010,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *776 + items: *777 summary: type: string tag_name: @@ -223041,7 +223059,7 @@ x-webhooks: - owner - package_version - registry - repository: *739 + repository: *740 sender: *4 required: - action @@ -223118,10 +223136,10 @@ x-webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - release: &796 + enterprise: *737 + installation: *738 + organization: *739 + release: &797 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -223439,7 +223457,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *739 + repository: *740 sender: *4 required: - action @@ -223516,11 +223534,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - release: *796 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + release: *797 + repository: *740 sender: *4 required: - action @@ -223637,11 +223655,11 @@ x-webhooks: type: boolean required: - to - enterprise: *736 - installation: *737 - organization: *738 - release: *796 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + release: *797 + repository: *740 sender: *4 required: - action @@ -223719,9 +223737,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -224043,7 +224061,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *739 + repository: *740 sender: *4 required: - action @@ -224119,10 +224137,10 @@ x-webhooks: type: string enum: - published - enterprise: *736 - installation: *737 - organization: *738 - release: &797 + enterprise: *737 + installation: *738 + organization: *739 + release: &798 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -224441,7 +224459,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *739 + repository: *740 sender: *4 required: - action @@ -224517,11 +224535,11 @@ x-webhooks: type: string enum: - released - enterprise: *736 - installation: *737 - organization: *738 - release: *796 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + release: *797 + repository: *740 sender: *4 required: - action @@ -224597,11 +224615,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *736 - installation: *737 - organization: *738 - release: *797 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + release: *798 + repository: *740 sender: *4 required: - action @@ -224677,11 +224695,11 @@ x-webhooks: type: string enum: - published - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - repository_advisory: *658 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + repository_advisory: *659 sender: *4 required: - action @@ -224757,11 +224775,11 @@ x-webhooks: type: string enum: - reported - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - repository_advisory: *658 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + repository_advisory: *659 sender: *4 required: - action @@ -224837,10 +224855,10 @@ x-webhooks: type: string enum: - archived - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -224917,10 +224935,10 @@ x-webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -224998,10 +225016,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -225085,10 +225103,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -225200,10 +225218,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -225275,10 +225293,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 status: type: string @@ -225359,10 +225377,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -225439,10 +225457,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -225536,10 +225554,10 @@ x-webhooks: - name required: - repository - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -225619,11 +225637,11 @@ x-webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - repository_ruleset: *325 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + repository_ruleset: *326 sender: *4 required: - action @@ -225701,11 +225719,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - repository_ruleset: *325 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + repository_ruleset: *326 sender: *4 required: - action @@ -225783,11 +225801,11 @@ x-webhooks: type: string enum: - edited - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - repository_ruleset: *325 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + repository_ruleset: *326 changes: type: object properties: @@ -225806,16 +225824,16 @@ x-webhooks: properties: added: type: array - items: *299 + items: *300 deleted: type: array - items: *299 + items: *300 updated: type: array items: type: object properties: - condition: *299 + condition: *300 changes: type: object properties: @@ -225848,16 +225866,16 @@ x-webhooks: properties: added: type: array - items: *614 + items: *615 deleted: type: array - items: *614 + items: *615 updated: type: array items: type: object properties: - rule: *614 + rule: *615 changes: type: object properties: @@ -226091,10 +226109,10 @@ x-webhooks: - from required: - owner - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -226172,10 +226190,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -226253,7 +226271,7 @@ x-webhooks: type: string enum: - create - alert: &798 + alert: &799 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -226375,10 +226393,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -226584,10 +226602,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -226665,11 +226683,11 @@ x-webhooks: type: string enum: - reopen - alert: *798 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + alert: *799 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -226868,10 +226886,10 @@ x-webhooks: enum: - fixed - open - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -226949,7 +226967,7 @@ x-webhooks: type: string enum: - assigned - alert: &799 + alert: &800 type: object properties: number: *178 @@ -227083,10 +227101,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -227164,11 +227182,11 @@ x-webhooks: type: string enum: - created - alert: *799 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + alert: *800 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -227249,11 +227267,11 @@ x-webhooks: type: string enum: - created - alert: *799 - installation: *737 - location: *800 - organization: *738 - repository: *739 + alert: *800 + installation: *738 + location: *801 + organization: *739 + repository: *740 sender: *4 required: - location @@ -227491,11 +227509,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *799 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + alert: *800 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -227573,11 +227591,11 @@ x-webhooks: type: string enum: - reopened - alert: *799 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + alert: *800 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -227655,11 +227673,11 @@ x-webhooks: type: string enum: - resolved - alert: *799 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + alert: *800 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -227737,12 +227755,12 @@ x-webhooks: type: string enum: - unassigned - alert: *799 + alert: *800 assignee: *4 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -227820,11 +227838,11 @@ x-webhooks: type: string enum: - validated - alert: *799 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + alert: *800 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -227950,10 +227968,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *739 - enterprise: *736 - installation: *737 - organization: *738 + repository: *740 + enterprise: *737 + installation: *738 + organization: *739 sender: *4 required: - action @@ -228031,11 +228049,11 @@ x-webhooks: type: string enum: - published - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - security_advisory: &801 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + security_advisory: &802 description: The details of the security advisory, including summary, description, and severity. type: object @@ -228236,11 +228254,11 @@ x-webhooks: type: string enum: - updated - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 - security_advisory: *801 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 + security_advisory: *802 sender: *4 required: - action @@ -228313,10 +228331,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -228508,11 +228526,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *298 - enterprise: *736 - installation: *737 - organization: *738 - repository: *346 + security_and_analysis: *299 + enterprise: *737 + installation: *738 + organization: *739 + repository: *347 sender: *4 required: - changes @@ -228590,12 +228608,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - sponsorship: &802 + sponsorship: &803 type: object properties: created_at: @@ -228896,12 +228914,12 @@ x-webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - sponsorship @@ -228989,12 +229007,12 @@ x-webhooks: type: string required: - from - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - changes @@ -229071,17 +229089,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &803 + effective_date: &804 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: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - sponsorship @@ -229155,7 +229173,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &804 + changes: &805 type: object properties: tier: @@ -229199,13 +229217,13 @@ x-webhooks: - from required: - tier - effective_date: *803 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + effective_date: *804 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - changes @@ -229282,13 +229300,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *804 - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + changes: *805 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - changes @@ -229362,10 +229380,10 @@ x-webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -229448,10 +229466,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -229871,15 +229889,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *736 + enterprise: *737 id: description: The unique identifier of the status. type: integer - installation: *737 + installation: *738 name: type: string - organization: *738 - repository: *739 + organization: *739 + repository: *740 sender: *4 sha: description: The Commit SHA. @@ -229994,9 +230012,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *85 - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -230086,9 +230104,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *85 - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -230178,9 +230196,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *85 - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -230270,9 +230288,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *85 - installation: *737 - organization: *738 - repository: *739 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -230349,12 +230367,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - team: &805 + team: &806 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -230577,9 +230595,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 repository: title: Repository description: A git repository @@ -231037,7 +231055,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - team @@ -231113,9 +231131,9 @@ x-webhooks: type: string enum: - created - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 repository: title: Repository description: A git repository @@ -231573,7 +231591,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - team @@ -231650,9 +231668,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 repository: title: Repository description: A git repository @@ -232110,7 +232128,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - team @@ -232254,9 +232272,9 @@ x-webhooks: - from required: - permissions - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 repository: title: Repository description: A git repository @@ -232714,7 +232732,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - changes @@ -232792,9 +232810,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *736 - installation: *737 - organization: *738 + enterprise: *737 + installation: *738 + organization: *739 repository: title: Repository description: A git repository @@ -233252,7 +233270,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - team @@ -233328,10 +233346,10 @@ x-webhooks: type: string enum: - started - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 required: - action @@ -233404,16 +233422,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *736 + enterprise: *737 inputs: type: object nullable: true additionalProperties: true - installation: *737 - organization: *738 + installation: *738 + organization: *739 ref: type: string - repository: *739 + repository: *740 sender: *4 workflow: type: string @@ -233495,10 +233513,10 @@ x-webhooks: type: string enum: - completed - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 workflow_job: allOf: @@ -233735,7 +233753,7 @@ x-webhooks: type: string required: - conclusion - deployment: *504 + deployment: *505 required: - action - repository @@ -233814,10 +233832,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 workflow_job: allOf: @@ -234077,7 +234095,7 @@ x-webhooks: required: - status - steps - deployment: *504 + deployment: *505 required: - action - repository @@ -234156,10 +234174,10 @@ x-webhooks: type: string enum: - queued - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 workflow_job: type: object @@ -234294,7 +234312,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *504 + deployment: *505 required: - action - repository @@ -234373,10 +234391,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 workflow_job: type: object @@ -234512,7 +234530,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *504 + deployment: *505 required: - action - repository @@ -234592,12 +234610,12 @@ x-webhooks: type: string enum: - completed - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - workflow: *753 + workflow: *754 workflow_run: title: Workflow Run type: object @@ -235596,12 +235614,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - workflow: *753 + workflow: *754 workflow_run: title: Workflow Run type: object @@ -236585,12 +236603,12 @@ x-webhooks: type: string enum: - requested - enterprise: *736 - installation: *737 - organization: *738 - repository: *739 + enterprise: *737 + installation: *738 + organization: *739 + repository: *740 sender: *4 - workflow: *753 + workflow: *754 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index 1164ad301a..1eb052bfa6 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -48607,6 +48607,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", @@ -48939,6 +48947,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.", @@ -167426,6 +167443,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", @@ -167783,6 +167808,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.", @@ -386353,6 +386387,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", @@ -386693,6 +386735,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.", @@ -388034,6 +388085,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.", @@ -389212,6 +389272,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.", @@ -856636,6 +856705,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.", @@ -859112,6 +859190,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.", @@ -861588,6 +861675,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.", @@ -864064,6 +864160,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.", @@ -866540,6 +866645,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.", @@ -869016,6 +869130,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.", @@ -871492,6 +871615,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.", @@ -873968,6 +874100,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/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index a695a8171e..57976e851c 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -865,7 +865,7 @@ paths: - subscriptions_url - type - url - type: &455 + type: &456 type: string description: The type of credit the user is receiving. enum: @@ -1031,7 +1031,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: - - &770 + - &771 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4097,7 +4097,7 @@ paths: schema: type: integer default: 30 - - &358 + - &359 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 @@ -4106,7 +4106,7 @@ paths: required: false schema: type: string - - &359 + - &360 name: status description: Returns webhook deliveries filtered by delivery outcome classification based on `status_code` range. A `status` of `success` returns deliveries @@ -4126,7 +4126,7 @@ paths: application/json: schema: type: array - items: &360 + items: &361 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -4206,7 +4206,7 @@ paths: - installation_id - repository_id examples: - default: &361 + default: &362 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4238,7 +4238,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &780 + schema: &781 title: Scim Error description: Scim Error type: object @@ -4334,7 +4334,7 @@ paths: description: Response content: application/json: - schema: &362 + schema: &363 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -4448,7 +4448,7 @@ paths: - request - response examples: - default: &363 + default: &364 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -5444,7 +5444,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &432 + properties: &433 id: description: Unique identifier of the repository example: 42 @@ -5895,7 +5895,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &433 + required: &434 - archive_url - assignees_url - blobs_url @@ -11593,7 +11593,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &781 + '401': &782 description: Authorization failure '404': *6 x-github: @@ -15804,7 +15804,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &546 + instances_url: &547 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -15839,7 +15839,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &547 + dismissed_reason: &548 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -15848,13 +15848,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &548 + dismissed_comment: &549 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &549 + rule: &550 type: object properties: id: @@ -15907,7 +15907,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &550 + tool: &551 type: object properties: name: *113 @@ -15917,26 +15917,26 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *114 - most_recent_instance: &551 + most_recent_instance: &552 type: object properties: - ref: &544 + ref: &545 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &561 + analysis_key: &562 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: &562 + environment: &563 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: &563 + category: &564 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -15956,7 +15956,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: &564 + location: &565 type: object description: Describe a region within a file for the alert. properties: @@ -15977,7 +15977,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: &565 + items: &566 type: string description: A classification of the file. For example to identify it as generated. @@ -18318,7 +18318,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &398 + properties: &399 id: description: Unique identifier of the team type: integer @@ -18390,7 +18390,7 @@ paths: description: Unique identifier of the enterprise to which this team belongs example: 42 - required: &399 + required: &400 - id - node_id - url @@ -20131,6 +20131,15 @@ paths: parameters: - *41 - &340 + 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 + - &341 name: state in: query description: |- @@ -20139,7 +20148,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &341 + - &342 name: severity in: query description: |- @@ -20148,7 +20157,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &342 + - &343 name: ecosystem in: query description: |- @@ -20157,14 +20166,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &343 + - &344 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 - - &344 + - &345 name: epss_percentage in: query description: |- @@ -20176,7 +20185,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 - - &606 + - &607 name: has in: query description: |- @@ -20190,7 +20199,7 @@ paths: type: string enum: - patch - - &345 + - &346 name: assignee in: query description: |- @@ -20199,7 +20208,7 @@ paths: Use `*` to list alerts with at least one assignee or `none` to list alerts with no assignees. schema: type: string - - &346 + - &347 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -20209,7 +20218,7 @@ paths: enum: - development - runtime - - &347 + - &348 name: sort in: query description: |- @@ -20235,7 +20244,7 @@ paths: application/json: schema: type: array - items: &348 + items: &349 type: object description: A Dependabot alert. properties: @@ -20299,7 +20308,7 @@ paths: - direct - transitive - inconclusive - security_advisory: &607 + security_advisory: &608 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -20380,6 +20389,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 @@ -20531,14 +20547,14 @@ paths: nullable: true maxLength: 280 fixed_at: *140 - auto_dismissed_at: &608 + auto_dismissed_at: &609 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissal_request: &609 + dismissal_request: &610 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -20600,7 +20616,7 @@ paths: - repository additionalProperties: false examples: - default: &349 + default: &350 value: - number: 2 state: dismissed @@ -21576,7 +21592,7 @@ paths: application/json: schema: *22 examples: - default: &375 + default: &376 value: id: 1 account: @@ -21830,7 +21846,7 @@ paths: - name - created_on examples: - default: &460 + default: &461 value: total_count: 2 network_configurations: @@ -22081,7 +22097,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: - *41 - - &461 + - &462 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -22093,7 +22109,7 @@ paths: description: Response content: application/json: - schema: &462 + schema: &463 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -22127,7 +22143,7 @@ paths: - subnet_id - region examples: - default: &463 + default: &464 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -22946,7 +22962,7 @@ paths: required: true content: application/json: - schema: &431 + schema: &432 title: Custom Property Set Payload description: Custom property set payload type: object @@ -24138,7 +24154,7 @@ paths: nullable: true anyOf: - *164 - - &437 + - &438 title: Organization ruleset conditions type: object description: |- @@ -24185,7 +24201,7 @@ paths: - *167 rules: type: array - items: &736 + items: &737 title: Repository Rule type: object description: A repository rule. @@ -24194,7 +24210,7 @@ paths: - *173 - *174 - *175 - - &734 + - &735 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -24522,7 +24538,7 @@ paths: type: string format: date-time examples: - default: &440 + default: &441 value: - version_id: 3 actor: @@ -24575,7 +24591,7 @@ paths: description: Response content: application/json: - schema: &441 + schema: &442 allOf: - *197 - type: object @@ -24630,7 +24646,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *41 - - &442 + - &443 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -24641,7 +24657,7 @@ paths: enum: - open - resolved - - &443 + - &444 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -24651,7 +24667,7 @@ paths: required: false schema: type: string - - &444 + - &445 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -24660,7 +24676,7 @@ paths: required: false schema: type: string - - &445 + - &446 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -24679,7 +24695,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &446 + - &447 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. @@ -24695,7 +24711,7 @@ paths: - *17 - *110 - *111 - - &447 + - &448 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -24704,7 +24720,7 @@ paths: required: false schema: type: string - - &448 + - &449 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -24713,7 +24729,7 @@ paths: schema: type: boolean default: false - - &449 + - &450 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -24722,7 +24738,7 @@ paths: schema: type: boolean default: false - - &450 + - &451 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -24738,7 +24754,7 @@ paths: application/json: schema: type: array - items: &451 + items: &452 type: object properties: number: *130 @@ -24757,14 +24773,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &748 + state: &749 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: &749 + resolution: &750 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -24871,8 +24887,8 @@ paths: pull request. ' - oneOf: &750 - - &752 + oneOf: &751 + - &753 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -24930,7 +24946,7 @@ paths: - blob_url - commit_sha - commit_url - - &753 + - &754 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. @@ -24985,7 +25001,7 @@ paths: - page_url - commit_sha - commit_url - - &754 + - &755 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -25005,7 +25021,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &755 + - &756 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -25025,7 +25041,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &756 + - &757 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -25045,7 +25061,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &757 + - &758 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -25059,7 +25075,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &758 + - &759 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -25073,7 +25089,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &759 + - &760 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -25087,7 +25103,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &760 + - &761 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. @@ -25107,7 +25123,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &761 + - &762 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. @@ -25127,7 +25143,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &762 + - &763 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. @@ -25147,7 +25163,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &763 + - &764 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. @@ -25167,7 +25183,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &764 + - &765 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -25215,7 +25231,7 @@ paths: required: *21 nullable: true examples: - default: &452 + default: &453 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -25424,7 +25440,7 @@ paths: description: Response content: application/json: - schema: &453 + schema: &454 title: Secret scanning pattern configuration description: A collection of secret scanning patterns and their settings related to push protection. @@ -25507,7 +25523,7 @@ paths: description: Overrides for custom patterns defined by the organization. items: *199 examples: - default: &454 + default: &455 value: pattern_config_version: 0ujsswThIGTUYm2K8FjOOfXtY1K provider_pattern_overrides: @@ -25643,7 +25659,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/licensing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *41 - - &457 + - &458 name: advanced_security_product in: query description: | @@ -25663,7 +25679,7 @@ paths: description: Success content: application/json: - schema: &458 + schema: &459 type: object properties: total_advanced_security_committers: @@ -25718,7 +25734,7 @@ paths: required: - repositories examples: - default: &459 + default: &460 value: total_advanced_security_committers: 2 total_count: 2 @@ -28830,7 +28846,7 @@ paths: properties: action: type: string - discussion: &888 + discussion: &889 title: Discussion description: A Discussion in a repository. type: object @@ -29197,7 +29213,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &669 + properties: &670 id: type: integer format: int64 @@ -29310,7 +29326,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &420 + properties: &421 url: type: string format: uri @@ -29380,7 +29396,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &421 + required: &422 - closed_issues - creator - description @@ -29459,7 +29475,7 @@ paths: timeline_url: type: string format: uri - type: &385 + type: &386 title: Issue Type description: The type of issue. type: object @@ -29573,7 +29589,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &808 + sub_issues_summary: &809 title: Sub-issues Summary type: object properties: @@ -29660,7 +29676,7 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &691 + properties: &692 pinned_at: type: string format: date-time @@ -29672,7 +29688,7 @@ paths: properties: *20 required: *21 nullable: true - required: &692 + required: &693 - pinned_at - pinned_by nullable: true @@ -29686,7 +29702,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &809 + issue_dependencies_summary: &810 title: Issue Dependencies Summary type: object properties: @@ -29705,7 +29721,7 @@ paths: - total_blocking issue_field_values: type: array - items: &676 + items: &677 title: Issue Field Value description: A value assigned to an issue field type: object @@ -29766,7 +29782,7 @@ paths: - node_id - data_type - value - required: &670 + required: &671 - assignee - closed_at - comments @@ -29804,7 +29820,7 @@ paths: action: type: string issue: *227 - comment: &665 + comment: &666 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -30468,7 +30484,7 @@ paths: type: string release: allOf: - - &727 + - &728 title: Release description: A release. type: object @@ -30539,7 +30555,7 @@ paths: author: *4 assets: type: array - items: &728 + items: &729 title: Release Asset description: Data related to a release. type: object @@ -31118,7 +31134,7 @@ paths: url: type: string format: uri - user: &815 + user: &816 title: Public User description: Public User type: object @@ -32990,7 +33006,7 @@ paths: - closed - all default: open - - &388 + - &389 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -33041,7 +33057,7 @@ paths: type: array items: *227 examples: - default: &389 + default: &390 value: - id: 1 node_id: MDU6SXNzdWUx @@ -34426,14 +34442,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: - - &472 + - &473 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &473 + - &474 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -34495,7 +34511,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &478 + '301': &479 description: Moved permanently content: application/json: @@ -34517,7 +34533,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &701 + - &702 name: all description: If `true`, show notifications marked as read. in: query @@ -34525,7 +34541,7 @@ paths: schema: type: boolean default: false - - &702 + - &703 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -34535,7 +34551,7 @@ paths: type: boolean default: false - *234 - - &703 + - &704 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: @@ -34571,7 +34587,7 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: &353 + properties: &354 id: type: integer format: int64 @@ -34857,7 +34873,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &434 + security_and_analysis: &435 nullable: true type: object properties: @@ -34978,7 +34994,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &354 + required: &355 - archive_url - assignees_url - blobs_url @@ -35066,7 +35082,7 @@ paths: - url - subscription_url examples: - default: &704 + default: &705 value: - id: '1' repository: @@ -36183,7 +36199,7 @@ paths: type: array items: *158 examples: - default: &710 + default: &711 value: - property_name: environment value: production @@ -36233,7 +36249,7 @@ paths: required: - properties examples: - default: &711 + default: &712 value: properties: - property_name: environment @@ -37046,7 +37062,7 @@ paths: type: integer repository_cache_usages: type: array - items: &485 + items: &486 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -40326,7 +40342,7 @@ paths: description: Response content: application/json: - schema: &505 + schema: &506 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -40355,7 +40371,7 @@ paths: - key_id - key examples: - default: &506 + default: &507 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -40768,7 +40784,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *89 - - &490 + - &491 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)." @@ -42042,12 +42058,12 @@ paths: required: - subject_digests examples: - default: &847 + default: &848 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &848 + withPredicateType: &849 value: subject_digests: - sha256:abc123 @@ -42105,7 +42121,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &849 + default: &850 value: attestations_subject_digests: - sha256:abc: @@ -42455,7 +42471,7 @@ paths: initiator: type: string examples: - default: &519 + default: &520 value: attestations: - bundle: @@ -43372,7 +43388,7 @@ paths: be returned. in: query required: false - schema: &545 + schema: &546 type: string description: Severity of a code scanning alert. enum: @@ -44428,7 +44444,7 @@ paths: type: integer codespaces: type: array - items: &390 + items: &391 type: object title: Codespace description: A codespace. @@ -44458,7 +44474,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &577 + properties: &578 name: type: string description: The name of the machine. @@ -44500,7 +44516,7 @@ paths: - ready - in_progress nullable: true - required: &578 + required: &579 - name - display_name - operating_system @@ -44705,7 +44721,7 @@ paths: - pulls_url - recent_folders examples: - default: &391 + default: &392 value: total_count: 3 codespaces: @@ -45368,7 +45384,7 @@ paths: - updated_at - visibility examples: - default: &579 + default: &580 value: total_count: 2 secrets: @@ -45406,7 +45422,7 @@ paths: description: Response content: application/json: - schema: &580 + schema: &581 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -45435,7 +45451,7 @@ paths: - key_id - key examples: - default: &581 + default: &582 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -45467,7 +45483,7 @@ paths: application/json: schema: *333 examples: - default: &583 + default: &584 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -47591,6 +47607,7 @@ paths: - *342 - *343 - *344 + - *345 - name: artifact_registry_url in: query description: A comma-separated list of artifact registry URLs. If specified, @@ -47620,7 +47637,7 @@ paths: enum: - patch - deployment - - *345 + - *346 - name: runtime_risk in: query description: |- @@ -47629,8 +47646,8 @@ paths: Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` schema: type: string - - *346 - *347 + - *348 - *112 - *110 - *111 @@ -47642,9 +47659,9 @@ paths: application/json: schema: type: array - items: *348 + items: *349 examples: - default: *349 + default: *350 '304': *37 '400': *14 '403': *29 @@ -47688,7 +47705,7 @@ paths: type: integer secrets: type: array - items: &350 + items: &351 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -47765,7 +47782,7 @@ paths: description: Response content: application/json: - schema: &612 + schema: &613 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -47782,7 +47799,7 @@ paths: - key_id - key examples: - default: &613 + default: &614 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -47812,7 +47829,7 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: default: value: @@ -48110,7 +48127,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *89 - - &621 + - &622 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -48118,7 +48135,7 @@ paths: required: false schema: type: string - - &622 + - &623 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -48126,7 +48143,7 @@ paths: required: false schema: type: string - - &623 + - &624 name: time_period description: |- The time period to filter by. @@ -48142,7 +48159,7 @@ paths: - week - month default: month - - &624 + - &625 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -48167,7 +48184,7 @@ paths: application/json: schema: type: array - items: &625 + items: &626 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -48273,7 +48290,7 @@ paths: type: array description: The responses to the dismissal request. nullable: true - items: &351 + items: &352 title: Dismissal request response description: A response made by a requester to dismiss the request. @@ -48323,7 +48340,7 @@ paths: format: uri example: https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &626 + default: &627 value: - id: 21 number: 42 @@ -48415,7 +48432,7 @@ paths: - *105 - *106 - *107 - - &352 + - &353 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -48441,7 +48458,7 @@ paths: application/json: schema: type: array - items: &627 + items: &628 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -48547,7 +48564,7 @@ paths: type: array description: The responses to the dismissal request. nullable: true - items: *351 + items: *352 url: type: string format: uri @@ -48558,7 +48575,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &628 + default: &629 value: - id: 21 number: 42 @@ -48650,7 +48667,7 @@ paths: - *105 - *106 - *107 - - *352 + - *353 - *17 - *19 responses: @@ -48660,7 +48677,7 @@ paths: application/json: schema: type: array - items: &629 + items: &630 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -48781,7 +48798,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &630 + default: &631 value: - id: 21 number: 42 @@ -48869,7 +48886,7 @@ paths: application/json: schema: type: array - items: &401 + items: &402 title: Package description: A software package type: object @@ -48919,8 +48936,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *353 - required: *354 + properties: *354 + required: *355 nullable: true created_at: type: string @@ -48939,7 +48956,7 @@ paths: - created_at - updated_at examples: - default: &402 + default: &403 value: - id: 197 name: hello_docker @@ -49126,7 +49143,7 @@ paths: description: Response content: application/json: - schema: &469 + schema: &470 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -49207,7 +49224,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &470 + default: &471 value: group_id: '123' group_name: Octocat admins @@ -49262,7 +49279,7 @@ paths: description: Response content: application/json: - schema: &466 + schema: &467 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -49299,7 +49316,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &467 + default: &468 value: groups: - group_id: '123' @@ -49344,7 +49361,7 @@ paths: application/json: schema: type: array - items: &379 + items: &380 title: Organization Invitation description: Organization Invitation type: object @@ -49391,7 +49408,7 @@ paths: - invitation_teams_url - node_id examples: - default: &380 + default: &381 value: - id: 1 login: monalisa @@ -49458,7 +49475,7 @@ paths: application/json: schema: type: array - items: &435 + items: &436 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -49472,7 +49489,7 @@ paths: - name - description examples: - default: &436 + default: &437 value: - name: add_assignee description: Assign or remove a user @@ -49513,7 +49530,7 @@ paths: application/json: schema: type: array - items: &355 + items: &356 title: Org Hook description: Org Hook type: object @@ -49682,9 +49699,9 @@ paths: description: Response content: application/json: - schema: *355 + schema: *356 examples: - default: &356 + default: &357 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -49729,7 +49746,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - *89 - - &357 + - &358 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. @@ -49742,9 +49759,9 @@ paths: description: Response content: application/json: - schema: *355 + schema: *356 examples: - default: *356 + default: *357 '404': *6 x-github: githubCloudOnly: false @@ -49766,7 +49783,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - *89 - - *357 + - *358 requestBody: required: false content: @@ -49811,7 +49828,7 @@ paths: description: Response content: application/json: - schema: *355 + schema: *356 examples: default: value: @@ -49851,7 +49868,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - *89 - - *357 + - *358 responses: '204': description: Response @@ -49877,7 +49894,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *89 - - *357 + - *358 responses: '200': description: Response @@ -49906,7 +49923,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *89 - - *357 + - *358 requestBody: required: false content: @@ -49955,10 +49972,10 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *89 - - *357 - - *17 - *358 + - *17 - *359 + - *360 responses: '200': description: Response @@ -49966,9 +49983,9 @@ paths: application/json: schema: type: array - items: *360 + items: *361 examples: - default: *361 + default: *362 '400': *14 '422': *15 x-github: @@ -49992,16 +50009,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *89 - - *357 + - *358 - *16 responses: '200': description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 '400': *14 '422': *15 x-github: @@ -50025,7 +50042,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *89 - - *357 + - *358 - *16 responses: '202': *39 @@ -50052,7 +50069,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - *89 - - *357 + - *358 responses: '204': description: Response @@ -50075,7 +50092,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - *89 - - &368 + - &369 name: actor_type in: path description: The type of the actor @@ -50088,14 +50105,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &369 + - &370 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &364 + - &365 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`.' @@ -50103,7 +50120,7 @@ paths: required: true schema: type: string - - &365 + - &366 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) @@ -50197,12 +50214,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - *89 - - *364 - *365 + - *366 - *19 - *17 - *112 - - &374 + - &375 name: sort description: The property to sort the results by. in: query @@ -50280,14 +50297,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - *89 - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: &366 + schema: &367 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -50303,7 +50320,7 @@ paths: type: integer format: int64 examples: - default: &367 + default: &368 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -50324,23 +50341,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - *89 - - &370 + - &371 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *364 - *365 + - *366 responses: '200': description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 x-github: enabledForGitHubApps: true category: orgs @@ -50359,18 +50376,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *89 - - *364 - *365 - - *368 + - *366 - *369 + - *370 responses: '200': description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 x-github: enabledForGitHubApps: true category: orgs @@ -50388,9 +50405,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - *89 - - *364 - *365 - - &371 + - *366 + - &372 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -50403,7 +50420,7 @@ paths: description: Response content: application/json: - schema: &372 + schema: &373 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -50419,7 +50436,7 @@ paths: type: integer format: int64 examples: - default: &373 + default: &374 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -50456,18 +50473,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - *89 - - *370 - - *364 - - *365 - *371 + - *365 + - *366 + - *372 responses: '200': description: Response content: application/json: - schema: *372 + schema: *373 examples: - default: *373 + default: *374 x-github: enabledForGitHubApps: true category: orgs @@ -50485,19 +50502,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - *89 - - *368 - *369 - - *364 + - *370 - *365 - - *371 + - *366 + - *372 responses: '200': description: Response content: application/json: - schema: *372 + schema: *373 examples: - default: *373 + default: *374 x-github: enabledForGitHubApps: true category: orgs @@ -50515,13 +50532,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - *89 - - *370 - - *364 + - *371 - *365 + - *366 - *19 - *17 - *112 - - *374 + - *375 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -50602,7 +50619,7 @@ paths: application/json: schema: *22 examples: - default: *375 + default: *376 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -50722,12 +50739,12 @@ paths: application/json: schema: anyOf: - - &377 + - &378 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &376 + limit: &377 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -50752,7 +50769,7 @@ paths: properties: {} additionalProperties: false examples: - default: &378 + default: &379 value: limit: collaborators_only origin: organization @@ -50781,13 +50798,13 @@ paths: required: true content: application/json: - schema: &661 + schema: &662 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *376 + limit: *377 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -50811,9 +50828,9 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *378 + default: *379 '422': *15 x-github: githubCloudOnly: false @@ -50891,9 +50908,9 @@ paths: application/json: schema: type: array - items: *379 + items: *380 examples: - default: *380 + default: *381 headers: Link: *47 '404': *6 @@ -50971,7 +50988,7 @@ paths: description: Response content: application/json: - schema: *379 + schema: *380 examples: default: value: @@ -51028,7 +51045,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - *89 - - &381 + - &382 name: invitation_id description: The unique identifier of the invitation. in: path @@ -51062,7 +51079,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - *89 - - *381 + - *382 - *17 - *19 responses: @@ -51074,7 +51091,7 @@ paths: type: array items: *319 examples: - default: &400 + default: &401 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -51117,7 +51134,7 @@ paths: application/json: schema: type: array - items: &382 + items: &383 title: Issue Field description: A custom attribute defined at the organization level for attaching structured data to issues. @@ -51350,9 +51367,9 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: - default: &383 + default: &384 value: id: 512 node_id: IF_kwDNAd3NAZr @@ -51408,7 +51425,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-fields#update-issue-field-for-an-organization parameters: - *89 - - &384 + - &385 name: issue_field_id description: The unique identifier of the issue field. in: path @@ -51507,9 +51524,9 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: - default: *383 + default: *384 '404': *6 '422': *7 x-github: @@ -51534,7 +51551,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-fields#delete-issue-field-for-an-organization parameters: - *89 - - *384 + - *385 responses: '204': *157 '404': *6 @@ -51564,7 +51581,7 @@ paths: application/json: schema: type: array - items: *385 + items: *386 examples: default: value: @@ -51649,9 +51666,9 @@ paths: description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: &386 + default: &387 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -51684,7 +51701,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *89 - - &387 + - &388 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -51737,9 +51754,9 @@ paths: description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: *386 + default: *387 '404': *6 '422': *7 x-github: @@ -51764,7 +51781,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *89 - - *387 + - *388 responses: '204': description: Response @@ -51827,7 +51844,7 @@ paths: - closed - all default: open - - *388 + - *389 - name: type description: Can be the name of an issue type. in: query @@ -51858,7 +51875,7 @@ paths: type: array items: *227 examples: - default: *389 + default: *390 headers: Link: *47 '404': *6 @@ -52017,9 +52034,9 @@ paths: type: integer codespaces: type: array - items: *390 + items: *391 examples: - default: *391 + default: *392 '304': *37 '500': *40 '401': *25 @@ -52046,7 +52063,7 @@ paths: parameters: - *89 - *145 - - &392 + - &393 name: codespace_name in: path required: true @@ -52081,15 +52098,15 @@ paths: parameters: - *89 - *145 - - *392 + - *393 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: &576 + default: &577 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -52345,7 +52362,7 @@ paths: description: Response content: application/json: - schema: &393 + schema: &394 title: Org Membership description: Org Membership type: object @@ -52412,7 +52429,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &394 + response-if-user-has-an-active-admin-membership-with-organization: &395 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -52513,9 +52530,9 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: - response-if-user-already-had-membership-with-organization: *394 + response-if-user-already-had-membership-with-organization: *395 '422': *15 '403': *29 x-github: @@ -52586,7 +52603,7 @@ paths: application/json: schema: type: array - items: &395 + items: &396 title: Migration description: A migration. type: object @@ -52915,7 +52932,7 @@ paths: description: Response content: application/json: - schema: *395 + schema: *396 examples: default: value: @@ -53094,7 +53111,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - *89 - - &396 + - &397 name: migration_id description: The unique identifier of the migration. in: path @@ -53121,7 +53138,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *395 + schema: *396 examples: default: value: @@ -53291,7 +53308,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - *89 - - *396 + - *397 responses: '302': description: Response @@ -53313,7 +53330,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *89 - - *396 + - *397 responses: '204': description: Response @@ -53337,8 +53354,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - *89 - - *396 - - &830 + - *397 + - &831 name: repo_name description: repo_name parameter in: path @@ -53366,7 +53383,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *89 - - *396 + - *397 - *17 - *19 responses: @@ -53378,7 +53395,7 @@ paths: type: array items: *290 examples: - default: &407 + default: &408 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -53589,7 +53606,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &397 + items: &398 title: Organization Role description: Organization roles type: object @@ -53796,7 +53813,7 @@ paths: description: Response content: application/json: - schema: *397 + schema: *398 examples: default: value: @@ -54026,7 +54043,7 @@ paths: description: Response content: application/json: - schema: *397 + schema: *398 examples: default: value: @@ -54123,7 +54140,7 @@ paths: description: Response content: application/json: - schema: *397 + schema: *398 examples: default: value: @@ -54281,8 +54298,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *398 - required: *399 + properties: *399 + required: *400 nullable: true type: description: The ownership type of the team @@ -54314,7 +54331,7 @@ paths: - type - parent examples: - default: *400 + default: *401 headers: Link: *47 '404': @@ -54372,13 +54389,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &456 + items: &457 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *398 - required: *399 + properties: *399 + required: *400 name: nullable: true type: string @@ -54666,7 +54683,7 @@ paths: - nuget - container - *89 - - &831 + - &832 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -54702,12 +54719,12 @@ paths: application/json: schema: type: array - items: *401 + items: *402 examples: - default: *402 + default: *403 '403': *29 '401': *25 - '400': &833 + '400': &834 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -54729,7 +54746,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &403 + - &404 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 @@ -54747,7 +54764,7 @@ paths: - docker - nuget - container - - &404 + - &405 name: package_name description: The name of the package. in: path @@ -54760,7 +54777,7 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: default: value: @@ -54812,8 +54829,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *403 - *404 + - *405 - *89 responses: '204': @@ -54846,8 +54863,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *403 - *404 + - *405 - *89 - name: token description: package token @@ -54880,8 +54897,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: - - *403 - *404 + - *405 - *89 - *19 - *17 @@ -54902,7 +54919,7 @@ paths: application/json: schema: type: array - items: &405 + items: &406 title: Package Version description: A version of a software package type: object @@ -55027,10 +55044,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: - - *403 - *404 + - *405 - *89 - - &406 + - &407 name: package_version_id description: Unique identifier of the package version. in: path @@ -55042,7 +55059,7 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: default: value: @@ -55078,10 +55095,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *403 - *404 + - *405 - *89 - - *406 + - *407 responses: '204': description: Response @@ -55113,10 +55130,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *403 - *404 + - *405 - *89 - - *406 + - *407 responses: '204': description: Response @@ -55146,7 +55163,7 @@ paths: - *89 - *17 - *19 - - &408 + - &409 name: sort description: The property by which to sort the results. in: query @@ -55157,7 +55174,7 @@ paths: - created_at default: created_at - *112 - - &409 + - &410 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -55168,7 +55185,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &410 + - &411 name: repository description: The name of the repository to use to filter the results. in: query @@ -55176,7 +55193,7 @@ paths: schema: type: string example: Hello-World - - &411 + - &412 name: permission description: The permission to use to filter the results. in: query @@ -55184,7 +55201,7 @@ paths: schema: type: string example: issues_read - - &412 + - &413 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) @@ -55194,7 +55211,7 @@ paths: schema: type: string format: date-time - - &413 + - &414 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) @@ -55204,7 +55221,7 @@ paths: schema: type: string format: date-time - - &414 + - &415 name: token_id description: The ID of the token in: query @@ -55517,7 +55534,7 @@ paths: type: array items: *290 examples: - default: *407 + default: *408 headers: Link: *47 x-github: @@ -55543,14 +55560,14 @@ paths: - *89 - *17 - *19 - - *408 - - *112 - *409 + - *112 - *410 - *411 - *412 - *413 - *414 + - *415 responses: '500': *40 '422': *15 @@ -55832,7 +55849,7 @@ paths: type: array items: *290 examples: - default: *407 + default: *408 headers: Link: *47 x-github: @@ -55874,7 +55891,7 @@ paths: type: integer configurations: type: array - items: &415 + items: &416 title: Organization private registry description: Private registry configuration for an organization type: object @@ -56302,7 +56319,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &416 + org-private-registry-with-selected-visibility: &417 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -56398,9 +56415,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *415 + schema: *416 examples: - default: *416 + default: *417 '404': *6 x-github: githubCloudOnly: false @@ -56627,7 +56644,7 @@ paths: application/json: schema: type: array - items: &417 + items: &418 title: Projects v2 Project description: A projects v2 project type: object @@ -56697,7 +56714,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &924 + properties: &925 id: type: number description: The unique identifier of the status update. @@ -56745,7 +56762,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &925 + required: &926 - id - node_id - created_at @@ -56770,7 +56787,7 @@ paths: - deleted_at - deleted_by examples: - default: &418 + default: &419 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -56873,7 +56890,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-organization parameters: - - &419 + - &420 name: project_number description: The project's number. in: path @@ -56886,9 +56903,9 @@ paths: description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: *418 + default: *419 headers: Link: *47 '304': *37 @@ -56911,7 +56928,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - *89 - - *419 + - *420 requestBody: required: true description: Details of the draft item to create in the project. @@ -56945,7 +56962,7 @@ paths: description: Response content: application/json: - schema: &425 + schema: &426 title: Projects v2 Item description: An item belonging to a project type: object @@ -56959,7 +56976,7 @@ paths: content: oneOf: - *227 - - &593 + - &594 title: Pull Request Simple description: Pull Request Simple type: object @@ -57065,8 +57082,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *420 - required: *421 + properties: *421 + required: *422 nullable: true active_lock_reason: type: string @@ -57159,7 +57176,7 @@ paths: _links: type: object properties: - comments: &422 + comments: &423 title: Link description: Hypermedia Link type: object @@ -57168,13 +57185,13 @@ paths: type: string required: - href - commits: *422 - statuses: *422 - html: *422 - issue: *422 - review_comments: *422 - review_comment: *422 - self: *422 + commits: *423 + statuses: *423 + html: *423 + issue: *423 + review_comments: *423 + review_comment: *423 + self: *423 required: - comments - commits @@ -57185,7 +57202,7 @@ paths: - review_comment - self author_association: *224 - auto_merge: &713 + auto_merge: &714 title: Auto merge description: The status of auto merging a pull request. type: object @@ -57287,7 +57304,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &424 + content_type: &425 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -57327,7 +57344,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &426 + draft_issue: &427 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -57401,7 +57418,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-organization parameters: - - *419 + - *420 - *89 - *17 - *110 @@ -57413,7 +57430,7 @@ paths: application/json: schema: type: array - items: &423 + items: &424 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -57563,7 +57580,7 @@ paths: - updated_at - project_url examples: - default: &852 + default: &853 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -57693,7 +57710,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: - - *419 + - *420 - *89 requestBody: required: true @@ -57740,7 +57757,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &853 + items: &854 type: object properties: name: @@ -57777,7 +57794,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &854 + iteration_configuration: &855 type: object description: The configuration for iteration fields. properties: @@ -57827,7 +57844,7 @@ paths: value: name: Due date data_type: date - single_select_field: &855 + single_select_field: &856 summary: Create a single select field value: name: Priority @@ -57854,7 +57871,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &856 + iteration_field: &857 summary: Create an iteration field value: name: Sprint @@ -57878,9 +57895,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *423 + schema: *424 examples: - text_field: &857 + text_field: &858 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -57889,7 +57906,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: &858 + number_field: &859 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -57898,7 +57915,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: &859 + date_field: &860 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -57907,7 +57924,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: &860 + single_select_field: &861 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -57941,7 +57958,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &861 + iteration_field: &862 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -57986,8 +58003,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - - *419 - - &862 + - *420 + - &863 name: field_id description: The unique identifier of the field. in: path @@ -58000,9 +58017,9 @@ paths: description: Response content: application/json: - schema: *423 + schema: *424 examples: - default: &863 + default: &864 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -58058,7 +58075,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: - - *419 + - *420 - *89 - 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) @@ -58091,7 +58108,7 @@ paths: application/json: schema: type: array - items: &427 + items: &428 title: Projects v2 Item description: An item belonging to a project type: object @@ -58107,7 +58124,7 @@ paths: format: uri example: https://api.github.com/users/monalisa/2/projectsV2/3 description: The API URL of the project that contains this item. - content_type: *424 + content_type: *425 content: type: object additionalProperties: true @@ -58150,7 +58167,7 @@ paths: - updated_at - archived_at examples: - default: &428 + default: &429 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -58848,7 +58865,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-organization-owned-project parameters: - *89 - - *419 + - *420 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -58918,22 +58935,22 @@ paths: description: Response content: application/json: - schema: *425 + schema: *426 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *426 + value: *427 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *426 + value: *427 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *426 + value: *427 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *426 + value: *427 '304': *37 '403': *29 '401': *25 @@ -58953,9 +58970,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: - - *419 + - *420 - *89 - - &429 + - &430 name: item_id description: The unique identifier of the project item. in: path @@ -58981,9 +58998,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: *428 + default: *429 headers: Link: *47 '304': *37 @@ -59004,9 +59021,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-organization parameters: - - *419 + - *420 - *89 - - *429 + - *430 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -59076,13 +59093,13 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: - text_field: *428 - number_field: *428 - date_field: *428 - single_select_field: *428 - iteration_field: *428 + text_field: *429 + number_field: *429 + date_field: *429 + single_select_field: *429 + iteration_field: *429 '401': *25 '403': *29 '404': *6 @@ -59102,9 +59119,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-organization parameters: - - *419 + - *420 - *89 - - *429 + - *430 responses: '204': description: Response @@ -59128,7 +59145,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - *89 - - *419 + - *420 requestBody: required: true content: @@ -59199,7 +59216,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &844 + schema: &845 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -59297,7 +59314,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &430 + value: &431 value: id: 1 number: 1 @@ -59343,10 +59360,10 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *430 + value: *431 roadmap_view: summary: Response for creating a roadmap view - value: *430 + value: *431 '304': *37 '403': *29 '401': *25 @@ -59374,9 +59391,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: - - *419 + - *420 - *89 - - &864 + - &865 name: view_number description: The number that identifies the project view. in: path @@ -59408,9 +59425,9 @@ paths: application/json: schema: type: array - items: *427 + items: *428 examples: - default: *428 + default: *429 headers: Link: *47 '304': *37 @@ -59574,7 +59591,7 @@ paths: required: true content: application/json: - schema: *431 + schema: *432 examples: default: value: @@ -59939,7 +59956,7 @@ paths: type: array items: *290 examples: - default: *407 + default: *408 headers: Link: *47 x-github: @@ -60142,7 +60159,7 @@ paths: description: Response content: application/json: - schema: &477 + schema: &478 title: Full Repository description: Full Repository type: object @@ -60430,8 +60447,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *432 - required: *433 + properties: *433 + required: *434 nullable: true temp_clone_token: type: string @@ -60546,7 +60563,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &598 + properties: &599 url: type: string format: uri @@ -60562,12 +60579,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &599 + required: &600 - url - key - name - html_url - security_and_analysis: *434 + security_and_analysis: *435 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -60651,7 +60668,7 @@ paths: - network_count - subscribers_count examples: - default: &479 + default: &480 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -61177,9 +61194,9 @@ paths: application/json: schema: type: array - items: *435 + items: *436 examples: - default: *436 + default: *437 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -61204,7 +61221,7 @@ paths: - *89 - *17 - *19 - - &735 + - &736 name: targets description: | A comma-separated list of rule targets to filter by. @@ -61295,11 +61312,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *171 - conditions: *437 + conditions: *438 rules: type: array description: An array of rules within the ruleset. - items: &439 + items: &440 title: Repository Rule type: object description: A repository rule. @@ -61364,7 +61381,7 @@ paths: application/json: schema: *193 examples: - default: &438 + default: &439 value: id: 21 name: super cool ruleset @@ -61420,7 +61437,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *89 - - &737 + - &738 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 @@ -61432,14 +61449,14 @@ paths: x-multi-segment: true - *316 - *107 - - &738 + - &739 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 - - &739 + - &740 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -61459,7 +61476,7 @@ paths: description: Response content: application/json: - schema: &740 + schema: &741 title: Rule Suites description: Response type: array @@ -61514,7 +61531,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &741 + default: &742 value: - id: 21 actor_id: 12 @@ -61558,7 +61575,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *89 - - &742 + - &743 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -61574,7 +61591,7 @@ paths: description: Response content: application/json: - schema: &743 + schema: &744 title: Rule Suite description: Response type: object @@ -61673,7 +61690,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &744 + default: &745 value: id: 21 actor_id: 12 @@ -61748,7 +61765,7 @@ paths: application/json: schema: *193 examples: - default: *438 + default: *439 '404': *6 '500': *40 put: @@ -61797,11 +61814,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *171 - conditions: *437 + conditions: *438 rules: description: An array of rules within the ruleset. type: array - items: *439 + items: *440 examples: default: value: @@ -61838,7 +61855,7 @@ paths: application/json: schema: *193 examples: - default: *438 + default: *439 '404': *6 '422': *15 '500': *40 @@ -61898,7 +61915,7 @@ paths: type: array items: *197 examples: - default: *440 + default: *441 '404': *6 '500': *40 x-github: @@ -61935,7 +61952,7 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: default: value: @@ -61998,15 +62015,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *89 - - *442 - *443 - *444 - *445 - *446 + - *447 - *112 - *19 - *17 - - &746 + - &747 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 @@ -62016,7 +62033,7 @@ paths: required: false schema: type: string - - &747 + - &748 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 @@ -62026,10 +62043,10 @@ paths: required: false schema: type: string - - *447 - *448 - *449 - *450 + - *451 responses: '200': description: Response @@ -62037,9 +62054,9 @@ paths: application/json: schema: type: array - items: *451 + items: *452 examples: - default: *452 + default: *453 headers: Link: *47 '404': *6 @@ -62074,9 +62091,9 @@ paths: description: Response content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 '403': *29 '404': *6 patch: @@ -62229,7 +62246,7 @@ paths: application/json: schema: type: array - items: &768 + items: &769 description: A repository security advisory. type: object properties: @@ -62449,7 +62466,7 @@ paths: login: type: string description: The username of the user credited. - type: *455 + type: *456 credits_detailed: type: array nullable: true @@ -62459,7 +62476,7 @@ paths: type: object properties: user: *4 - type: *455 + type: *456 state: type: string description: The state of the user's acceptance of the @@ -62520,7 +62537,7 @@ paths: - private_fork additionalProperties: false examples: - default: &769 + default: &770 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -62907,7 +62924,7 @@ paths: application/json: schema: type: array - items: *456 + items: *457 examples: default: value: @@ -63006,7 +63023,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *89 - - *457 + - *458 - *17 - *19 responses: @@ -63014,9 +63031,9 @@ paths: description: Success content: application/json: - schema: *458 + schema: *459 examples: - default: *459 + default: *460 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -63297,7 +63314,7 @@ paths: type: array items: *150 examples: - default: *460 + default: *461 headers: Link: *47 x-github: @@ -63526,15 +63543,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: - *89 - - *461 + - *462 responses: '200': description: Response content: application/json: - schema: *462 + schema: *463 examples: - default: *463 + default: *464 headers: Link: *47 x-github: @@ -63572,7 +63589,7 @@ paths: description: Response content: application/json: - schema: &474 + schema: &475 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -63618,7 +63635,7 @@ paths: type: string nullable: true examples: - default: &475 + default: &476 value: groups: - group_id: '123' @@ -63744,7 +63761,7 @@ paths: type: array items: *319 examples: - default: *400 + default: *401 headers: Link: *47 '403': *29 @@ -63838,7 +63855,7 @@ paths: description: Response content: application/json: - schema: &464 + schema: &465 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -63901,8 +63918,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *398 - required: *399 + properties: *399 + required: *400 nullable: true members_count: type: integer @@ -64165,7 +64182,7 @@ paths: - repos_count - organization examples: - default: &465 + default: &466 value: id: 1 node_id: MDQ6VGVhbTE= @@ -64242,9 +64259,9 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: - default: *465 + default: *466 '404': *6 x-github: githubCloudOnly: false @@ -64328,16 +64345,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *464 + schema: *465 examples: - default: *465 + default: *466 '201': description: Response content: application/json: - schema: *464 + schema: *465 examples: - default: *465 + default: *466 '404': *6 '422': *15 '403': *29 @@ -64367,7 +64384,7 @@ paths: responses: '204': description: Response - '422': &468 + '422': &469 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -64396,10 +64413,10 @@ paths: description: Response content: application/json: - schema: *466 + schema: *467 examples: - default: *467 - '422': *468 + default: *468 + '422': *469 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -64442,10 +64459,10 @@ paths: description: Response content: application/json: - schema: *469 + schema: *470 examples: - default: *470 - '422': *468 + default: *471 + '422': *469 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -64469,7 +64486,7 @@ paths: responses: '204': description: Response - '422': *468 + '422': *469 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -64501,12 +64518,12 @@ paths: application/json: schema: type: array - items: *379 + items: *380 examples: - default: *380 + default: *381 headers: Link: *47 - '422': *468 + '422': *469 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64588,7 +64605,7 @@ paths: description: Response content: application/json: - schema: &471 + schema: &472 title: Team Membership description: Team Membership type: object @@ -64615,7 +64632,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &811 + response-if-user-is-a-team-maintainer: &812 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -64678,9 +64695,9 @@ paths: description: Response content: application/json: - schema: *471 + schema: *472 examples: - response-if-users-membership-with-team-is-now-pending: &812 + response-if-users-membership-with-team-is-now-pending: &813 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -64756,7 +64773,7 @@ paths: type: array items: *290 examples: - default: *407 + default: *408 headers: Link: *47 x-github: @@ -64787,14 +64804,14 @@ paths: parameters: - *89 - *220 - - *472 - *473 + - *474 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &813 + schema: &814 title: Team Repository description: A team's access to a repository. type: object @@ -65365,8 +65382,8 @@ paths: parameters: - *89 - *220 - - *472 - *473 + - *474 requestBody: required: false content: @@ -65413,8 +65430,8 @@ paths: parameters: - *89 - *220 - - *472 - *473 + - *474 responses: '204': description: Response @@ -65447,10 +65464,10 @@ paths: description: Response content: application/json: - schema: *474 + schema: *475 examples: - default: *475 - '422': *468 + default: *476 + '422': *469 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -65516,7 +65533,7 @@ paths: description: Response content: application/json: - schema: *474 + schema: *475 examples: default: value: @@ -65528,7 +65545,7 @@ paths: group_name: Octocat docs members group_description: The people who make your octoworld come to life. - '422': *468 + '422': *469 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -65562,7 +65579,7 @@ paths: type: array items: *319 examples: - response-if-child-teams-exist: &814 + response-if-child-teams-exist: &815 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -65716,7 +65733,7 @@ paths: resources: type: object properties: - core: &476 + core: &477 title: Rate Limit type: object properties: @@ -65733,21 +65750,21 @@ paths: - remaining - reset - used - graphql: *476 - search: *476 - code_search: *476 - source_import: *476 - integration_manifest: *476 - code_scanning_upload: *476 - actions_runner_registration: *476 - scim: *476 - dependency_snapshots: *476 - dependency_sbom: *476 - code_scanning_autofix: *476 + graphql: *477 + search: *477 + code_search: *477 + source_import: *477 + integration_manifest: *477 + code_scanning_upload: *477 + actions_runner_registration: *477 + scim: *477 + dependency_snapshots: *477 + dependency_sbom: *477 + code_scanning_autofix: *477 required: - core - search - rate: *476 + rate: *477 required: - rate - resources @@ -65852,14 +65869,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *472 - *473 + - *474 responses: '200': description: Response content: application/json: - schema: *477 + schema: *478 examples: default-response: summary: Default response @@ -66368,7 +66385,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *478 + '301': *479 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66386,8 +66403,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *472 - *473 + - *474 requestBody: required: false content: @@ -66688,10 +66705,10 @@ paths: description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: *479 - '307': &480 + default: *480 + '307': &481 description: Temporary Redirect content: application/json: @@ -66720,8 +66737,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *472 - *473 + - *474 responses: '204': description: Response @@ -66743,7 +66760,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': *480 + '307': *481 '404': *6 '409': *121 x-github: @@ -66767,11 +66784,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *472 - *473 + - *474 - *17 - *19 - - &497 + - &498 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -66794,7 +66811,7 @@ paths: type: integer artifacts: type: array - items: &481 + items: &482 title: Artifact description: An artifact type: object @@ -66872,7 +66889,7 @@ paths: - expires_at - updated_at examples: - default: &498 + default: &499 value: total_count: 2 artifacts: @@ -66933,9 +66950,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *472 - *473 - - &482 + - *474 + - &483 name: artifact_id description: The unique identifier of the artifact. in: path @@ -66947,7 +66964,7 @@ paths: description: Response content: application/json: - schema: *481 + schema: *482 examples: default: value: @@ -66985,9 +67002,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *472 - *473 - - *482 + - *474 + - *483 responses: '204': description: Response @@ -67011,9 +67028,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *472 - *473 - - *482 + - *474 + - *483 - name: archive_format in: path required: true @@ -67027,7 +67044,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': &664 + '410': &665 description: Gone content: application/json: @@ -67052,14 +67069,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: - - *472 - *473 + - *474 responses: '200': description: Response content: application/json: - schema: &483 + schema: &484 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -67092,13 +67109,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: - - *472 - *473 + - *474 requestBody: required: true content: application/json: - schema: *483 + schema: *484 examples: selected_actions: *44 responses: @@ -67127,14 +67144,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: - - *472 - *473 + - *474 responses: '200': description: Response content: application/json: - schema: &484 + schema: &485 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -67167,13 +67184,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: - - *472 - *473 + - *474 requestBody: required: true content: application/json: - schema: *484 + schema: *485 examples: selected_actions: *46 responses: @@ -67204,14 +67221,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: - - *472 - *473 + - *474 responses: '200': description: Response content: application/json: - schema: *485 + schema: *486 examples: default: value: @@ -67237,11 +67254,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: - - *472 - *473 + - *474 - *17 - *19 - - &486 + - &487 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 @@ -67275,7 +67292,7 @@ paths: description: Response content: application/json: - schema: &487 + schema: &488 title: Repository actions caches description: Repository actions caches type: object @@ -67317,7 +67334,7 @@ paths: - total_count - actions_caches examples: - default: &488 + default: &489 value: total_count: 1 actions_caches: @@ -67349,23 +67366,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: - - *472 - *473 + - *474 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *486 + - *487 responses: '200': description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: *488 + default: *489 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67385,8 +67402,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: - - *472 - *473 + - *474 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -67417,9 +67434,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: - - *472 - *473 - - &489 + - *474 + - &490 name: job_id description: The unique identifier of the job. in: path @@ -67431,7 +67448,7 @@ paths: description: Response content: application/json: - schema: &501 + schema: &502 title: Job description: Information of a job execution in a workflow run type: object @@ -67738,9 +67755,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: - - *472 - *473 - - *489 + - *474 + - *490 responses: '302': description: Response @@ -67768,9 +67785,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: - - *472 - *473 - - *489 + - *474 + - *490 requestBody: required: false content: @@ -67815,8 +67832,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: - - *472 - *473 + - *474 responses: '200': description: Status response @@ -67866,8 +67883,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: - - *472 - *473 + - *474 requestBody: required: true content: @@ -67930,8 +67947,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *472 - *473 + - *474 - *17 - *19 responses: @@ -67949,7 +67966,7 @@ paths: type: integer secrets: type: array - items: &503 + items: &504 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -67969,7 +67986,7 @@ paths: - created_at - updated_at examples: - default: &504 + default: &505 value: total_count: 2 secrets: @@ -68002,9 +68019,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *472 - *473 - - *490 + - *474 + - *491 - *19 responses: '200': @@ -68021,7 +68038,7 @@ paths: type: integer variables: type: array - items: &507 + items: &508 title: Actions Variable type: object properties: @@ -68051,7 +68068,7 @@ paths: - created_at - updated_at examples: - default: &508 + default: &509 value: total_count: 2 variables: @@ -68084,8 +68101,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: - - *472 - *473 + - *474 responses: '200': description: Response @@ -68094,7 +68111,7 @@ paths: schema: type: object properties: - enabled: &491 + enabled: &492 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *62 @@ -68129,8 +68146,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: - - *472 - *473 + - *474 responses: '204': description: Response @@ -68141,7 +68158,7 @@ paths: schema: type: object properties: - enabled: *491 + enabled: *492 allowed_actions: *62 sha_pinning_required: *63 required: @@ -68174,14 +68191,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: - - *472 - *473 + - *474 responses: '200': description: Response content: application/json: - schema: &492 + schema: &493 type: object properties: access_level: @@ -68199,7 +68216,7 @@ paths: required: - access_level examples: - default: &493 + default: &494 value: access_level: organization x-github: @@ -68224,15 +68241,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: - - *472 - *473 + - *474 requestBody: required: true content: application/json: - schema: *492 + schema: *493 examples: - default: *493 + default: *494 responses: '204': description: Response @@ -68256,8 +68273,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: - - *472 - *473 + - *474 responses: '200': description: Response @@ -68287,8 +68304,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: - - *472 - *473 + - *474 responses: '204': description: Empty response for successful settings update @@ -68322,8 +68339,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: - - *472 - *473 + - *474 responses: '200': description: Response @@ -68350,8 +68367,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: - - *472 - *473 + - *474 responses: '204': description: Response @@ -68385,8 +68402,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: - - *472 - *473 + - *474 responses: '200': description: Response @@ -68414,8 +68431,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: - - *472 - *473 + - *474 requestBody: required: true content: @@ -68446,8 +68463,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: - - *472 - *473 + - *474 responses: '200': description: Response @@ -68478,8 +68495,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: - - *472 - *473 + - *474 responses: '204': description: Response @@ -68511,8 +68528,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: - - *472 - *473 + - *474 responses: '200': description: Response @@ -68541,8 +68558,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: - - *472 - *473 + - *474 responses: '204': description: Success response @@ -68582,8 +68599,8 @@ paths: in: query schema: type: string - - *472 - *473 + - *474 - *17 - *19 responses: @@ -68627,8 +68644,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: - - *472 - *473 + - *474 responses: '200': description: Response @@ -68660,8 +68677,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: - - *472 - *473 + - *474 requestBody: required: true content: @@ -68735,8 +68752,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: - - *472 - *473 + - *474 responses: '201': description: Response @@ -68772,8 +68789,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: - - *472 - *473 + - *474 responses: '201': description: Response @@ -68803,8 +68820,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: - - *472 - *473 + - *474 - *77 responses: '200': @@ -68834,8 +68851,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: - - *472 - *473 + - *474 - *77 responses: '204': @@ -68862,8 +68879,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: - - *472 - *473 + - *474 - *77 responses: '200': *83 @@ -68888,8 +68905,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: - - *472 - *473 + - *474 - *77 requestBody: required: true @@ -68938,8 +68955,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: - - *472 - *473 + - *474 - *77 requestBody: required: true @@ -68989,8 +69006,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: - - *472 - *473 + - *474 - *77 responses: '200': *297 @@ -69020,8 +69037,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: - - *472 - *473 + - *474 - *77 - *298 responses: @@ -69051,9 +69068,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: - - *472 - *473 - - &511 + - *474 + - &512 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. @@ -69061,7 +69078,7 @@ paths: required: false schema: type: string - - &512 + - &513 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -69069,7 +69086,7 @@ paths: required: false schema: type: string - - &513 + - &514 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -69078,7 +69095,7 @@ paths: required: false schema: type: string - - &514 + - &515 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 @@ -69105,7 +69122,7 @@ paths: - pending - *17 - *19 - - &515 + - &516 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)." @@ -69114,7 +69131,7 @@ paths: schema: type: string format: date-time - - &494 + - &495 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -69123,13 +69140,13 @@ paths: schema: type: boolean default: false - - &516 + - &517 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &517 + - &518 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -69152,7 +69169,7 @@ paths: type: integer workflow_runs: type: array - items: &495 + items: &496 title: Workflow Run description: An invocation of a workflow type: object @@ -69300,7 +69317,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &539 + properties: &540 id: type: string description: SHA for the commit @@ -69351,7 +69368,7 @@ paths: - name - email nullable: true - required: &540 + required: &541 - id - tree_id - message @@ -69398,7 +69415,7 @@ paths: - workflow_url - pull_requests examples: - default: &518 + default: &519 value: total_count: 1 workflow_runs: @@ -69634,24 +69651,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *472 - *473 - - &496 + - *474 + - &497 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *494 + - *495 responses: '200': description: Response content: application/json: - schema: *495 + schema: *496 examples: - default: &499 + default: &500 value: id: 30433642 name: Build @@ -69892,9 +69909,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *472 - *473 - - *496 + - *474 + - *497 responses: '204': description: Response @@ -69917,9 +69934,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: - - *472 - *473 - - *496 + - *474 + - *497 responses: '200': description: Response @@ -70038,9 +70055,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: - - *472 - *473 - - *496 + - *474 + - *497 responses: '201': description: Response @@ -70073,12 +70090,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *472 - *473 - - *496 + - *474 + - *497 - *17 - *19 - - *497 + - *498 - *112 responses: '200': @@ -70095,9 +70112,9 @@ paths: type: integer artifacts: type: array - items: *481 + items: *482 examples: - default: *498 + default: *499 headers: Link: *47 x-github: @@ -70121,25 +70138,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *472 - *473 - - *496 - - &500 + - *474 + - *497 + - &501 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *494 + - *495 responses: '200': description: Response content: application/json: - schema: *495 + schema: *496 examples: - default: *499 + default: *500 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70162,10 +70179,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: - - *472 - *473 - - *496 - - *500 + - *474 + - *497 + - *501 - *17 - *19 responses: @@ -70183,9 +70200,9 @@ paths: type: integer jobs: type: array - items: *501 + items: *502 examples: - default: &502 + default: &503 value: total_count: 1 jobs: @@ -70298,10 +70315,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *472 - *473 - - *496 - - *500 + - *474 + - *497 + - *501 responses: '302': description: Response @@ -70329,9 +70346,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *472 - *473 - - *496 + - *474 + - *497 responses: '202': description: Response @@ -70364,9 +70381,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: - - *472 - *473 - - *496 + - *474 + - *497 requestBody: required: true content: @@ -70433,9 +70450,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *472 - *473 - - *496 + - *474 + - *497 responses: '202': description: Response @@ -70468,9 +70485,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: - - *472 - *473 - - *496 + - *474 + - *497 - 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 @@ -70500,9 +70517,9 @@ paths: type: integer jobs: type: array - items: *501 + items: *502 examples: - default: *502 + default: *503 headers: Link: *47 x-github: @@ -70527,9 +70544,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *472 - *473 - - *496 + - *474 + - *497 responses: '302': description: Response @@ -70556,9 +70573,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *472 - *473 - - *496 + - *474 + - *497 responses: '204': description: Response @@ -70585,9 +70602,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: - - *472 - *473 - - *496 + - *474 + - *497 responses: '200': description: Response @@ -70647,7 +70664,7 @@ paths: items: type: object properties: - type: &631 + type: &632 type: string description: The type of reviewer. enum: @@ -70732,9 +70749,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: - - *472 - *473 - - *496 + - *474 + - *497 requestBody: required: true content: @@ -70781,12 +70798,12 @@ paths: application/json: schema: type: array - items: &616 + items: &617 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &882 + properties: &883 url: type: string format: uri @@ -70871,7 +70888,7 @@ paths: nullable: true properties: *222 required: *223 - required: &883 + required: &884 - id - node_id - sha @@ -70887,7 +70904,7 @@ paths: - created_at - updated_at examples: - default: &617 + default: &618 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -70943,9 +70960,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *472 - *473 - - *496 + - *474 + - *497 requestBody: required: false content: @@ -70989,9 +71006,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: - - *472 - *473 - - *496 + - *474 + - *497 requestBody: required: false content: @@ -71045,9 +71062,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *472 - *473 - - *496 + - *474 + - *497 responses: '200': description: Response @@ -71184,8 +71201,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *472 - *473 + - *474 - *17 - *19 responses: @@ -71203,9 +71220,9 @@ paths: type: integer secrets: type: array - items: *503 + items: *504 examples: - default: *504 + default: *505 headers: Link: *47 x-github: @@ -71230,16 +71247,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *472 - *473 + - *474 responses: '200': description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: *506 + default: *507 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71261,17 +71278,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *472 - *473 + - *474 - *300 responses: '200': description: Response content: application/json: - schema: *503 + schema: *504 examples: - default: &644 + default: &645 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -71297,8 +71314,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *472 - *473 + - *474 - *300 requestBody: required: true @@ -71356,8 +71373,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *472 - *473 + - *474 - *300 responses: '204': @@ -71383,9 +71400,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *472 - *473 - - *490 + - *474 + - *491 - *19 responses: '200': @@ -71402,9 +71419,9 @@ paths: type: integer variables: type: array - items: *507 + items: *508 examples: - default: *508 + default: *509 headers: Link: *47 x-github: @@ -71427,8 +71444,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *472 - *473 + - *474 requestBody: required: true content: @@ -71480,17 +71497,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *472 - *473 + - *474 - *303 responses: '200': description: Response content: application/json: - schema: *507 + schema: *508 examples: - default: &645 + default: &646 value: name: USERNAME value: octocat @@ -71516,8 +71533,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *472 - *473 + - *474 - *303 requestBody: required: true @@ -71560,8 +71577,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *472 - *473 + - *474 - *303 responses: '204': @@ -71587,8 +71604,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *472 - *473 + - *474 - *17 - *19 responses: @@ -71606,7 +71623,7 @@ paths: type: integer workflows: type: array - items: &509 + items: &510 title: Workflow description: A GitHub Actions workflow type: object @@ -71713,9 +71730,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *472 - *473 - - &510 + - *474 + - &511 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -71730,7 +71747,7 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: default: value: @@ -71763,9 +71780,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *472 - *473 - - *510 + - *474 + - *511 responses: '204': description: Response @@ -71790,9 +71807,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *472 - *473 - - *510 + - *474 + - *511 responses: '204': description: Empty response when `return_run_details` parameter is `false`. @@ -71879,9 +71896,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *472 - *473 - - *510 + - *474 + - *511 responses: '204': description: Response @@ -71908,19 +71925,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: - - *472 - *473 - - *510 + - *474 - *511 - *512 - *513 - *514 + - *515 - *17 - *19 - - *515 - - *494 - *516 + - *495 - *517 + - *518 responses: '200': description: Response @@ -71936,9 +71953,9 @@ paths: type: integer workflow_runs: type: array - items: *495 + items: *496 examples: - default: *518 + default: *519 headers: Link: *47 x-github: @@ -71971,9 +71988,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *472 - *473 - - *510 + - *474 + - *511 responses: '200': description: Response @@ -72034,8 +72051,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *472 - *473 + - *474 - *112 - *17 - *110 @@ -72199,8 +72216,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *472 - *473 + - *474 - *17 - *19 responses: @@ -72237,8 +72254,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: - - *472 - *473 + - *474 - name: assignee in: path required: true @@ -72274,8 +72291,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#create-an-attestation parameters: - - *472 - *473 + - *474 requestBody: required: true content: @@ -72385,8 +72402,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#list-attestations parameters: - - *472 - *473 + - *474 - *17 - *110 - *111 @@ -72443,7 +72460,7 @@ paths: initiator: type: string examples: - default: *519 + default: *520 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72463,8 +72480,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *472 - *473 + - *474 responses: '200': description: Response @@ -72472,7 +72489,7 @@ paths: application/json: schema: type: array - items: &520 + items: &521 title: Autolink reference description: An autolink reference. type: object @@ -72526,8 +72543,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: - - *472 - *473 + - *474 requestBody: required: true content: @@ -72566,9 +72583,9 @@ paths: description: response content: application/json: - schema: *520 + schema: *521 examples: - default: &521 + default: &522 value: id: 1 key_prefix: TICKET- @@ -72599,9 +72616,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: - - *472 - *473 - - &522 + - *474 + - &523 name: autolink_id description: The unique identifier of the autolink. in: path @@ -72613,9 +72630,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: *521 + default: *522 '404': *6 x-github: githubCloudOnly: false @@ -72635,9 +72652,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: - - *472 - *473 - - *522 + - *474 + - *523 responses: '204': description: Response @@ -72661,8 +72678,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: - - *472 - *473 + - *474 responses: '200': description: Response if Dependabot is enabled @@ -72710,8 +72727,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *472 - *473 + - *474 responses: '204': description: Response @@ -72732,8 +72749,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *472 - *473 + - *474 responses: '204': description: Response @@ -72753,8 +72770,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *472 - *473 + - *474 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -72792,7 +72809,7 @@ paths: - url protected: type: boolean - protection: &524 + protection: &525 title: Branch Protection description: Branch Protection type: object @@ -72834,7 +72851,7 @@ paths: required: - contexts - checks - enforce_admins: &527 + enforce_admins: &528 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -72849,7 +72866,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &529 + required_pull_request_reviews: &530 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -72925,7 +72942,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &526 + restrictions: &527 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -73202,9 +73219,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *472 - *473 - - &525 + - *474 + - &526 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). @@ -73218,14 +73235,14 @@ paths: description: Response content: application/json: - schema: &535 + schema: &536 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &589 + commit: &590 title: Commit description: Commit type: object @@ -73259,7 +73276,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &523 + properties: &524 name: type: string example: '"Chris Wanstrath"' @@ -73275,7 +73292,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *523 + properties: *524 nullable: true message: type: string @@ -73296,7 +73313,7 @@ paths: required: - sha - url - verification: &651 + verification: &652 title: Verification type: object properties: @@ -73366,7 +73383,7 @@ paths: type: integer files: type: array - items: &602 + items: &603 title: Diff Entry description: Diff Entry type: object @@ -73450,7 +73467,7 @@ paths: - self protected: type: boolean - protection: *524 + protection: *525 protection_url: type: string format: uri @@ -73557,7 +73574,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *478 + '301': *479 '404': *6 x-github: githubCloudOnly: false @@ -73579,15 +73596,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *472 - *473 - - *525 + - *474 + - *526 responses: '200': description: Response content: application/json: - schema: *524 + schema: *525 examples: default: value: @@ -73781,9 +73798,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *472 - *473 - - *525 + - *474 + - *526 requestBody: required: true content: @@ -74038,7 +74055,7 @@ paths: url: type: string format: uri - required_status_checks: &532 + required_status_checks: &533 title: Status Check Policy description: Status Check Policy type: object @@ -74190,7 +74207,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *526 + restrictions: *527 required_conversation_resolution: type: object properties: @@ -74302,9 +74319,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *472 - *473 - - *525 + - *474 + - *526 responses: '204': description: Response @@ -74329,17 +74346,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *472 - *473 - - *525 + - *474 + - *526 responses: '200': description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: &528 + default: &529 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -74361,17 +74378,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *472 - *473 - - *525 + - *474 + - *526 responses: '200': description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: *528 + default: *529 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74390,9 +74407,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *472 - *473 - - *525 + - *474 + - *526 responses: '204': description: Response @@ -74417,17 +74434,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *472 - *473 - - *525 + - *474 + - *526 responses: '200': description: Response content: application/json: - schema: *529 + schema: *530 examples: - default: &530 + default: &531 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -74523,9 +74540,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *472 - *473 - - *525 + - *474 + - *526 requestBody: required: false content: @@ -74623,9 +74640,9 @@ paths: description: Response content: application/json: - schema: *529 + schema: *530 examples: - default: *530 + default: *531 '422': *15 x-github: githubCloudOnly: false @@ -74646,9 +74663,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *472 - *473 - - *525 + - *474 + - *526 responses: '204': description: Response @@ -74675,17 +74692,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *472 - *473 - - *525 + - *474 + - *526 responses: '200': description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: &531 + default: &532 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -74708,17 +74725,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *472 - *473 - - *525 + - *474 + - *526 responses: '200': description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: *531 + default: *532 '404': *6 x-github: githubCloudOnly: false @@ -74738,9 +74755,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *472 - *473 - - *525 + - *474 + - *526 responses: '204': description: Response @@ -74765,17 +74782,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *472 - *473 - - *525 + - *474 + - *526 responses: '200': description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: &533 + default: &534 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -74801,9 +74818,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *472 - *473 - - *525 + - *474 + - *526 requestBody: required: false content: @@ -74855,9 +74872,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: *533 + default: *534 '404': *6 '422': *15 x-github: @@ -74879,9 +74896,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *472 - *473 - - *525 + - *474 + - *526 responses: '204': description: Response @@ -74905,9 +74922,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *472 - *473 - - *525 + - *474 + - *526 responses: '200': description: Response @@ -74941,9 +74958,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *472 - *473 - - *525 + - *474 + - *526 requestBody: required: false content: @@ -75010,9 +75027,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *472 - *473 - - *525 + - *474 + - *526 requestBody: required: false content: @@ -75076,9 +75093,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *472 - *473 - - *525 + - *474 + - *526 requestBody: content: application/json: @@ -75144,15 +75161,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *472 - *473 - - *525 + - *474 + - *526 responses: '200': description: Response content: application/json: - schema: *526 + schema: *527 examples: default: value: @@ -75243,9 +75260,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *472 - *473 - - *525 + - *474 + - *526 responses: '204': description: Response @@ -75268,9 +75285,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: - - *472 - *473 - - *525 + - *474 + - *526 responses: '200': description: Response @@ -75280,7 +75297,7 @@ paths: type: array items: *5 examples: - default: &534 + default: &535 value: - id: 1 slug: octoapp @@ -75337,9 +75354,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *472 - *473 - - *525 + - *474 + - *526 requestBody: required: true content: @@ -75373,7 +75390,7 @@ paths: type: array items: *5 examples: - default: *534 + default: *535 '422': *15 x-github: githubCloudOnly: false @@ -75394,9 +75411,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *472 - *473 - - *525 + - *474 + - *526 requestBody: required: true content: @@ -75430,7 +75447,7 @@ paths: type: array items: *5 examples: - default: *534 + default: *535 '422': *15 x-github: githubCloudOnly: false @@ -75451,9 +75468,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *472 - *473 - - *525 + - *474 + - *526 requestBody: required: true content: @@ -75487,7 +75504,7 @@ paths: type: array items: *5 examples: - default: *534 + default: *535 '422': *15 x-github: githubCloudOnly: false @@ -75509,9 +75526,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: - - *472 - *473 - - *525 + - *474 + - *526 responses: '200': description: Response @@ -75521,7 +75538,7 @@ paths: type: array items: *319 examples: - default: *400 + default: *401 '404': *6 x-github: githubCloudOnly: false @@ -75541,9 +75558,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *472 - *473 - - *525 + - *474 + - *526 requestBody: required: false content: @@ -75581,7 +75598,7 @@ paths: type: array items: *319 examples: - default: *400 + default: *401 '422': *15 x-github: githubCloudOnly: false @@ -75602,9 +75619,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *472 - *473 - - *525 + - *474 + - *526 requestBody: required: false content: @@ -75642,7 +75659,7 @@ paths: type: array items: *319 examples: - default: *400 + default: *401 '422': *15 x-github: githubCloudOnly: false @@ -75663,9 +75680,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *472 - *473 - - *525 + - *474 + - *526 requestBody: content: application/json: @@ -75702,7 +75719,7 @@ paths: type: array items: *319 examples: - default: *400 + default: *401 '422': *15 x-github: githubCloudOnly: false @@ -75724,9 +75741,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: - - *472 - *473 - - *525 + - *474 + - *526 responses: '200': description: Response @@ -75760,9 +75777,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *472 - *473 - - *525 + - *474 + - *526 requestBody: required: true content: @@ -75820,9 +75837,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *472 - *473 - - *525 + - *474 + - *526 requestBody: required: true content: @@ -75880,9 +75897,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *472 - *473 - - *525 + - *474 + - *526 requestBody: required: true content: @@ -75942,9 +75959,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *472 - *473 - - *525 + - *474 + - *526 requestBody: required: true content: @@ -75966,7 +75983,7 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: default: value: @@ -76080,8 +76097,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *472 - *473 + - *474 - *105 - *106 - *107 @@ -76117,8 +76134,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *472 - *473 + - *474 - name: bypass_request_number in: path required: true @@ -76191,8 +76208,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *472 - *473 + - *474 - *105 - *106 - *107 @@ -76232,8 +76249,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *472 - *473 + - *474 - name: bypass_request_number in: path required: true @@ -76303,8 +76320,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *472 - *473 + - *474 - name: bypass_request_number in: path required: true @@ -76375,8 +76392,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *472 - *473 + - *474 - name: bypass_response_id in: path required: true @@ -76409,8 +76426,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *472 - *473 + - *474 requestBody: required: true content: @@ -76689,7 +76706,7 @@ paths: description: Response content: application/json: - schema: &536 + schema: &537 title: CheckRun description: A check performed on the code of a given code change type: object @@ -76809,7 +76826,7 @@ paths: check. type: array items: *232 - deployment: &875 + deployment: &876 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -77089,9 +77106,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *472 - *473 - - &537 + - *474 + - &538 name: check_run_id description: The unique identifier of the check run. in: path @@ -77103,9 +77120,9 @@ paths: description: Response content: application/json: - schema: *536 + schema: *537 examples: - default: &538 + default: &539 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -77205,9 +77222,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *472 - *473 - - *537 + - *474 + - *538 requestBody: required: true content: @@ -77447,9 +77464,9 @@ paths: description: Response content: application/json: - schema: *536 + schema: *537 examples: - default: *538 + default: *539 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77469,9 +77486,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *472 - *473 - - *537 + - *474 + - *538 - *17 - *19 responses: @@ -77566,9 +77583,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *472 - *473 - - *537 + - *474 + - *538 responses: '201': description: Response @@ -77612,8 +77629,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *472 - *473 + - *474 requestBody: required: true content: @@ -77635,7 +77652,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &541 + schema: &542 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -77721,12 +77738,12 @@ paths: type: string format: date-time nullable: true - head_commit: &908 + head_commit: &909 title: Simple Commit description: A commit. type: object - properties: *539 - required: *540 + properties: *540 + required: *541 latest_check_runs_count: type: integer check_runs_url: @@ -77754,7 +77771,7 @@ paths: - check_runs_url - pull_requests examples: - default: &542 + default: &543 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -78045,9 +78062,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *541 + schema: *542 examples: - default: *542 + default: *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78066,8 +78083,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *472 - *473 + - *474 requestBody: required: true content: @@ -78376,9 +78393,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *472 - *473 - - &543 + - *474 + - &544 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -78390,9 +78407,9 @@ paths: description: Response content: application/json: - schema: *541 + schema: *542 examples: - default: *542 + default: *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78415,17 +78432,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: - - *472 - *473 - - *543 - - &595 + - *474 + - *544 + - &596 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &596 + - &597 name: status description: Returns check runs with the specified `status`. in: query @@ -78464,9 +78481,9 @@ paths: type: integer check_runs: type: array - items: *536 + items: *537 examples: - default: &597 + default: &598 value: total_count: 1 check_runs: @@ -78568,9 +78585,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *472 - *473 - - *543 + - *474 + - *544 responses: '201': description: Response @@ -78603,21 +78620,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: - - *472 - *473 + - *474 - *323 - *324 - *19 - *17 - - &559 + - &560 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: *544 - - &560 + schema: *545 + - &561 name: pr description: The number of the pull request for the results you want to list. in: query @@ -78648,7 +78665,7 @@ paths: be returned. in: query required: false - schema: *545 + schema: *546 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -78672,7 +78689,7 @@ paths: updated_at: *138 url: *135 html_url: *136 - instances_url: *546 + instances_url: *547 state: *115 fixed_at: *140 dismissed_by: @@ -78683,11 +78700,11 @@ paths: required: *21 nullable: true dismissed_at: *139 - dismissed_reason: *547 - dismissed_comment: *548 - rule: *549 - tool: *550 - most_recent_instance: *551 + dismissed_reason: *548 + dismissed_comment: *549 + rule: *550 + tool: *551 + most_recent_instance: *552 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -78813,7 +78830,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &552 + '403': &553 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -78840,9 +78857,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: - - *472 - *473 - - &553 + - *474 + - &554 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -78856,7 +78873,7 @@ paths: description: Response content: application/json: - schema: &554 + schema: &555 type: object properties: number: *130 @@ -78864,7 +78881,7 @@ paths: updated_at: *138 url: *135 html_url: *136 - instances_url: *546 + instances_url: *547 state: *115 fixed_at: *140 dismissed_by: @@ -78875,8 +78892,8 @@ paths: required: *21 nullable: true dismissed_at: *139 - dismissed_reason: *547 - dismissed_comment: *548 + dismissed_reason: *548 + dismissed_comment: *549 rule: type: object properties: @@ -78930,8 +78947,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *550 - most_recent_instance: *551 + tool: *551 + most_recent_instance: *552 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -79030,7 +79047,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *552 + '403': *553 '404': *6 '503': *198 x-github: @@ -79050,9 +79067,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: - - *472 - *473 - - *553 + - *474 + - *554 requestBody: required: true content: @@ -79067,8 +79084,8 @@ paths: enum: - open - dismissed - dismissed_reason: *547 - dismissed_comment: *548 + dismissed_reason: *548 + dismissed_comment: *549 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -79096,7 +79113,7 @@ paths: description: Response content: application/json: - schema: *554 + schema: *555 examples: default: value: @@ -79172,7 +79189,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &558 + '403': &559 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -79199,15 +79216,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: - - *472 - *473 - - *553 + - *474 + - *554 responses: '200': description: Response content: application/json: - schema: &555 + schema: &556 type: object properties: status: @@ -79233,13 +79250,13 @@ paths: - description - started_at examples: - default: &556 + default: &557 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &557 + '400': &558 description: Bad Request content: application/json: @@ -79250,7 +79267,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': *552 + '403': *553 '404': *6 '503': *198 x-github: @@ -79275,29 +79292,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: - - *472 - *473 - - *553 + - *474 + - *554 responses: '200': description: OK content: application/json: - schema: *555 + schema: *556 examples: - default: *556 + default: *557 '202': description: Accepted content: application/json: - schema: *555 + schema: *556 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *557 + '400': *558 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -79329,9 +79346,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: - - *472 - *473 - - *553 + - *474 + - *554 requestBody: required: false content: @@ -79376,8 +79393,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *557 - '403': *558 + '400': *558 + '403': *559 '404': *6 '422': description: Unprocessable Entity @@ -79401,13 +79418,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: - - *472 - *473 - - *553 + - *474 + - *554 - *19 - *17 - - *559 - *560 + - *561 responses: '200': description: Response @@ -79418,10 +79435,10 @@ paths: items: type: object properties: - ref: *544 - analysis_key: *561 - environment: *562 - category: *563 + ref: *545 + analysis_key: *562 + environment: *563 + category: *564 state: type: string description: State of a code scanning alert instance. @@ -79436,7 +79453,7 @@ paths: properties: text: type: string - location: *564 + location: *565 html_url: type: string classifications: @@ -79444,7 +79461,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: *565 + items: *566 examples: default: value: @@ -79481,7 +79498,7 @@ paths: end_column: 50 classifications: - source - '403': *552 + '403': *553 '404': *6 '503': *198 x-github: @@ -79515,25 +79532,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: - - *472 - *473 + - *474 - *323 - *324 - *19 - *17 - - *560 + - *561 - 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: *544 + schema: *545 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &566 + schema: &567 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -79554,23 +79571,23 @@ paths: application/json: schema: type: array - items: &567 + items: &568 type: object properties: - ref: *544 - commit_sha: &575 + ref: *545 + commit_sha: &576 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: *561 + analysis_key: *562 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *563 + category: *564 error: type: string example: error reading field xyz @@ -79594,8 +79611,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *566 - tool: *550 + sarif_id: *567 + tool: *551 deletable: type: boolean warning: @@ -79656,7 +79673,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *552 + '403': *553 '404': *6 '503': *198 x-github: @@ -79692,8 +79709,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: - - *472 - *473 + - *474 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -79706,7 +79723,7 @@ paths: description: Response content: application/json: - schema: *567 + schema: *568 examples: response: summary: application/json response @@ -79760,7 +79777,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *552 + '403': *553 '404': *6 '422': description: Response if analysis could not be processed @@ -79847,8 +79864,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: - - *472 - *473 + - *474 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -79901,7 +79918,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': *558 + '403': *559 '404': *6 '503': *198 x-github: @@ -79923,8 +79940,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: - - *472 - *473 + - *474 responses: '200': description: Response @@ -79932,7 +79949,7 @@ paths: application/json: schema: type: array - items: &568 + items: &569 title: CodeQL Database description: A CodeQL database. type: object @@ -80043,7 +80060,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': *552 + '403': *553 '404': *6 '503': *198 x-github: @@ -80072,8 +80089,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: - - *472 - *473 + - *474 - name: language in: path description: The language of the CodeQL database. @@ -80085,7 +80102,7 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: default: value: @@ -80117,9 +80134,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': &604 + '302': &605 description: Found - '403': *552 + '403': *553 '404': *6 '503': *198 x-github: @@ -80141,8 +80158,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *472 - *473 + - *474 - name: language in: path description: The language of the CodeQL database. @@ -80152,7 +80169,7 @@ paths: responses: '204': description: Response - '403': *558 + '403': *559 '404': *6 '503': *198 x-github: @@ -80180,8 +80197,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: - - *472 - *473 + - *474 requestBody: required: true content: @@ -80190,7 +80207,7 @@ paths: type: object additionalProperties: false properties: - language: &569 + language: &570 type: string description: The language targeted by the CodeQL query enum: @@ -80270,7 +80287,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &573 + schema: &574 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -80280,7 +80297,7 @@ paths: description: The ID of the variant analysis. controller_repo: *122 actor: *4 - query_language: *569 + query_language: *570 query_pack_url: type: string description: The download url for the query pack. @@ -80327,7 +80344,7 @@ paths: items: type: object properties: - repository: &570 + repository: &571 title: Repository Identifier description: Repository Identifier type: object @@ -80363,7 +80380,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &574 + analysis_status: &575 type: string description: The new status of the CodeQL variant analysis repository task. @@ -80395,7 +80412,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &571 + access_mismatch_repos: &572 type: object properties: repository_count: @@ -80409,7 +80426,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: *570 + items: *571 required: - repository_count - repositories @@ -80431,8 +80448,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *571 - over_limit_repos: *571 + no_codeql_db_repos: *572 + over_limit_repos: *572 required: - access_mismatch_repos - not_found_repos @@ -80448,7 +80465,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &572 + value: &573 summary: Default response value: id: 1 @@ -80594,10 +80611,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *572 + value: *573 repository_lists: summary: Response for a successful variant analysis submission - value: *572 + value: *573 '404': *6 '422': description: Unable to process variant analysis submission @@ -80625,8 +80642,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: - - *472 - *473 + - *474 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -80638,9 +80655,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: *572 + default: *573 '404': *6 '503': *198 x-github: @@ -80663,7 +80680,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: - - *472 + - *473 - name: repo in: path description: The name of the controller repository. @@ -80698,7 +80715,7 @@ paths: type: object properties: repository: *122 - analysis_status: *574 + analysis_status: *575 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -80823,8 +80840,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: - - *472 - *473 + - *474 responses: '200': description: Response @@ -80909,7 +80926,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *552 + '403': *553 '404': *6 '503': *198 x-github: @@ -80930,8 +80947,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: - - *472 - *473 + - *474 requestBody: required: true content: @@ -81023,7 +81040,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *558 + '403': *559 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -81094,8 +81111,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: - - *472 - *473 + - *474 requestBody: required: true content: @@ -81103,7 +81120,7 @@ paths: schema: type: object properties: - commit_sha: *575 + commit_sha: *576 ref: type: string description: |- @@ -81161,7 +81178,7 @@ paths: schema: type: object properties: - id: *566 + id: *567 url: type: string description: The REST API URL for checking the status of the upload. @@ -81175,7 +81192,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': *558 + '403': *559 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -81198,8 +81215,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: - - *472 - *473 + - *474 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -81245,7 +81262,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': *552 + '403': *553 '404': description: Not Found if the sarif id does not match any upload '503': *198 @@ -81270,8 +81287,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: - - *472 - *473 + - *474 responses: '200': description: Response @@ -81352,8 +81369,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *472 - *473 + - *474 - 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 @@ -81473,8 +81490,8 @@ paths: parameters: - *17 - *19 - - *472 - *473 + - *474 responses: '200': description: Response @@ -81490,7 +81507,7 @@ paths: type: integer codespaces: type: array - items: *390 + items: *391 examples: default: value: @@ -81788,8 +81805,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *472 - *473 + - *474 requestBody: required: true content: @@ -81852,17 +81869,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *390 + schema: *391 examples: - default: *576 + default: *577 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *390 + schema: *391 examples: - default: *576 + default: *577 '400': *14 '401': *25 '403': *29 @@ -81891,8 +81908,8 @@ paths: parameters: - *17 - *19 - - *472 - *473 + - *474 responses: '200': description: Response @@ -81956,8 +81973,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: - - *472 - *473 + - *474 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -81992,14 +82009,14 @@ paths: type: integer machines: type: array - items: &820 + items: &821 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *577 - required: *578 + properties: *578 + required: *579 examples: - default: &821 + default: &822 value: total_count: 2 machines: @@ -82039,8 +82056,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *472 - *473 + - *474 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -82124,8 +82141,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: - - *472 - *473 + - *474 - 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 @@ -82191,8 +82208,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *472 - *473 + - *474 - *17 - *19 responses: @@ -82210,7 +82227,7 @@ paths: type: integer secrets: type: array - items: &582 + items: &583 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -82230,7 +82247,7 @@ paths: - created_at - updated_at examples: - default: *579 + default: *580 headers: Link: *47 x-github: @@ -82253,16 +82270,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *472 - *473 + - *474 responses: '200': description: Response content: application/json: - schema: *580 + schema: *581 examples: - default: *581 + default: *582 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82282,17 +82299,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *472 - *473 + - *474 - *300 responses: '200': description: Response content: application/json: - schema: *582 + schema: *583 examples: - default: *583 + default: *584 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82312,8 +82329,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: - - *472 - *473 + - *474 - *300 requestBody: required: true @@ -82366,8 +82383,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *472 - *473 + - *474 - *300 responses: '204': @@ -82396,8 +82413,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *472 - *473 + - *474 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -82439,7 +82456,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &584 + properties: &585 login: type: string example: octocat @@ -82532,7 +82549,7 @@ paths: user_view_type: type: string example: public - required: &585 + required: &586 - avatar_url - events_url - followers_url @@ -82606,8 +82623,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: - - *472 - *473 + - *474 - *145 responses: '204': @@ -82654,8 +82671,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *472 - *473 + - *474 - *145 requestBody: required: false @@ -82682,7 +82699,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &663 + schema: &664 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -82911,8 +82928,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *472 - *473 + - *474 - *145 responses: '204': @@ -82944,8 +82961,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *472 - *473 + - *474 - *145 responses: '200': @@ -82966,8 +82983,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *584 - required: *585 + properties: *585 + required: *586 nullable: true required: - permission @@ -83022,8 +83039,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *472 - *473 + - *474 - *17 - *19 responses: @@ -83033,7 +83050,7 @@ paths: application/json: schema: type: array - items: &586 + items: &587 title: Commit Comment description: Commit Comment type: object @@ -83091,7 +83108,7 @@ paths: - created_at - updated_at examples: - default: &591 + default: &592 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -83150,17 +83167,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *472 - *473 + - *474 - *243 responses: '200': description: Response content: application/json: - schema: *586 + schema: *587 examples: - default: &592 + default: &593 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -83217,8 +83234,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *472 - *473 + - *474 - *243 requestBody: required: true @@ -83241,7 +83258,7 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: default: value: @@ -83292,8 +83309,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *472 - *473 + - *474 - *243 responses: '204': @@ -83315,8 +83332,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *472 - *473 + - *474 - *243 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -83343,7 +83360,7 @@ paths: application/json: schema: type: array - items: &587 + items: &588 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -83386,7 +83403,7 @@ paths: - content - created_at examples: - default: &667 + default: &668 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -83431,8 +83448,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *472 - *473 + - *474 - *243 requestBody: required: true @@ -83465,9 +83482,9 @@ paths: description: Reaction exists content: application/json: - schema: *587 + schema: *588 examples: - default: &588 + default: &589 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -83496,9 +83513,9 @@ paths: description: Reaction created content: application/json: - schema: *587 + schema: *588 examples: - default: *588 + default: *589 '422': *15 x-github: githubCloudOnly: false @@ -83520,10 +83537,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *472 - *473 + - *474 - *243 - - &668 + - &669 name: reaction_id description: The unique identifier of the reaction. in: path @@ -83578,8 +83595,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *472 - *473 + - *474 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -83635,9 +83652,9 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: - default: &720 + default: &721 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -83731,9 +83748,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *472 - *473 - - &590 + - *474 + - &591 name: commit_sha description: The SHA of the commit. in: path @@ -83805,9 +83822,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *472 - *473 - - *590 + - *474 + - *591 - *17 - *19 responses: @@ -83817,9 +83834,9 @@ paths: application/json: schema: type: array - items: *586 + items: *587 examples: - default: *591 + default: *592 headers: Link: *47 x-github: @@ -83847,9 +83864,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *472 - *473 - - *590 + - *474 + - *591 requestBody: required: true content: @@ -83884,9 +83901,9 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: - default: *592 + default: *593 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -83914,9 +83931,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: - - *472 - *473 - - *590 + - *474 + - *591 - *17 - *19 responses: @@ -83926,9 +83943,9 @@ paths: application/json: schema: type: array - items: *593 + items: *594 examples: - default: &712 + default: &713 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -84465,11 +84482,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *472 - *473 + - *474 - *19 - *17 - - &594 + - &595 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)" @@ -84484,9 +84501,9 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: &697 + default: &698 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -84599,11 +84616,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: - - *472 - *473 - - *594 + - *474 - *595 - *596 + - *597 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -84637,9 +84654,9 @@ paths: type: integer check_runs: type: array - items: *536 + items: *537 examples: - default: *597 + default: *598 headers: Link: *47 x-github: @@ -84664,9 +84681,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: - - *472 - *473 - - *594 + - *474 + - *595 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -84674,7 +84691,7 @@ paths: schema: type: integer example: 1 - - *595 + - *596 - *17 - *19 responses: @@ -84692,7 +84709,7 @@ paths: type: integer check_suites: type: array - items: *541 + items: *542 examples: default: value: @@ -84892,9 +84909,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: - - *472 - *473 - - *594 + - *474 + - *595 - *17 - *19 responses: @@ -85092,9 +85109,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *472 - *473 - - *594 + - *474 + - *595 - *17 - *19 responses: @@ -85104,7 +85121,7 @@ paths: application/json: schema: type: array - items: &773 + items: &774 title: Status description: The status of a commit. type: object @@ -85185,7 +85202,7 @@ paths: site_admin: false headers: Link: *47 - '301': *478 + '301': *479 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85213,8 +85230,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *472 - *473 + - *474 responses: '200': description: Response @@ -85243,20 +85260,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *598 - required: *599 + properties: *599 + required: *600 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &600 + properties: &601 url: type: string format: uri html_url: type: string format: uri - required: &601 + required: &602 - url - html_url nullable: true @@ -85270,26 +85287,26 @@ paths: contributing: title: Community Health File type: object - properties: *600 - required: *601 + properties: *601 + required: *602 nullable: true readme: title: Community Health File type: object - properties: *600 - required: *601 + properties: *601 + required: *602 nullable: true issue_template: title: Community Health File type: object - properties: *600 - required: *601 + properties: *601 + required: *602 nullable: true pull_request_template: title: Community Health File type: object - properties: *600 - required: *601 + properties: *601 + required: *602 nullable: true required: - code_of_conduct @@ -85416,8 +85433,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *472 - *473 + - *474 - *19 - *17 - name: basehead @@ -85460,8 +85477,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *589 - merge_base_commit: *589 + base_commit: *590 + merge_base_commit: *590 status: type: string enum: @@ -85481,10 +85498,10 @@ paths: example: 6 commits: type: array - items: *589 + items: *590 files: type: array - items: *602 + items: *603 required: - url - html_url @@ -85770,8 +85787,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *472 - *473 + - *474 - name: path description: path parameter in: path @@ -85931,7 +85948,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &603 + response-if-content-is-a-file-github-object: &604 summary: Response if content is a file value: type: file @@ -86063,7 +86080,7 @@ paths: - size - type - url - - &725 + - &726 title: Content File description: Content File type: object @@ -86264,7 +86281,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *603 + response-if-content-is-a-file: *604 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -86333,7 +86350,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *604 + '302': *605 '304': *37 x-github: githubCloudOnly: false @@ -86356,8 +86373,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *472 - *473 + - *474 - name: path description: path parameter in: path @@ -86450,7 +86467,7 @@ paths: description: Response content: application/json: - schema: &605 + schema: &606 title: File Commit description: File Commit type: object @@ -86602,7 +86619,7 @@ paths: description: Response content: application/json: - schema: *605 + schema: *606 examples: example-for-creating-a-file: value: @@ -86656,7 +86673,7 @@ paths: schema: oneOf: - *3 - - &646 + - &647 description: Repository rule violation was detected type: object properties: @@ -86677,7 +86694,7 @@ paths: items: type: object properties: - placeholder_id: &765 + placeholder_id: &766 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -86709,8 +86726,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *472 - *473 + - *474 - name: path description: path parameter in: path @@ -86771,7 +86788,7 @@ paths: description: Response content: application/json: - schema: *605 + schema: *606 examples: default: value: @@ -86826,8 +86843,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *472 - *473 + - *474 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -86950,23 +86967,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *472 - *473 + - *474 - *340 - *341 - *342 - *343 + - *344 - 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 - - *344 - - *606 - *345 + - *607 - *346 - *347 + - *348 - *112 - *110 - *111 @@ -86978,7 +86996,7 @@ paths: application/json: schema: type: array - items: &610 + items: &611 type: object description: A Dependabot alert. properties: @@ -87025,7 +87043,7 @@ paths: - direct - transitive - inconclusive - security_advisory: *607 + security_advisory: *608 security_vulnerability: *134 url: *135 html_url: *136 @@ -87056,8 +87074,8 @@ paths: nullable: true maxLength: 280 fixed_at: *140 - auto_dismissed_at: *608 - dismissal_request: *609 + auto_dismissed_at: *609 + dismissal_request: *610 assignees: type: array description: The users assigned to this alert. @@ -87312,9 +87330,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *472 - *473 - - &611 + - *474 + - &612 name: alert_number in: path description: |- @@ -87329,7 +87347,7 @@ paths: description: Response content: application/json: - schema: *610 + schema: *611 examples: default: value: @@ -87461,9 +87479,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *472 - *473 - - *611 + - *474 + - *612 requestBody: required: true content: @@ -87519,7 +87537,7 @@ paths: description: Response content: application/json: - schema: *610 + schema: *611 examples: default: value: @@ -87649,8 +87667,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *472 - *473 + - *474 - *17 - *19 responses: @@ -87668,7 +87686,7 @@ paths: type: integer secrets: type: array - items: &614 + items: &615 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -87721,16 +87739,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *472 - *473 + - *474 responses: '200': description: Response content: application/json: - schema: *612 + schema: *613 examples: - default: *613 + default: *614 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87750,15 +87768,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *472 - *473 + - *474 - *300 responses: '200': description: Response content: application/json: - schema: *614 + schema: *615 examples: default: value: @@ -87784,8 +87802,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *472 - *473 + - *474 - *300 requestBody: required: true @@ -87838,8 +87856,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *472 - *473 + - *474 - *300 responses: '204': @@ -87862,8 +87880,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: - - *472 - *473 + - *474 - 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 @@ -88023,8 +88041,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: - - *472 - *473 + - *474 responses: '200': description: Response @@ -88263,8 +88281,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: - - *472 - *473 + - *474 requestBody: required: true content: @@ -88339,7 +88357,7 @@ paths: - version - url additionalProperties: false - metadata: &615 + metadata: &616 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -88372,7 +88390,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *615 + metadata: *616 resolved: type: object description: A collection of resolved package dependencies. @@ -88385,7 +88403,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *615 + metadata: *616 relationship: type: string description: A notation of whether a dependency is requested @@ -88514,8 +88532,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *472 - *473 + - *474 - name: sha description: The SHA recorded at creation time. in: query @@ -88555,9 +88573,9 @@ paths: application/json: schema: type: array - items: *616 + items: *617 examples: - default: *617 + default: *618 headers: Link: *47 x-github: @@ -88623,8 +88641,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *472 - *473 + - *474 requestBody: required: true content: @@ -88705,7 +88723,7 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: simple-example: summary: Simple example @@ -88778,9 +88796,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *472 - *473 - - &618 + - *474 + - &619 name: deployment_id description: deployment_id parameter in: path @@ -88792,7 +88810,7 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: default: value: @@ -88857,9 +88875,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *472 - *473 - - *618 + - *474 + - *619 responses: '204': description: Response @@ -88881,9 +88899,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *472 - *473 - - *618 + - *474 + - *619 - *17 - *19 responses: @@ -88893,7 +88911,7 @@ paths: application/json: schema: type: array - items: &619 + items: &620 title: Deployment Status description: The status of a deployment. type: object @@ -89054,9 +89072,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *472 - *473 - - *618 + - *474 + - *619 requestBody: required: true content: @@ -89131,9 +89149,9 @@ paths: description: Response content: application/json: - schema: *619 + schema: *620 examples: - default: &620 + default: &621 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -89189,9 +89207,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *472 - *473 - - *618 + - *474 + - *619 - name: status_id in: path required: true @@ -89202,9 +89220,9 @@ paths: description: Response content: application/json: - schema: *619 + schema: *620 examples: - default: *620 + default: *621 '404': *6 x-github: githubCloudOnly: false @@ -89231,12 +89249,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *472 - *473 - - *621 + - *474 - *622 - *623 - *624 + - *625 - *17 - *19 responses: @@ -89246,9 +89264,9 @@ paths: application/json: schema: type: array - items: *625 + items: *626 examples: - default: *626 + default: *627 '404': *6 '403': *29 '500': *40 @@ -89272,8 +89290,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *472 - *473 + - *474 - name: alert_number in: path required: true @@ -89285,7 +89303,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *625 + schema: *626 examples: default: value: @@ -89341,8 +89359,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *472 - *473 + - *474 - name: alert_number in: path required: true @@ -89401,12 +89419,12 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *472 - *473 - - *621 + - *474 - *622 - *623 - *624 + - *625 - *17 - *19 responses: @@ -89416,9 +89434,9 @@ paths: application/json: schema: type: array - items: *627 + items: *628 examples: - default: *628 + default: *629 '404': *6 '403': *29 '500': *40 @@ -89442,8 +89460,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *472 - *473 + - *474 - name: alert_number in: path required: true @@ -89455,7 +89473,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *627 + schema: *628 examples: default: value: @@ -89506,8 +89524,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *472 - *473 + - *474 - name: alert_number in: path required: true @@ -89545,7 +89563,7 @@ paths: description: The created dismissal request. content: application/json: - schema: *627 + schema: *628 examples: default: value: @@ -89596,8 +89614,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *472 - *473 + - *474 - name: alert_number in: path required: true @@ -89668,8 +89686,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *472 - *473 + - *474 - name: alert_number in: path required: true @@ -89702,12 +89720,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *472 - *473 + - *474 - *105 - *106 - *107 - - *352 + - *353 - *17 - *19 responses: @@ -89717,9 +89735,9 @@ paths: application/json: schema: type: array - items: *629 + items: *630 examples: - default: *630 + default: *631 '404': *6 '403': *29 '500': *40 @@ -89744,8 +89762,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *472 - *473 + - *474 - name: alert_number in: path required: true @@ -89757,7 +89775,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *629 + schema: *630 examples: default: value: @@ -89815,8 +89833,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *472 - *473 + - *474 - name: alert_number in: path required: true @@ -89885,8 +89903,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *472 - *473 + - *474 requestBody: required: true content: @@ -89943,8 +89961,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *472 - *473 + - *474 - *17 - *19 responses: @@ -89961,7 +89979,7 @@ paths: type: integer environments: type: array - items: &632 + items: &633 title: Environment description: Details of a deployment environment type: object @@ -90013,7 +90031,7 @@ paths: type: type: string example: wait_timer - wait_timer: &634 + wait_timer: &635 type: integer example: 30 description: The amount of time to delay a job after @@ -90050,7 +90068,7 @@ paths: items: type: object properties: - type: *631 + type: *632 reviewer: anyOf: - *4 @@ -90074,7 +90092,7 @@ paths: - id - node_id - type - deployment_branch_policy: &635 + deployment_branch_policy: &636 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -90190,9 +90208,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *472 - *473 - - &633 + - *474 + - &634 name: environment_name in: path required: true @@ -90205,9 +90223,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: - default: &636 + default: &637 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -90291,9 +90309,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *472 - *473 - - *633 + - *474 + - *634 requestBody: required: false content: @@ -90302,7 +90320,7 @@ paths: type: object nullable: true properties: - wait_timer: *634 + wait_timer: *635 prevent_self_review: type: boolean example: false @@ -90319,13 +90337,13 @@ paths: items: type: object properties: - type: *631 + type: *632 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *635 + deployment_branch_policy: *636 additionalProperties: false examples: default: @@ -90345,9 +90363,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: - default: *636 + default: *637 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -90371,9 +90389,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *472 - *473 - - *633 + - *474 + - *634 responses: '204': description: Default response @@ -90398,9 +90416,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *472 - *473 - - *633 + - *474 + - *634 - *17 - *19 responses: @@ -90418,7 +90436,7 @@ paths: example: 2 branch_policies: type: array - items: &637 + items: &638 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -90475,9 +90493,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *472 - *473 - - *633 + - *474 + - *634 requestBody: required: true content: @@ -90523,9 +90541,9 @@ paths: description: Response content: application/json: - schema: *637 + schema: *638 examples: - example-wildcard: &638 + example-wildcard: &639 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -90567,10 +90585,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *472 - *473 - - *633 - - &639 + - *474 + - *634 + - &640 name: branch_policy_id in: path required: true @@ -90582,9 +90600,9 @@ paths: description: Response content: application/json: - schema: *637 + schema: *638 examples: - default: *638 + default: *639 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90603,10 +90621,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *472 - *473 - - *633 - - *639 + - *474 + - *634 + - *640 requestBody: required: true content: @@ -90634,9 +90652,9 @@ paths: description: Response content: application/json: - schema: *637 + schema: *638 examples: - default: *638 + default: *639 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90655,10 +90673,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *472 - *473 - - *633 - - *639 + - *474 + - *634 + - *640 responses: '204': description: Response @@ -90683,9 +90701,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: - - *633 + - *634 + - *474 - *473 - - *472 responses: '200': description: List of deployment protection rules @@ -90701,7 +90719,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &640 + items: &641 title: Deployment protection rule description: Deployment protection rule type: object @@ -90720,7 +90738,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &641 + app: &642 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -90819,9 +90837,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: - - *633 + - *634 + - *474 - *473 - - *472 requestBody: content: application/json: @@ -90842,9 +90860,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *640 + schema: *641 examples: - default: &642 + default: &643 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -90879,9 +90897,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: - - *633 + - *634 + - *474 - *473 - - *472 - *19 - *17 responses: @@ -90900,7 +90918,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *641 + items: *642 examples: default: value: @@ -90935,10 +90953,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: - - *472 - *473 - - *633 - - &643 + - *474 + - *634 + - &644 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -90950,9 +90968,9 @@ paths: description: Response content: application/json: - schema: *640 + schema: *641 examples: - default: *642 + default: *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90973,10 +90991,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: - - *633 + - *634 + - *474 - *473 - - *472 - - *643 + - *644 responses: '204': description: Response @@ -91002,9 +91020,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *472 - *473 - - *633 + - *474 + - *634 - *17 - *19 responses: @@ -91022,9 +91040,9 @@ paths: type: integer secrets: type: array - items: *503 + items: *504 examples: - default: *504 + default: *505 headers: Link: *47 x-github: @@ -91049,17 +91067,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *472 - *473 - - *633 + - *474 + - *634 responses: '200': description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: *506 + default: *507 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91081,18 +91099,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *472 - *473 - - *633 + - *474 + - *634 - *300 responses: '200': description: Response content: application/json: - schema: *503 + schema: *504 examples: - default: *644 + default: *645 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91114,9 +91132,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *472 - *473 - - *633 + - *474 + - *634 - *300 requestBody: required: true @@ -91174,9 +91192,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *472 - *473 - - *633 + - *474 + - *634 - *300 responses: '204': @@ -91202,10 +91220,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *472 - *473 - - *633 - - *490 + - *474 + - *634 + - *491 - *19 responses: '200': @@ -91222,9 +91240,9 @@ paths: type: integer variables: type: array - items: *507 + items: *508 examples: - default: *508 + default: *509 headers: Link: *47 x-github: @@ -91247,9 +91265,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *472 - *473 - - *633 + - *474 + - *634 requestBody: required: true content: @@ -91301,18 +91319,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *472 - *473 - - *633 + - *474 + - *634 - *303 responses: '200': description: Response content: application/json: - schema: *507 + schema: *508 examples: - default: *645 + default: *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91333,10 +91351,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *472 - *473 + - *474 - *303 - - *633 + - *634 requestBody: required: true content: @@ -91378,10 +91396,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *472 - *473 + - *474 - *303 - - *633 + - *634 responses: '204': description: Response @@ -91403,8 +91421,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *472 - *473 + - *474 - *17 - *19 responses: @@ -91472,8 +91490,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *472 - *473 + - *474 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -91632,8 +91650,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *472 - *473 + - *474 requestBody: required: false content: @@ -91665,9 +91683,9 @@ paths: description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: *479 + default: *480 '400': *14 '422': *15 '403': *29 @@ -91688,8 +91706,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *472 - *473 + - *474 requestBody: required: true content: @@ -91749,7 +91767,7 @@ paths: schema: oneOf: - *265 - - *646 + - *647 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91774,8 +91792,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *472 - *473 + - *474 - name: file_sha in: path required: true @@ -91874,8 +91892,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *472 - *473 + - *474 requestBody: required: true content: @@ -91984,7 +92002,7 @@ paths: description: Response content: application/json: - schema: &647 + schema: &648 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -92198,15 +92216,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *472 - *473 - - *590 + - *474 + - *591 responses: '200': description: Response content: application/json: - schema: *647 + schema: *648 examples: default: value: @@ -92262,9 +92280,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *472 - *473 - - &648 + - *474 + - &649 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. @@ -92281,7 +92299,7 @@ paths: application/json: schema: type: array - items: &649 + items: &650 title: Git Reference description: Git references within a repository type: object @@ -92356,17 +92374,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *472 - *473 - - *648 + - *474 + - *649 responses: '200': description: Response content: application/json: - schema: *649 + schema: *650 examples: - default: &650 + default: &651 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -92395,8 +92413,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *472 - *473 + - *474 requestBody: required: true content: @@ -92425,9 +92443,9 @@ paths: description: Response content: application/json: - schema: *649 + schema: *650 examples: - default: *650 + default: *651 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -92453,9 +92471,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *472 - *473 - - *648 + - *474 + - *649 requestBody: required: true content: @@ -92484,9 +92502,9 @@ paths: description: Response content: application/json: - schema: *649 + schema: *650 examples: - default: *650 + default: *651 '422': *15 '409': *121 x-github: @@ -92504,9 +92522,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *472 - *473 - - *648 + - *474 + - *649 responses: '204': description: Response @@ -92561,8 +92579,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *472 - *473 + - *474 requestBody: required: true content: @@ -92629,7 +92647,7 @@ paths: description: Response content: application/json: - schema: &652 + schema: &653 title: Git Tag description: Metadata for a Git tag type: object @@ -92680,7 +92698,7 @@ paths: - sha - type - url - verification: *651 + verification: *652 required: - sha - url @@ -92690,7 +92708,7 @@ paths: - tag - message examples: - default: &653 + default: &654 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -92763,8 +92781,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *472 - *473 + - *474 - name: tag_sha in: path required: true @@ -92775,9 +92793,9 @@ paths: description: Response content: application/json: - schema: *652 + schema: *653 examples: - default: *653 + default: *654 '404': *6 '409': *121 x-github: @@ -92801,8 +92819,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *472 - *473 + - *474 requestBody: required: true content: @@ -92875,7 +92893,7 @@ paths: description: Response content: application/json: - schema: &654 + schema: &655 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -92971,8 +92989,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *472 - *473 + - *474 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -92995,7 +93013,7 @@ paths: description: Response content: application/json: - schema: *654 + schema: *655 examples: default-response: summary: Default response @@ -93054,8 +93072,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *472 - *473 + - *474 - *17 - *19 responses: @@ -93065,7 +93083,7 @@ paths: application/json: schema: type: array - items: &655 + items: &656 title: Webhook description: Webhooks for repositories. type: object @@ -93119,7 +93137,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &916 + last_response: &917 title: Hook Response type: object properties: @@ -93193,8 +93211,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *472 - *473 + - *474 requestBody: required: false content: @@ -93246,9 +93264,9 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: - default: &656 + default: &657 value: type: Repository id: 12345678 @@ -93296,17 +93314,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *472 - *473 - - *357 + - *474 + - *358 responses: '200': description: Response content: application/json: - schema: *655 + schema: *656 examples: - default: *656 + default: *657 '404': *6 x-github: githubCloudOnly: false @@ -93326,9 +93344,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *472 - *473 - - *357 + - *474 + - *358 requestBody: required: true content: @@ -93373,9 +93391,9 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: - default: *656 + default: *657 '422': *15 '404': *6 x-github: @@ -93396,9 +93414,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *472 - *473 - - *357 + - *474 + - *358 responses: '204': description: Response @@ -93422,9 +93440,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: - - *472 - *473 - - *357 + - *474 + - *358 responses: '200': description: Response @@ -93451,9 +93469,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: - - *472 - *473 - - *357 + - *474 + - *358 requestBody: required: false content: @@ -93497,12 +93515,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *472 - *473 - - *357 - - *17 + - *474 - *358 + - *17 - *359 + - *360 responses: '200': description: Response @@ -93510,9 +93528,9 @@ paths: application/json: schema: type: array - items: *360 + items: *361 examples: - default: *361 + default: *362 '400': *14 '422': *15 x-github: @@ -93531,18 +93549,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: - - *472 - *473 - - *357 + - *474 + - *358 - *16 responses: '200': description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 '400': *14 '422': *15 x-github: @@ -93561,9 +93579,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: - - *472 - *473 - - *357 + - *474 + - *358 - *16 responses: '202': *39 @@ -93586,9 +93604,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *472 - *473 - - *357 + - *474 + - *358 responses: '204': description: Response @@ -93613,9 +93631,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *472 - *473 - - *357 + - *474 + - *358 responses: '204': description: Response @@ -93638,8 +93656,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: - - *472 - *473 + - *474 responses: '200': description: Response if immutable releases are enabled @@ -93685,8 +93703,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-immutable-releases parameters: - - *472 - *473 + - *474 responses: '204': *157 '409': *121 @@ -93706,8 +93724,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-immutable-releases parameters: - - *472 - *473 + - *474 responses: '204': *157 '409': *121 @@ -93764,14 +93782,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *472 - *473 + - *474 responses: '200': description: Response content: application/json: - schema: &657 + schema: &658 title: Import description: A repository import from an external source. type: object @@ -93870,7 +93888,7 @@ paths: - html_url - authors_url examples: - default: &660 + default: &661 value: vcs: subversion use_lfs: true @@ -93886,7 +93904,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': &658 + '503': &659 description: Unavailable due to service under maintenance. content: application/json: @@ -93915,8 +93933,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *472 - *473 + - *474 requestBody: required: true content: @@ -93964,7 +93982,7 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: default: value: @@ -93989,7 +94007,7 @@ paths: type: string '422': *15 '404': *6 - '503': *658 + '503': *659 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94017,8 +94035,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *472 - *473 + - *474 requestBody: required: false content: @@ -94067,7 +94085,7 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: example-1: summary: Example 1 @@ -94115,7 +94133,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': *658 + '503': *659 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94138,12 +94156,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *472 - *473 + - *474 responses: '204': description: Response - '503': *658 + '503': *659 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94169,9 +94187,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *472 - *473 - - &842 + - *474 + - &843 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -94185,7 +94203,7 @@ paths: application/json: schema: type: array - items: &659 + items: &660 title: Porter Author description: Porter Author type: object @@ -94239,7 +94257,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': *658 + '503': *659 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94264,8 +94282,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *472 - *473 + - *474 - name: author_id in: path required: true @@ -94295,7 +94313,7 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: default: value: @@ -94308,7 +94326,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *658 + '503': *659 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94332,8 +94350,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *472 - *473 + - *474 responses: '200': description: Response @@ -94374,7 +94392,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *658 + '503': *659 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94402,8 +94420,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *472 - *473 + - *474 requestBody: required: true content: @@ -94430,11 +94448,11 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: *660 + default: *661 '422': *15 - '503': *658 + '503': *659 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94457,8 +94475,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: - - *472 - *473 + - *474 responses: '200': description: Response @@ -94466,8 +94484,8 @@ paths: application/json: schema: *22 examples: - default: *375 - '301': *478 + default: *376 + '301': *479 '404': *6 x-github: githubCloudOnly: false @@ -94487,8 +94505,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *472 - *473 + - *474 responses: '200': description: Response @@ -94496,12 +94514,12 @@ paths: application/json: schema: anyOf: - - *377 + - *378 - type: object properties: {} additionalProperties: false examples: - default: &662 + default: &663 value: limit: collaborators_only origin: repository @@ -94526,13 +94544,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *472 - *473 + - *474 requestBody: required: true content: application/json: - schema: *661 + schema: *662 examples: default: summary: Example request body @@ -94544,9 +94562,9 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: - default: *662 + default: *663 '409': description: Response x-github: @@ -94568,8 +94586,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *472 - *473 + - *474 responses: '204': description: Response @@ -94592,8 +94610,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *472 - *473 + - *474 - *17 - *19 responses: @@ -94603,9 +94621,9 @@ paths: application/json: schema: type: array - items: *663 + items: *664 examples: - default: &835 + default: &836 value: - id: 1 repository: @@ -94736,9 +94754,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *472 - *473 - - *381 + - *474 + - *382 requestBody: required: false content: @@ -94767,7 +94785,7 @@ paths: description: Response content: application/json: - schema: *663 + schema: *664 examples: default: value: @@ -94898,9 +94916,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *472 - *473 - - *381 + - *474 + - *382 responses: '204': description: Response @@ -94931,8 +94949,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *472 - *473 + - *474 - 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 @@ -94980,7 +94998,7 @@ paths: required: false schema: type: string - - *388 + - *389 - name: sort description: What to sort results by. in: query @@ -95005,7 +95023,7 @@ paths: type: array items: *227 examples: - default: &675 + default: &676 value: - id: 1 node_id: MDU6SXNzdWUx @@ -95154,7 +95172,7 @@ paths: state_reason: completed headers: Link: *47 - '301': *478 + '301': *479 '422': *15 '404': *6 x-github: @@ -95183,8 +95201,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *472 - *473 + - *474 requestBody: required: true content: @@ -95268,7 +95286,7 @@ paths: application/json: schema: *227 examples: - default: &672 + default: &673 value: id: 1 node_id: MDU6SXNzdWUx @@ -95425,7 +95443,7 @@ paths: '422': *15 '503': *198 '404': *6 - '410': *664 + '410': *665 x-github: triggersNotification: true githubCloudOnly: false @@ -95453,8 +95471,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *472 - *473 + - *474 - *251 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -95475,9 +95493,9 @@ paths: application/json: schema: type: array - items: *665 + items: *666 examples: - default: &674 + default: &675 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -95535,17 +95553,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *472 - *473 + - *474 - *243 responses: '200': description: Response content: application/json: - schema: *665 + schema: *666 examples: - default: &666 + default: &667 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -95600,8 +95618,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *472 - *473 + - *474 - *243 requestBody: required: true @@ -95624,9 +95642,9 @@ paths: description: Response content: application/json: - schema: *665 + schema: *666 examples: - default: *666 + default: *667 '422': *15 x-github: githubCloudOnly: false @@ -95644,8 +95662,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *472 - *473 + - *474 - *243 responses: '204': @@ -95674,15 +95692,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#pin-an-issue-comment parameters: - - *472 - *473 + - *474 - *243 responses: '200': description: Response content: application/json: - schema: *665 + schema: *666 examples: default: value: @@ -95738,7 +95756,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *664 + '410': *665 '422': *15 x-github: githubCloudOnly: false @@ -95755,8 +95773,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#unpin-an-issue-comment parameters: - - *472 - *473 + - *474 - *243 responses: '204': @@ -95764,7 +95782,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *664 + '410': *665 '503': *198 x-github: githubCloudOnly: false @@ -95782,8 +95800,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *472 - *473 + - *474 - *243 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -95810,9 +95828,9 @@ paths: application/json: schema: type: array - items: *587 + items: *588 examples: - default: *667 + default: *668 headers: Link: *47 '404': *6 @@ -95833,8 +95851,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *472 - *473 + - *474 - *243 requestBody: required: true @@ -95867,16 +95885,16 @@ paths: description: Reaction exists content: application/json: - schema: *587 + schema: *588 examples: - default: *588 + default: *589 '201': description: Reaction created content: application/json: - schema: *587 + schema: *588 examples: - default: *588 + default: *589 '422': *15 x-github: githubCloudOnly: false @@ -95898,10 +95916,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *472 - *473 + - *474 - *243 - - *668 + - *669 responses: '204': description: Response @@ -95921,8 +95939,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *472 - *473 + - *474 - *17 - *19 responses: @@ -95932,7 +95950,7 @@ paths: application/json: schema: type: array - items: &671 + items: &672 title: Issue Event description: Issue Event type: object @@ -95975,8 +95993,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *669 - required: *670 + properties: *670 + required: *671 nullable: true label: title: Issue Event Label @@ -96284,8 +96302,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *472 - *473 + - *474 - name: event_id in: path required: true @@ -96296,7 +96314,7 @@ paths: description: Response content: application/json: - schema: *671 + schema: *672 examples: default: value: @@ -96489,7 +96507,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *664 + '410': *665 '403': *29 x-github: githubCloudOnly: false @@ -96523,9 +96541,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *472 - *473 - - &673 + - *474 + - &674 name: issue_number description: The number that identifies the issue. in: path @@ -96541,7 +96559,7 @@ paths: examples: default: summary: Issue - value: *672 + value: *673 pinned_comment: summary: Issue with pinned comment value: @@ -96740,9 +96758,9 @@ paths: site_admin: false author_association: COLLABORATOR state_reason: completed - '301': *478 + '301': *479 '404': *6 - '410': *664 + '410': *665 '304': *37 x-github: githubCloudOnly: false @@ -96767,9 +96785,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *472 - *473 - - *673 + - *474 + - *674 requestBody: required: false content: @@ -96895,13 +96913,13 @@ paths: application/json: schema: *227 examples: - default: *672 + default: *673 '422': *15 '503': *198 '403': *29 - '301': *478 + '301': *479 '404': *6 - '410': *664 + '410': *665 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96919,9 +96937,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *472 - *473 - - *673 + - *474 + - *674 requestBody: required: false content: @@ -96949,7 +96967,7 @@ paths: application/json: schema: *227 examples: - default: *672 + default: *673 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96965,9 +96983,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *472 - *473 - - *673 + - *474 + - *674 requestBody: content: application/json: @@ -96994,7 +97012,7 @@ paths: application/json: schema: *227 examples: - default: *672 + default: *673 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97016,9 +97034,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: - - *472 - *473 - - *673 + - *474 + - *674 - name: assignee in: path required: true @@ -97058,9 +97076,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *472 - *473 - - *673 + - *474 + - *674 - *234 - *17 - *19 @@ -97071,13 +97089,13 @@ paths: application/json: schema: type: array - items: *665 + items: *666 examples: - default: *674 + default: *675 headers: Link: *47 '404': *6 - '410': *664 + '410': *665 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97106,9 +97124,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *472 - *473 - - *673 + - *474 + - *674 requestBody: required: true content: @@ -97130,16 +97148,16 @@ paths: description: Response content: application/json: - schema: *665 + schema: *666 examples: - default: *666 + default: *667 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *664 + '410': *665 '422': *15 '404': *6 x-github: @@ -97167,9 +97185,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: - - *472 - *473 - - *673 + - *474 + - *674 - *17 - *19 responses: @@ -97181,12 +97199,12 @@ paths: type: array items: *227 examples: - default: *675 + default: *676 headers: Link: *47 - '301': *478 + '301': *479 '404': *6 - '410': *664 + '410': *665 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97214,9 +97232,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: - - *472 - *473 - - *673 + - *474 + - *674 requestBody: required: true content: @@ -97240,15 +97258,15 @@ paths: application/json: schema: *227 examples: - default: *672 + default: *673 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *478 + '301': *479 '403': *29 - '410': *664 + '410': *665 '422': *15 '404': *6 x-github: @@ -97279,9 +97297,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: - - *472 - *473 - - *673 + - *474 + - *674 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -97295,13 +97313,13 @@ paths: application/json: schema: *227 examples: - default: *672 - '301': *478 + default: *673 + '301': *479 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *664 + '410': *665 x-github: triggersNotification: true githubCloudOnly: false @@ -97327,9 +97345,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: - - *472 - *473 - - *673 + - *474 + - *674 - *17 - *19 responses: @@ -97341,12 +97359,12 @@ paths: type: array items: *227 examples: - default: *675 + default: *676 headers: Link: *47 - '301': *478 + '301': *479 '404': *6 - '410': *664 + '410': *665 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97363,9 +97381,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *472 - *473 - - *673 + - *474 + - *674 - *17 - *19 responses: @@ -97379,7 +97397,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &678 + - &679 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -97433,7 +97451,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &679 + - &680 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -97569,7 +97587,7 @@ paths: - performed_via_github_app - assignee - assigner - - &680 + - &681 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -97620,7 +97638,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &681 + - &682 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -97671,7 +97689,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &682 + - &683 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -97725,7 +97743,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &683 + - &684 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -97772,7 +97790,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &684 + - &685 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -97819,7 +97837,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &685 + - &686 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -97879,7 +97897,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &686 + - &687 title: Locked Issue Event description: Locked Issue Event type: object @@ -97927,7 +97945,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &687 + - &688 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -97993,7 +98011,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &688 + - &689 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -98059,7 +98077,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &689 + - &690 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -98125,7 +98143,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &690 + - &691 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -98216,7 +98234,7 @@ paths: color: red headers: Link: *47 - '410': *664 + '410': *665 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98233,9 +98251,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: - - *472 - *473 - - *673 + - *474 + - *674 - *17 - *19 responses: @@ -98245,9 +98263,9 @@ paths: application/json: schema: type: array - items: *676 + items: *677 examples: - default: &779 + default: &780 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -98271,9 +98289,9 @@ paths: value: '2025-12-25' headers: Link: *47 - '301': *478 + '301': *479 '404': *6 - '410': *664 + '410': *665 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98290,9 +98308,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *472 - *473 - - *673 + - *474 + - *674 - *17 - *19 responses: @@ -98304,7 +98322,7 @@ paths: type: array items: *226 examples: - default: &677 + default: &678 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -98322,9 +98340,9 @@ paths: default: false headers: Link: *47 - '301': *478 + '301': *479 '404': *6 - '410': *664 + '410': *665 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98340,9 +98358,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *472 - *473 - - *673 + - *474 + - *674 requestBody: required: false content: @@ -98387,10 +98405,10 @@ paths: type: array items: *226 examples: - default: *677 - '301': *478 + default: *678 + '301': *479 '404': *6 - '410': *664 + '410': *665 '422': *15 x-github: githubCloudOnly: false @@ -98407,9 +98425,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *472 - *473 - - *673 + - *474 + - *674 requestBody: required: false content: @@ -98471,10 +98489,10 @@ paths: type: array items: *226 examples: - default: *677 - '301': *478 + default: *678 + '301': *479 '404': *6 - '410': *664 + '410': *665 '422': *15 x-github: githubCloudOnly: false @@ -98491,15 +98509,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *472 - *473 - - *673 + - *474 + - *674 responses: '204': description: Response - '301': *478 + '301': *479 '404': *6 - '410': *664 + '410': *665 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98518,9 +98536,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *472 - *473 - - *673 + - *474 + - *674 - name: name in: path required: true @@ -98544,9 +98562,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *478 + '301': *479 '404': *6 - '410': *664 + '410': *665 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98566,9 +98584,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *472 - *473 - - *673 + - *474 + - *674 requestBody: required: false content: @@ -98596,7 +98614,7 @@ paths: '204': description: Response '403': *29 - '410': *664 + '410': *665 '404': *6 '422': *15 x-github: @@ -98614,9 +98632,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *472 - *473 - - *673 + - *474 + - *674 responses: '204': description: Response @@ -98646,9 +98664,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#get-parent-issue parameters: - - *472 - *473 - - *673 + - *474 + - *674 responses: '200': description: Response @@ -98656,10 +98674,10 @@ paths: application/json: schema: *227 examples: - default: *672 - '301': *478 + default: *673 + '301': *479 '404': *6 - '410': *664 + '410': *665 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98676,9 +98694,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *472 - *473 - - *673 + - *474 + - *674 - 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. @@ -98704,13 +98722,13 @@ paths: application/json: schema: type: array - items: *587 + items: *588 examples: - default: *667 + default: *668 headers: Link: *47 '404': *6 - '410': *664 + '410': *665 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98728,9 +98746,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *472 - *473 - - *673 + - *474 + - *674 requestBody: required: true content: @@ -98762,16 +98780,16 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: - default: *588 + default: *589 '201': description: Response content: application/json: - schema: *587 + schema: *588 examples: - default: *588 + default: *589 '422': *15 x-github: githubCloudOnly: false @@ -98793,10 +98811,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *472 - *473 - - *673 - - *668 + - *474 + - *674 + - *669 responses: '204': description: Response @@ -98825,9 +98843,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *472 - *473 - - *673 + - *474 + - *674 requestBody: required: true content: @@ -98851,7 +98869,7 @@ paths: application/json: schema: *227 examples: - default: *672 + default: *673 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -98884,9 +98902,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *472 - *473 - - *673 + - *474 + - *674 - *17 - *19 responses: @@ -98898,11 +98916,11 @@ paths: type: array items: *227 examples: - default: *675 + default: *676 headers: Link: *47 '404': *6 - '410': *664 + '410': *665 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98930,9 +98948,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *472 - *473 - - *673 + - *474 + - *674 requestBody: required: true content: @@ -98961,14 +98979,14 @@ paths: application/json: schema: *227 examples: - default: *672 + default: *673 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *664 + '410': *665 '422': *15 '404': *6 x-github: @@ -98988,9 +99006,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *472 - *473 - - *673 + - *474 + - *674 requestBody: required: true content: @@ -99023,7 +99041,7 @@ paths: application/json: schema: *227 examples: - default: *672 + default: *673 '403': *29 '404': *6 '422': *7 @@ -99045,9 +99063,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *472 - *473 - - *673 + - *474 + - *674 - *17 - *19 responses: @@ -99062,7 +99080,6 @@ paths: description: Timeline Event type: object anyOf: - - *678 - *679 - *680 - *681 @@ -99075,6 +99092,7 @@ paths: - *688 - *689 - *690 + - *691 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -99135,8 +99153,8 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *691 - required: *692 + properties: *692 + required: *693 nullable: true required: - event @@ -99391,7 +99409,7 @@ paths: type: string comments: type: array - items: &714 + items: &715 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -99606,7 +99624,7 @@ paths: type: string comments: type: array - items: *586 + items: *587 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -99895,7 +99913,7 @@ paths: headers: Link: *47 '404': *6 - '410': *664 + '410': *665 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99912,8 +99930,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *472 - *473 + - *474 - *17 - *19 responses: @@ -99923,7 +99941,7 @@ paths: application/json: schema: type: array - items: &693 + items: &694 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -99989,8 +100007,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *472 - *473 + - *474 requestBody: required: true content: @@ -100026,9 +100044,9 @@ paths: description: Response content: application/json: - schema: *693 + schema: *694 examples: - default: &694 + default: &695 value: id: 1 key: ssh-rsa AAA... @@ -100062,9 +100080,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *472 - *473 - - &695 + - *474 + - &696 name: key_id description: The unique identifier of the key. in: path @@ -100076,9 +100094,9 @@ paths: description: Response content: application/json: - schema: *693 + schema: *694 examples: - default: *694 + default: *695 '404': *6 x-github: githubCloudOnly: false @@ -100096,9 +100114,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *472 - *473 - - *695 + - *474 + - *696 responses: '204': description: Response @@ -100118,8 +100136,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *472 - *473 + - *474 - *17 - *19 responses: @@ -100131,7 +100149,7 @@ paths: type: array items: *226 examples: - default: *677 + default: *678 headers: Link: *47 '404': *6 @@ -100152,8 +100170,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *472 - *473 + - *474 requestBody: required: true content: @@ -100191,7 +100209,7 @@ paths: application/json: schema: *226 examples: - default: &696 + default: &697 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -100223,8 +100241,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *472 - *473 + - *474 - name: name in: path required: true @@ -100237,7 +100255,7 @@ paths: application/json: schema: *226 examples: - default: *696 + default: *697 '404': *6 x-github: githubCloudOnly: false @@ -100254,8 +100272,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *472 - *473 + - *474 - name: name in: path required: true @@ -100320,8 +100338,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *472 - *473 + - *474 - name: name in: path required: true @@ -100347,8 +100365,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *472 - *473 + - *474 responses: '200': description: Response @@ -100384,8 +100402,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *472 - *473 + - *474 responses: '202': *39 '403': @@ -100413,8 +100431,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *472 - *473 + - *474 responses: '204': description: Response @@ -100440,9 +100458,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *472 - *473 - - *559 + - *474 + - *560 responses: '200': description: Response @@ -100587,8 +100605,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: - - *472 - *473 + - *474 requestBody: required: true content: @@ -100653,8 +100671,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *472 - *473 + - *474 requestBody: required: true content: @@ -100688,9 +100706,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *589 + schema: *590 examples: - default: *697 + default: *698 '204': description: Response when already merged '404': @@ -100715,8 +100733,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *472 - *473 + - *474 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -100757,12 +100775,12 @@ paths: application/json: schema: type: array - items: &698 + items: &699 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *420 - required: *421 + properties: *421 + required: *422 examples: default: value: @@ -100818,8 +100836,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *472 - *473 + - *474 requestBody: required: true content: @@ -100859,9 +100877,9 @@ paths: description: Response content: application/json: - schema: *698 + schema: *699 examples: - default: &699 + default: &700 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -100920,9 +100938,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *472 - *473 - - &700 + - *474 + - &701 name: milestone_number description: The number that identifies the milestone. in: path @@ -100934,9 +100952,9 @@ paths: description: Response content: application/json: - schema: *698 + schema: *699 examples: - default: *699 + default: *700 '404': *6 x-github: githubCloudOnly: false @@ -100953,9 +100971,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *472 - *473 - - *700 + - *474 + - *701 requestBody: required: false content: @@ -100993,9 +101011,9 @@ paths: description: Response content: application/json: - schema: *698 + schema: *699 examples: - default: *699 + default: *700 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101011,9 +101029,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *472 - *473 - - *700 + - *474 + - *701 responses: '204': description: Response @@ -101034,9 +101052,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: - - *472 - *473 - - *700 + - *474 + - *701 - *17 - *19 responses: @@ -101048,7 +101066,7 @@ paths: type: array items: *226 examples: - default: *677 + default: *678 headers: Link: *47 x-github: @@ -101067,12 +101085,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: - - *472 - *473 - - *701 + - *474 - *702 - - *234 - *703 + - *234 + - *704 - *17 - *19 responses: @@ -101084,7 +101102,7 @@ paths: type: array items: *254 examples: - default: *704 + default: *705 headers: Link: *47 x-github: @@ -101108,8 +101126,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *472 - *473 + - *474 requestBody: required: false content: @@ -101167,14 +101185,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *472 - *473 + - *474 responses: '200': description: Response content: application/json: - schema: &705 + schema: &706 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -101299,7 +101317,7 @@ paths: - custom_404 - public examples: - default: &706 + default: &707 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -101340,8 +101358,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *472 - *473 + - *474 requestBody: required: true content: @@ -101395,9 +101413,9 @@ paths: description: Response content: application/json: - schema: *705 + schema: *706 examples: - default: *706 + default: *707 '422': *15 '409': *121 x-github: @@ -101420,8 +101438,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: - - *472 - *473 + - *474 requestBody: required: true content: @@ -101528,8 +101546,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *472 - *473 + - *474 responses: '204': description: Response @@ -101555,8 +101573,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *472 - *473 + - *474 - *17 - *19 responses: @@ -101566,7 +101584,7 @@ paths: application/json: schema: type: array - items: &707 + items: &708 title: Page Build description: Page Build type: object @@ -101660,8 +101678,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *472 - *473 + - *474 responses: '201': description: Response @@ -101706,16 +101724,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *472 - *473 + - *474 responses: '200': description: Response content: application/json: - schema: *707 + schema: *708 examples: - default: &708 + default: &709 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -101763,8 +101781,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *472 - *473 + - *474 - name: build_id in: path required: true @@ -101775,9 +101793,9 @@ paths: description: Response content: application/json: - schema: *707 + schema: *708 examples: - default: *708 + default: *709 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101797,8 +101815,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *472 - *473 + - *474 requestBody: required: true content: @@ -101903,9 +101921,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: - - *472 - *473 - - &709 + - *474 + - &710 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -101963,9 +101981,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *472 - *473 - - *709 + - *474 + - *710 responses: '204': *157 '404': *6 @@ -101992,8 +102010,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: - - *472 - *473 + - *474 responses: '200': description: Response @@ -102251,8 +102269,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: - - *472 - *473 + - *474 responses: '200': description: Private vulnerability reporting status @@ -102289,8 +102307,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: - - *472 - *473 + - *474 responses: '204': *157 '422': *14 @@ -102311,8 +102329,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: - - *472 - *473 + - *474 responses: '204': *157 '422': *14 @@ -102334,8 +102352,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: - - *472 - *473 + - *474 responses: '200': description: Response @@ -102345,7 +102363,7 @@ paths: type: array items: *158 examples: - default: *710 + default: *711 '403': *29 '404': *6 x-github: @@ -102367,8 +102385,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: - - *472 - *473 + - *474 requestBody: required: true content: @@ -102384,7 +102402,7 @@ paths: required: - properties examples: - default: *711 + default: *712 responses: '204': description: No Content when custom property values are successfully created @@ -102422,8 +102440,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *472 - *473 + - *474 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -102483,9 +102501,9 @@ paths: application/json: schema: type: array - items: *593 + items: *594 examples: - default: *712 + default: *713 headers: Link: *47 '304': *37 @@ -102517,8 +102535,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *472 - *473 + - *474 requestBody: required: true content: @@ -102583,7 +102601,7 @@ paths: description: Response content: application/json: - schema: &716 + schema: &717 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -102694,8 +102712,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *420 - required: *421 + properties: *421 + required: *422 nullable: true active_lock_reason: type: string @@ -102738,7 +102756,7 @@ paths: items: *4 requested_teams: type: array - items: *456 + items: *457 head: type: object properties: @@ -102776,14 +102794,14 @@ paths: _links: type: object properties: - comments: *422 - commits: *422 - statuses: *422 - html: *422 - issue: *422 - review_comments: *422 - review_comment: *422 - self: *422 + comments: *423 + commits: *423 + statuses: *423 + html: *423 + issue: *423 + review_comments: *423 + review_comment: *423 + self: *423 required: - comments - commits @@ -102794,7 +102812,7 @@ paths: - review_comment - self author_association: *224 - auto_merge: *713 + auto_merge: *714 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -102886,7 +102904,7 @@ paths: - merged_by - review_comments examples: - default: &717 + default: &718 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -103413,8 +103431,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *472 - *473 + - *474 - name: sort in: query required: false @@ -103443,9 +103461,9 @@ paths: application/json: schema: type: array - items: *714 + items: *715 examples: - default: &719 + default: &720 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -103522,17 +103540,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: - - *472 - *473 + - *474 - *243 responses: '200': description: Response content: application/json: - schema: *714 + schema: *715 examples: - default: &715 + default: &716 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -103607,8 +103625,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: - - *472 - *473 + - *474 - *243 requestBody: required: true @@ -103631,9 +103649,9 @@ paths: description: Response content: application/json: - schema: *714 + schema: *715 examples: - default: *715 + default: *716 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103649,8 +103667,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: - - *472 - *473 + - *474 - *243 responses: '204': @@ -103672,8 +103690,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: - - *472 - *473 + - *474 - *243 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -103700,9 +103718,9 @@ paths: application/json: schema: type: array - items: *587 + items: *588 examples: - default: *667 + default: *668 headers: Link: *47 '404': *6 @@ -103723,8 +103741,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: - - *472 - *473 + - *474 - *243 requestBody: required: true @@ -103757,16 +103775,16 @@ paths: description: Reaction exists content: application/json: - schema: *587 + schema: *588 examples: - default: *588 + default: *589 '201': description: Reaction created content: application/json: - schema: *587 + schema: *588 examples: - default: *588 + default: *589 '422': *15 x-github: githubCloudOnly: false @@ -103788,10 +103806,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *472 - *473 + - *474 - *243 - - *668 + - *669 responses: '204': description: Response @@ -103834,9 +103852,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *472 - *473 - - &718 + - *474 + - &719 name: pull_number description: The number that identifies the pull request. in: path @@ -103849,9 +103867,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *716 + schema: *717 examples: - default: *717 + default: *718 '304': *37 '404': *6 '406': @@ -103886,9 +103904,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *472 - *473 - - *718 + - *474 + - *719 requestBody: required: false content: @@ -103930,9 +103948,9 @@ paths: description: Response content: application/json: - schema: *716 + schema: *717 examples: - default: *717 + default: *718 '422': *15 '403': *29 x-github: @@ -103954,9 +103972,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: - - *472 - *473 - - *718 + - *474 + - *719 requestBody: required: true content: @@ -104016,17 +104034,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *390 + schema: *391 examples: - default: *576 + default: *577 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *390 + schema: *391 examples: - default: *576 + default: *577 '401': *25 '403': *29 '404': *6 @@ -104056,9 +104074,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: - - *472 - *473 - - *718 + - *474 + - *719 - *251 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -104079,9 +104097,9 @@ paths: application/json: schema: type: array - items: *714 + items: *715 examples: - default: *719 + default: *720 headers: Link: *47 x-github: @@ -104114,9 +104132,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: - - *472 - *473 - - *718 + - *474 + - *719 requestBody: required: true content: @@ -104221,7 +104239,7 @@ paths: description: Response content: application/json: - schema: *714 + schema: *715 examples: example-for-a-multi-line-comment: value: @@ -104309,9 +104327,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: - - *472 - *473 - - *718 + - *474 + - *719 - *243 requestBody: required: true @@ -104334,7 +104352,7 @@ paths: description: Response content: application/json: - schema: *714 + schema: *715 examples: default: value: @@ -104420,9 +104438,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *472 - *473 - - *718 + - *474 + - *719 - *17 - *19 responses: @@ -104432,9 +104450,9 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: - default: *720 + default: *721 headers: Link: *47 x-github: @@ -104464,9 +104482,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *472 - *473 - - *718 + - *474 + - *719 - *17 - *19 responses: @@ -104476,7 +104494,7 @@ paths: application/json: schema: type: array - items: *602 + items: *603 examples: default: value: @@ -104514,9 +104532,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: - - *472 - *473 - - *718 + - *474 + - *719 responses: '204': description: Response if pull request has been merged @@ -104539,9 +104557,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *472 - *473 - - *718 + - *474 + - *719 requestBody: required: false content: @@ -104652,9 +104670,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: - - *472 - *473 - - *718 + - *474 + - *719 responses: '200': description: Response @@ -104729,9 +104747,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: - - *472 - *473 - - *718 + - *474 + - *719 requestBody: required: false content: @@ -104768,7 +104786,7 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: default: value: @@ -105304,9 +105322,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: - - *472 - *473 - - *718 + - *474 + - *719 requestBody: required: true content: @@ -105340,7 +105358,7 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: default: value: @@ -105845,9 +105863,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *472 - *473 - - *718 + - *474 + - *719 - *17 - *19 responses: @@ -105857,7 +105875,7 @@ paths: application/json: schema: type: array - items: &721 + items: &722 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -106008,9 +106026,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: - - *472 - *473 - - *718 + - *474 + - *719 requestBody: required: false content: @@ -106096,9 +106114,9 @@ paths: description: Response content: application/json: - schema: *721 + schema: *722 examples: - default: &723 + default: &724 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -106161,10 +106179,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: - - *472 - *473 - - *718 - - &722 + - *474 + - *719 + - &723 name: review_id description: The unique identifier of the review. in: path @@ -106176,9 +106194,9 @@ paths: description: Response content: application/json: - schema: *721 + schema: *722 examples: - default: &724 + default: &725 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -106237,10 +106255,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: - - *472 - *473 - - *718 - - *722 + - *474 + - *719 + - *723 requestBody: required: true content: @@ -106263,7 +106281,7 @@ paths: description: Response content: application/json: - schema: *721 + schema: *722 examples: default: value: @@ -106325,18 +106343,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: - - *472 - *473 - - *718 - - *722 + - *474 + - *719 + - *723 responses: '200': description: Response content: application/json: - schema: *721 + schema: *722 examples: - default: *723 + default: *724 '422': *7 '404': *6 x-github: @@ -106363,10 +106381,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: - - *472 - *473 - - *718 - - *722 + - *474 + - *719 + - *723 - *17 - *19 responses: @@ -106449,9 +106467,9 @@ paths: _links: type: object properties: - self: *422 - html: *422 - pull_request: *422 + self: *423 + html: *423 + pull_request: *423 required: - self - html @@ -106601,10 +106619,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: - - *472 - *473 - - *718 - - *722 + - *474 + - *719 + - *723 requestBody: required: true content: @@ -106632,7 +106650,7 @@ paths: description: Response content: application/json: - schema: *721 + schema: *722 examples: default: value: @@ -106695,10 +106713,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: - - *472 - *473 - - *718 - - *722 + - *474 + - *719 + - *723 requestBody: required: true content: @@ -106733,9 +106751,9 @@ paths: description: Response content: application/json: - schema: *721 + schema: *722 examples: - default: *724 + default: *725 '404': *6 '422': *7 '403': *29 @@ -106757,9 +106775,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *472 - *473 - - *718 + - *474 + - *719 requestBody: required: false content: @@ -106822,8 +106840,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *472 - *473 + - *474 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -106836,9 +106854,9 @@ paths: description: Response content: application/json: - schema: *725 + schema: *726 examples: - default: &726 + default: &727 value: type: file encoding: base64 @@ -106880,8 +106898,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: - - *472 - *473 + - *474 - name: dir description: The alternate path to look for a README file in: path @@ -106901,9 +106919,9 @@ paths: description: Response content: application/json: - schema: *725 + schema: *726 examples: - default: *726 + default: *727 '404': *6 '422': *15 x-github: @@ -106925,8 +106943,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *472 - *473 + - *474 - *17 - *19 responses: @@ -106936,7 +106954,7 @@ paths: application/json: schema: type: array - items: *727 + items: *728 examples: default: value: @@ -107030,8 +107048,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *472 - *473 + - *474 requestBody: required: true content: @@ -107107,9 +107125,9 @@ paths: description: Response content: application/json: - schema: *727 + schema: *728 examples: - default: &731 + default: &732 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -107214,9 +107232,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *472 - *473 - - &729 + - *474 + - &730 name: asset_id description: The unique identifier of the asset. in: path @@ -107228,9 +107246,9 @@ paths: description: Response content: application/json: - schema: *728 + schema: *729 examples: - default: &730 + default: &731 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 @@ -107265,7 +107283,7 @@ paths: type: User site_admin: false '404': *6 - '302': *604 + '302': *605 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107281,9 +107299,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *472 - *473 - - *729 + - *474 + - *730 requestBody: required: false content: @@ -107311,9 +107329,9 @@ paths: description: Response content: application/json: - schema: *728 + schema: *729 examples: - default: *730 + default: *731 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107329,9 +107347,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *472 - *473 - - *729 + - *474 + - *730 responses: '204': description: Response @@ -107356,8 +107374,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: - - *472 - *473 + - *474 requestBody: required: true content: @@ -107442,16 +107460,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *472 - *473 + - *474 responses: '200': description: Response content: application/json: - schema: *727 + schema: *728 examples: - default: *731 + default: *732 '404': *6 x-github: githubCloudOnly: false @@ -107469,8 +107487,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *472 - *473 + - *474 - name: tag description: tag parameter in: path @@ -107483,9 +107501,9 @@ paths: description: Response content: application/json: - schema: *727 + schema: *728 examples: - default: *731 + default: *732 '404': *6 x-github: githubCloudOnly: false @@ -107507,9 +107525,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *472 - *473 - - &732 + - *474 + - &733 name: release_id description: The unique identifier of the release. in: path @@ -107523,9 +107541,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: *727 + schema: *728 examples: - default: *731 + default: *732 '401': description: Unauthorized x-github: @@ -107543,9 +107561,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *472 - *473 - - *732 + - *474 + - *733 requestBody: required: false content: @@ -107609,9 +107627,9 @@ paths: description: Response content: application/json: - schema: *727 + schema: *728 examples: - default: *731 + default: *732 '404': description: Not Found if the discussion category name is invalid content: @@ -107632,9 +107650,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *472 - *473 - - *732 + - *474 + - *733 responses: '204': description: Response @@ -107655,9 +107673,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *472 - *473 - - *732 + - *474 + - *733 - *17 - *19 responses: @@ -107667,7 +107685,7 @@ paths: application/json: schema: type: array - items: *728 + items: *729 examples: default: value: @@ -107749,9 +107767,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: - - *472 - *473 - - *732 + - *474 + - *733 - name: name in: query required: true @@ -107777,7 +107795,7 @@ paths: description: Response for successful upload content: application/json: - schema: *728 + schema: *729 examples: response-for-successful-upload: value: @@ -107832,9 +107850,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *472 - *473 - - *732 + - *474 + - *733 - 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. @@ -107858,9 +107876,9 @@ paths: application/json: schema: type: array - items: *587 + items: *588 examples: - default: *667 + default: *668 headers: Link: *47 '404': *6 @@ -107881,9 +107899,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *472 - *473 - - *732 + - *474 + - *733 requestBody: required: true content: @@ -107913,16 +107931,16 @@ paths: description: Reaction exists content: application/json: - schema: *587 + schema: *588 examples: - default: *588 + default: *589 '201': description: Reaction created content: application/json: - schema: *587 + schema: *588 examples: - default: *588 + default: *589 '422': *15 x-github: githubCloudOnly: false @@ -107944,10 +107962,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *472 - *473 - - *732 - - *668 + - *474 + - *733 + - *669 responses: '204': description: Response @@ -107971,9 +107989,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *472 - *473 - - *525 + - *474 + - *526 - *17 - *19 responses: @@ -107990,7 +108008,7 @@ paths: oneOf: - allOf: - *172 - - &733 + - &734 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -108011,67 +108029,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *173 - - *733 + - *734 - allOf: - *174 - - *733 + - *734 - allOf: - *175 - - *733 + - *734 - allOf: + - *735 - *734 - - *733 - allOf: - *176 - - *733 + - *734 - allOf: - *177 - - *733 + - *734 - allOf: - *178 - - *733 + - *734 - allOf: - *179 - - *733 + - *734 - allOf: - *180 - - *733 + - *734 - allOf: - *181 - - *733 + - *734 - allOf: - *182 - - *733 + - *734 - allOf: - *183 - - *733 + - *734 - allOf: - *184 - - *733 + - *734 - allOf: - *185 - - *733 + - *734 - allOf: - *186 - - *733 + - *734 - allOf: - *187 - - *733 + - *734 - allOf: - *188 - - *733 + - *734 - allOf: - *189 - - *733 + - *734 - allOf: - *190 - - *733 + - *734 - allOf: - *191 - - *733 + - *734 - allOf: - *192 - - *733 + - *734 examples: default: value: @@ -108110,8 +108128,8 @@ paths: category: repos subcategory: rules parameters: - - *472 - *473 + - *474 - *17 - *19 - name: includes_parents @@ -108122,7 +108140,7 @@ paths: schema: type: boolean default: true - - *735 + - *736 responses: '200': description: Response @@ -108177,8 +108195,8 @@ paths: category: repos subcategory: rules parameters: - - *472 - *473 + - *474 requestBody: description: Request body required: true @@ -108207,7 +108225,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *736 + items: *737 required: - name - enforcement @@ -108240,7 +108258,7 @@ paths: application/json: schema: *193 examples: - default: &745 + default: &746 value: id: 42 name: super cool ruleset @@ -108288,12 +108306,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *472 - *473 - - *737 - - *107 + - *474 - *738 + - *107 - *739 + - *740 - *17 - *19 responses: @@ -108301,9 +108319,9 @@ paths: description: Response content: application/json: - schema: *740 + schema: *741 examples: - default: *741 + default: *742 '404': *6 '500': *40 x-github: @@ -108324,17 +108342,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *472 - *473 - - *742 + - *474 + - *743 responses: '200': description: Response content: application/json: - schema: *743 + schema: *744 examples: - default: *744 + default: *745 '404': *6 '500': *40 x-github: @@ -108362,8 +108380,8 @@ paths: category: repos subcategory: rules parameters: - - *472 - *473 + - *474 - name: ruleset_id description: The ID of the ruleset. in: path @@ -108385,7 +108403,7 @@ paths: application/json: schema: *193 examples: - default: *745 + default: *746 '404': *6 '500': *40 put: @@ -108403,8 +108421,8 @@ paths: category: repos subcategory: rules parameters: - - *472 - *473 + - *474 - name: ruleset_id description: The ID of the ruleset. in: path @@ -108438,7 +108456,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *736 + items: *737 examples: default: value: @@ -108468,7 +108486,7 @@ paths: application/json: schema: *193 examples: - default: *745 + default: *746 '404': *6 '422': *15 '500': *40 @@ -108487,8 +108505,8 @@ paths: category: repos subcategory: rules parameters: - - *472 - *473 + - *474 - name: ruleset_id description: The ID of the ruleset. in: path @@ -108511,8 +108529,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *472 - *473 + - *474 - *17 - *19 - name: ruleset_id @@ -108530,7 +108548,7 @@ paths: type: array items: *197 examples: - default: *440 + default: *441 '404': *6 '500': *40 x-github: @@ -108549,8 +108567,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *472 - *473 + - *474 - name: ruleset_id description: The ID of the ruleset. in: path @@ -108568,7 +108586,7 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: default: value: @@ -108623,22 +108641,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: - - *472 - *473 - - *442 + - *474 - *443 - *444 - *445 - *446 + - *447 - *112 - *19 - *17 - - *746 - *747 - - *447 + - *748 - *448 - *449 - *450 + - *451 responses: '200': description: Response @@ -108646,7 +108664,7 @@ paths: application/json: schema: type: array - items: &751 + items: &752 type: object properties: number: *130 @@ -108665,8 +108683,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *748 - resolution: *749 + state: *749 + resolution: *750 resolved_at: type: string format: date-time @@ -108762,7 +108780,7 @@ paths: pull request. ' - oneOf: *750 + oneOf: *751 nullable: true has_more_locations: type: boolean @@ -108926,16 +108944,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: - - *472 - *473 - - *553 - - *450 + - *474 + - *554 + - *451 responses: '200': description: Response content: application/json: - schema: *751 + schema: *752 examples: default: value: @@ -108989,9 +109007,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: - - *472 - *473 - - *553 + - *474 + - *554 requestBody: required: true content: @@ -108999,8 +109017,8 @@ paths: schema: type: object properties: - state: *748 - resolution: *749 + state: *749 + resolution: *750 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -109036,7 +109054,7 @@ paths: description: Response content: application/json: - schema: *751 + schema: *752 examples: default: value: @@ -109131,9 +109149,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: - - *472 - *473 - - *553 + - *474 + - *554 - *19 - *17 responses: @@ -109144,7 +109162,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &938 + items: &939 type: object properties: type: @@ -109170,7 +109188,6 @@ paths: example: commit details: oneOf: - - *752 - *753 - *754 - *755 @@ -109183,6 +109200,7 @@ paths: - *762 - *763 - *764 + - *765 examples: default: value: @@ -109268,8 +109286,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: - - *472 - *473 + - *474 requestBody: required: true content: @@ -109277,14 +109295,14 @@ paths: schema: type: object properties: - reason: &766 + reason: &767 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *765 + placeholder_id: *766 required: - reason - placeholder_id @@ -109301,7 +109319,7 @@ paths: schema: type: object properties: - reason: *766 + reason: *767 expire_at: type: string format: date-time @@ -109347,8 +109365,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: - - *472 - *473 + - *474 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -109363,7 +109381,7 @@ paths: properties: incremental_scans: type: array - items: &767 + items: &768 description: Information on a single scan performed by secret scanning on the repository type: object @@ -109389,15 +109407,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *767 + items: *768 backfill_scans: type: array - items: *767 + items: *768 custom_pattern_backfill_scans: type: array items: allOf: - - *767 + - *768 - type: object properties: pattern_name: @@ -109467,8 +109485,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *472 - *473 + - *474 - *112 - name: sort description: The property to sort the results by. @@ -109512,9 +109530,9 @@ paths: application/json: schema: type: array - items: *768 + items: *769 examples: - default: *769 + default: *770 '400': *14 '404': *6 x-github: @@ -109537,8 +109555,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: - - *472 - *473 + - *474 requestBody: required: true content: @@ -109611,7 +109629,7 @@ paths: login: type: string description: The username of the user credited. - type: *455 + type: *456 required: - login - type @@ -109698,9 +109716,9 @@ paths: description: Response content: application/json: - schema: *768 + schema: *769 examples: - default: &771 + default: &772 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -109933,8 +109951,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: - - *472 - *473 + - *474 requestBody: required: true content: @@ -110038,7 +110056,7 @@ paths: description: Response content: application/json: - schema: *768 + schema: *769 examples: default: value: @@ -110185,17 +110203,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: - - *472 - *473 - - *770 + - *474 + - *771 responses: '200': description: Response content: application/json: - schema: *768 + schema: *769 examples: - default: *771 + default: *772 '403': *29 '404': *6 x-github: @@ -110219,9 +110237,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: - - *472 - *473 - - *770 + - *474 + - *771 requestBody: required: true content: @@ -110294,7 +110312,7 @@ paths: login: type: string description: The username of the user credited. - type: *455 + type: *456 required: - login - type @@ -110380,10 +110398,10 @@ paths: description: Response content: application/json: - schema: *768 + schema: *769 examples: - default: *771 - add_credit: *771 + default: *772 + add_credit: *772 '403': *29 '404': *6 '422': @@ -110421,9 +110439,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: - - *472 - *473 - - *770 + - *474 + - *771 responses: '202': *39 '400': *14 @@ -110450,17 +110468,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: - - *472 - *473 - - *770 + - *474 + - *771 responses: '202': description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: *479 + default: *480 '400': *14 '422': *15 '403': *29 @@ -110486,8 +110504,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *472 - *473 + - *474 - *17 - *19 responses: @@ -110586,8 +110604,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *472 - *473 + - *474 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -110596,7 +110614,7 @@ paths: application/json: schema: type: array - items: &772 + items: &773 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -110629,8 +110647,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: - - *472 - *473 + - *474 responses: '200': description: Response @@ -110706,8 +110724,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *472 - *473 + - *474 responses: '200': description: Response @@ -110803,8 +110821,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *472 - *473 + - *474 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -110958,8 +110976,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: - - *472 - *473 + - *474 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -110969,7 +110987,7 @@ paths: application/json: schema: type: array - items: *772 + items: *773 examples: default: value: @@ -111002,8 +111020,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *472 - *473 + - *474 - name: sha in: path required: true @@ -111057,7 +111075,7 @@ paths: description: Response content: application/json: - schema: *773 + schema: *774 examples: default: value: @@ -111111,8 +111129,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *472 - *473 + - *474 - *17 - *19 responses: @@ -111144,14 +111162,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *472 - *473 + - *474 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &774 + schema: &775 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -111219,8 +111237,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *472 - *473 + - *474 requestBody: required: false content: @@ -111246,7 +111264,7 @@ paths: description: Response content: application/json: - schema: *774 + schema: *775 examples: default: value: @@ -111273,8 +111291,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *472 - *473 + - *474 responses: '204': description: Response @@ -111294,8 +111312,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *472 - *473 + - *474 - *17 - *19 responses: @@ -111374,8 +111392,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *472 - *473 + - *474 - name: ref in: path required: true @@ -111411,8 +111429,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *472 - *473 + - *474 - *17 - *19 responses: @@ -111424,7 +111442,7 @@ paths: type: array items: *319 examples: - default: *400 + default: *401 headers: Link: *47 '404': *6 @@ -111444,8 +111462,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *472 - *473 + - *474 - *19 - *17 responses: @@ -111453,7 +111471,7 @@ paths: description: Response content: application/json: - schema: &775 + schema: &776 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -111465,7 +111483,7 @@ paths: required: - names examples: - default: &776 + default: &777 value: names: - octocat @@ -111488,8 +111506,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *472 - *473 + - *474 requestBody: required: true content: @@ -111520,9 +111538,9 @@ paths: description: Response content: application/json: - schema: *775 + schema: *776 examples: - default: *776 + default: *777 '404': *6 '422': *7 x-github: @@ -111543,9 +111561,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *472 - *473 - - &777 + - *474 + - &778 name: per description: The time frame to display results for. in: query @@ -111574,7 +111592,7 @@ paths: example: 128 clones: type: array - items: &778 + items: &779 title: Traffic type: object properties: @@ -111661,8 +111679,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *472 - *473 + - *474 responses: '200': description: Response @@ -111752,8 +111770,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *472 - *473 + - *474 responses: '200': description: Response @@ -111813,9 +111831,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *472 - *473 - - *777 + - *474 + - *778 responses: '200': description: Response @@ -111834,7 +111852,7 @@ paths: example: 3782 views: type: array - items: *778 + items: *779 required: - uniques - count @@ -111911,8 +111929,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *472 - *473 + - *474 requestBody: required: true content: @@ -112186,8 +112204,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: - - *472 - *473 + - *474 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -112210,8 +112228,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *472 - *473 + - *474 responses: '204': description: Response @@ -112233,8 +112251,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *472 - *473 + - *474 responses: '204': description: Response @@ -112260,8 +112278,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *472 - *473 + - *474 - name: ref in: path required: true @@ -112353,9 +112371,9 @@ paths: description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: *479 + default: *480 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -112503,7 +112521,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - *284 - - *673 + - *674 requestBody: required: true content: @@ -112567,9 +112585,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *676 + items: *677 examples: - default: *779 + default: *780 '400': *14 '403': *29 '404': *6 @@ -112606,7 +112624,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - *284 - - *673 + - *674 requestBody: required: true content: @@ -112671,9 +112689,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *676 + items: *677 examples: - default: *779 + default: *780 '400': *14 '403': *29 '404': *6 @@ -112705,8 +112723,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - *284 - - *673 - - *384 + - *674 + - *385 responses: '204': description: Issue field value deleted successfully @@ -112748,7 +112766,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &787 + - &788 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -112757,7 +112775,7 @@ paths: schema: type: string example: members - - &792 + - &793 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -112768,7 +112786,7 @@ paths: default: 1 format: int32 example: 1 - - &793 + - &794 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -112810,7 +112828,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &782 + items: &783 allOf: - type: object required: @@ -112885,7 +112903,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: &794 + meta: &795 type: object description: The metadata associated with the creation/updates to the user. @@ -112945,30 +112963,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &783 + '400': &784 description: Bad request content: application/json: - schema: *780 + schema: *781 application/scim+json: - schema: *780 - '401': *781 - '403': &784 + schema: *781 + '401': *782 + '403': &785 description: Permission denied - '429': &785 + '429': &786 description: Too many requests content: application/json: - schema: *780 + schema: *781 application/scim+json: - schema: *780 - '500': &786 + schema: *781 + '500': &787 description: Internal server error content: application/json: - schema: *780 + schema: *781 application/scim+json: - schema: *780 + schema: *781 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -112992,7 +113010,7 @@ paths: required: true content: application/json: - schema: &790 + schema: &791 type: object required: - schemas @@ -113052,9 +113070,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *782 + schema: *783 examples: - group: &788 + group: &789 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -113073,13 +113091,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': *783 - '401': *781 - '403': *784 - '409': &791 + '400': *784 + '401': *782 + '403': *785 + '409': &792 description: Duplicate record detected - '429': *785 - '500': *786 + '429': *786 + '500': *787 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113096,7 +113114,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: - - &789 + - &790 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -113104,22 +113122,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *787 + - *788 - *41 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *782 + schema: *783 examples: - default: *788 - '400': *783 - '401': *781 - '403': *784 + default: *789 + '400': *784 + '401': *782 + '403': *785 '404': *6 - '429': *785 - '500': *786 + '429': *786 + '500': *787 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113138,13 +113156,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: - - *789 + - *790 - *41 requestBody: required: true content: application/json: - schema: *790 + schema: *791 examples: group: summary: Group @@ -113170,17 +113188,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *782 + schema: *783 examples: - group: *788 - groupWithMembers: *788 - '400': *783 - '401': *781 - '403': *784 + group: *789 + groupWithMembers: *789 + '400': *784 + '401': *782 + '403': *785 '404': *6 - '409': *791 - '429': *785 - '500': *786 + '409': *792 + '429': *786 + '500': *787 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113204,13 +113222,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: - - *789 + - *790 - *41 requestBody: required: true content: application/json: - schema: &801 + schema: &802 type: object required: - Operations @@ -113270,17 +113288,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *782 + schema: *783 examples: - updateGroup: *788 - addMembers: *788 - '400': *783 - '401': *781 - '403': *784 + updateGroup: *789 + addMembers: *789 + '400': *784 + '401': *782 + '403': *785 '404': *6 - '409': *791 - '429': *785 - '500': *786 + '409': *792 + '429': *786 + '500': *787 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113296,17 +113314,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: - - *789 + - *790 - *41 responses: '204': description: Group was deleted, no content - '400': *783 - '401': *781 - '403': *784 + '400': *784 + '401': *782 + '403': *785 '404': *6 - '429': *785 - '500': *786 + '429': *786 + '500': *787 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113340,8 +113358,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *792 - *793 + - *794 - *41 responses: '200': @@ -113374,7 +113392,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &796 + items: &797 allOf: - type: object required: @@ -113453,7 +113471,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &795 + roles: &796 type: array description: The roles assigned to the user. items: @@ -113509,7 +113527,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *794 + meta: *795 startIndex: type: integer description: A starting index for the returned page @@ -113546,11 +113564,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *783 - '401': *781 - '403': *784 - '429': *785 - '500': *786 + '400': *784 + '401': *782 + '403': *785 + '429': *786 + '500': *787 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113574,7 +113592,7 @@ paths: required: true content: application/json: - schema: &799 + schema: &800 type: object required: - schemas @@ -113656,9 +113674,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *795 + roles: *796 examples: - user: &800 + user: &801 summary: User value: schemas: @@ -113705,9 +113723,9 @@ paths: description: User has been created content: application/scim+json: - schema: *796 + schema: *797 examples: - user: &797 + user: &798 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -113733,13 +113751,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: *797 - '400': *783 - '401': *781 - '403': *784 - '409': *791 - '429': *785 - '500': *786 + enterpriseOwner: *798 + '400': *784 + '401': *782 + '403': *785 + '409': *792 + '429': *786 + '500': *787 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113756,7 +113774,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: - - &798 + - &799 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -113769,15 +113787,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *796 + schema: *797 examples: - default: *797 - '400': *783 - '401': *781 - '403': *784 + default: *798 + '400': *784 + '401': *782 + '403': *785 '404': *6 - '429': *785 - '500': *786 + '429': *786 + '500': *787 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113828,30 +113846,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: - - *798 + - *799 - *41 requestBody: required: true content: application/json: - schema: *799 + schema: *800 examples: - user: *800 + user: *801 responses: '200': description: User was updated content: application/scim+json: - schema: *796 + schema: *797 examples: - user: *797 - '400': *783 - '401': *781 - '403': *784 + user: *798 + '400': *784 + '401': *782 + '403': *785 '404': *6 - '409': *791 - '429': *785 - '500': *786 + '409': *792 + '429': *786 + '500': *787 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113892,13 +113910,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: - - *798 + - *799 - *41 requestBody: required: true content: application/json: - schema: *801 + schema: *802 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -113938,18 +113956,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *796 + schema: *797 examples: - userMultiValuedProperties: *797 - userSingleValuedProperties: *797 - disableUser: *797 - '400': *783 - '401': *781 - '403': *784 + userMultiValuedProperties: *798 + userSingleValuedProperties: *798 + disableUser: *798 + '400': *784 + '401': *782 + '403': *785 '404': *6 - '409': *791 - '429': *785 - '500': *786 + '409': *792 + '429': *786 + '500': *787 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113969,17 +113987,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: - - *798 + - *799 - *41 responses: '204': description: User was deleted, no content - '400': *783 - '401': *781 - '403': *784 + '400': *784 + '401': *782 + '403': *785 '404': *6 - '429': *785 - '500': *786 + '429': *786 + '500': *787 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -114066,7 +114084,7 @@ paths: example: 1 Resources: type: array - items: &802 + items: &803 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -114297,22 +114315,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *37 - '404': &803 + '404': &804 description: Resource not found content: application/json: - schema: *780 + schema: *781 application/scim+json: - schema: *780 - '403': &804 + schema: *781 + '403': &805 description: Forbidden content: application/json: - schema: *780 + schema: *781 application/scim+json: - schema: *780 - '400': *783 - '429': *785 + schema: *781 + '400': *784 + '429': *786 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -114338,9 +114356,9 @@ paths: description: Response content: application/scim+json: - schema: *802 + schema: *803 examples: - default: &805 + default: &806 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -114363,17 +114381,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *37 - '404': *803 - '403': *804 - '500': *786 + '404': *804 + '403': *805 + '500': *787 '409': description: Conflict content: application/json: - schema: *780 + schema: *781 application/scim+json: - schema: *780 - '400': *783 + schema: *781 + '400': *784 requestBody: required: true content: @@ -114471,17 +114489,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *89 - - *798 + - *799 responses: '200': description: Response content: application/scim+json: - schema: *802 + schema: *803 examples: - default: *805 - '404': *803 - '403': *804 + default: *806 + '404': *804 + '403': *805 '304': *37 x-github: githubCloudOnly: true @@ -114505,18 +114523,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *89 - - *798 + - *799 responses: '200': description: Response content: application/scim+json: - schema: *802 + schema: *803 examples: - default: *805 + default: *806 '304': *37 - '404': *803 - '403': *804 + '404': *804 + '403': *805 requestBody: required: true content: @@ -114629,19 +114647,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *89 - - *798 + - *799 responses: '200': description: Response content: application/scim+json: - schema: *802 + schema: *803 examples: - default: *805 + default: *806 '304': *37 - '404': *803 - '403': *804 - '400': *783 + '404': *804 + '403': *805 + '400': *784 '429': description: Response content: @@ -114732,12 +114750,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *89 - - *798 + - *799 responses: '204': description: Response - '404': *803 - '403': *804 + '404': *804 + '403': *805 '304': *37 x-github: githubCloudOnly: true @@ -114870,7 +114888,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &806 + text_matches: &807 title: Search Result Text Matches type: array items: @@ -115033,7 +115051,7 @@ paths: enum: - author-date - committer-date - - &807 + - &808 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 @@ -115104,7 +115122,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *523 + properties: *524 nullable: true comment_count: type: integer @@ -115124,7 +115142,7 @@ paths: url: type: string format: uri - verification: *651 + verification: *652 required: - author - committer @@ -115143,7 +115161,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *523 + properties: *524 nullable: true parents: type: array @@ -115161,7 +115179,7 @@ paths: type: number node_id: type: string - text_matches: *806 + text_matches: *807 required: - sha - node_id @@ -115354,7 +115372,7 @@ paths: - interactions - created - updated - - *807 + - *808 - *17 - *19 - name: advanced_search @@ -115468,11 +115486,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *808 - issue_dependencies_summary: *809 + sub_issues_summary: *809 + issue_dependencies_summary: *810 issue_field_values: type: array - items: *676 + items: *677 state: type: string state_reason: @@ -115489,8 +115507,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *420 - required: *421 + properties: *421 + required: *422 nullable: true comments: type: integer @@ -115504,7 +115522,7 @@ paths: type: string format: date-time nullable: true - text_matches: *806 + text_matches: *807 pull_request: type: object properties: @@ -115548,7 +115566,7 @@ paths: timeline_url: type: string format: uri - type: *385 + type: *386 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -115776,7 +115794,7 @@ paths: enum: - created - updated - - *807 + - *808 - *17 - *19 responses: @@ -115820,7 +115838,7 @@ paths: nullable: true score: type: number - text_matches: *806 + text_matches: *807 required: - id - node_id @@ -115906,7 +115924,7 @@ paths: - forks - help-wanted-issues - updated - - *807 + - *808 - *17 - *19 responses: @@ -116154,7 +116172,7 @@ paths: - admin - pull - push - text_matches: *806 + text_matches: *807 temp_clone_token: type: string allow_merge_commit: @@ -116455,7 +116473,7 @@ paths: type: string format: uri nullable: true - text_matches: *806 + text_matches: *807 related: type: array nullable: true @@ -116648,7 +116666,7 @@ paths: - followers - repositories - joined - - *807 + - *808 - *17 - *19 responses: @@ -116752,7 +116770,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *806 + text_matches: *807 blog: type: string nullable: true @@ -116831,7 +116849,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &810 + - &811 name: team_id description: The unique identifier of the team. in: path @@ -116843,9 +116861,9 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: - default: *465 + default: *466 '404': *6 x-github: githubCloudOnly: false @@ -116872,7 +116890,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *810 + - *811 requestBody: required: true content: @@ -116935,16 +116953,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *464 + schema: *465 examples: - default: *465 + default: *466 '201': description: Response content: application/json: - schema: *464 + schema: *465 examples: - default: *465 + default: *466 '404': *6 '422': *15 '403': *29 @@ -116972,7 +116990,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *810 + - *811 responses: '204': description: Response @@ -117001,7 +117019,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *810 + - *811 - *17 - *19 responses: @@ -117011,9 +117029,9 @@ paths: application/json: schema: type: array - items: *379 + items: *380 examples: - default: *380 + default: *381 headers: Link: *47 x-github: @@ -117039,7 +117057,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *810 + - *811 - name: role description: Filters members returned by their role in the team. in: query @@ -117090,7 +117108,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *810 + - *811 - *145 responses: '204': @@ -117127,7 +117145,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *810 + - *811 - *145 responses: '204': @@ -117167,7 +117185,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *810 + - *811 - *145 responses: '204': @@ -117204,16 +117222,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: - - *810 + - *811 - *145 responses: '200': description: Response content: application/json: - schema: *471 + schema: *472 examples: - response-if-user-is-a-team-maintainer: *811 + response-if-user-is-a-team-maintainer: *812 '404': *6 x-github: githubCloudOnly: false @@ -117246,7 +117264,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: - - *810 + - *811 - *145 requestBody: required: false @@ -117272,9 +117290,9 @@ paths: description: Response content: application/json: - schema: *471 + schema: *472 examples: - response-if-users-membership-with-team-is-now-pending: *812 + response-if-users-membership-with-team-is-now-pending: *813 '403': description: Forbidden if team synchronization is set up '422': @@ -117308,7 +117326,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: - - *810 + - *811 - *145 responses: '204': @@ -117336,7 +117354,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *810 + - *811 - *17 - *19 responses: @@ -117348,7 +117366,7 @@ paths: type: array items: *290 examples: - default: *407 + default: *408 headers: Link: *47 '404': *6 @@ -117378,15 +117396,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: - - *810 - - *472 + - *811 - *473 + - *474 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *813 + schema: *814 examples: alternative-response-with-extra-repository-information: value: @@ -117537,9 +117555,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: - - *810 - - *472 + - *811 - *473 + - *474 requestBody: required: false content: @@ -117589,9 +117607,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: - - *810 - - *472 + - *811 - *473 + - *474 responses: '204': description: Response @@ -117620,15 +117638,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: - - *810 + - *811 responses: '200': description: Response content: application/json: - schema: *474 + schema: *475 examples: - default: *475 + default: *476 '403': *29 '404': *6 x-github: @@ -117655,7 +117673,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: - - *810 + - *811 requestBody: required: true content: @@ -117712,7 +117730,7 @@ paths: description: Response content: application/json: - schema: *474 + schema: *475 examples: default: value: @@ -117743,7 +117761,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *810 + - *811 - *17 - *19 responses: @@ -117755,7 +117773,7 @@ paths: type: array items: *319 examples: - response-if-child-teams-exist: *814 + response-if-child-teams-exist: *815 headers: Link: *47 '404': *6 @@ -117788,7 +117806,7 @@ paths: application/json: schema: oneOf: - - &816 + - &817 title: Private User description: Private User type: object @@ -117991,7 +118009,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *815 + - *816 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -118144,7 +118162,7 @@ paths: description: Response content: application/json: - schema: *816 + schema: *817 examples: default: value: @@ -118347,9 +118365,9 @@ paths: type: integer codespaces: type: array - items: *390 + items: *391 examples: - default: *391 + default: *392 '304': *37 '500': *40 '401': *25 @@ -118488,17 +118506,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *390 + schema: *391 examples: - default: *576 + default: *577 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *390 + schema: *391 examples: - default: *576 + default: *577 '401': *25 '403': *29 '404': *6 @@ -118542,7 +118560,7 @@ paths: type: integer secrets: type: array - items: &817 + items: &818 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -118582,7 +118600,7 @@ paths: - visibility - selected_repositories_url examples: - default: *579 + default: *580 headers: Link: *47 x-github: @@ -118658,7 +118676,7 @@ paths: description: Response content: application/json: - schema: *817 + schema: *818 examples: default: value: @@ -118948,15 +118966,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: - - *392 + - *393 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *576 + default: *577 '304': *37 '500': *40 '401': *25 @@ -118982,7 +119000,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: - - *392 + - *393 requestBody: required: false content: @@ -119012,9 +119030,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *576 + default: *577 '401': *25 '403': *29 '404': *6 @@ -119036,7 +119054,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: - - *392 + - *393 responses: '202': *39 '304': *37 @@ -119065,13 +119083,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: - - *392 + - *393 responses: '202': description: Response content: application/json: - schema: &818 + schema: &819 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -119112,7 +119130,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &819 + default: &820 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -119144,7 +119162,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *392 + - *393 - name: export_id in: path required: true @@ -119157,9 +119175,9 @@ paths: description: Response content: application/json: - schema: *818 + schema: *819 examples: - default: *819 + default: *820 '404': *6 x-github: githubCloudOnly: false @@ -119180,7 +119198,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *392 + - *393 responses: '200': description: Response @@ -119196,9 +119214,9 @@ paths: type: integer machines: type: array - items: *820 + items: *821 examples: - default: *821 + default: *822 '304': *37 '500': *40 '401': *25 @@ -119227,7 +119245,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: - - *392 + - *393 requestBody: required: true content: @@ -119277,13 +119295,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *477 + repository: *478 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *577 - required: *578 + properties: *578 + required: *579 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -120057,15 +120075,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: - - *392 + - *393 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *576 + default: *577 '304': *37 '500': *40 '400': *14 @@ -120097,15 +120115,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: - - *392 + - *393 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *576 + default: *577 '500': *40 '401': *25 '403': *29 @@ -120135,9 +120153,9 @@ paths: application/json: schema: type: array - items: *401 + items: *402 examples: - default: &832 + default: &833 value: - id: 197 name: hello_docker @@ -120238,7 +120256,7 @@ paths: application/json: schema: type: array - items: &822 + items: &823 title: Email description: Email type: object @@ -120303,9 +120321,9 @@ paths: application/json: schema: type: array - items: *822 + items: *823 examples: - default: &834 + default: &835 value: - email: octocat@github.com verified: true @@ -120380,7 +120398,7 @@ paths: application/json: schema: type: array - items: *822 + items: *823 examples: default: value: @@ -120636,7 +120654,7 @@ paths: application/json: schema: type: array - items: &823 + items: &824 title: GPG Key description: A unique encryption key type: object @@ -120767,7 +120785,7 @@ paths: - subkeys - revoked examples: - default: &850 + default: &851 value: - id: 3 name: Octocat's GPG Key @@ -120852,9 +120870,9 @@ paths: description: Response content: application/json: - schema: *823 + schema: *824 examples: - default: &824 + default: &825 value: id: 3 name: Octocat's GPG Key @@ -120911,7 +120929,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: - - &825 + - &826 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -120923,9 +120941,9 @@ paths: description: Response content: application/json: - schema: *823 + schema: *824 examples: - default: *824 + default: *825 '404': *6 '304': *37 '403': *29 @@ -120948,7 +120966,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: - - *825 + - *826 responses: '204': description: Response @@ -121227,12 +121245,12 @@ paths: application/json: schema: anyOf: - - *377 + - *378 - type: object properties: {} additionalProperties: false examples: - default: *378 + default: *379 '204': description: Response when there are no restrictions x-github: @@ -121256,7 +121274,7 @@ paths: required: true content: application/json: - schema: *661 + schema: *662 examples: default: value: @@ -121267,7 +121285,7 @@ paths: description: Response content: application/json: - schema: *377 + schema: *378 examples: default: value: @@ -121348,7 +121366,7 @@ paths: - closed - all default: open - - *388 + - *389 - name: sort description: What to sort results by. in: query @@ -121373,7 +121391,7 @@ paths: type: array items: *227 examples: - default: *389 + default: *390 headers: Link: *47 '404': *6 @@ -121406,7 +121424,7 @@ paths: application/json: schema: type: array - items: &826 + items: &827 title: Key description: Key type: object @@ -121507,9 +121525,9 @@ paths: description: Response content: application/json: - schema: *826 + schema: *827 examples: - default: &827 + default: &828 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -121542,15 +121560,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: - - *695 + - *696 responses: '200': description: Response content: application/json: - schema: *826 + schema: *827 examples: - default: *827 + default: *828 '404': *6 '304': *37 '403': *29 @@ -121573,7 +121591,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: - - *695 + - *696 responses: '204': description: Response @@ -121606,7 +121624,7 @@ paths: application/json: schema: type: array - items: &828 + items: &829 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -121674,7 +121692,7 @@ paths: - account - plan examples: - default: &829 + default: &830 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -121736,9 +121754,9 @@ paths: application/json: schema: type: array - items: *828 + items: *829 examples: - default: *829 + default: *830 headers: Link: *47 '304': *37 @@ -121778,7 +121796,7 @@ paths: application/json: schema: type: array - items: *393 + items: *394 examples: default: value: @@ -121892,7 +121910,7 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: default: value: @@ -121979,7 +121997,7 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: default: value: @@ -122051,7 +122069,7 @@ paths: application/json: schema: type: array - items: *395 + items: *396 examples: default: value: @@ -122304,7 +122322,7 @@ paths: description: Response content: application/json: - schema: *395 + schema: *396 examples: default: value: @@ -122484,7 +122502,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *396 + - *397 - name: exclude in: query required: false @@ -122497,7 +122515,7 @@ paths: description: Response content: application/json: - schema: *395 + schema: *396 examples: default: value: @@ -122691,7 +122709,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *396 + - *397 responses: '302': description: Response @@ -122717,7 +122735,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *396 + - *397 responses: '204': description: Response @@ -122746,8 +122764,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *396 - - *830 + - *397 + - *831 responses: '204': description: Response @@ -122771,7 +122789,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *396 + - *397 - *17 - *19 responses: @@ -122783,7 +122801,7 @@ paths: type: array items: *290 examples: - default: *407 + default: *408 headers: Link: *47 '404': *6 @@ -122862,7 +122880,7 @@ paths: - docker - nuget - container - - *831 + - *832 - *19 - *17 responses: @@ -122872,10 +122890,10 @@ paths: application/json: schema: type: array - items: *401 + items: *402 examples: - default: *832 - '400': *833 + default: *833 + '400': *834 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -122895,16 +122913,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: - - *403 - *404 + - *405 responses: '200': description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: &851 + default: &852 value: id: 40201 name: octo-name @@ -123017,8 +123035,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: - - *403 - *404 + - *405 responses: '204': description: Response @@ -123048,8 +123066,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: - - *403 - *404 + - *405 - name: token description: package token schema: @@ -123081,8 +123099,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: - - *403 - *404 + - *405 - *19 - *17 - name: state @@ -123102,7 +123120,7 @@ paths: application/json: schema: type: array - items: *405 + items: *406 examples: default: value: @@ -123151,15 +123169,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: - - *403 - *404 - - *406 + - *405 + - *407 responses: '200': description: Response content: application/json: - schema: *405 + schema: *406 examples: default: value: @@ -123195,9 +123213,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: - - *403 - *404 - - *406 + - *405 + - *407 responses: '204': description: Response @@ -123227,9 +123245,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: - - *403 - *404 - - *406 + - *405 + - *407 responses: '204': description: Response @@ -123266,9 +123284,9 @@ paths: application/json: schema: type: array - items: *822 + items: *823 examples: - default: *834 + default: *835 headers: Link: *47 '304': *37 @@ -123381,7 +123399,7 @@ paths: type: array items: *80 examples: - default: &841 + default: &842 summary: Default response value: - id: 1296269 @@ -123685,9 +123703,9 @@ paths: description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: *479 + default: *480 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -123725,9 +123743,9 @@ paths: application/json: schema: type: array - items: *663 + items: *664 examples: - default: *835 + default: *836 headers: Link: *47 '304': *37 @@ -123750,7 +123768,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *381 + - *382 responses: '204': description: Response @@ -123773,7 +123791,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *381 + - *382 responses: '204': description: Response @@ -123806,7 +123824,7 @@ paths: application/json: schema: type: array - items: &836 + items: &837 title: Social account description: Social media account type: object @@ -123821,7 +123839,7 @@ paths: - provider - url examples: - default: &837 + default: &838 value: - provider: twitter url: https://twitter.com/github @@ -123883,9 +123901,9 @@ paths: application/json: schema: type: array - items: *836 + items: *837 examples: - default: *837 + default: *838 '422': *15 '304': *37 '404': *6 @@ -123972,7 +123990,7 @@ paths: application/json: schema: type: array - items: &838 + items: &839 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -123992,7 +124010,7 @@ paths: - title - created_at examples: - default: &865 + default: &866 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -124056,9 +124074,9 @@ paths: description: Response content: application/json: - schema: *838 + schema: *839 examples: - default: &839 + default: &840 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -124088,7 +124106,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: - - &840 + - &841 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -124100,9 +124118,9 @@ paths: description: Response content: application/json: - schema: *838 + schema: *839 examples: - default: *839 + default: *840 '404': *6 '304': *37 '403': *29 @@ -124125,7 +124143,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: - - *840 + - *841 responses: '204': description: Response @@ -124154,7 +124172,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: - - &866 + - &867 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 @@ -124179,11 +124197,11 @@ paths: type: array items: *80 examples: - default-response: *841 + default-response: *842 application/vnd.github.v3.star+json: schema: type: array - items: &867 + items: &868 title: Starred Repository description: Starred Repository type: object @@ -124339,8 +124357,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: - - *472 - *473 + - *474 responses: '204': description: Response if this repository is starred by you @@ -124368,8 +124386,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: - - *472 - *473 + - *474 responses: '204': description: Response @@ -124393,8 +124411,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: - - *472 - *473 + - *474 responses: '204': description: Response @@ -124429,7 +124447,7 @@ paths: type: array items: *290 examples: - default: *407 + default: *408 headers: Link: *47 '304': *37 @@ -124466,7 +124484,7 @@ paths: application/json: schema: type: array - items: *464 + items: *465 examples: default: value: @@ -124552,10 +124570,10 @@ paths: application/json: schema: oneOf: + - *817 - *816 - - *815 examples: - default-response: &845 + default-response: &846 summary: Default response value: login: octocat @@ -124590,7 +124608,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &846 + response-with-git-hub-plan-information: &847 summary: Response with GitHub plan information value: login: octocat @@ -124647,14 +124665,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: - - &843 + - &844 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *419 + - *420 requestBody: required: true description: Details of the draft item to create in the project. @@ -124688,9 +124706,9 @@ paths: description: Response content: application/json: - schema: *425 + schema: *426 examples: - draft_issue: *426 + draft_issue: *427 '304': *37 '403': *29 '401': *25 @@ -124713,7 +124731,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *842 + - *843 - *17 responses: '200': @@ -124748,8 +124766,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: - - *843 - - *419 + - *844 + - *420 requestBody: required: true content: @@ -124820,17 +124838,17 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *844 + schema: *845 examples: table_view: summary: Response for creating a table view - value: *430 + value: *431 board_view: summary: Response for creating a board view with filter - value: *430 + value: *431 roadmap_view: summary: Response for creating a roadmap view - value: *430 + value: *431 '304': *37 '403': *29 '401': *25 @@ -124872,11 +124890,11 @@ paths: application/json: schema: oneOf: + - *817 - *816 - - *815 examples: - default-response: *845 - response-with-git-hub-plan-information: *846 + default-response: *846 + response-with-git-hub-plan-information: *847 '404': *6 x-github: githubCloudOnly: false @@ -124926,8 +124944,8 @@ paths: required: - subject_digests examples: - default: *847 - withPredicateType: *848 + default: *848 + withPredicateType: *849 responses: '200': description: Response @@ -124980,7 +124998,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *849 + default: *850 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -125185,7 +125203,7 @@ paths: initiator: type: string examples: - default: *519 + default: *520 '201': description: Response content: @@ -125224,9 +125242,9 @@ paths: application/json: schema: type: array - items: *401 + items: *402 examples: - default: *832 + default: *833 '403': *29 '401': *25 x-github: @@ -125610,9 +125628,9 @@ paths: application/json: schema: type: array - items: *823 + items: *824 examples: - default: *850 + default: *851 headers: Link: *47 x-github: @@ -125716,7 +125734,7 @@ paths: application/json: schema: *22 examples: - default: *375 + default: *376 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -125840,7 +125858,7 @@ paths: - docker - nuget - container - - *831 + - *832 - *145 - *19 - *17 @@ -125851,12 +125869,12 @@ paths: application/json: schema: type: array - items: *401 + items: *402 examples: - default: *832 + default: *833 '403': *29 '401': *25 - '400': *833 + '400': *834 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -125876,17 +125894,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *403 - *404 + - *405 - *145 responses: '200': description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: *851 + default: *852 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -125907,8 +125925,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *403 - *404 + - *405 - *145 responses: '204': @@ -125941,8 +125959,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *403 - *404 + - *405 - *145 - name: token description: package token @@ -125975,8 +125993,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: - - *403 - *404 + - *405 - *145 responses: '200': @@ -125985,7 +126003,7 @@ paths: application/json: schema: type: array - items: *405 + items: *406 examples: default: value: @@ -126043,16 +126061,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: - - *403 - *404 - - *406 + - *405 + - *407 - *145 responses: '200': description: Response content: application/json: - schema: *405 + schema: *406 examples: default: value: @@ -126087,10 +126105,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *403 - *404 + - *405 - *145 - - *406 + - *407 responses: '204': description: Response @@ -126122,10 +126140,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *403 - *404 + - *405 - *145 - - *406 + - *407 responses: '204': description: Response @@ -126166,9 +126184,9 @@ paths: application/json: schema: type: array - items: *417 + items: *418 examples: - default: *418 + default: *419 headers: Link: *47 '304': *37 @@ -126190,16 +126208,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-user parameters: - - *419 + - *420 - *145 responses: '200': description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: *418 + default: *419 headers: Link: *47 '304': *37 @@ -126221,7 +126239,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-user parameters: - - *419 + - *420 - *145 - *17 - *110 @@ -126233,9 +126251,9 @@ paths: application/json: schema: type: array - items: *423 + items: *424 examples: - default: *852 + default: *853 headers: Link: *47 '304': *37 @@ -126257,7 +126275,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#add-field-to-user-owned-project parameters: - *145 - - *419 + - *420 requestBody: required: true content: @@ -126295,7 +126313,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *853 + items: *854 required: - name - data_type @@ -126311,7 +126329,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *854 + iteration_configuration: *855 required: - name - data_type @@ -126333,20 +126351,20 @@ paths: value: name: Due date data_type: date - single_select_field: *855 - iteration_field: *856 + single_select_field: *856 + iteration_field: *857 responses: '201': description: Response content: application/json: - schema: *423 + schema: *424 examples: - text_field: *857 - number_field: *858 - date_field: *859 - single_select_field: *860 - iteration_field: *861 + text_field: *858 + number_field: *859 + date_field: *860 + single_select_field: *861 + iteration_field: *862 '304': *37 '403': *29 '401': *25 @@ -126367,17 +126385,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - - *419 - - *862 + - *420 + - *863 - *145 responses: '200': description: Response content: application/json: - schema: *423 + schema: *424 examples: - default: *863 + default: *864 headers: Link: *47 '304': *37 @@ -126400,7 +126418,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: - - *419 + - *420 - *145 - *110 - *111 @@ -126433,9 +126451,9 @@ paths: application/json: schema: type: array - items: *427 + items: *428 examples: - default: *428 + default: *429 headers: Link: *47 '304': *37 @@ -126457,7 +126475,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-user-owned-project parameters: - *145 - - *419 + - *420 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -126527,22 +126545,22 @@ paths: description: Response content: application/json: - schema: *425 + schema: *426 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *426 + value: *427 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *426 + value: *427 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *426 + value: *427 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *426 + value: *427 '304': *37 '403': *29 '401': *25 @@ -126562,9 +126580,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: - - *419 + - *420 - *145 - - *429 + - *430 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -126584,9 +126602,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: *428 + default: *429 headers: Link: *47 '304': *37 @@ -126607,9 +126625,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-user parameters: - - *419 + - *420 - *145 - - *429 + - *430 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -126679,13 +126697,13 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: - text_field: *428 - number_field: *428 - date_field: *428 - single_select_field: *428 - iteration_field: *428 + text_field: *429 + number_field: *429 + date_field: *429 + single_select_field: *429 + iteration_field: *429 '401': *25 '403': *29 '404': *6 @@ -126705,9 +126723,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-user parameters: - - *419 + - *420 - *145 - - *429 + - *430 responses: '204': description: Response @@ -126729,9 +126747,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: - - *419 + - *420 - *145 - - *864 + - *865 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -126757,9 +126775,9 @@ paths: application/json: schema: type: array - items: *427 + items: *428 examples: - default: *428 + default: *429 headers: Link: *47 '304': *37 @@ -126980,7 +126998,7 @@ paths: type: array items: *290 examples: - default: *407 + default: *408 headers: Link: *47 x-github: @@ -127010,9 +127028,9 @@ paths: application/json: schema: type: array - items: *836 + items: *837 examples: - default: *837 + default: *838 headers: Link: *47 x-github: @@ -127042,9 +127060,9 @@ paths: application/json: schema: type: array - items: *838 + items: *839 examples: - default: *865 + default: *866 headers: Link: *47 x-github: @@ -127069,7 +127087,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *145 - - *866 + - *867 - *112 - *17 - *19 @@ -127081,11 +127099,11 @@ paths: schema: anyOf: - type: array - items: *867 + items: *868 - type: array items: *80 examples: - default-response: *841 + default-response: *842 headers: Link: *47 x-github: @@ -127116,7 +127134,7 @@ paths: type: array items: *290 examples: - default: *407 + default: *408 headers: Link: *47 x-github: @@ -127244,7 +127262,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &868 + enterprise: &869 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -127302,7 +127320,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &869 + installation: &870 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -127321,7 +127339,7 @@ x-webhooks: required: - id - node_id - organization: &870 + organization: &871 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -127381,13 +127399,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &871 + repository: &872 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &910 + properties: &911 id: description: Unique identifier of the repository example: 42 @@ -128082,7 +128100,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &911 + required: &912 - archive_url - assignees_url - blobs_url @@ -128233,10 +128251,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -128312,11 +128330,11 @@ x-webhooks: type: string enum: - created - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 - rule: &872 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 + rule: &873 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) @@ -128539,11 +128557,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 - rule: *872 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 + rule: *873 sender: *4 required: - action @@ -128726,11 +128744,11 @@ x-webhooks: - everyone required: - from - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 - rule: *872 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 + rule: *873 sender: *4 required: - action @@ -128803,7 +128821,7 @@ x-webhooks: required: true content: application/json: - schema: &894 + schema: &895 title: Exemption request cancellation event type: object properties: @@ -128811,11 +128829,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 - exemption_request: &873 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 + exemption_request: &874 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -129119,7 +129137,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &874 + items: &875 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -129229,7 +129247,7 @@ x-webhooks: required: true content: application/json: - schema: &895 + schema: &896 title: Exemption request completed event type: object properties: @@ -129237,11 +129255,11 @@ x-webhooks: type: string enum: - completed - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 - exemption_request: *873 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 + exemption_request: *874 sender: *4 required: - action @@ -129313,7 +129331,7 @@ x-webhooks: required: true content: application/json: - schema: &892 + schema: &893 title: Exemption request created event type: object properties: @@ -129321,11 +129339,11 @@ x-webhooks: type: string enum: - created - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 - exemption_request: *873 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 + exemption_request: *874 sender: *4 required: - action @@ -129397,7 +129415,7 @@ x-webhooks: required: true content: application/json: - schema: &896 + schema: &897 title: Exemption response dismissed event type: object properties: @@ -129405,12 +129423,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 - exemption_request: *873 - exemption_response: *874 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 + exemption_request: *874 + exemption_response: *875 sender: *4 required: - action @@ -129484,7 +129502,7 @@ x-webhooks: required: true content: application/json: - schema: &893 + schema: &894 title: Exemption response submitted event type: object properties: @@ -129492,12 +129510,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 - exemption_request: *873 - exemption_response: *874 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 + exemption_request: *874 + exemption_response: *875 sender: *4 required: - action @@ -129581,7 +129599,7 @@ x-webhooks: type: string enum: - completed - check_run: &876 + check_run: &877 title: CheckRun description: A check performed on the code of a given code change type: object @@ -129672,7 +129690,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *875 + deployment: *876 details_url: example: https://example.com type: string @@ -129757,10 +129775,10 @@ x-webhooks: - output - app - pull_requests - installation: *869 - enterprise: *868 - organization: *870 - repository: *871 + installation: *870 + enterprise: *869 + organization: *871 + repository: *872 sender: *4 required: - check_run @@ -130151,11 +130169,11 @@ x-webhooks: type: string enum: - created - check_run: *876 - installation: *869 - enterprise: *868 - organization: *870 - repository: *871 + check_run: *877 + installation: *870 + enterprise: *869 + organization: *871 + repository: *872 sender: *4 required: - check_run @@ -130549,11 +130567,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *876 - installation: *869 - enterprise: *868 - organization: *870 - repository: *871 + check_run: *877 + installation: *870 + enterprise: *869 + organization: *871 + repository: *872 requested_action: description: The action requested by the user. type: object @@ -130956,11 +130974,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *876 - installation: *869 - enterprise: *868 - organization: *870 - repository: *871 + check_run: *877 + installation: *870 + enterprise: *869 + organization: *871 + repository: *872 sender: *4 required: - check_run @@ -131930,10 +131948,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -132622,10 +132640,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -133308,10 +133326,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -133477,7 +133495,7 @@ x-webhooks: required: - login - id - dismissed_comment: *548 + dismissed_comment: *549 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -133622,20 +133640,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &877 + commit_oid: &878 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: *868 - installation: *869 - organization: *870 - ref: &878 + enterprise: *869 + installation: *870 + organization: *871 + ref: &879 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: *871 + repository: *872 sender: *4 required: - action @@ -133800,7 +133818,7 @@ x-webhooks: required: - login - id - dismissed_comment: *548 + dismissed_comment: *549 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -134030,12 +134048,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *877 - enterprise: *868 - installation: *869 - organization: *870 - ref: *878 - repository: *871 + commit_oid: *878 + enterprise: *869 + installation: *870 + organization: *871 + ref: *879 + repository: *872 sender: *4 required: - action @@ -134130,7 +134148,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *548 + dismissed_comment: *549 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -134301,12 +134319,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *877 - enterprise: *868 - installation: *869 - organization: *870 - ref: *878 - repository: *871 + commit_oid: *878 + enterprise: *869 + installation: *870 + organization: *871 + ref: *879 + repository: *872 sender: *4 required: - action @@ -134472,7 +134490,7 @@ x-webhooks: required: - login - id - dismissed_comment: *548 + dismissed_comment: *549 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -134638,12 +134656,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *877 - enterprise: *868 - installation: *869 - organization: *870 - ref: *878 - repository: *871 + commit_oid: *878 + enterprise: *869 + installation: *870 + organization: *871 + ref: *879 + repository: *872 sender: *4 required: - action @@ -134742,7 +134760,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *548 + dismissed_comment: *549 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -134917,16 +134935,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *868 - installation: *869 - organization: *870 + enterprise: *869 + installation: *870 + organization: *871 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *871 + repository: *872 sender: *4 required: - action @@ -135023,7 +135041,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *548 + dismissed_comment: *549 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -135163,12 +135181,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *877 - enterprise: *868 - installation: *869 - organization: *870 - ref: *878 - repository: *871 + commit_oid: *878 + enterprise: *869 + installation: *870 + organization: *871 + ref: *879 + repository: *872 sender: *4 required: - action @@ -135334,7 +135352,7 @@ x-webhooks: required: - login - id - dismissed_comment: *548 + dismissed_comment: *549 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -135479,10 +135497,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -135737,10 +135755,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -135820,18 +135838,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *868 - installation: *869 + enterprise: *869 + installation: *870 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *870 - pusher_type: &879 + organization: *871 + pusher_type: &880 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &880 + ref: &881 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -135841,7 +135859,7 @@ x-webhooks: enum: - tag - branch - repository: *871 + repository: *872 sender: *4 required: - ref @@ -135924,9 +135942,9 @@ x-webhooks: enum: - created definition: *159 - enterprise: *868 - installation: *869 - organization: *870 + enterprise: *869 + installation: *870 + organization: *871 sender: *4 required: - action @@ -136011,9 +136029,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *868 - installation: *869 - organization: *870 + enterprise: *869 + installation: *870 + organization: *871 sender: *4 required: - action @@ -136091,9 +136109,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *159 - enterprise: *868 - installation: *869 - organization: *870 + enterprise: *869 + installation: *870 + organization: *871 sender: *4 required: - action @@ -136171,9 +136189,9 @@ x-webhooks: enum: - updated definition: *159 - enterprise: *868 - installation: *869 - organization: *870 + enterprise: *869 + installation: *870 + organization: *871 sender: *4 required: - action @@ -136250,10 +136268,10 @@ x-webhooks: type: string enum: - updated - enterprise: *868 - installation: *869 - repository: *871 - organization: *870 + enterprise: *869 + installation: *870 + repository: *872 + organization: *871 sender: *4 new_property_values: type: array @@ -136338,18 +136356,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *868 - installation: *869 - organization: *870 - pusher_type: *879 - ref: *880 + enterprise: *869 + installation: *870 + organization: *871 + pusher_type: *880 + ref: *881 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *871 + repository: *872 sender: *4 required: - ref @@ -136429,11 +136447,11 @@ x-webhooks: type: string enum: - assignees_changed - alert: *610 - installation: *869 - organization: *870 - enterprise: *868 - repository: *871 + alert: *611 + installation: *870 + organization: *871 + enterprise: *869 + repository: *872 sender: *4 required: - action @@ -136513,11 +136531,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *610 - installation: *869 - organization: *870 - enterprise: *868 - repository: *871 + alert: *611 + installation: *870 + organization: *871 + enterprise: *869 + repository: *872 sender: *4 required: - action @@ -136598,11 +136616,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *610 - installation: *869 - organization: *870 - enterprise: *868 - repository: *871 + alert: *611 + installation: *870 + organization: *871 + enterprise: *869 + repository: *872 sender: *4 required: - action @@ -136683,11 +136701,11 @@ x-webhooks: type: string enum: - created - alert: *610 - installation: *869 - organization: *870 - enterprise: *868 - repository: *871 + alert: *611 + installation: *870 + organization: *871 + enterprise: *869 + repository: *872 sender: *4 required: - action @@ -136766,11 +136784,11 @@ x-webhooks: type: string enum: - dismissed - alert: *610 - installation: *869 - organization: *870 - enterprise: *868 - repository: *871 + alert: *611 + installation: *870 + organization: *871 + enterprise: *869 + repository: *872 sender: *4 required: - action @@ -136849,11 +136867,11 @@ x-webhooks: type: string enum: - fixed - alert: *610 - installation: *869 - organization: *870 - enterprise: *868 - repository: *871 + alert: *611 + installation: *870 + organization: *871 + enterprise: *869 + repository: *872 sender: *4 required: - action @@ -136933,11 +136951,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *610 - installation: *869 - organization: *870 - enterprise: *868 - repository: *871 + alert: *611 + installation: *870 + organization: *871 + enterprise: *869 + repository: *872 sender: *4 required: - action @@ -137016,11 +137034,11 @@ x-webhooks: type: string enum: - reopened - alert: *610 - installation: *869 - organization: *870 - enterprise: *868 - repository: *871 + alert: *611 + installation: *870 + organization: *871 + enterprise: *869 + repository: *872 sender: *4 required: - action @@ -137097,9 +137115,9 @@ x-webhooks: type: string enum: - created - enterprise: *868 - installation: *869 - key: &881 + enterprise: *869 + installation: *870 + key: &882 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -137135,8 +137153,8 @@ x-webhooks: - verified - created_at - read_only - organization: *870 - repository: *871 + organization: *871 + repository: *872 sender: *4 required: - action @@ -137213,11 +137231,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *868 - installation: *869 - key: *881 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + key: *882 + organization: *871 + repository: *872 sender: *4 required: - action @@ -137773,12 +137791,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 - workflow: &887 + workflow: &888 title: Workflow type: object nullable: true @@ -138519,15 +138537,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *882 - required: *883 + properties: *883 + required: *884 nullable: true pull_requests: type: array - items: *716 - repository: *871 - organization: *870 - installation: *869 + items: *717 + repository: *872 + organization: *871 + installation: *870 sender: *4 responses: '200': @@ -138598,7 +138616,7 @@ x-webhooks: type: string enum: - approved - approver: &884 + approver: &885 type: object properties: avatar_url: @@ -138641,11 +138659,11 @@ x-webhooks: type: string comment: type: string - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 - reviewers: &885 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 + reviewers: &886 type: array items: type: object @@ -138724,7 +138742,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &886 + workflow_job_run: &887 type: object properties: conclusion: @@ -139455,18 +139473,18 @@ x-webhooks: type: string enum: - rejected - approver: *884 + approver: *885 comment: type: string - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 - reviewers: *885 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 + reviewers: *886 sender: *4 since: type: string - workflow_job_run: *886 + workflow_job_run: *887 workflow_job_runs: type: array items: @@ -140170,13 +140188,13 @@ x-webhooks: type: string enum: - requested - enterprise: *868 + enterprise: *869 environment: type: string - installation: *869 - organization: *870 - repository: *871 - requestor: &897 + installation: *870 + organization: *871 + repository: *872 + requestor: &898 title: User type: object nullable: true @@ -142065,12 +142083,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 - workflow: *887 + workflow: *888 workflow_run: title: Deployment Workflow Run type: object @@ -142750,7 +142768,7 @@ x-webhooks: type: string enum: - answered - answer: &890 + answer: &891 type: object properties: author_association: @@ -142907,11 +142925,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *888 - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + discussion: *889 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -143038,11 +143056,11 @@ x-webhooks: - from required: - category - discussion: *888 - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + discussion: *889 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -143125,11 +143143,11 @@ x-webhooks: type: string enum: - closed - discussion: *888 - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + discussion: *889 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -143211,7 +143229,7 @@ x-webhooks: type: string enum: - created - comment: &889 + comment: &890 type: object properties: author_association: @@ -143368,11 +143386,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *888 - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + discussion: *889 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -143455,12 +143473,12 @@ x-webhooks: type: string enum: - deleted - comment: *889 - discussion: *888 - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + comment: *890 + discussion: *889 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -143555,12 +143573,12 @@ x-webhooks: - from required: - body - comment: *889 - discussion: *888 - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + comment: *890 + discussion: *889 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -143644,11 +143662,11 @@ x-webhooks: type: string enum: - created - discussion: *888 - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + discussion: *889 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -143730,11 +143748,11 @@ x-webhooks: type: string enum: - deleted - discussion: *888 - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + discussion: *889 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -143834,11 +143852,11 @@ x-webhooks: type: string required: - from - discussion: *888 - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + discussion: *889 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -143920,10 +143938,10 @@ x-webhooks: type: string enum: - labeled - discussion: *888 - enterprise: *868 - installation: *869 - label: &891 + discussion: *889 + enterprise: *869 + installation: *870 + label: &892 title: Label type: object properties: @@ -143955,8 +143973,8 @@ x-webhooks: - color - default - description - organization: *870 - repository: *871 + organization: *871 + repository: *872 sender: *4 required: - action @@ -144039,11 +144057,11 @@ x-webhooks: type: string enum: - locked - discussion: *888 - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + discussion: *889 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -144125,11 +144143,11 @@ x-webhooks: type: string enum: - pinned - discussion: *888 - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + discussion: *889 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -144211,11 +144229,11 @@ x-webhooks: type: string enum: - reopened - discussion: *888 - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + discussion: *889 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -144300,16 +144318,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *888 - new_repository: *871 + new_discussion: *889 + new_repository: *872 required: - new_discussion - new_repository - discussion: *888 - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + discussion: *889 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -144392,10 +144410,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *888 - old_answer: *890 - organization: *870 - repository: *871 + discussion: *889 + old_answer: *891 + organization: *871 + repository: *872 sender: *4 required: - action @@ -144477,12 +144495,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *888 - enterprise: *868 - installation: *869 - label: *891 - organization: *870 - repository: *871 + discussion: *889 + enterprise: *869 + installation: *870 + label: *892 + organization: *871 + repository: *872 sender: *4 required: - action @@ -144565,11 +144583,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *888 - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + discussion: *889 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -144651,11 +144669,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *888 - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + discussion: *889 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -144724,7 +144742,7 @@ x-webhooks: required: true content: application/json: - schema: *892 + schema: *893 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144787,7 +144805,7 @@ x-webhooks: required: true content: application/json: - schema: *893 + schema: *894 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144850,7 +144868,7 @@ x-webhooks: required: true content: application/json: - schema: *894 + schema: *895 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144913,7 +144931,7 @@ x-webhooks: required: true content: application/json: - schema: *892 + schema: *893 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144976,7 +144994,7 @@ x-webhooks: required: true content: application/json: - schema: *893 + schema: *894 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145042,7 +145060,7 @@ x-webhooks: required: true content: application/json: - schema: *894 + schema: *895 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145108,7 +145126,7 @@ x-webhooks: required: true content: application/json: - schema: *895 + schema: *896 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145174,7 +145192,7 @@ x-webhooks: required: true content: application/json: - schema: *892 + schema: *893 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145240,7 +145258,7 @@ x-webhooks: required: true content: application/json: - schema: *896 + schema: *897 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145306,7 +145324,7 @@ x-webhooks: required: true content: application/json: - schema: *893 + schema: *894 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145371,7 +145389,7 @@ x-webhooks: required: true content: application/json: - schema: *894 + schema: *895 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145436,7 +145454,7 @@ x-webhooks: required: true content: application/json: - schema: *895 + schema: *896 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145501,7 +145519,7 @@ x-webhooks: required: true content: application/json: - schema: *892 + schema: *893 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145566,7 +145584,7 @@ x-webhooks: required: true content: application/json: - schema: *896 + schema: *897 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145632,7 +145650,7 @@ x-webhooks: required: true content: application/json: - schema: *893 + schema: *894 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145699,7 +145717,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *868 + enterprise: *869 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -146359,9 +146377,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *869 - organization: *870 - repository: *871 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - forkee @@ -146507,9 +146525,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *868 - installation: *869 - organization: *870 + enterprise: *869 + installation: *870 + organization: *871 pages: description: The pages that were updated. type: array @@ -146546,7 +146564,7 @@ x-webhooks: - action - sha - html_url - repository: *871 + repository: *872 sender: *4 required: - pages @@ -146622,10 +146640,10 @@ x-webhooks: type: string enum: - created - enterprise: *868 + enterprise: *869 installation: *22 - organization: *870 - repositories: &898 + organization: *871 + repositories: &899 description: An array of repository objects that the installation can access. type: array @@ -146651,8 +146669,8 @@ x-webhooks: - name - full_name - private - repository: *871 - requester: *897 + repository: *872 + requester: *898 sender: *4 required: - action @@ -146727,11 +146745,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *868 + enterprise: *869 installation: *22 - organization: *870 - repositories: *898 - repository: *871 + organization: *871 + repositories: *899 + repository: *872 requester: nullable: true sender: *4 @@ -146807,11 +146825,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *868 + enterprise: *869 installation: *22 - organization: *870 - repositories: *898 - repository: *871 + organization: *871 + repositories: *899 + repository: *872 requester: nullable: true sender: *4 @@ -146887,10 +146905,10 @@ x-webhooks: type: string enum: - added - enterprise: *868 + enterprise: *869 installation: *22 - organization: *870 - repositories_added: &899 + organization: *871 + repositories_added: &900 description: An array of repository objects, which were added to the installation. type: array @@ -146936,15 +146954,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *871 - repository_selection: &900 + repository: *872 + repository_selection: &901 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *897 + requester: *898 sender: *4 required: - action @@ -147023,10 +147041,10 @@ x-webhooks: type: string enum: - removed - enterprise: *868 + enterprise: *869 installation: *22 - organization: *870 - repositories_added: *899 + organization: *871 + repositories_added: *900 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -147053,9 +147071,9 @@ x-webhooks: - name - full_name - private - repository: *871 - repository_selection: *900 - requester: *897 + repository: *872 + repository_selection: *901 + requester: *898 sender: *4 required: - action @@ -147134,11 +147152,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *868 + enterprise: *869 installation: *22 - organization: *870 - repositories: *898 - repository: *871 + organization: *871 + repositories: *899 + repository: *872 requester: nullable: true sender: *4 @@ -147317,10 +147335,10 @@ x-webhooks: type: string required: - from - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 target_type: type: string @@ -147399,11 +147417,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *868 + enterprise: *869 installation: *22 - organization: *870 - repositories: *898 - repository: *871 + organization: *871 + repositories: *899 + repository: *872 requester: nullable: true sender: *4 @@ -147577,8 +147595,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *691 - required: *692 + properties: *692 + required: *693 nullable: true user: title: User @@ -147663,8 +147681,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *868 - installation: *869 + enterprise: *869 + installation: *870 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -148453,8 +148471,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *808 - issue_dependencies_summary: *809 + sub_issues_summary: *809 + issue_dependencies_summary: *810 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148470,7 +148488,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *385 + type: *386 updated_at: type: string format: date-time @@ -148803,8 +148821,8 @@ x-webhooks: - state - locked - assignee - organization: *870 - repository: *871 + organization: *871 + repository: *872 sender: *4 required: - action @@ -148884,7 +148902,7 @@ x-webhooks: type: string enum: - deleted - comment: &901 + comment: &902 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -149041,8 +149059,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *691 - required: *692 + properties: *692 + required: *693 nullable: true required: - url @@ -149057,8 +149075,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *868 - installation: *869 + enterprise: *869 + installation: *870 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -149843,8 +149861,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *808 - issue_dependencies_summary: *809 + sub_issues_summary: *809 + issue_dependencies_summary: *810 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149860,7 +149878,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *385 + type: *386 updated_at: type: string format: date-time @@ -150195,8 +150213,8 @@ x-webhooks: - state - locked - assignee - organization: *870 - repository: *871 + organization: *871 + repository: *872 sender: *4 required: - action @@ -150276,7 +150294,7 @@ x-webhooks: type: string enum: - edited - changes: &930 + changes: &931 description: The changes to the comment. type: object properties: @@ -150288,9 +150306,9 @@ x-webhooks: type: string required: - from - comment: *901 - enterprise: *868 - installation: *869 + comment: *902 + enterprise: *869 + installation: *870 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -151078,8 +151096,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *808 - issue_dependencies_summary: *809 + sub_issues_summary: *809 + issue_dependencies_summary: *810 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151095,7 +151113,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *385 + type: *386 updated_at: type: string format: date-time @@ -151428,8 +151446,8 @@ x-webhooks: - state - locked - assignee - organization: *870 - repository: *871 + organization: *871 + repository: *872 sender: *4 required: - action @@ -151510,9 +151528,9 @@ x-webhooks: type: string enum: - pinned - comment: *901 - enterprise: *868 - installation: *869 + comment: *902 + enterprise: *869 + installation: *870 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -152302,8 +152320,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *808 - issue_dependencies_summary: *809 + sub_issues_summary: *809 + issue_dependencies_summary: *810 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152319,7 +152337,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *385 + type: *386 updated_at: type: string format: date-time @@ -152654,8 +152672,8 @@ x-webhooks: - state - locked - assignee - organization: *870 - repository: *871 + organization: *871 + repository: *872 sender: *4 required: - action @@ -152735,9 +152753,9 @@ x-webhooks: type: string enum: - unpinned - comment: *901 - enterprise: *868 - installation: *869 + comment: *902 + enterprise: *869 + installation: *870 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -153527,8 +153545,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *808 - issue_dependencies_summary: *809 + sub_issues_summary: *809 + issue_dependencies_summary: *810 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153544,7 +153562,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *385 + type: *386 updated_at: type: string format: date-time @@ -153879,8 +153897,8 @@ x-webhooks: - state - locked - assignee - organization: *870 - repository: *871 + organization: *871 + repository: *872 sender: *4 required: - action @@ -153969,9 +153987,9 @@ x-webhooks: type: number blocking_issue: *227 blocking_issue_repo: *80 - installation: *869 - organization: *870 - repository: *871 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -154060,9 +154078,9 @@ x-webhooks: type: number blocking_issue: *227 blocking_issue_repo: *80 - installation: *869 - organization: *870 - repository: *871 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -154150,9 +154168,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *227 - installation: *869 - organization: *870 - repository: *871 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -154241,9 +154259,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *227 - installation: *869 - organization: *870 - repository: *871 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -154323,10 +154341,10 @@ x-webhooks: type: string enum: - assigned - assignee: *897 - enterprise: *868 - installation: *869 - issue: &904 + assignee: *898 + enterprise: *869 + installation: *870 + issue: &905 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -155118,11 +155136,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *808 - issue_dependencies_summary: *809 + sub_issues_summary: *809 + issue_dependencies_summary: *810 issue_field_values: type: array - items: *676 + items: *677 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155138,7 +155156,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *385 + type: *386 updated_at: type: string format: date-time @@ -155239,8 +155257,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *870 - repository: *871 + organization: *871 + repository: *872 sender: *4 required: - action @@ -155320,8 +155338,8 @@ x-webhooks: type: string enum: - closed - enterprise: *868 - installation: *869 + enterprise: *869 + installation: *870 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -156118,11 +156136,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *808 - issue_dependencies_summary: *809 + sub_issues_summary: *809 + issue_dependencies_summary: *810 issue_field_values: type: array - items: *676 + items: *677 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156138,7 +156156,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *385 + type: *386 updated_at: type: string format: date-time @@ -156374,8 +156392,8 @@ x-webhooks: required: - state - closed_at - organization: *870 - repository: *871 + organization: *871 + repository: *872 sender: *4 required: - action @@ -156454,8 +156472,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *868 - installation: *869 + enterprise: *869 + installation: *870 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -157243,11 +157261,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *808 - issue_dependencies_summary: *809 + sub_issues_summary: *809 + issue_dependencies_summary: *810 issue_field_values: type: array - items: *676 + items: *677 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157263,7 +157281,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *385 + type: *386 updated_at: type: string format: date-time @@ -157363,8 +157381,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *870 - repository: *871 + organization: *871 + repository: *872 sender: *4 required: - action @@ -157443,8 +157461,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *868 - installation: *869 + enterprise: *869 + installation: *870 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -158254,11 +158272,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *808 - issue_dependencies_summary: *809 + sub_issues_summary: *809 + issue_dependencies_summary: *810 issue_field_values: type: array - items: *676 + items: *677 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158274,7 +158292,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *385 + type: *386 updated_at: type: string format: date-time @@ -158353,7 +158371,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &902 + milestone: &903 title: Milestone description: A collection of related issues and pull requests. type: object @@ -158491,8 +158509,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *870 - repository: *871 + organization: *871 + repository: *872 sender: *4 required: - action @@ -158591,8 +158609,8 @@ x-webhooks: type: string required: - from - enterprise: *868 - installation: *869 + enterprise: *869 + installation: *870 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -159384,11 +159402,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *808 - issue_dependencies_summary: *809 + sub_issues_summary: *809 + issue_dependencies_summary: *810 issue_field_values: type: array - items: *676 + items: *677 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159401,7 +159419,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *385 + type: *386 title: description: Title of the issue type: string @@ -159505,9 +159523,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *891 - organization: *870 - repository: *871 + label: *892 + organization: *871 + repository: *872 sender: *4 required: - action @@ -159587,8 +159605,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *868 - installation: *869 + enterprise: *869 + installation: *870 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -160379,11 +160397,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *808 - issue_dependencies_summary: *809 + sub_issues_summary: *809 + issue_dependencies_summary: *810 issue_field_values: type: array - items: *676 + items: *677 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160396,7 +160414,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *385 + type: *386 title: description: Title of the issue type: string @@ -160500,9 +160518,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *891 - organization: *870 - repository: *871 + label: *892 + organization: *871 + repository: *872 sender: *4 required: - action @@ -160582,8 +160600,8 @@ x-webhooks: type: string enum: - locked - enterprise: *868 - installation: *869 + enterprise: *869 + installation: *870 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -161398,11 +161416,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *808 - issue_dependencies_summary: *809 + sub_issues_summary: *809 + issue_dependencies_summary: *810 issue_field_values: type: array - items: *676 + items: *677 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161415,7 +161433,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *385 + type: *386 title: description: Title of the issue type: string @@ -161496,8 +161514,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *870 - repository: *871 + organization: *871 + repository: *872 sender: *4 required: - action @@ -161576,8 +161594,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *868 - installation: *869 + enterprise: *869 + installation: *870 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -162386,11 +162404,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *808 - issue_dependencies_summary: *809 + sub_issues_summary: *809 + issue_dependencies_summary: *810 issue_field_values: type: array - items: *676 + items: *677 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162406,7 +162424,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *385 + type: *386 updated_at: type: string format: date-time @@ -162484,9 +162502,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *902 - organization: *870 - repository: *871 + milestone: *903 + organization: *871 + repository: *872 sender: *4 required: - action @@ -163349,11 +163367,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *808 - issue_dependencies_summary: *809 + sub_issues_summary: *809 + issue_dependencies_summary: *810 issue_field_values: type: array - items: *676 + items: *677 state: description: State of the issue; either 'open' or 'closed' type: string @@ -163454,7 +163472,7 @@ x-webhooks: required: - login - id - type: *385 + type: *386 required: - id - number @@ -163934,8 +163952,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *868 - installation: *869 + enterprise: *869 + installation: *870 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -164719,11 +164737,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *808 - issue_dependencies_summary: *809 + sub_issues_summary: *809 + issue_dependencies_summary: *810 issue_field_values: type: array - items: *676 + items: *677 state: description: State of the issue; either 'open' or 'closed' type: string @@ -164739,7 +164757,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *385 + type: *386 updated_at: type: string format: date-time @@ -164847,8 +164865,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *870 - repository: *871 + organization: *871 + repository: *872 sender: *4 required: - action @@ -164928,9 +164946,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *868 - installation: *869 - issue: &903 + enterprise: *869 + installation: *870 + issue: &904 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -165716,11 +165734,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *808 - issue_dependencies_summary: *809 + sub_issues_summary: *809 + issue_dependencies_summary: *810 issue_field_values: type: array - items: *676 + items: *677 state: description: State of the issue; either 'open' or 'closed' type: string @@ -165736,7 +165754,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *385 + type: *386 updated_at: type: string format: date-time @@ -165836,8 +165854,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *870 - repository: *871 + organization: *871 + repository: *872 sender: *4 required: - action @@ -165916,8 +165934,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *868 - installation: *869 + enterprise: *869 + installation: *870 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -166730,11 +166748,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *808 - issue_dependencies_summary: *809 + sub_issues_summary: *809 + issue_dependencies_summary: *810 issue_field_values: type: array - items: *676 + items: *677 state: description: State of the issue; either 'open' or 'closed' type: string @@ -166828,9 +166846,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *385 - organization: *870 - repository: *871 + type: *386 + organization: *871 + repository: *872 sender: *4 required: - action @@ -167699,11 +167717,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *808 - issue_dependencies_summary: *809 + sub_issues_summary: *809 + issue_dependencies_summary: *810 issue_field_values: type: array - items: *676 + items: *677 state: description: State of the issue; either 'open' or 'closed' type: string @@ -167719,7 +167737,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *385 + type: *386 updated_at: type: string format: date-time @@ -168298,11 +168316,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *868 - installation: *869 - issue: *903 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + issue: *904 + organization: *871 + repository: *872 sender: *4 required: - action @@ -168382,12 +168400,12 @@ x-webhooks: type: string enum: - typed - enterprise: *868 - installation: *869 - issue: *904 - type: *385 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + issue: *905 + type: *386 + organization: *871 + repository: *872 sender: *4 required: - action @@ -168468,7 +168486,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &933 + assignee: &934 title: User type: object nullable: true @@ -168538,11 +168556,11 @@ x-webhooks: required: - login - id - enterprise: *868 - installation: *869 - issue: *904 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + issue: *905 + organization: *871 + repository: *872 sender: *4 required: - action @@ -168621,12 +168639,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *868 - installation: *869 - issue: *904 - label: *891 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + issue: *905 + label: *892 + organization: *871 + repository: *872 sender: *4 required: - action @@ -168706,8 +168724,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *868 - installation: *869 + enterprise: *869 + installation: *870 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -169520,11 +169538,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *808 - issue_dependencies_summary: *809 + sub_issues_summary: *809 + issue_dependencies_summary: *810 issue_field_values: type: array - items: *676 + items: *677 state: description: State of the issue; either 'open' or 'closed' type: string @@ -169540,7 +169558,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *385 + type: *386 updated_at: type: string format: date-time @@ -169618,8 +169636,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *870 - repository: *871 + organization: *871 + repository: *872 sender: *4 required: - action @@ -169699,11 +169717,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *868 - installation: *869 - issue: *903 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + issue: *904 + organization: *871 + repository: *872 sender: *4 required: - action @@ -169782,12 +169800,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *868 - installation: *869 - issue: *904 - type: *385 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + issue: *905 + type: *386 + organization: *871 + repository: *872 sender: *4 required: - action @@ -169867,11 +169885,11 @@ x-webhooks: type: string enum: - created - enterprise: *868 - installation: *869 - label: *891 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + label: *892 + organization: *871 + repository: *872 sender: *4 required: - action @@ -169949,11 +169967,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *868 - installation: *869 - label: *891 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + label: *892 + organization: *871 + repository: *872 sender: *4 required: - action @@ -170063,11 +170081,11 @@ x-webhooks: type: string required: - from - enterprise: *868 - installation: *869 - label: *891 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + label: *892 + organization: *871 + repository: *872 sender: *4 required: - action @@ -170149,9 +170167,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *868 - installation: *869 - marketplace_purchase: &905 + enterprise: *869 + installation: *870 + marketplace_purchase: &906 title: Marketplace Purchase type: object required: @@ -170234,8 +170252,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *870 - previous_marketplace_purchase: &906 + organization: *871 + previous_marketplace_purchase: &907 title: Marketplace Purchase type: object properties: @@ -170315,7 +170333,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *871 + repository: *872 sender: *4 required: - action @@ -170395,10 +170413,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *868 - installation: *869 - marketplace_purchase: *905 - organization: *870 + enterprise: *869 + installation: *870 + marketplace_purchase: *906 + organization: *871 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -170481,7 +170499,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *871 + repository: *872 sender: *4 required: - action @@ -170563,10 +170581,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *868 - installation: *869 - marketplace_purchase: *905 - organization: *870 + enterprise: *869 + installation: *870 + marketplace_purchase: *906 + organization: *871 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -170648,7 +170666,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *871 + repository: *872 sender: *4 required: - action @@ -170729,8 +170747,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *868 - installation: *869 + enterprise: *869 + installation: *870 marketplace_purchase: title: Marketplace Purchase type: object @@ -170812,9 +170830,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *870 - previous_marketplace_purchase: *906 - repository: *871 + organization: *871 + previous_marketplace_purchase: *907 + repository: *872 sender: *4 required: - action @@ -170894,12 +170912,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *868 - installation: *869 - marketplace_purchase: *905 - organization: *870 - previous_marketplace_purchase: *906 - repository: *871 + enterprise: *869 + installation: *870 + marketplace_purchase: *906 + organization: *871 + previous_marketplace_purchase: *907 + repository: *872 sender: *4 required: - action @@ -171001,11 +171019,11 @@ x-webhooks: type: string required: - to - enterprise: *868 - installation: *869 - member: *897 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + member: *898 + organization: *871 + repository: *872 sender: *4 required: - action @@ -171105,11 +171123,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *868 - installation: *869 - member: *897 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + member: *898 + organization: *871 + repository: *872 sender: *4 required: - action @@ -171188,11 +171206,11 @@ x-webhooks: type: string enum: - removed - enterprise: *868 - installation: *869 - member: *897 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + member: *898 + organization: *871 + repository: *872 sender: *4 required: - action @@ -171270,11 +171288,11 @@ x-webhooks: type: string enum: - added - enterprise: *868 - installation: *869 - member: *897 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + member: *898 + organization: *871 + repository: *872 scope: description: The scope of the membership. Currently, can only be `team`. @@ -171350,7 +171368,7 @@ x-webhooks: required: - login - id - team: &907 + team: &908 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -171573,11 +171591,11 @@ x-webhooks: type: string enum: - removed - enterprise: *868 - installation: *869 - member: *897 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + member: *898 + organization: *871 + repository: *872 scope: description: The scope of the membership. Currently, can only be `team`. @@ -171654,7 +171672,7 @@ x-webhooks: required: - login - id - team: *907 + team: *908 required: - action - scope @@ -171736,8 +171754,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *869 - merge_group: &909 + installation: *870 + merge_group: &910 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -171756,15 +171774,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *908 + head_commit: *909 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *870 - repository: *871 + organization: *871 + repository: *872 sender: *4 required: - action @@ -171850,10 +171868,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *869 - merge_group: *909 - organization: *870 - repository: *871 + installation: *870 + merge_group: *910 + organization: *871 + repository: *872 sender: *4 required: - action @@ -171926,7 +171944,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *868 + enterprise: *869 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -172035,16 +172053,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *869 - organization: *870 + installation: *870 + organization: *871 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *910 - required: *911 + properties: *911 + required: *912 nullable: true sender: *4 required: @@ -172125,11 +172143,11 @@ x-webhooks: type: string enum: - closed - enterprise: *868 - installation: *869 - milestone: *902 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + milestone: *903 + organization: *871 + repository: *872 sender: *4 required: - action @@ -172208,9 +172226,9 @@ x-webhooks: type: string enum: - created - enterprise: *868 - installation: *869 - milestone: &912 + enterprise: *869 + installation: *870 + milestone: &913 title: Milestone description: A collection of related issues and pull requests. type: object @@ -172347,8 +172365,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *870 - repository: *871 + organization: *871 + repository: *872 sender: *4 required: - action @@ -172427,11 +172445,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *868 - installation: *869 - milestone: *902 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + milestone: *903 + organization: *871 + repository: *872 sender: *4 required: - action @@ -172541,11 +172559,11 @@ x-webhooks: type: string required: - from - enterprise: *868 - installation: *869 - milestone: *902 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + milestone: *903 + organization: *871 + repository: *872 sender: *4 required: - action @@ -172625,11 +172643,11 @@ x-webhooks: type: string enum: - opened - enterprise: *868 - installation: *869 - milestone: *912 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + milestone: *913 + organization: *871 + repository: *872 sender: *4 required: - action @@ -172708,11 +172726,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *897 - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + blocked_user: *898 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -172791,11 +172809,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *897 - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + blocked_user: *898 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -172871,7 +172889,7 @@ x-webhooks: enum: - created definition: *153 - enterprise: *868 + enterprise: *869 sender: *4 required: - action @@ -172951,8 +172969,8 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *868 - installation: *869 + enterprise: *869 + installation: *870 sender: *4 required: - action @@ -173025,8 +173043,8 @@ x-webhooks: enum: - updated definition: *153 - enterprise: *868 - installation: *869 + enterprise: *869 + installation: *870 sender: *4 required: - action @@ -173098,9 +173116,9 @@ x-webhooks: type: string enum: - updated - enterprise: *868 - installation: *869 - organization: *870 + enterprise: *869 + installation: *870 + organization: *871 sender: *4 new_property_values: type: array @@ -173188,9 +173206,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *868 - installation: *869 - membership: &913 + enterprise: *869 + installation: *870 + membership: &914 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -173297,8 +173315,8 @@ x-webhooks: - role - organization_url - user - organization: *870 - repository: *871 + organization: *871 + repository: *872 sender: *4 required: - action @@ -173376,11 +173394,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *868 - installation: *869 - membership: *913 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + membership: *914 + organization: *871 + repository: *872 sender: *4 required: - action @@ -173459,8 +173477,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *868 - installation: *869 + enterprise: *869 + installation: *870 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -173576,10 +173594,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *870 - repository: *871 + organization: *871 + repository: *872 sender: *4 - user: *897 + user: *898 required: - action - invitation @@ -173657,11 +173675,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *868 - installation: *869 - membership: *913 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + membership: *914 + organization: *871 + repository: *872 sender: *4 required: - action @@ -173748,11 +173766,11 @@ x-webhooks: properties: from: type: string - enterprise: *868 - installation: *869 - membership: *913 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + membership: *914 + organization: *871 + repository: *872 sender: *4 required: - action @@ -173830,9 +173848,9 @@ x-webhooks: type: string enum: - published - enterprise: *868 - installation: *869 - organization: *870 + enterprise: *869 + installation: *870 + organization: *871 package: description: Information about the package. type: object @@ -174331,7 +174349,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &914 + items: &915 title: Ruby Gems metadata type: object properties: @@ -174426,7 +174444,7 @@ x-webhooks: - owner - package_version - registry - repository: *871 + repository: *872 sender: *4 required: - action @@ -174503,9 +174521,9 @@ x-webhooks: type: string enum: - updated - enterprise: *868 - installation: *869 - organization: *870 + enterprise: *869 + installation: *870 + organization: *871 package: description: Information about the package. type: object @@ -174858,7 +174876,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *914 + items: *915 source_url: type: string format: uri @@ -174928,7 +174946,7 @@ x-webhooks: - owner - package_version - registry - repository: *871 + repository: *872 sender: *4 required: - action @@ -175104,12 +175122,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *868 + enterprise: *869 id: type: integer - installation: *869 - organization: *870 - repository: *871 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - id @@ -175186,7 +175204,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &915 + personal_access_token_request: &916 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -175332,10 +175350,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *868 - organization: *870 + enterprise: *869 + organization: *871 sender: *4 - installation: *869 + installation: *870 required: - action - personal_access_token_request @@ -175412,11 +175430,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *915 - enterprise: *868 - organization: *870 + personal_access_token_request: *916 + enterprise: *869 + organization: *871 sender: *4 - installation: *869 + installation: *870 required: - action - personal_access_token_request @@ -175492,11 +175510,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *915 - enterprise: *868 - organization: *870 + personal_access_token_request: *916 + enterprise: *869 + organization: *871 sender: *4 - installation: *869 + installation: *870 required: - action - personal_access_token_request @@ -175571,11 +175589,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *915 - organization: *870 - enterprise: *868 + personal_access_token_request: *916 + organization: *871 + enterprise: *869 sender: *4 - installation: *869 + installation: *870 required: - action - personal_access_token_request @@ -175680,7 +175698,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *916 + last_response: *917 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -175712,8 +175730,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *870 - repository: *871 + organization: *871 + repository: *872 sender: *4 zen: description: Random string of GitHub zen. @@ -175958,10 +175976,10 @@ x-webhooks: - from required: - note - enterprise: *868 - installation: *869 - organization: *870 - project_card: &917 + enterprise: *869 + installation: *870 + organization: *871 + project_card: &918 title: Project Card type: object properties: @@ -176080,7 +176098,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *871 + repository: *872 sender: *4 required: - action @@ -176161,11 +176179,11 @@ x-webhooks: type: string enum: - created - enterprise: *868 - installation: *869 - organization: *870 - project_card: *917 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + project_card: *918 + repository: *872 sender: *4 required: - action @@ -176245,9 +176263,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *868 - installation: *869 - organization: *870 + enterprise: *869 + installation: *870 + organization: *871 project_card: title: Project Card type: object @@ -176375,8 +176393,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *910 - required: *911 + properties: *911 + required: *912 nullable: true sender: *4 required: @@ -176470,11 +176488,11 @@ x-webhooks: - from required: - note - enterprise: *868 - installation: *869 - organization: *870 - project_card: *917 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + project_card: *918 + repository: *872 sender: *4 required: - action @@ -176568,9 +176586,9 @@ x-webhooks: - from required: - column_id - enterprise: *868 - installation: *869 - organization: *870 + enterprise: *869 + installation: *870 + organization: *871 project_card: allOf: - title: Project Card @@ -176760,7 +176778,7 @@ x-webhooks: type: string required: - after_id - repository: *871 + repository: *872 sender: *4 required: - action @@ -176840,10 +176858,10 @@ x-webhooks: type: string enum: - closed - enterprise: *868 - installation: *869 - organization: *870 - project: &919 + enterprise: *869 + installation: *870 + organization: *871 + project: &920 title: Project type: object properties: @@ -176967,7 +176985,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *871 + repository: *872 sender: *4 required: - action @@ -177047,10 +177065,10 @@ x-webhooks: type: string enum: - created - enterprise: *868 - installation: *869 - organization: *870 - project_column: &918 + enterprise: *869 + installation: *870 + organization: *871 + project_column: &919 title: Project Column type: object properties: @@ -177089,7 +177107,7 @@ x-webhooks: - name - created_at - updated_at - repository: *871 + repository: *872 sender: *4 required: - action @@ -177168,18 +177186,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *868 - installation: *869 - organization: *870 - project_column: *918 + enterprise: *869 + installation: *870 + organization: *871 + project_column: *919 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *910 - required: *911 + properties: *911 + required: *912 nullable: true sender: *4 required: @@ -177269,11 +177287,11 @@ x-webhooks: type: string required: - from - enterprise: *868 - installation: *869 - organization: *870 - project_column: *918 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + project_column: *919 + repository: *872 sender: *4 required: - action @@ -177353,11 +177371,11 @@ x-webhooks: type: string enum: - moved - enterprise: *868 - installation: *869 - organization: *870 - project_column: *918 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + project_column: *919 + repository: *872 sender: *4 required: - action @@ -177437,11 +177455,11 @@ x-webhooks: type: string enum: - created - enterprise: *868 - installation: *869 - organization: *870 - project: *919 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + project: *920 + repository: *872 sender: *4 required: - action @@ -177521,18 +177539,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *868 - installation: *869 - organization: *870 - project: *919 + enterprise: *869 + installation: *870 + organization: *871 + project: *920 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *910 - required: *911 + properties: *911 + required: *912 nullable: true sender: *4 required: @@ -177634,11 +177652,11 @@ x-webhooks: type: string required: - from - enterprise: *868 - installation: *869 - organization: *870 - project: *919 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + project: *920 + repository: *872 sender: *4 required: - action @@ -177717,11 +177735,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *868 - installation: *869 - organization: *870 - project: *919 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + project: *920 + repository: *872 sender: *4 required: - action @@ -177802,9 +177820,9 @@ x-webhooks: type: string enum: - closed - installation: *869 - organization: *870 - projects_v2: *417 + installation: *870 + organization: *871 + projects_v2: *418 sender: *4 required: - action @@ -177885,9 +177903,9 @@ x-webhooks: type: string enum: - created - installation: *869 - organization: *870 - projects_v2: *417 + installation: *870 + organization: *871 + projects_v2: *418 sender: *4 required: - action @@ -177968,9 +177986,9 @@ x-webhooks: type: string enum: - deleted - installation: *869 - organization: *870 - projects_v2: *417 + installation: *870 + organization: *871 + projects_v2: *418 sender: *4 required: - action @@ -178087,9 +178105,9 @@ x-webhooks: type: string to: type: string - installation: *869 - organization: *870 - projects_v2: *417 + installation: *870 + organization: *871 + projects_v2: *418 sender: *4 required: - action @@ -178172,7 +178190,7 @@ x-webhooks: type: string enum: - archived - changes: &923 + changes: &924 type: object properties: archived_at: @@ -178186,9 +178204,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *869 - organization: *870 - projects_v2_item: &920 + installation: *870 + organization: *871 + projects_v2_item: &921 title: Projects v2 Item description: An item belonging to a project type: object @@ -178206,7 +178224,7 @@ x-webhooks: type: string description: The node ID of the content represented by this item. - content_type: *424 + content_type: *425 creator: *4 created_at: type: string @@ -178323,9 +178341,9 @@ x-webhooks: nullable: true to: type: string - installation: *869 - organization: *870 - projects_v2_item: *920 + installation: *870 + organization: *871 + projects_v2_item: *921 sender: *4 required: - action @@ -178407,9 +178425,9 @@ x-webhooks: type: string enum: - created - installation: *869 - organization: *870 - projects_v2_item: *920 + installation: *870 + organization: *871 + projects_v2_item: *921 sender: *4 required: - action @@ -178490,9 +178508,9 @@ x-webhooks: type: string enum: - deleted - installation: *869 - organization: *870 - projects_v2_item: *920 + installation: *870 + organization: *871 + projects_v2_item: *921 sender: *4 required: - action @@ -178598,7 +178616,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &921 + - &922 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -178620,7 +178638,7 @@ x-webhooks: required: - id - name - - &922 + - &923 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -178654,8 +178672,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *921 - *922 + - *923 required: - field_value - type: object @@ -178671,9 +178689,9 @@ x-webhooks: nullable: true required: - body - installation: *869 - organization: *870 - projects_v2_item: *920 + installation: *870 + organization: *871 + projects_v2_item: *921 sender: *4 required: - action @@ -178768,9 +178786,9 @@ x-webhooks: to: type: string nullable: true - installation: *869 - organization: *870 - projects_v2_item: *920 + installation: *870 + organization: *871 + projects_v2_item: *921 sender: *4 required: - action @@ -178853,10 +178871,10 @@ x-webhooks: type: string enum: - restored - changes: *923 - installation: *869 - organization: *870 - projects_v2_item: *920 + changes: *924 + installation: *870 + organization: *871 + projects_v2_item: *921 sender: *4 required: - action @@ -178938,9 +178956,9 @@ x-webhooks: type: string enum: - reopened - installation: *869 - organization: *870 - projects_v2: *417 + installation: *870 + organization: *871 + projects_v2: *418 sender: *4 required: - action @@ -179021,14 +179039,14 @@ x-webhooks: type: string enum: - created - installation: *869 - organization: *870 - projects_v2_status_update: &926 + installation: *870 + organization: *871 + projects_v2_status_update: &927 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *924 - required: *925 + properties: *925 + required: *926 sender: *4 required: - action @@ -179109,9 +179127,9 @@ x-webhooks: type: string enum: - deleted - installation: *869 - organization: *870 - projects_v2_status_update: *926 + installation: *870 + organization: *871 + projects_v2_status_update: *927 sender: *4 required: - action @@ -179247,9 +179265,9 @@ x-webhooks: type: string format: date nullable: true - installation: *869 - organization: *870 - projects_v2_status_update: *926 + installation: *870 + organization: *871 + projects_v2_status_update: *927 sender: *4 required: - action @@ -179320,10 +179338,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - repository @@ -179400,13 +179418,13 @@ x-webhooks: type: string enum: - assigned - assignee: *897 - enterprise: *868 - installation: *869 - number: &927 + assignee: *898 + enterprise: *869 + installation: *870 + number: &928 description: The pull request number. type: integer - organization: *870 + organization: *871 pull_request: title: Pull Request type: object @@ -181711,7 +181729,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *871 + repository: *872 sender: *4 required: - action @@ -181793,11 +181811,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *868 - installation: *869 + enterprise: *869 + installation: *870 number: type: integer - organization: *870 + organization: *871 pull_request: title: Pull Request type: object @@ -184097,7 +184115,7 @@ x-webhooks: - draft reason: type: string - repository: *871 + repository: *872 sender: *4 required: - action @@ -184179,11 +184197,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *868 - installation: *869 + enterprise: *869 + installation: *870 number: type: integer - organization: *870 + organization: *871 pull_request: title: Pull Request type: object @@ -186483,7 +186501,7 @@ x-webhooks: - draft reason: type: string - repository: *871 + repository: *872 sender: *4 required: - action @@ -186565,13 +186583,13 @@ x-webhooks: type: string enum: - closed - enterprise: *868 - installation: *869 - number: *927 - organization: *870 - pull_request: &928 + enterprise: *869 + installation: *870 + number: *928 + organization: *871 + pull_request: &929 allOf: - - *716 + - *717 - type: object properties: allow_auto_merge: @@ -186633,7 +186651,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *871 + repository: *872 sender: *4 required: - action @@ -186714,12 +186732,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *868 - installation: *869 - number: *927 - organization: *870 - pull_request: *928 - repository: *871 + enterprise: *869 + installation: *870 + number: *928 + organization: *871 + pull_request: *929 + repository: *872 sender: *4 required: - action @@ -186799,11 +186817,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *868 - milestone: *698 - number: *927 - organization: *870 - pull_request: &929 + enterprise: *869 + milestone: *699 + number: *928 + organization: *871 + pull_request: &930 title: Pull Request type: object properties: @@ -189088,7 +189106,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *871 + repository: *872 sender: *4 required: - action @@ -189167,11 +189185,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *868 - installation: *869 + enterprise: *869 + installation: *870 number: type: integer - organization: *870 + organization: *871 pull_request: title: Pull Request type: object @@ -191475,7 +191493,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *871 + repository: *872 sender: *4 required: - action @@ -191599,12 +191617,12 @@ x-webhooks: type: string required: - from - enterprise: *868 - installation: *869 - number: *927 - organization: *870 - pull_request: *928 - repository: *871 + enterprise: *869 + installation: *870 + number: *928 + organization: *871 + pull_request: *929 + repository: *872 sender: *4 required: - action @@ -191684,11 +191702,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *868 - installation: *869 + enterprise: *869 + installation: *870 number: type: integer - organization: *870 + organization: *871 pull_request: title: Pull Request type: object @@ -193977,7 +193995,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *871 + repository: *872 sender: *4 required: - action @@ -194057,11 +194075,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *868 - installation: *869 - label: *891 - number: *927 - organization: *870 + enterprise: *869 + installation: *870 + label: *892 + number: *928 + organization: *871 pull_request: title: Pull Request type: object @@ -196365,7 +196383,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *871 + repository: *872 sender: *4 required: - action @@ -196446,10 +196464,10 @@ x-webhooks: type: string enum: - locked - enterprise: *868 - installation: *869 - number: *927 - organization: *870 + enterprise: *869 + installation: *870 + number: *928 + organization: *871 pull_request: title: Pull Request type: object @@ -198751,7 +198769,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *871 + repository: *872 sender: *4 required: - action @@ -198831,12 +198849,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *868 - milestone: *698 - number: *927 - organization: *870 - pull_request: *929 - repository: *871 + enterprise: *869 + milestone: *699 + number: *928 + organization: *871 + pull_request: *930 + repository: *872 sender: *4 required: - action @@ -198915,12 +198933,12 @@ x-webhooks: type: string enum: - opened - enterprise: *868 - installation: *869 - number: *927 - organization: *870 - pull_request: *928 - repository: *871 + enterprise: *869 + installation: *870 + number: *928 + organization: *871 + pull_request: *929 + repository: *872 sender: *4 required: - action @@ -199001,12 +199019,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *868 - installation: *869 - number: *927 - organization: *870 - pull_request: *928 - repository: *871 + enterprise: *869 + installation: *870 + number: *928 + organization: *871 + pull_request: *929 + repository: *872 sender: *4 required: - action @@ -199086,12 +199104,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *868 - installation: *869 - number: *927 - organization: *870 - pull_request: *928 - repository: *871 + enterprise: *869 + installation: *870 + number: *928 + organization: *871 + pull_request: *929 + repository: *872 sender: *4 required: - action @@ -199457,9 +199475,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *868 - installation: *869 - organization: *870 + enterprise: *869 + installation: *870 + organization: *871 pull_request: type: object properties: @@ -201651,7 +201669,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *871 + repository: *872 sender: *4 required: - action @@ -201731,7 +201749,7 @@ x-webhooks: type: string enum: - deleted - comment: &931 + comment: &932 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. @@ -202016,9 +202034,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *868 - installation: *869 - organization: *870 + enterprise: *869 + installation: *870 + organization: *871 pull_request: type: object properties: @@ -204198,7 +204216,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *871 + repository: *872 sender: *4 required: - action @@ -204278,11 +204296,11 @@ x-webhooks: type: string enum: - edited - changes: *930 - comment: *931 - enterprise: *868 - installation: *869 - organization: *870 + changes: *931 + comment: *932 + enterprise: *869 + installation: *870 + organization: *871 pull_request: type: object properties: @@ -206465,7 +206483,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *871 + repository: *872 sender: *4 required: - action @@ -206546,9 +206564,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *868 - installation: *869 - organization: *870 + enterprise: *869 + installation: *870 + organization: *871 pull_request: title: Simple Pull Request type: object @@ -208743,7 +208761,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *871 + repository: *872 review: description: The review that was affected. type: object @@ -208990,9 +209008,9 @@ x-webhooks: type: string required: - from - enterprise: *868 - installation: *869 - organization: *870 + enterprise: *869 + installation: *870 + organization: *871 pull_request: title: Simple Pull Request type: object @@ -211046,8 +211064,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *871 - review: &932 + repository: *872 + review: &933 description: The review that was affected. type: object properties: @@ -211280,12 +211298,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *868 - installation: *869 + enterprise: *869 + installation: *870 number: description: The pull request number. type: integer - organization: *870 + organization: *871 pull_request: title: Pull Request type: object @@ -213590,7 +213608,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *871 + repository: *872 requested_reviewer: title: User type: object @@ -213674,12 +213692,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *868 - installation: *869 + enterprise: *869 + installation: *870 number: description: The pull request number. type: integer - organization: *870 + organization: *871 pull_request: title: Pull Request type: object @@ -215991,7 +216009,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *871 + repository: *872 requested_team: title: Team description: Groups of organization members that gives permissions @@ -216183,12 +216201,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *868 - installation: *869 + enterprise: *869 + installation: *870 number: description: The pull request number. type: integer - organization: *870 + organization: *871 pull_request: title: Pull Request type: object @@ -218495,7 +218513,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *871 + repository: *872 requested_reviewer: title: User type: object @@ -218580,12 +218598,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *868 - installation: *869 + enterprise: *869 + installation: *870 number: description: The pull request number. type: integer - organization: *870 + organization: *871 pull_request: title: Pull Request type: object @@ -220883,7 +220901,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *871 + repository: *872 requested_team: title: Team description: Groups of organization members that gives permissions @@ -221064,9 +221082,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *868 - installation: *869 - organization: *870 + enterprise: *869 + installation: *870 + organization: *871 pull_request: title: Simple Pull Request type: object @@ -223263,8 +223281,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *871 - review: *932 + repository: *872 + review: *933 sender: *4 required: - action @@ -223344,9 +223362,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *868 - installation: *869 - organization: *870 + enterprise: *869 + installation: *870 + organization: *871 pull_request: title: Simple Pull Request type: object @@ -225438,7 +225456,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *871 + repository: *872 sender: *4 thread: type: object @@ -225825,9 +225843,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *868 - installation: *869 - organization: *870 + enterprise: *869 + installation: *870 + organization: *871 pull_request: title: Simple Pull Request type: object @@ -227905,7 +227923,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *871 + repository: *872 sender: *4 thread: type: object @@ -228295,10 +228313,10 @@ x-webhooks: type: string before: type: string - enterprise: *868 - installation: *869 - number: *927 - organization: *870 + enterprise: *869 + installation: *870 + number: *928 + organization: *871 pull_request: title: Pull Request type: object @@ -230591,7 +230609,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *871 + repository: *872 sender: *4 required: - action @@ -230673,11 +230691,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *933 - enterprise: *868 - installation: *869 - number: *927 - organization: *870 + assignee: *934 + enterprise: *869 + installation: *870 + number: *928 + organization: *871 pull_request: title: Pull Request type: object @@ -232982,7 +233000,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *871 + repository: *872 sender: *4 required: - action @@ -233061,11 +233079,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *868 - installation: *869 - label: *891 - number: *927 - organization: *870 + enterprise: *869 + installation: *870 + label: *892 + number: *928 + organization: *871 pull_request: title: Pull Request type: object @@ -235360,7 +235378,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *871 + repository: *872 sender: *4 required: - action @@ -235441,10 +235459,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *868 - installation: *869 - number: *927 - organization: *870 + enterprise: *869 + installation: *870 + number: *928 + organization: *871 pull_request: title: Pull Request type: object @@ -237731,7 +237749,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *871 + repository: *872 sender: *4 required: - action @@ -237931,7 +237949,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *868 + enterprise: *869 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -238023,8 +238041,8 @@ x-webhooks: - url - author - committer - installation: *869 - organization: *870 + installation: *870 + organization: *871 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -238610,9 +238628,9 @@ x-webhooks: type: string enum: - published - enterprise: *868 - installation: *869 - organization: *870 + enterprise: *869 + installation: *870 + organization: *871 registry_package: type: object properties: @@ -239058,7 +239076,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *914 + items: *915 summary: type: string tag_name: @@ -239112,7 +239130,7 @@ x-webhooks: - owner - package_version - registry - repository: *871 + repository: *872 sender: *4 required: - action @@ -239190,9 +239208,9 @@ x-webhooks: type: string enum: - updated - enterprise: *868 - installation: *869 - organization: *870 + enterprise: *869 + installation: *870 + organization: *871 registry_package: type: object properties: @@ -239500,7 +239518,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *914 + items: *915 summary: type: string tag_name: @@ -239549,7 +239567,7 @@ x-webhooks: - owner - package_version - registry - repository: *871 + repository: *872 sender: *4 required: - action @@ -239626,10 +239644,10 @@ x-webhooks: type: string enum: - created - enterprise: *868 - installation: *869 - organization: *870 - release: &934 + enterprise: *869 + installation: *870 + organization: *871 + release: &935 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -239947,7 +239965,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *871 + repository: *872 sender: *4 required: - action @@ -240024,11 +240042,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *868 - installation: *869 - organization: *870 - release: *934 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + release: *935 + repository: *872 sender: *4 required: - action @@ -240145,11 +240163,11 @@ x-webhooks: type: boolean required: - to - enterprise: *868 - installation: *869 - organization: *870 - release: *934 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + release: *935 + repository: *872 sender: *4 required: - action @@ -240227,9 +240245,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *868 - installation: *869 - organization: *870 + enterprise: *869 + installation: *870 + organization: *871 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -240551,7 +240569,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *871 + repository: *872 sender: *4 required: - action @@ -240627,10 +240645,10 @@ x-webhooks: type: string enum: - published - enterprise: *868 - installation: *869 - organization: *870 - release: &935 + enterprise: *869 + installation: *870 + organization: *871 + release: &936 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -240949,7 +240967,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *871 + repository: *872 sender: *4 required: - action @@ -241025,11 +241043,11 @@ x-webhooks: type: string enum: - released - enterprise: *868 - installation: *869 - organization: *870 - release: *934 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + release: *935 + repository: *872 sender: *4 required: - action @@ -241105,11 +241123,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *868 - installation: *869 - organization: *870 - release: *935 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + release: *936 + repository: *872 sender: *4 required: - action @@ -241185,11 +241203,11 @@ x-webhooks: type: string enum: - published - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 - repository_advisory: *768 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 + repository_advisory: *769 sender: *4 required: - action @@ -241265,11 +241283,11 @@ x-webhooks: type: string enum: - reported - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 - repository_advisory: *768 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 + repository_advisory: *769 sender: *4 required: - action @@ -241345,10 +241363,10 @@ x-webhooks: type: string enum: - archived - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -241425,10 +241443,10 @@ x-webhooks: type: string enum: - created - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -241506,10 +241524,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -241593,10 +241611,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -241708,10 +241726,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -241783,10 +241801,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 status: type: string @@ -241867,10 +241885,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -241947,10 +241965,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -242044,10 +242062,10 @@ x-webhooks: - name required: - repository - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -242127,10 +242145,10 @@ x-webhooks: type: string enum: - created - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 repository_ruleset: *193 sender: *4 required: @@ -242209,10 +242227,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 repository_ruleset: *193 sender: *4 required: @@ -242291,10 +242309,10 @@ x-webhooks: type: string enum: - edited - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 repository_ruleset: *193 changes: type: object @@ -242356,16 +242374,16 @@ x-webhooks: properties: added: type: array - items: *736 + items: *737 deleted: type: array - items: *736 + items: *737 updated: type: array items: type: object properties: - rule: *736 + rule: *737 changes: type: object properties: @@ -242599,10 +242617,10 @@ x-webhooks: - from required: - owner - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -242680,10 +242698,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -242761,7 +242779,7 @@ x-webhooks: type: string enum: - create - alert: &936 + alert: &937 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -242883,10 +242901,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -243092,10 +243110,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -243173,11 +243191,11 @@ x-webhooks: type: string enum: - reopen - alert: *936 - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + alert: *937 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -243376,10 +243394,10 @@ x-webhooks: enum: - fixed - open - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -243457,7 +243475,7 @@ x-webhooks: type: string enum: - assigned - alert: &937 + alert: &938 type: object properties: number: *130 @@ -243591,10 +243609,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -243672,11 +243690,11 @@ x-webhooks: type: string enum: - created - alert: *937 - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + alert: *938 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -243757,11 +243775,11 @@ x-webhooks: type: string enum: - created - alert: *937 - installation: *869 - location: *938 - organization: *870 - repository: *871 + alert: *938 + installation: *870 + location: *939 + organization: *871 + repository: *872 sender: *4 required: - location @@ -243999,11 +244017,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *937 - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + alert: *938 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -244081,11 +244099,11 @@ x-webhooks: type: string enum: - reopened - alert: *937 - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + alert: *938 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -244163,11 +244181,11 @@ x-webhooks: type: string enum: - resolved - alert: *937 - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + alert: *938 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -244245,12 +244263,12 @@ x-webhooks: type: string enum: - unassigned - alert: *937 + alert: *938 assignee: *4 - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -244328,11 +244346,11 @@ x-webhooks: type: string enum: - validated - alert: *937 - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + alert: *938 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -244458,10 +244476,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *871 - enterprise: *868 - installation: *869 - organization: *870 + repository: *872 + enterprise: *869 + installation: *870 + organization: *871 sender: *4 required: - action @@ -244539,11 +244557,11 @@ x-webhooks: type: string enum: - published - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 - security_advisory: &939 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 + security_advisory: &940 description: The details of the security advisory, including summary, description, and severity. type: object @@ -244726,11 +244744,11 @@ x-webhooks: type: string enum: - updated - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 - security_advisory: *939 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 + security_advisory: *940 sender: *4 required: - action @@ -244803,10 +244821,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -244990,11 +245008,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *434 - enterprise: *868 - installation: *869 - organization: *870 - repository: *477 + security_and_analysis: *435 + enterprise: *869 + installation: *870 + organization: *871 + repository: *478 sender: *4 required: - changes @@ -245072,12 +245090,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 - sponsorship: &940 + sponsorship: &941 type: object properties: created_at: @@ -245378,12 +245396,12 @@ x-webhooks: type: string enum: - created - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 - sponsorship: *940 + sponsorship: *941 required: - action - sponsorship @@ -245471,12 +245489,12 @@ x-webhooks: type: string required: - from - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 - sponsorship: *940 + sponsorship: *941 required: - action - changes @@ -245553,17 +245571,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &941 + effective_date: &942 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: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 - sponsorship: *940 + sponsorship: *941 required: - action - sponsorship @@ -245637,7 +245655,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &942 + changes: &943 type: object properties: tier: @@ -245681,13 +245699,13 @@ x-webhooks: - from required: - tier - effective_date: *941 - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + effective_date: *942 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 - sponsorship: *940 + sponsorship: *941 required: - action - changes @@ -245764,13 +245782,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *942 - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + changes: *943 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 - sponsorship: *940 + sponsorship: *941 required: - action - changes @@ -245844,10 +245862,10 @@ x-webhooks: type: string enum: - created - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -245930,10 +245948,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -246353,15 +246371,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *868 + enterprise: *869 id: description: The unique identifier of the status. type: integer - installation: *869 + installation: *870 name: type: string - organization: *870 - repository: *871 + organization: *871 + repository: *872 sender: *4 sha: description: The Commit SHA. @@ -246476,9 +246494,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *227 - installation: *869 - organization: *870 - repository: *871 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -246568,9 +246586,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *227 - installation: *869 - organization: *870 - repository: *871 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -246660,9 +246678,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *227 - installation: *869 - organization: *870 - repository: *871 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -246752,9 +246770,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *227 - installation: *869 - organization: *870 - repository: *871 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -246831,12 +246849,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 - team: &943 + team: &944 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -247059,9 +247077,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *868 - installation: *869 - organization: *870 + enterprise: *869 + installation: *870 + organization: *871 repository: title: Repository description: A git repository @@ -247519,7 +247537,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *943 + team: *944 required: - action - team @@ -247595,9 +247613,9 @@ x-webhooks: type: string enum: - created - enterprise: *868 - installation: *869 - organization: *870 + enterprise: *869 + installation: *870 + organization: *871 repository: title: Repository description: A git repository @@ -248055,7 +248073,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *943 + team: *944 required: - action - team @@ -248132,9 +248150,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *868 - installation: *869 - organization: *870 + enterprise: *869 + installation: *870 + organization: *871 repository: title: Repository description: A git repository @@ -248592,7 +248610,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *943 + team: *944 required: - action - team @@ -248736,9 +248754,9 @@ x-webhooks: - from required: - permissions - enterprise: *868 - installation: *869 - organization: *870 + enterprise: *869 + installation: *870 + organization: *871 repository: title: Repository description: A git repository @@ -249196,7 +249214,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *943 + team: *944 required: - action - changes @@ -249274,9 +249292,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *868 - installation: *869 - organization: *870 + enterprise: *869 + installation: *870 + organization: *871 repository: title: Repository description: A git repository @@ -249734,7 +249752,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *943 + team: *944 required: - action - team @@ -249810,10 +249828,10 @@ x-webhooks: type: string enum: - started - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 required: - action @@ -249886,16 +249904,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *868 + enterprise: *869 inputs: type: object nullable: true additionalProperties: true - installation: *869 - organization: *870 + installation: *870 + organization: *871 ref: type: string - repository: *871 + repository: *872 sender: *4 workflow: type: string @@ -249977,10 +249995,10 @@ x-webhooks: type: string enum: - completed - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 workflow_job: allOf: @@ -250217,7 +250235,7 @@ x-webhooks: type: string required: - conclusion - deployment: *616 + deployment: *617 required: - action - repository @@ -250296,10 +250314,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 workflow_job: allOf: @@ -250559,7 +250577,7 @@ x-webhooks: required: - status - steps - deployment: *616 + deployment: *617 required: - action - repository @@ -250638,10 +250656,10 @@ x-webhooks: type: string enum: - queued - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 workflow_job: type: object @@ -250776,7 +250794,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *616 + deployment: *617 required: - action - repository @@ -250855,10 +250873,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 workflow_job: type: object @@ -250994,7 +251012,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *616 + deployment: *617 required: - action - repository @@ -251074,12 +251092,12 @@ x-webhooks: type: string enum: - completed - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 - workflow: *887 + workflow: *888 workflow_run: title: Workflow Run type: object @@ -252078,12 +252096,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 - workflow: *887 + workflow: *888 workflow_run: title: Workflow Run type: object @@ -253067,12 +253085,12 @@ x-webhooks: type: string enum: - requested - enterprise: *868 - installation: *869 - organization: *870 - repository: *871 + enterprise: *869 + installation: *870 + organization: *871 + repository: *872 sender: *4 - workflow: *887 + workflow: *888 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json index 44d79b22cd..0851f39f86 100644 --- a/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json @@ -48496,6 +48496,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", @@ -48828,6 +48836,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": "object", "nullable": true, @@ -163762,6 +163779,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", @@ -164119,6 +164144,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": "object", "nullable": true, @@ -379818,6 +379852,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", @@ -380158,6 +380200,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": "object", "nullable": true, @@ -381473,6 +381524,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": "object", "nullable": true, @@ -382625,6 +382685,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": "object", "nullable": true, @@ -841389,6 +841458,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": "object", "nullable": true, @@ -843827,6 +843905,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": "object", "nullable": true, @@ -846265,6 +846352,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": "object", "nullable": true, @@ -848703,6 +848799,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": "object", "nullable": true, @@ -851141,6 +851246,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, "cvss_severities": { "type": "object", "nullable": true, @@ -853579,6 +853693,15 @@ "critical" ] }, + "classification": { + "type": "string", + "description": "The classification of the advisory.", + "readOnly": true, + "enum": [ + "general", + "malware" + ] + }, {"code":"deadline_exceeded","msg":"operation timed out"}