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 c7afaff87d..23fb096146 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 @@ -26299,6 +26299,16 @@ } } }, + "code_security": { + "type": "object", + "description": "Use the `status` property to enable or disable GitHub Code Security for this repository.", + "properties": { + "status": { + "type": "string", + "description": "Can be `enabled` or `disabled`." + } + } + }, "secret_scanning": { "type": "object", "description": "Use the `status` property to enable or disable secret scanning for this repository. For more information, see \"[About secret scanning](/code-security/secret-security/about-secret-scanning).\"", @@ -101014,6 +101024,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -108245,7 +108267,8 @@ }, "required": [ "file_patterns", - "minimum_approvals" + "minimum_approvals", + "reviewer" ] }, "repository-rule-pull-request": { 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 8b5e2522e7..d42e909bcd 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 @@ -19111,6 +19111,14 @@ paths: status: type: string description: Can be `enabled` or `disabled`. + code_security: + type: object + description: Use the `status` property to enable or disable + GitHub Code Security for this repository. + properties: + status: + type: string + description: Can be `enabled` or `disabled`. secret_scanning: type: object description: Use the `status` property to enable or disable @@ -73581,6 +73589,14 @@ components: enum: - enabled - disabled + code_security: + type: object + properties: + status: + type: string + enum: + - enabled + - disabled dependabot_security_updates: description: Enable or disable Dependabot security updates for the repository. type: object @@ -79427,6 +79443,7 @@ components: required: - file_patterns - minimum_approvals + - reviewer repository-rule-pull-request: title: pull_request description: Require all commits be made to a non-target branch and submitted diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index c7afaff87d..23fb096146 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -26299,6 +26299,16 @@ } } }, + "code_security": { + "type": "object", + "description": "Use the `status` property to enable or disable GitHub Code Security for this repository.", + "properties": { + "status": { + "type": "string", + "description": "Can be `enabled` or `disabled`." + } + } + }, "secret_scanning": { "type": "object", "description": "Use the `status` property to enable or disable secret scanning for this repository. For more information, see \"[About secret scanning](/code-security/secret-security/about-secret-scanning).\"", @@ -101014,6 +101024,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -108245,7 +108267,8 @@ }, "required": [ "file_patterns", - "minimum_approvals" + "minimum_approvals", + "reviewer" ] }, "repository-rule-pull-request": { diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 8b5e2522e7..d42e909bcd 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -19111,6 +19111,14 @@ paths: status: type: string description: Can be `enabled` or `disabled`. + code_security: + type: object + description: Use the `status` property to enable or disable + GitHub Code Security for this repository. + properties: + status: + type: string + description: Can be `enabled` or `disabled`. secret_scanning: type: object description: Use the `status` property to enable or disable @@ -73581,6 +73589,14 @@ components: enum: - enabled - disabled + code_security: + type: object + properties: + status: + type: string + enum: + - enabled + - disabled dependabot_security_updates: description: Enable or disable Dependabot security updates for the repository. type: object @@ -79427,6 +79443,7 @@ components: required: - file_patterns - minimum_approvals + - reviewer repository-rule-pull-request: title: pull_request description: Require all commits be made to a non-target branch and submitted 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 61bc3f6fec..4a3ea895e8 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 @@ -47815,6 +47815,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -48934,6 +48946,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -57028,6 +57052,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -62452,6 +62488,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -63970,6 +64018,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -71376,6 +71436,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -74156,6 +74228,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -80141,6 +80225,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -81283,6 +81379,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -96449,6 +96557,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -98437,6 +98557,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -105258,6 +105390,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -108479,6 +108623,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -109526,6 +109682,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -112548,6 +112716,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -114517,6 +114697,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -119320,6 +119512,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -122714,6 +122918,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -148208,6 +148424,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -158567,6 +158795,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -159408,6 +159648,16 @@ } } }, + "code_security": { + "type": "object", + "description": "Use the `status` property to enable or disable GitHub Code Security for this repository.", + "properties": { + "status": { + "type": "string", + "description": "Can be `enabled` or `disabled`." + } + } + }, "secret_scanning": { "type": "object", "description": "Use the `status` property to enable or disable secret scanning for this repository. For more information, see \"[About secret scanning](/code-security/secret-security/about-secret-scanning).\"", @@ -162525,6 +162775,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -171122,6 +171384,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -171784,6 +172058,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -173382,6 +173668,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -174044,6 +174342,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -176376,6 +176686,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -177038,6 +177360,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -183371,6 +183705,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -184033,6 +184379,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -213756,6 +214114,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -215342,6 +215712,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -216557,6 +216939,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -218013,6 +218407,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -230903,6 +231309,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -232632,6 +233050,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -233999,6 +234429,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -237330,6 +237772,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -249562,6 +250016,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -250698,6 +251164,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -273525,6 +274003,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -276852,6 +277342,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -287966,6 +288468,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -289156,6 +289670,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -357574,6 +358100,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -381880,6 +382418,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -383247,6 +383797,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -433100,6 +433662,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -438650,6 +439224,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -442230,6 +442816,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -443490,6 +444088,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -444436,6 +445046,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -445774,6 +446396,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -459527,6 +460161,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -464075,6 +464721,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -465997,6 +466655,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -467364,6 +468034,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -469122,6 +469804,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -470920,6 +471614,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -472459,6 +473165,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -477166,6 +477884,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -479180,6 +479910,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -480799,6 +481541,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -482192,6 +482946,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -498264,6 +499030,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -499548,6 +500326,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -500534,6 +501324,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -506676,6 +507478,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -508166,6 +508980,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -513199,6 +514025,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -516645,6 +517483,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -529415,6 +530265,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -530462,6 +531324,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -538849,6 +539723,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -541884,6 +542770,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -552430,6 +553328,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -556429,6 +557339,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -560428,6 +561350,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -564440,6 +565374,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -1089870,6 +1090816,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -1093043,6 +1094001,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", 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 4502269adc..0700c6f400 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 @@ -14478,6 +14478,14 @@ paths: enum: - enabled - disabled + code_security: + type: object + properties: + status: + type: string + enum: + - enabled + - disabled dependabot_security_updates: description: Enable or disable Dependabot security updates for the repository. @@ -42304,6 +42312,14 @@ paths: status: type: string description: Can be `enabled` or `disabled`. + code_security: + type: object + description: Use the `status` property to enable or disable + GitHub Code Security for this repository. + properties: + status: + type: string + description: Can be `enabled` or `disabled`. secret_scanning: type: object description: Use the `status` property to enable or disable 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 61bc3f6fec..4a3ea895e8 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -47815,6 +47815,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -48934,6 +48946,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -57028,6 +57052,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -62452,6 +62488,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -63970,6 +64018,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -71376,6 +71436,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -74156,6 +74228,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -80141,6 +80225,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -81283,6 +81379,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -96449,6 +96557,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -98437,6 +98557,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -105258,6 +105390,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -108479,6 +108623,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -109526,6 +109682,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -112548,6 +112716,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -114517,6 +114697,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -119320,6 +119512,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -122714,6 +122918,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -148208,6 +148424,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -158567,6 +158795,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -159408,6 +159648,16 @@ } } }, + "code_security": { + "type": "object", + "description": "Use the `status` property to enable or disable GitHub Code Security for this repository.", + "properties": { + "status": { + "type": "string", + "description": "Can be `enabled` or `disabled`." + } + } + }, "secret_scanning": { "type": "object", "description": "Use the `status` property to enable or disable secret scanning for this repository. For more information, see \"[About secret scanning](/code-security/secret-security/about-secret-scanning).\"", @@ -162525,6 +162775,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -171122,6 +171384,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -171784,6 +172058,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -173382,6 +173668,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -174044,6 +174342,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -176376,6 +176686,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -177038,6 +177360,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -183371,6 +183705,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -184033,6 +184379,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -213756,6 +214114,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -215342,6 +215712,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -216557,6 +216939,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -218013,6 +218407,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -230903,6 +231309,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -232632,6 +233050,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -233999,6 +234429,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -237330,6 +237772,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -249562,6 +250016,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -250698,6 +251164,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -273525,6 +274003,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -276852,6 +277342,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -287966,6 +288468,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -289156,6 +289670,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -357574,6 +358100,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -381880,6 +382418,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -383247,6 +383797,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -433100,6 +433662,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -438650,6 +439224,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -442230,6 +442816,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -443490,6 +444088,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -444436,6 +445046,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -445774,6 +446396,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -459527,6 +460161,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -464075,6 +464721,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -465997,6 +466655,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -467364,6 +468034,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -469122,6 +469804,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -470920,6 +471614,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -472459,6 +473165,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -477166,6 +477884,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -479180,6 +479910,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -480799,6 +481541,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -482192,6 +482946,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -498264,6 +499030,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -499548,6 +500326,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -500534,6 +501324,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -506676,6 +507478,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -508166,6 +508980,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -513199,6 +514025,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -516645,6 +517483,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -529415,6 +530265,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -530462,6 +531324,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -538849,6 +539723,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -541884,6 +542770,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -552430,6 +553328,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -556429,6 +557339,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -560428,6 +561350,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -564440,6 +565374,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -1089870,6 +1090816,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -1093043,6 +1094001,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", 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 4502269adc..0700c6f400 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -14478,6 +14478,14 @@ paths: enum: - enabled - disabled + code_security: + type: object + properties: + status: + type: string + enum: + - enabled + - disabled dependabot_security_updates: description: Enable or disable Dependabot security updates for the repository. @@ -42304,6 +42312,14 @@ paths: status: type: string description: Can be `enabled` or `disabled`. + code_security: + type: object + description: Use the `status` property to enable or disable + GitHub Code Security for this repository. + properties: + status: + type: string + description: Can be `enabled` or `disabled`. secret_scanning: type: object description: Use the `status` property to enable or disable diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index 3f1c49c530..4e9f61fa8a 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -46458,6 +46458,19 @@ "type": "string" } }, + { + "name": "advanced_security_product", + "in": "query", + "description": "The security feature to get GitHub Advanced Security active committers for.", + "required": false, + "schema": { + "type": "string", + "enum": [ + "code_security", + "secret_protection" + ] + } + }, { "name": "per_page", "description": "The number of results per page (max 100). For more information, see \"[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api).\"", @@ -73127,6 +73140,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -74258,6 +74283,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -82651,6 +82688,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -88087,6 +88136,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -89617,6 +89678,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -98488,6 +98561,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -101280,6 +101365,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -110095,6 +110192,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -111249,6 +111358,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -126857,6 +126978,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -128857,6 +128990,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -135690,6 +135835,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -140012,6 +140169,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -141071,6 +141240,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -144105,6 +144286,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -146086,6 +146279,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -150900,6 +151105,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -154307,6 +154524,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -168174,6 +168403,19 @@ "type": "string" } }, + { + "name": "advanced_security_product", + "in": "query", + "description": "The security feature to get GitHub Advanced Security active committers for.", + "required": false, + "schema": { + "type": "string", + "enum": [ + "code_security", + "secret_protection" + ] + } + }, { "name": "per_page", "description": "The number of results per page (max 100). For more information, see \"[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api).\"", @@ -180590,6 +180832,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -191263,6 +191517,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -192122,6 +192388,16 @@ } } }, + "code_security": { + "type": "object", + "description": "Use the `status` property to enable or disable GitHub Code Security for this repository.", + "properties": { + "status": { + "type": "string", + "description": "Can be `enabled` or `disabled`." + } + } + }, "secret_scanning": { "type": "object", "description": "Use the `status` property to enable or disable secret scanning for this repository. For more information, see \"[About secret scanning](/code-security/secret-security/about-secret-scanning).\"", @@ -195249,6 +195525,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -203860,6 +204148,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -204534,6 +204834,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -206144,6 +206456,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -206818,6 +207142,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -209162,6 +209498,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -209836,6 +210184,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -216181,6 +216541,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -216855,6 +217227,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -248691,6 +249075,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -250289,6 +250685,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -251516,6 +251924,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -252984,6 +253404,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -265886,6 +266318,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -267627,6 +268071,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -269006,6 +269462,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -272349,6 +272817,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -284593,6 +285073,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -285741,6 +286233,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -308580,6 +309084,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -311919,6 +312435,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -323045,6 +323573,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -324247,6 +324787,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -392780,6 +393332,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -417102,6 +417666,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -418481,6 +419057,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -468352,6 +468940,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -473914,6 +474514,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -477506,6 +478118,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -478778,6 +479402,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -489733,6 +490369,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -491083,6 +491731,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -504848,6 +505508,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -509859,6 +510531,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -511793,6 +512477,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -513172,6 +513868,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -514942,6 +515650,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -516752,6 +517472,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -518303,6 +519035,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -523022,6 +523766,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -525048,6 +525804,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -526679,6 +527447,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -528084,6 +528864,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -544168,6 +544960,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -545464,6 +546268,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -546462,6 +547278,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -552616,6 +553444,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -554118,6 +554958,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -559163,6 +560015,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -562621,6 +563485,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -575403,6 +576279,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -576462,6 +577350,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -584861,6 +585761,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -587908,6 +588820,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -618062,6 +618986,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -622073,6 +623009,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -626084,6 +627032,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -630108,6 +631068,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -1169278,6 +1170250,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -1172463,6 +1173447,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 91987171d7..276f5165bc 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -1021,7 +1021,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: - - &665 + - &666 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1712,7 +1712,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &675 + schema: &676 title: Scim Error description: Scim Error type: object @@ -11257,7 +11257,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &456 + instances_url: &457 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -11292,7 +11292,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &457 + dismissed_reason: &458 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -11301,13 +11301,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &458 + dismissed_comment: &459 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &459 + rule: &460 type: object properties: id: @@ -11360,7 +11360,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &460 + tool: &461 type: object properties: name: *87 @@ -11370,15 +11370,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *88 - most_recent_instance: &461 + most_recent_instance: &462 type: object properties: - ref: &454 + ref: &455 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &471 + analysis_key: &472 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -11389,7 +11389,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &472 + category: &473 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -14552,7 +14552,7 @@ paths: - unknown - direct - transitive - security_advisory: &513 + security_advisory: &514 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -14784,7 +14784,7 @@ paths: nullable: true maxLength: 280 fixed_at: *110 - auto_dismissed_at: &514 + auto_dismissed_at: &515 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -15276,7 +15276,7 @@ paths: - name - created_on examples: - default: &350 + default: &351 value: total_count: 2 network_configurations: @@ -15499,7 +15499,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: - *40 - - &351 + - &352 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -15511,7 +15511,7 @@ paths: description: Response content: application/json: - schema: &352 + schema: &353 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -15545,7 +15545,7 @@ paths: - subnet_id - region examples: - default: &353 + default: &354 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -16213,7 +16213,7 @@ paths: type: object description: A repository rule. oneOf: - - &623 + - &624 title: creation description: Only allow users with bypass permission to create matching refs. @@ -16225,7 +16225,7 @@ paths: type: string enum: - creation - - &624 + - &625 title: update description: Only allow users with bypass permission to update matching refs. @@ -16246,7 +16246,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &626 + - &627 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -16258,7 +16258,7 @@ paths: type: string enum: - deletion - - &627 + - &628 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -16270,7 +16270,7 @@ paths: type: string enum: - required_linear_history - - &628 + - &629 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -16346,7 +16346,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &629 + - &630 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -16370,7 +16370,7 @@ paths: type: string required: - required_deployment_environments - - &630 + - &631 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -16382,7 +16382,7 @@ paths: type: string enum: - required_signatures - - &631 + - &632 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can be merged. @@ -16444,7 +16444,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &632 + - &633 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -16491,7 +16491,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &633 + - &634 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -16503,7 +16503,7 @@ paths: type: string enum: - non_fast_forward - - &634 + - &635 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -16539,7 +16539,7 @@ paths: required: - operator - pattern - - &635 + - &636 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -16575,7 +16575,7 @@ paths: required: - operator - pattern - - &636 + - &637 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -16611,7 +16611,7 @@ paths: required: - operator - pattern - - &637 + - &638 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -16647,7 +16647,7 @@ paths: required: - operator - pattern - - &638 + - &639 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -16683,7 +16683,7 @@ paths: required: - operator - pattern - - &639 + - &640 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. @@ -16707,7 +16707,7 @@ paths: type: string required: - restricted_file_paths - - &640 + - &641 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed to the commit @@ -16731,7 +16731,7 @@ paths: maximum: 256 required: - max_file_path_length - - &641 + - &642 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -16754,7 +16754,7 @@ paths: type: string required: - restricted_file_extensions - - &642 + - &643 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit graph. @@ -16778,7 +16778,7 @@ paths: maximum: 100 required: - max_file_size - - &643 + - &644 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -16827,7 +16827,7 @@ paths: - repository_id required: - workflows - - &644 + - &645 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -17472,14 +17472,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &657 + state: &658 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: &658 + resolution: &659 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -17945,6 +17945,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *40 + - &344 + name: advanced_security_product + in: query + description: The security feature to get GitHub Advanced Security active committers + for. + required: false + schema: + type: string + enum: + - code_security + - secret_protection - *17 - *19 responses: @@ -17952,7 +17963,7 @@ paths: description: Success content: application/json: - schema: &344 + schema: &345 type: object properties: total_advanced_security_committers: @@ -18007,7 +18018,7 @@ paths: required: - repositories examples: - default: &345 + default: &346 value: total_advanced_security_committers: 2 total_count: 2 @@ -18246,7 +18257,7 @@ paths: description: Response content: application/json: - schema: &346 + schema: &347 type: object properties: total_gigabytes_bandwidth_used: @@ -18264,7 +18275,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &347 + default: &348 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -18296,7 +18307,7 @@ paths: description: Response content: application/json: - schema: &348 + schema: &349 type: object properties: days_left_in_billing_cycle: @@ -18314,7 +18325,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &349 + default: &350 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -18684,7 +18695,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &562 + properties: &563 id: type: integer format: int64 @@ -18795,7 +18806,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &498 + properties: &499 url: type: string format: uri @@ -18865,7 +18876,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &499 + required: &500 - closed_issues - creator - description @@ -19069,7 +19080,7 @@ paths: - total - completed - percent_completed - required: &563 + required: &564 - assignee - closed_at - comments @@ -19091,7 +19102,7 @@ paths: - author_association - created_at - updated_at - comment: &560 + comment: &561 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -19658,7 +19669,7 @@ paths: url: type: string format: uri - user: &714 + user: &715 title: Public User description: Public User type: object @@ -22963,14 +22974,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: - - &373 + - &374 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &374 + - &375 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -23041,7 +23052,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &387 + '301': &388 description: Moved permanently content: application/json: @@ -23063,7 +23074,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &592 + - &593 name: all description: If `true`, show notifications marked as read. in: query @@ -23071,7 +23082,7 @@ paths: schema: type: boolean default: false - - &593 + - &594 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -23081,7 +23092,7 @@ paths: type: boolean default: false - *143 - - &594 + - &595 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: @@ -23405,6 +23416,14 @@ paths: enum: - enabled - disabled + code_security: + type: object + properties: + status: + type: string + enum: + - enabled + - disabled dependabot_security_updates: description: Enable or disable Dependabot security updates for the repository. @@ -23545,7 +23564,7 @@ paths: - url - subscription_url examples: - default: &595 + default: &596 value: - id: '1' repository: @@ -24091,7 +24110,7 @@ paths: type: array items: *58 examples: - default: &732 + default: &733 value: - login: github id: 1 @@ -25024,7 +25043,7 @@ paths: type: integer repository_cache_usages: type: array - items: &392 + items: &393 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -25694,7 +25713,7 @@ paths: type: array items: *63 examples: - default: &726 + default: &727 value: total_count: 1 repositories: @@ -26513,7 +26532,7 @@ paths: type: array items: *196 examples: - default: &717 + default: &718 value: total_count: 1 repositories: @@ -27554,7 +27573,7 @@ paths: description: Response content: application/json: - schema: &412 + schema: &413 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -27583,7 +27602,7 @@ paths: - key_id - key examples: - default: &413 + default: &414 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -27996,7 +28015,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *170 - - &397 + - &398 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)." @@ -28609,7 +28628,7 @@ paths: bundle_url: type: string examples: - default: &426 + default: &427 value: attestations: - bundle: @@ -28956,7 +28975,7 @@ paths: application/json: schema: type: array - items: &443 + items: &444 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -29081,7 +29100,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &444 + default: &445 value: - id: 21 number: 42 @@ -29194,7 +29213,7 @@ paths: be returned. in: query required: false - schema: &455 + schema: &456 type: string description: Severity of a code scanning alert. enum: @@ -30194,7 +30213,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &484 + properties: &485 name: type: string description: The name of the machine. @@ -30236,7 +30255,7 @@ paths: - ready - in_progress nullable: true - required: &485 + required: &486 - name - display_name - operating_system @@ -31104,7 +31123,7 @@ paths: - updated_at - visibility examples: - default: &486 + default: &487 value: total_count: 2 secrets: @@ -31142,7 +31161,7 @@ paths: description: Response content: application/json: - schema: &487 + schema: &488 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -31171,7 +31190,7 @@ paths: - key_id - key examples: - default: &488 + default: &489 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -31203,7 +31222,7 @@ paths: application/json: schema: *237 examples: - default: &490 + default: &491 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -32883,7 +32902,7 @@ paths: description: Response content: application/json: - schema: &517 + schema: &518 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -32900,7 +32919,7 @@ paths: - key_id - key examples: - default: &518 + default: &519 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -33481,7 +33500,7 @@ paths: description: Response content: application/json: - schema: &368 + schema: &369 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -33562,7 +33581,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &369 + default: &370 value: group_id: '123' group_name: Octocat admins @@ -33617,7 +33636,7 @@ paths: description: Response content: application/json: - schema: &366 + schema: &367 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -33654,7 +33673,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &367 + default: &368 value: groups: - group_id: '123' @@ -34956,7 +34975,7 @@ paths: application/json: schema: *22 examples: - default: &556 + default: &557 value: id: 1 account: @@ -35181,7 +35200,7 @@ paths: required: true content: application/json: - schema: &557 + schema: &558 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -36045,7 +36064,7 @@ paths: application/json: schema: *291 examples: - default: &483 + default: &484 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -37271,7 +37290,7 @@ paths: parameters: - *170 - *297 - - &731 + - &732 name: repo_name description: repo_name parameter in: path @@ -38583,7 +38602,7 @@ paths: - nuget - container - *170 - - &733 + - &734 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -38624,7 +38643,7 @@ paths: default: *304 '403': *29 '401': *25 - '400': &735 + '400': &736 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -40462,7 +40481,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &384 + '410': &385 description: Gone content: application/json: @@ -41214,7 +41233,7 @@ paths: description: Response content: application/json: - schema: &386 + schema: &387 title: Full Repository description: Full Repository type: object @@ -41607,7 +41626,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &505 + properties: &506 url: type: string format: uri @@ -41623,7 +41642,7 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &506 + required: &507 - url - key - name @@ -41712,7 +41731,7 @@ paths: - network_count - subscribers_count examples: - default: &388 + default: &389 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -42265,7 +42284,7 @@ paths: - *170 - *17 - *19 - - &645 + - &646 name: targets description: | A comma-separated list of rule targets to filter by. @@ -42455,7 +42474,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *170 - - &646 + - &647 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 @@ -42467,14 +42486,14 @@ paths: x-multi-segment: true - *225 - *221 - - &647 + - &648 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 - - &648 + - &649 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -42494,7 +42513,7 @@ paths: description: Response content: application/json: - schema: &649 + schema: &650 title: Rule Suites description: Response type: array @@ -42549,7 +42568,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &650 + default: &651 value: - id: 21 actor_id: 12 @@ -42593,7 +42612,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *170 - - &651 + - &652 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -42609,7 +42628,7 @@ paths: description: Response content: application/json: - schema: &652 + schema: &653 title: Rule Suite description: Response type: object @@ -42708,7 +42727,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &653 + default: &654 value: id: 21 actor_id: 12 @@ -43039,7 +43058,7 @@ paths: - *86 - *19 - *17 - - &655 + - &656 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 @@ -43049,7 +43068,7 @@ paths: required: false schema: type: string - - &656 + - &657 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 @@ -43141,7 +43160,7 @@ paths: application/json: schema: type: array - items: &663 + items: &664 description: A repository security advisory. type: object properties: @@ -43432,7 +43451,7 @@ paths: - private_fork additionalProperties: false examples: - default: &664 + default: &665 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -43933,6 +43952,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *170 + - *344 - *17 - *19 responses: @@ -43940,9 +43960,9 @@ paths: description: Success content: application/json: - schema: *344 + schema: *345 examples: - default: *345 + default: *346 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -43970,9 +43990,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44000,9 +44020,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44042,7 +44062,7 @@ paths: type: array items: *111 examples: - default: *350 + default: *351 headers: Link: *39 x-github: @@ -44243,15 +44263,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: - *170 - - *351 + - *352 responses: '200': description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 headers: Link: *39 x-github: @@ -44289,7 +44309,7 @@ paths: description: Response content: application/json: - schema: &375 + schema: &376 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -44335,7 +44355,7 @@ paths: type: string nullable: true examples: - default: &376 + default: &377 value: groups: - group_id: '123' @@ -44543,7 +44563,7 @@ paths: description: Response content: application/json: - schema: &354 + schema: &355 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -44853,7 +44873,7 @@ paths: - repos_count - organization examples: - default: &355 + default: &356 value: id: 1 node_id: MDQ6VGVhbTE= @@ -44930,9 +44950,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '404': *6 x-github: githubCloudOnly: false @@ -45016,16 +45036,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '201': description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '404': *6 '422': *15 '403': *29 @@ -45095,7 +45115,7 @@ paths: application/json: schema: type: array - items: &356 + items: &357 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -45194,7 +45214,7 @@ paths: - updated_at - url examples: - default: &704 + default: &705 value: - author: login: octocat @@ -45303,9 +45323,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: &357 + default: &358 value: author: login: octocat @@ -45379,7 +45399,7 @@ paths: parameters: - *170 - *299 - - &358 + - &359 name: discussion_number description: The number that identifies the discussion. in: path @@ -45391,9 +45411,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: *357 + default: *358 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45417,7 +45437,7 @@ paths: parameters: - *170 - *299 - - *358 + - *359 requestBody: required: false content: @@ -45440,9 +45460,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: &705 + default: &706 value: author: login: octocat @@ -45514,7 +45534,7 @@ paths: parameters: - *170 - *299 - - *358 + - *359 responses: '204': description: Response @@ -45542,7 +45562,7 @@ paths: parameters: - *170 - *299 - - *358 + - *359 - *86 - *17 - *19 @@ -45553,7 +45573,7 @@ paths: application/json: schema: type: array - items: &359 + items: &360 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -45625,7 +45645,7 @@ paths: - updated_at - url examples: - default: &706 + default: &707 value: - author: login: octocat @@ -45695,7 +45715,7 @@ paths: parameters: - *170 - *299 - - *358 + - *359 requestBody: required: true content: @@ -45717,9 +45737,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: &360 + default: &361 value: author: login: octocat @@ -45787,8 +45807,8 @@ paths: parameters: - *170 - *299 - - *358 - - &361 + - *359 + - &362 name: comment_number description: The number that identifies the comment. in: path @@ -45800,9 +45820,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45826,8 +45846,8 @@ paths: parameters: - *170 - *299 - - *358 - - *361 + - *359 + - *362 requestBody: required: true content: @@ -45849,9 +45869,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: &707 + default: &708 value: author: login: octocat @@ -45917,8 +45937,8 @@ paths: parameters: - *170 - *299 - - *358 - - *361 + - *359 + - *362 responses: '204': description: Response @@ -45946,8 +45966,8 @@ paths: parameters: - *170 - *299 - - *358 - - *361 + - *359 + - *362 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -45973,7 +45993,7 @@ paths: application/json: schema: type: array - items: &362 + items: &363 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -46016,7 +46036,7 @@ paths: - content - created_at examples: - default: &364 + default: &365 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -46068,8 +46088,8 @@ paths: parameters: - *170 - *299 - - *358 - - *361 + - *359 + - *362 requestBody: required: true content: @@ -46102,9 +46122,9 @@ paths: team discussion comment content: application/json: - schema: *362 + schema: *363 examples: - default: &363 + default: &364 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -46133,9 +46153,9 @@ paths: description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46160,9 +46180,9 @@ paths: parameters: - *170 - *299 - - *358 - - *361 - - &365 + - *359 + - *362 + - &366 name: reaction_id description: The unique identifier of the reaction. in: path @@ -46196,7 +46216,7 @@ paths: parameters: - *170 - *299 - - *358 + - *359 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -46222,9 +46242,9 @@ paths: application/json: schema: type: array - items: *362 + items: *363 examples: - default: *364 + default: *365 headers: Link: *39 x-github: @@ -46252,7 +46272,7 @@ paths: parameters: - *170 - *299 - - *358 + - *359 requestBody: required: true content: @@ -46284,16 +46304,16 @@ paths: description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 '201': description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -46318,8 +46338,8 @@ paths: parameters: - *170 - *299 - - *358 - - *365 + - *359 + - *366 responses: '204': description: Response @@ -46349,9 +46369,9 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -46394,9 +46414,9 @@ paths: description: Response content: application/json: - schema: *368 + schema: *369 examples: - default: *369 + default: *370 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -46537,7 +46557,7 @@ paths: description: Response content: application/json: - schema: &370 + schema: &371 title: Team Membership description: Team Membership type: object @@ -46564,7 +46584,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &708 + response-if-user-is-a-team-maintainer: &709 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -46627,9 +46647,9 @@ paths: description: Response content: application/json: - schema: *370 + schema: *371 examples: - response-if-users-membership-with-team-is-now-pending: &709 + response-if-users-membership-with-team-is-now-pending: &710 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -46702,7 +46722,7 @@ paths: application/json: schema: type: array - items: &371 + items: &372 title: Team Project description: A team's access to a project. type: object @@ -46770,7 +46790,7 @@ paths: - updated_at - permissions examples: - default: &710 + default: &711 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -46835,7 +46855,7 @@ paths: parameters: - *170 - *299 - - &372 + - &373 name: project_id description: The unique identifier of the project. in: path @@ -46847,9 +46867,9 @@ paths: description: Response content: application/json: - schema: *371 + schema: *372 examples: - default: &711 + default: &712 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -46913,7 +46933,7 @@ paths: parameters: - *170 - *299 - - *372 + - *373 requestBody: required: false content: @@ -46981,7 +47001,7 @@ paths: parameters: - *170 - *299 - - *372 + - *373 responses: '204': description: Response @@ -47052,14 +47072,14 @@ paths: parameters: - *170 - *299 - - *373 - *374 + - *375 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &712 + schema: &713 title: Team Repository description: A team's access to a repository. type: object @@ -47630,8 +47650,8 @@ paths: parameters: - *170 - *299 - - *373 - *374 + - *375 requestBody: required: false content: @@ -47678,8 +47698,8 @@ paths: parameters: - *170 - *299 - - *373 - *374 + - *375 responses: '204': description: Response @@ -47712,9 +47732,9 @@ paths: description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: *376 + default: *377 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -47780,7 +47800,7 @@ paths: description: Response content: application/json: - schema: *375 + schema: *376 examples: default: value: @@ -47825,7 +47845,7 @@ paths: type: array items: *284 examples: - response-if-child-teams-exist: &713 + response-if-child-teams-exist: &714 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -47952,7 +47972,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card parameters: - - &377 + - &378 name: card_id description: The unique identifier of the card. in: path @@ -47964,7 +47984,7 @@ paths: description: Response content: application/json: - schema: &378 + schema: &379 title: Project Card description: Project cards represent a scope of work. type: object @@ -48031,7 +48051,7 @@ paths: - created_at - updated_at examples: - default: &379 + default: &380 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -48087,7 +48107,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card parameters: - - *377 + - *378 requestBody: required: false content: @@ -48114,9 +48134,9 @@ paths: description: Response content: application/json: - schema: *378 + schema: *379 examples: - default: *379 + default: *380 '304': *37 '403': *29 '401': *25 @@ -48143,7 +48163,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card parameters: - - *377 + - *378 responses: '204': description: Response @@ -48187,7 +48207,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card parameters: - - *377 + - *378 requestBody: required: true content: @@ -48298,7 +48318,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column parameters: - - &380 + - &381 name: column_id description: The unique identifier of the column. in: path @@ -48310,7 +48330,7 @@ paths: description: Response content: application/json: - schema: &381 + schema: &382 title: Project Column description: Project columns contain cards of work. type: object @@ -48356,7 +48376,7 @@ paths: - created_at - updated_at examples: - default: &382 + default: &383 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -48391,7 +48411,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column parameters: - - *380 + - *381 requestBody: required: true content: @@ -48415,9 +48435,9 @@ paths: description: Response content: application/json: - schema: *381 + schema: *382 examples: - default: *382 + default: *383 '304': *37 '403': *29 '401': *25 @@ -48442,7 +48462,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column parameters: - - *380 + - *381 responses: '204': description: Response @@ -48471,7 +48491,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards parameters: - - *380 + - *381 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -48492,7 +48512,7 @@ paths: application/json: schema: type: array - items: *378 + items: *379 examples: default: value: @@ -48551,7 +48571,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card parameters: - - *380 + - *381 requestBody: required: true content: @@ -48591,9 +48611,9 @@ paths: description: Response content: application/json: - schema: *378 + schema: *379 examples: - default: *379 + default: *380 '304': *37 '403': *29 '401': *25 @@ -48649,7 +48669,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column parameters: - - *380 + - *381 requestBody: required: true content: @@ -48709,7 +48729,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project parameters: - - *372 + - *373 responses: '200': description: Response @@ -48717,7 +48737,7 @@ paths: application/json: schema: *319 examples: - default: &383 + default: &384 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -48774,7 +48794,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project parameters: - - *372 + - *373 requestBody: required: false content: @@ -48822,7 +48842,7 @@ paths: application/json: schema: *319 examples: - default: *383 + default: *384 '404': description: Not Found if the authenticated user does not have access to the project @@ -48843,7 +48863,7 @@ paths: items: type: string '401': *25 - '410': *384 + '410': *385 '422': *7 x-github: githubCloudOnly: false @@ -48866,7 +48886,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project parameters: - - *372 + - *373 responses: '204': description: Delete Success @@ -48887,7 +48907,7 @@ paths: items: type: string '401': *25 - '410': *384 + '410': *385 '404': *6 x-github: githubCloudOnly: false @@ -48911,7 +48931,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators parameters: - - *372 + - *373 - name: affiliation description: Filters the collaborators by their affiliation. `outside` means outside collaborators of a project that are not a member of the project's @@ -48968,7 +48988,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - - *372 + - *373 - *218 requestBody: required: false @@ -49021,7 +49041,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *372 + - *373 - *218 responses: '204': @@ -49053,7 +49073,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *372 + - *373 - *218 responses: '200': @@ -49127,7 +49147,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - - *372 + - *373 - *17 - *19 responses: @@ -49137,7 +49157,7 @@ paths: application/json: schema: type: array - items: *381 + items: *382 examples: default: value: @@ -49175,7 +49195,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column parameters: - - *372 + - *373 requestBody: required: true content: @@ -49198,7 +49218,7 @@ paths: description: Response content: application/json: - schema: *381 + schema: *382 examples: default: value: @@ -49262,7 +49282,7 @@ paths: resources: type: object properties: - core: &385 + core: &386 title: Rate Limit type: object properties: @@ -49279,20 +49299,20 @@ paths: - remaining - reset - used - graphql: *385 - search: *385 - code_search: *385 - source_import: *385 - integration_manifest: *385 - code_scanning_upload: *385 - actions_runner_registration: *385 - scim: *385 - dependency_snapshots: *385 - code_scanning_autofix: *385 + graphql: *386 + search: *386 + code_search: *386 + source_import: *386 + integration_manifest: *386 + code_scanning_upload: *386 + actions_runner_registration: *386 + scim: *386 + dependency_snapshots: *386 + code_scanning_autofix: *386 required: - core - search - rate: *385 + rate: *386 required: - rate - resources @@ -49396,14 +49416,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *373 - *374 + - *375 responses: '200': description: Response content: application/json: - schema: *386 + schema: *387 examples: default-response: summary: Default response @@ -49908,7 +49928,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *387 + '301': *388 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49926,8 +49946,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *373 - *374 + - *375 requestBody: required: false content: @@ -49982,6 +50002,14 @@ paths: status: type: string description: Can be `enabled` or `disabled`. + code_security: + type: object + description: Use the `status` property to enable or disable + GitHub Code Security for this repository. + properties: + status: + type: string + description: Can be `enabled` or `disabled`. secret_scanning: type: object description: Use the `status` property to enable or disable @@ -50173,10 +50201,10 @@ paths: description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: *388 - '307': &389 + default: *389 + '307': &390 description: Temporary Redirect content: application/json: @@ -50205,8 +50233,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *373 - *374 + - *375 responses: '204': description: Response @@ -50228,7 +50256,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': *389 + '307': *390 '404': *6 x-github: githubCloudOnly: false @@ -50251,11 +50279,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *373 - *374 + - *375 - *17 - *19 - - &404 + - &405 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -50278,7 +50306,7 @@ paths: type: integer artifacts: type: array - items: &390 + items: &391 title: Artifact description: An artifact type: object @@ -50356,7 +50384,7 @@ paths: - expires_at - updated_at examples: - default: &405 + default: &406 value: total_count: 2 artifacts: @@ -50417,9 +50445,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *373 - *374 - - &391 + - *375 + - &392 name: artifact_id description: The unique identifier of the artifact. in: path @@ -50431,7 +50459,7 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: default: value: @@ -50469,9 +50497,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *373 - *374 - - *391 + - *375 + - *392 responses: '204': description: Response @@ -50495,9 +50523,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *373 - *374 - - *391 + - *375 + - *392 - name: archive_format in: path required: true @@ -50511,7 +50539,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': *384 + '410': *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50534,14 +50562,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: - - *373 - *374 + - *375 responses: '200': description: Response content: application/json: - schema: *392 + schema: *393 examples: default: value: @@ -50567,11 +50595,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: - - *373 - *374 + - *375 - *17 - *19 - - &393 + - &394 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 @@ -50605,7 +50633,7 @@ paths: description: Response content: application/json: - schema: &394 + schema: &395 title: Repository actions caches description: Repository actions caches type: object @@ -50647,7 +50675,7 @@ paths: - total_count - actions_caches examples: - default: &395 + default: &396 value: total_count: 1 actions_caches: @@ -50679,23 +50707,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: - - *373 - *374 + - *375 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *393 + - *394 responses: '200': description: Response content: application/json: - schema: *394 + schema: *395 examples: - default: *395 + default: *396 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50715,8 +50743,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: - - *373 - *374 + - *375 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -50747,9 +50775,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: - - *373 - *374 - - &396 + - *375 + - &397 name: job_id description: The unique identifier of the job. in: path @@ -50761,7 +50789,7 @@ paths: description: Response content: application/json: - schema: &408 + schema: &409 title: Job description: Information of a job execution in a workflow run type: object @@ -51068,9 +51096,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: - - *373 - *374 - - *396 + - *375 + - *397 responses: '302': description: Response @@ -51098,9 +51126,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: - - *373 - *374 - - *396 + - *375 + - *397 requestBody: required: false content: @@ -51145,8 +51173,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: - - *373 - *374 + - *375 responses: '200': description: Status response @@ -51196,8 +51224,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: - - *373 - *374 + - *375 requestBody: required: true content: @@ -51260,8 +51288,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -51279,7 +51307,7 @@ paths: type: integer secrets: type: array - items: &410 + items: &411 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -51299,7 +51327,7 @@ paths: - created_at - updated_at examples: - default: &411 + default: &412 value: total_count: 2 secrets: @@ -51332,9 +51360,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *373 - *374 - - *397 + - *375 + - *398 - *19 responses: '200': @@ -51351,7 +51379,7 @@ paths: type: integer variables: type: array - items: &414 + items: &415 title: Actions Variable type: object properties: @@ -51381,7 +51409,7 @@ paths: - created_at - updated_at examples: - default: &415 + default: &416 value: total_count: 2 variables: @@ -51414,8 +51442,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: - - *373 - *374 + - *375 responses: '200': description: Response @@ -51424,7 +51452,7 @@ paths: schema: type: object properties: - enabled: &398 + enabled: &399 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *48 @@ -51457,8 +51485,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: - - *373 - *374 + - *375 responses: '204': description: Response @@ -51469,7 +51497,7 @@ paths: schema: type: object properties: - enabled: *398 + enabled: *399 allowed_actions: *48 required: - enabled @@ -51500,14 +51528,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: - - *373 - *374 + - *375 responses: '200': description: Response content: application/json: - schema: &399 + schema: &400 type: object properties: access_level: @@ -51525,7 +51553,7 @@ paths: required: - access_level examples: - default: &400 + default: &401 value: access_level: organization x-github: @@ -51550,15 +51578,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: - - *373 - *374 + - *375 requestBody: required: true content: application/json: - schema: *399 + schema: *400 examples: - default: *400 + default: *401 responses: '204': description: Response @@ -51582,8 +51610,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: - - *373 - *374 + - *375 responses: '200': description: Response @@ -51614,8 +51642,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: - - *373 - *374 + - *375 responses: '204': description: Response @@ -51647,8 +51675,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: - - *373 - *374 + - *375 responses: '200': description: Response @@ -51677,8 +51705,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: - - *373 - *374 + - *375 responses: '204': description: Success response @@ -51718,8 +51746,8 @@ paths: in: query schema: type: string - - *373 - *374 + - *375 - *17 - *19 responses: @@ -51763,8 +51791,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: - - *373 - *374 + - *375 responses: '200': description: Response @@ -51796,8 +51824,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: - - *373 - *374 + - *375 requestBody: required: true content: @@ -51871,8 +51899,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: - - *373 - *374 + - *375 responses: '201': description: Response @@ -51908,8 +51936,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: - - *373 - *374 + - *375 responses: '201': description: Response @@ -51939,8 +51967,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: - - *373 - *374 + - *375 - *60 responses: '200': @@ -51970,8 +51998,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: - - *373 - *374 + - *375 - *60 responses: '204': @@ -51997,8 +52025,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: - - *373 - *374 + - *375 - *60 responses: '200': *66 @@ -52023,8 +52051,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: - - *373 - *374 + - *375 - *60 requestBody: required: true @@ -52073,8 +52101,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: - - *373 - *374 + - *375 - *60 requestBody: required: true @@ -52124,8 +52152,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: - - *373 - *374 + - *375 - *60 responses: '200': *203 @@ -52155,8 +52183,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: - - *373 - *374 + - *375 - *60 - *204 responses: @@ -52186,9 +52214,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: - - *373 - *374 - - &418 + - *375 + - &419 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. @@ -52196,7 +52224,7 @@ paths: required: false schema: type: string - - &419 + - &420 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -52204,7 +52232,7 @@ paths: required: false schema: type: string - - &420 + - &421 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -52213,7 +52241,7 @@ paths: required: false schema: type: string - - &421 + - &422 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 @@ -52240,7 +52268,7 @@ paths: - pending - *17 - *19 - - &422 + - &423 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)." @@ -52249,7 +52277,7 @@ paths: schema: type: string format: date-time - - &401 + - &402 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -52258,13 +52286,13 @@ paths: schema: type: boolean default: false - - &423 + - &424 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &424 + - &425 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -52287,7 +52315,7 @@ paths: type: integer workflow_runs: type: array - items: &402 + items: &403 title: Workflow Run description: An invocation of a workflow type: object @@ -52382,7 +52410,7 @@ paths: that triggered the run. type: array nullable: true - items: &445 + items: &446 title: Pull Request Minimal type: object properties: @@ -52501,7 +52529,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &449 + properties: &450 id: type: string description: SHA for the commit @@ -52552,7 +52580,7 @@ paths: - name - email nullable: true - required: &450 + required: &451 - id - tree_id - message @@ -52599,7 +52627,7 @@ paths: - workflow_url - pull_requests examples: - default: &425 + default: &426 value: total_count: 1 workflow_runs: @@ -52835,24 +52863,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *373 - *374 - - &403 + - *375 + - &404 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *401 + - *402 responses: '200': description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: &406 + default: &407 value: id: 30433642 name: Build @@ -53093,9 +53121,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *373 - *374 - - *403 + - *375 + - *404 responses: '204': description: Response @@ -53118,9 +53146,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: - - *373 - *374 - - *403 + - *375 + - *404 responses: '200': description: Response @@ -53239,9 +53267,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: - - *373 - *374 - - *403 + - *375 + - *404 responses: '201': description: Response @@ -53274,12 +53302,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *373 - *374 - - *403 + - *375 + - *404 - *17 - *19 - - *404 + - *405 responses: '200': description: Response @@ -53295,9 +53323,9 @@ paths: type: integer artifacts: type: array - items: *390 + items: *391 examples: - default: *405 + default: *406 headers: Link: *39 x-github: @@ -53321,25 +53349,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *373 - *374 - - *403 - - &407 + - *375 + - *404 + - &408 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *401 + - *402 responses: '200': description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *406 + default: *407 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53362,10 +53390,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: - - *373 - *374 - - *403 - - *407 + - *375 + - *404 + - *408 - *17 - *19 responses: @@ -53383,9 +53411,9 @@ paths: type: integer jobs: type: array - items: *408 + items: *409 examples: - default: &409 + default: &410 value: total_count: 1 jobs: @@ -53498,10 +53526,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *373 - *374 - - *403 - - *407 + - *375 + - *404 + - *408 responses: '302': description: Response @@ -53529,9 +53557,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *373 - *374 - - *403 + - *375 + - *404 responses: '202': description: Response @@ -53564,9 +53592,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: - - *373 - *374 - - *403 + - *375 + - *404 requestBody: required: true content: @@ -53633,9 +53661,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *373 - *374 - - *403 + - *375 + - *404 responses: '202': description: Response @@ -53668,9 +53696,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: - - *373 - *374 - - *403 + - *375 + - *404 - 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 @@ -53700,9 +53728,9 @@ paths: type: integer jobs: type: array - items: *408 + items: *409 examples: - default: *409 + default: *410 headers: Link: *39 x-github: @@ -53727,9 +53755,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *373 - *374 - - *403 + - *375 + - *404 responses: '302': description: Response @@ -53756,9 +53784,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *373 - *374 - - *403 + - *375 + - *404 responses: '204': description: Response @@ -53785,9 +53813,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: - - *373 - *374 - - *403 + - *375 + - *404 responses: '200': description: Response @@ -53847,7 +53875,7 @@ paths: items: type: object properties: - type: &526 + type: &527 type: string description: The type of reviewer. enum: @@ -53932,9 +53960,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: - - *373 - *374 - - *403 + - *375 + - *404 requestBody: required: true content: @@ -53981,7 +54009,7 @@ paths: application/json: schema: type: array - items: &521 + items: &522 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -54087,7 +54115,7 @@ paths: - created_at - updated_at examples: - default: &522 + default: &523 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -54143,9 +54171,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *373 - *374 - - *403 + - *375 + - *404 requestBody: required: false content: @@ -54189,9 +54217,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: - - *373 - *374 - - *403 + - *375 + - *404 requestBody: required: false content: @@ -54245,9 +54273,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *373 - *374 - - *403 + - *375 + - *404 responses: '200': description: Response @@ -54384,8 +54412,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -54403,9 +54431,9 @@ paths: type: integer secrets: type: array - items: *410 + items: *411 examples: - default: *411 + default: *412 headers: Link: *39 x-github: @@ -54430,16 +54458,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *373 - *374 + - *375 responses: '200': description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: *413 + default: *414 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54461,17 +54489,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *373 - *374 + - *375 - *206 responses: '200': description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: &539 + default: &540 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -54497,8 +54525,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *373 - *374 + - *375 - *206 requestBody: required: true @@ -54556,8 +54584,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *373 - *374 + - *375 - *206 responses: '204': @@ -54583,9 +54611,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *373 - *374 - - *397 + - *375 + - *398 - *19 responses: '200': @@ -54602,9 +54630,9 @@ paths: type: integer variables: type: array - items: *414 + items: *415 examples: - default: *415 + default: *416 headers: Link: *39 x-github: @@ -54627,8 +54655,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -54680,17 +54708,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *373 - *374 + - *375 - *209 responses: '200': description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: &540 + default: &541 value: name: USERNAME value: octocat @@ -54716,8 +54744,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *373 - *374 + - *375 - *209 requestBody: required: true @@ -54760,8 +54788,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *373 - *374 + - *375 - *209 responses: '204': @@ -54787,8 +54815,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -54806,7 +54834,7 @@ paths: type: integer workflows: type: array - items: &416 + items: &417 title: Workflow description: A GitHub Actions workflow type: object @@ -54913,9 +54941,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *373 - *374 - - &417 + - *375 + - &418 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -54930,7 +54958,7 @@ paths: description: Response content: application/json: - schema: *416 + schema: *417 examples: default: value: @@ -54963,9 +54991,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *373 - *374 - - *417 + - *375 + - *418 responses: '204': description: Response @@ -54990,9 +55018,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *373 - *374 - - *417 + - *375 + - *418 responses: '204': description: Response @@ -55043,9 +55071,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *373 - *374 - - *417 + - *375 + - *418 responses: '204': description: Response @@ -55072,19 +55100,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: - - *373 - *374 - - *417 + - *375 - *418 - *419 - *420 - *421 + - *422 - *17 - *19 - - *422 - - *401 - *423 + - *402 - *424 + - *425 responses: '200': description: Response @@ -55100,9 +55128,9 @@ paths: type: integer workflow_runs: type: array - items: *402 + items: *403 examples: - default: *425 + default: *426 headers: Link: *39 x-github: @@ -55135,9 +55163,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *373 - *374 - - *417 + - *375 + - *418 responses: '200': description: Response @@ -55198,8 +55226,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *373 - *374 + - *375 - *86 - *17 - *84 @@ -55363,8 +55391,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -55401,8 +55429,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: - - *373 - *374 + - *375 - name: assignee in: path required: true @@ -55438,8 +55466,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -55551,8 +55579,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *373 - *374 + - *375 - *17 - *84 - *85 @@ -55606,7 +55634,7 @@ paths: bundle_url: type: string examples: - default: *426 + default: *427 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55626,8 +55654,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *373 - *374 + - *375 responses: '200': description: Response @@ -55635,7 +55663,7 @@ paths: application/json: schema: type: array - items: &427 + items: &428 title: Autolink reference description: An autolink reference. type: object @@ -55685,8 +55713,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: - - *373 - *374 + - *375 requestBody: required: true content: @@ -55725,9 +55753,9 @@ paths: description: response content: application/json: - schema: *427 + schema: *428 examples: - default: &428 + default: &429 value: id: 1 key_prefix: TICKET- @@ -55758,9 +55786,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: - - *373 - *374 - - &429 + - *375 + - &430 name: autolink_id description: The unique identifier of the autolink. in: path @@ -55772,9 +55800,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: *428 + default: *429 '404': *6 x-github: githubCloudOnly: false @@ -55794,9 +55822,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: - - *373 - *374 - - *429 + - *375 + - *430 responses: '204': description: Response @@ -55820,8 +55848,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: - - *373 - *374 + - *375 responses: '200': description: Response if Dependabot is enabled @@ -55869,8 +55897,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *373 - *374 + - *375 responses: '204': description: Response @@ -55891,8 +55919,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *373 - *374 + - *375 responses: '204': description: Response @@ -55912,8 +55940,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *373 - *374 + - *375 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -55951,7 +55979,7 @@ paths: - url protected: type: boolean - protection: &431 + protection: &432 title: Branch Protection description: Branch Protection type: object @@ -55993,7 +56021,7 @@ paths: required: - contexts - checks - enforce_admins: &434 + enforce_admins: &435 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -56008,7 +56036,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &436 + required_pull_request_reviews: &437 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -56084,7 +56112,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &433 + restrictions: &434 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -56391,9 +56419,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *373 - *374 - - &432 + - *375 + - &433 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). @@ -56407,14 +56435,14 @@ paths: description: Response content: application/json: - schema: &442 + schema: &443 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &494 + commit: &495 title: Commit description: Commit type: object @@ -56448,7 +56476,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &430 + properties: &431 name: type: string example: '"Chris Wanstrath"' @@ -56463,7 +56491,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *430 + properties: *431 nullable: true message: type: string @@ -56484,7 +56512,7 @@ paths: required: - sha - url - verification: &546 + verification: &547 title: Verification type: object properties: @@ -56554,7 +56582,7 @@ paths: type: integer files: type: array - items: &509 + items: &510 title: Diff Entry description: Diff Entry type: object @@ -56637,7 +56665,7 @@ paths: - self protected: type: boolean - protection: *431 + protection: *432 protection_url: type: string format: uri @@ -56744,7 +56772,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *387 + '301': *388 '404': *6 x-github: githubCloudOnly: false @@ -56766,15 +56794,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *373 - *374 - - *432 + - *375 + - *433 responses: '200': description: Response content: application/json: - schema: *431 + schema: *432 examples: default: value: @@ -56968,9 +56996,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *373 - *374 - - *432 + - *375 + - *433 requestBody: required: true content: @@ -57225,7 +57253,7 @@ paths: url: type: string format: uri - required_status_checks: &439 + required_status_checks: &440 title: Status Check Policy description: Status Check Policy type: object @@ -57377,7 +57405,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *433 + restrictions: *434 required_conversation_resolution: type: object properties: @@ -57489,9 +57517,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *373 - *374 - - *432 + - *375 + - *433 responses: '204': description: Response @@ -57516,17 +57544,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *373 - *374 - - *432 + - *375 + - *433 responses: '200': description: Response content: application/json: - schema: *434 + schema: *435 examples: - default: &435 + default: &436 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -57548,17 +57576,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *373 - *374 - - *432 + - *375 + - *433 responses: '200': description: Response content: application/json: - schema: *434 + schema: *435 examples: - default: *435 + default: *436 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57577,9 +57605,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *373 - *374 - - *432 + - *375 + - *433 responses: '204': description: Response @@ -57604,17 +57632,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *373 - *374 - - *432 + - *375 + - *433 responses: '200': description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: &437 + default: &438 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -57710,9 +57738,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *373 - *374 - - *432 + - *375 + - *433 requestBody: required: false content: @@ -57810,9 +57838,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: *437 + default: *438 '422': *15 x-github: githubCloudOnly: false @@ -57833,9 +57861,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *373 - *374 - - *432 + - *375 + - *433 responses: '204': description: Response @@ -57862,17 +57890,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *373 - *374 - - *432 + - *375 + - *433 responses: '200': description: Response content: application/json: - schema: *434 + schema: *435 examples: - default: &438 + default: &439 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -57895,17 +57923,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *373 - *374 - - *432 + - *375 + - *433 responses: '200': description: Response content: application/json: - schema: *434 + schema: *435 examples: - default: *438 + default: *439 '404': *6 x-github: githubCloudOnly: false @@ -57925,9 +57953,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *373 - *374 - - *432 + - *375 + - *433 responses: '204': description: Response @@ -57952,17 +57980,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *373 - *374 - - *432 + - *375 + - *433 responses: '200': description: Response content: application/json: - schema: *439 + schema: *440 examples: - default: &440 + default: &441 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -57988,9 +58016,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *373 - *374 - - *432 + - *375 + - *433 requestBody: required: false content: @@ -58042,9 +58070,9 @@ paths: description: Response content: application/json: - schema: *439 + schema: *440 examples: - default: *440 + default: *441 '404': *6 '422': *15 x-github: @@ -58066,9 +58094,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *373 - *374 - - *432 + - *375 + - *433 responses: '204': description: Response @@ -58092,9 +58120,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *373 - *374 - - *432 + - *375 + - *433 responses: '200': description: Response @@ -58128,9 +58156,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *373 - *374 - - *432 + - *375 + - *433 requestBody: required: false content: @@ -58197,9 +58225,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *373 - *374 - - *432 + - *375 + - *433 requestBody: required: false content: @@ -58263,9 +58291,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *373 - *374 - - *432 + - *375 + - *433 requestBody: content: application/json: @@ -58331,15 +58359,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *373 - *374 - - *432 + - *375 + - *433 responses: '200': description: Response content: application/json: - schema: *433 + schema: *434 examples: default: value: @@ -58430,9 +58458,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *373 - *374 - - *432 + - *375 + - *433 responses: '204': description: Response @@ -58455,9 +58483,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: - - *373 - *374 - - *432 + - *375 + - *433 responses: '200': description: Response @@ -58467,7 +58495,7 @@ paths: type: array items: *5 examples: - default: &441 + default: &442 value: - id: 1 slug: octoapp @@ -58524,9 +58552,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *373 - *374 - - *432 + - *375 + - *433 requestBody: required: true content: @@ -58560,7 +58588,7 @@ paths: type: array items: *5 examples: - default: *441 + default: *442 '422': *15 x-github: githubCloudOnly: false @@ -58581,9 +58609,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *373 - *374 - - *432 + - *375 + - *433 requestBody: required: true content: @@ -58617,7 +58645,7 @@ paths: type: array items: *5 examples: - default: *441 + default: *442 '422': *15 x-github: githubCloudOnly: false @@ -58638,9 +58666,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *373 - *374 - - *432 + - *375 + - *433 requestBody: required: true content: @@ -58674,7 +58702,7 @@ paths: type: array items: *5 examples: - default: *441 + default: *442 '422': *15 x-github: githubCloudOnly: false @@ -58696,9 +58724,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: - - *373 - *374 - - *432 + - *375 + - *433 responses: '200': description: Response @@ -58728,9 +58756,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *373 - *374 - - *432 + - *375 + - *433 requestBody: required: false content: @@ -58789,9 +58817,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *373 - *374 - - *432 + - *375 + - *433 requestBody: required: false content: @@ -58850,9 +58878,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *373 - *374 - - *432 + - *375 + - *433 requestBody: content: application/json: @@ -58911,9 +58939,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: - - *373 - *374 - - *432 + - *375 + - *433 responses: '200': description: Response @@ -58947,9 +58975,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *373 - *374 - - *432 + - *375 + - *433 requestBody: required: true content: @@ -59007,9 +59035,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *373 - *374 - - *432 + - *375 + - *433 requestBody: required: true content: @@ -59067,9 +59095,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *373 - *374 - - *432 + - *375 + - *433 requestBody: required: true content: @@ -59129,9 +59157,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *373 - *374 - - *432 + - *375 + - *433 requestBody: required: true content: @@ -59153,7 +59181,7 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: default: value: @@ -59267,8 +59295,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *373 - *374 + - *375 - *219 - *220 - *221 @@ -59304,8 +59332,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *373 - *374 + - *375 - name: bypass_request_number in: path required: true @@ -59378,8 +59406,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *373 - *374 + - *375 - *219 - *220 - *221 @@ -59393,9 +59421,9 @@ paths: application/json: schema: type: array - items: *443 + items: *444 examples: - default: *444 + default: *445 '404': *6 '403': *29 '500': *99 @@ -59419,8 +59447,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *373 - *374 + - *375 - name: bypass_request_number in: path required: true @@ -59432,7 +59460,7 @@ paths: description: A single bypass request. content: application/json: - schema: *443 + schema: *444 examples: default: value: @@ -59490,8 +59518,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *373 - *374 + - *375 - name: bypass_request_number in: path required: true @@ -59562,8 +59590,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *373 - *374 + - *375 - name: bypass_response_id in: path required: true @@ -59596,8 +59624,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -59876,7 +59904,7 @@ paths: description: Response content: application/json: - schema: &446 + schema: &447 title: CheckRun description: A check performed on the code of a given code change type: object @@ -59995,8 +60023,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *445 - deployment: &764 + items: *446 + deployment: &765 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -60276,9 +60304,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *373 - *374 - - &447 + - *375 + - &448 name: check_run_id description: The unique identifier of the check run. in: path @@ -60290,9 +60318,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: &448 + default: &449 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -60392,9 +60420,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *373 - *374 - - *447 + - *375 + - *448 requestBody: required: true content: @@ -60634,9 +60662,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *448 + default: *449 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60656,9 +60684,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *373 - *374 - - *447 + - *375 + - *448 - *17 - *19 responses: @@ -60755,9 +60783,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *373 - *374 - - *447 + - *375 + - *448 responses: '201': description: Response @@ -60801,8 +60829,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -60824,7 +60852,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &451 + schema: &452 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -60888,7 +60916,7 @@ paths: nullable: true pull_requests: type: array - items: *445 + items: *446 nullable: true app: title: GitHub app @@ -60910,12 +60938,12 @@ paths: type: string format: date-time nullable: true - head_commit: &790 + head_commit: &791 title: Simple Commit description: A commit. type: object - properties: *449 - required: *450 + properties: *450 + required: *451 latest_check_runs_count: type: integer check_runs_url: @@ -60943,7 +60971,7 @@ paths: - check_runs_url - pull_requests examples: - default: &452 + default: &453 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -61234,9 +61262,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *451 + schema: *452 examples: - default: *452 + default: *453 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61255,8 +61283,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -61565,9 +61593,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *373 - *374 - - &453 + - *375 + - &454 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -61579,9 +61607,9 @@ paths: description: Response content: application/json: - schema: *451 + schema: *452 examples: - default: *452 + default: *453 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61604,17 +61632,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: - - *373 - *374 - - *453 - - &502 + - *375 + - *454 + - &503 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &503 + - &504 name: status description: Returns check runs with the specified `status`. in: query @@ -61653,9 +61681,9 @@ paths: type: integer check_runs: type: array - items: *446 + items: *447 examples: - default: &504 + default: &505 value: total_count: 1 check_runs: @@ -61757,9 +61785,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *373 - *374 - - *453 + - *375 + - *454 responses: '201': description: Response @@ -61792,21 +61820,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: - - *373 - *374 + - *375 - *227 - *228 - *19 - *17 - - &469 + - &470 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: *454 - - &470 + schema: *455 + - &471 name: pr description: The number of the pull request for the results you want to list. in: query @@ -61837,7 +61865,7 @@ paths: be returned. in: query required: false - schema: *455 + schema: *456 responses: '200': description: Response @@ -61853,7 +61881,7 @@ paths: updated_at: *108 url: *105 html_url: *106 - instances_url: *456 + instances_url: *457 state: *89 fixed_at: *110 dismissed_by: @@ -61864,11 +61892,11 @@ paths: required: *21 nullable: true dismissed_at: *109 - dismissed_reason: *457 - dismissed_comment: *458 - rule: *459 - tool: *460 - most_recent_instance: *461 + dismissed_reason: *458 + dismissed_comment: *459 + rule: *460 + tool: *461 + most_recent_instance: *462 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -61991,7 +62019,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &462 + '403': &463 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -62018,9 +62046,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: - - *373 - *374 - - &463 + - *375 + - &464 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -62034,7 +62062,7 @@ paths: description: Response content: application/json: - schema: &464 + schema: &465 type: object properties: number: *100 @@ -62042,7 +62070,7 @@ paths: updated_at: *108 url: *105 html_url: *106 - instances_url: *456 + instances_url: *457 state: *89 fixed_at: *110 dismissed_by: @@ -62053,8 +62081,8 @@ paths: required: *21 nullable: true dismissed_at: *109 - dismissed_reason: *457 - dismissed_comment: *458 + dismissed_reason: *458 + dismissed_comment: *459 rule: type: object properties: @@ -62108,8 +62136,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *460 - most_recent_instance: *461 + tool: *461 + most_recent_instance: *462 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -62205,7 +62233,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *462 + '403': *463 '404': *6 '503': *132 x-github: @@ -62225,9 +62253,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: - - *373 - *374 - - *463 + - *375 + - *464 requestBody: required: true content: @@ -62242,8 +62270,8 @@ paths: enum: - open - dismissed - dismissed_reason: *457 - dismissed_comment: *458 + dismissed_reason: *458 + dismissed_comment: *459 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -62262,7 +62290,7 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: default: value: @@ -62338,7 +62366,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &468 + '403': &469 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -62365,15 +62393,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: - - *373 - *374 - - *463 + - *375 + - *464 responses: '200': description: Response content: application/json: - schema: &465 + schema: &466 type: object properties: status: @@ -62399,13 +62427,13 @@ paths: - description - started_at examples: - default: &466 + default: &467 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &467 + '400': &468 description: Bad Request content: application/json: @@ -62416,7 +62444,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': *462 + '403': *463 '404': *6 '503': *132 x-github: @@ -62441,29 +62469,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: - - *373 - *374 - - *463 + - *375 + - *464 responses: '200': description: OK content: application/json: - schema: *465 + schema: *466 examples: - default: *466 + default: *467 '202': description: Accepted content: application/json: - schema: *465 + schema: *466 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *467 + '400': *468 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -62495,9 +62523,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: - - *373 - *374 - - *463 + - *375 + - *464 requestBody: required: false content: @@ -62542,8 +62570,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *467 - '403': *468 + '400': *468 + '403': *469 '404': *6 '422': description: Unprocessable Entity @@ -62567,13 +62595,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: - - *373 - *374 - - *463 + - *375 + - *464 - *19 - *17 - - *469 - *470 + - *471 responses: '200': description: Response @@ -62581,7 +62609,7 @@ paths: application/json: schema: type: array - items: *461 + items: *462 examples: default: value: @@ -62620,7 +62648,7 @@ paths: end_column: 50 classifications: - source - '403': *462 + '403': *463 '404': *6 '503': *132 x-github: @@ -62654,25 +62682,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: - - *373 - *374 + - *375 - *227 - *228 - *19 - *17 - - *470 + - *471 - 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: *454 + schema: *455 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &473 + schema: &474 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -62693,23 +62721,23 @@ paths: application/json: schema: type: array - items: &474 + items: &475 type: object properties: - ref: *454 - commit_sha: &482 + ref: *455 + commit_sha: &483 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: *471 + analysis_key: *472 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *472 + category: *473 error: type: string example: error reading field xyz @@ -62733,8 +62761,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *473 - tool: *460 + sarif_id: *474 + tool: *461 deletable: type: boolean warning: @@ -62795,7 +62823,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *462 + '403': *463 '404': *6 '503': *132 x-github: @@ -62831,8 +62859,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: - - *373 - *374 + - *375 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -62845,7 +62873,7 @@ paths: description: Response content: application/json: - schema: *474 + schema: *475 examples: response: summary: application/json response @@ -62899,7 +62927,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *462 + '403': *463 '404': *6 '503': *132 x-github: @@ -62981,8 +63009,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: - - *373 - *374 + - *375 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -63035,7 +63063,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': *468 + '403': *469 '404': *6 '503': *132 x-github: @@ -63057,8 +63085,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: - - *373 - *374 + - *375 responses: '200': description: Response @@ -63066,7 +63094,7 @@ paths: application/json: schema: type: array - items: &475 + items: &476 title: CodeQL Database description: A CodeQL database. type: object @@ -63177,7 +63205,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': *462 + '403': *463 '404': *6 '503': *132 x-github: @@ -63206,8 +63234,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: - - *373 - *374 + - *375 - name: language in: path description: The language of the CodeQL database. @@ -63219,7 +63247,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *476 examples: default: value: @@ -63251,9 +63279,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': &511 + '302': &512 description: Found - '403': *462 + '403': *463 '404': *6 '503': *132 x-github: @@ -63275,8 +63303,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *373 - *374 + - *375 - name: language in: path description: The language of the CodeQL database. @@ -63286,7 +63314,7 @@ paths: responses: '204': description: Response - '403': *468 + '403': *469 '404': *6 '503': *132 x-github: @@ -63314,8 +63342,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: - - *373 - *374 + - *375 requestBody: required: true content: @@ -63324,7 +63352,7 @@ paths: type: object additionalProperties: false properties: - language: &476 + language: &477 type: string description: The language targeted by the CodeQL query enum: @@ -63403,7 +63431,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &480 + schema: &481 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -63413,7 +63441,7 @@ paths: description: The ID of the variant analysis. controller_repo: *96 actor: *4 - query_language: *476 + query_language: *477 query_pack_url: type: string description: The download url for the query pack. @@ -63460,7 +63488,7 @@ paths: items: type: object properties: - repository: &477 + repository: &478 title: Repository Identifier description: Repository Identifier type: object @@ -63496,7 +63524,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &481 + analysis_status: &482 type: string description: The new status of the CodeQL variant analysis repository task. @@ -63528,7 +63556,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &478 + access_mismatch_repos: &479 type: object properties: repository_count: @@ -63542,7 +63570,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: *477 + items: *478 required: - repository_count - repositories @@ -63564,8 +63592,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *478 - over_limit_repos: *478 + no_codeql_db_repos: *479 + over_limit_repos: *479 required: - access_mismatch_repos - not_found_repos @@ -63581,7 +63609,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &479 + value: &480 summary: Default response value: id: 1 @@ -63733,10 +63761,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *479 + value: *480 repository_lists: summary: Response for a successful variant analysis submission - value: *479 + value: *480 '404': *6 '422': description: Unable to process variant analysis submission @@ -63764,8 +63792,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: - - *373 - *374 + - *375 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -63777,9 +63805,9 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: *479 + default: *480 '404': *6 '503': *132 x-github: @@ -63802,7 +63830,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: - - *373 + - *374 - name: repo in: path description: The name of the controller repository. @@ -63837,7 +63865,7 @@ paths: type: object properties: repository: *96 - analysis_status: *481 + analysis_status: *482 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -63962,8 +63990,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: - - *373 - *374 + - *375 responses: '200': description: Response @@ -64037,7 +64065,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *462 + '403': *463 '404': *6 '503': *132 x-github: @@ -64058,8 +64086,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: - - *373 - *374 + - *375 requestBody: required: true content: @@ -64141,7 +64169,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *468 + '403': *469 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -64206,8 +64234,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: - - *373 - *374 + - *375 requestBody: required: true content: @@ -64215,7 +64243,7 @@ paths: schema: type: object properties: - commit_sha: *482 + commit_sha: *483 ref: type: string description: |- @@ -64273,7 +64301,7 @@ paths: schema: type: object properties: - id: *473 + id: *474 url: type: string description: The REST API URL for checking the status of the upload. @@ -64287,7 +64315,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': *468 + '403': *469 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -64310,8 +64338,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: - - *373 - *374 + - *375 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -64357,7 +64385,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': *462 + '403': *463 '404': description: Not Found if the sarif id does not match any upload '503': *132 @@ -64382,8 +64410,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: - - *373 - *374 + - *375 responses: '200': description: Response @@ -64464,8 +64492,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *373 - *374 + - *375 - 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 @@ -64585,8 +64613,8 @@ paths: parameters: - *17 - *19 - - *373 - *374 + - *375 responses: '200': description: Response @@ -64900,8 +64928,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -64966,7 +64994,7 @@ paths: application/json: schema: *291 examples: - default: *483 + default: *484 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -64974,7 +65002,7 @@ paths: application/json: schema: *291 examples: - default: *483 + default: *484 '400': *14 '401': *25 '403': *29 @@ -65003,8 +65031,8 @@ paths: parameters: - *17 - *19 - - *373 - *374 + - *375 responses: '200': description: Response @@ -65068,8 +65096,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: - - *373 - *374 + - *375 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -65104,14 +65132,14 @@ paths: type: integer machines: type: array - items: &720 + items: &721 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *484 - required: *485 + properties: *485 + required: *486 examples: - default: &721 + default: &722 value: total_count: 2 machines: @@ -65151,8 +65179,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *373 - *374 + - *375 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -65236,8 +65264,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: - - *373 - *374 + - *375 - 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 @@ -65303,8 +65331,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -65322,7 +65350,7 @@ paths: type: integer secrets: type: array - items: &489 + items: &490 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -65342,7 +65370,7 @@ paths: - created_at - updated_at examples: - default: *486 + default: *487 headers: Link: *39 x-github: @@ -65365,16 +65393,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *373 - *374 + - *375 responses: '200': description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: *488 + default: *489 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -65394,17 +65422,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *373 - *374 + - *375 - *206 responses: '200': description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: *490 + default: *491 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65424,8 +65452,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: - - *373 - *374 + - *375 - *206 requestBody: required: true @@ -65478,8 +65506,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *373 - *374 + - *375 - *206 responses: '204': @@ -65508,8 +65536,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *373 - *374 + - *375 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -65551,7 +65579,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &491 + properties: &492 login: type: string example: octocat @@ -65644,7 +65672,7 @@ paths: user_view_type: type: string example: public - required: &492 + required: &493 - avatar_url - events_url - followers_url @@ -65718,8 +65746,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: - - *373 - *374 + - *375 - *218 responses: '204': @@ -65762,8 +65790,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *373 - *374 + - *375 - *218 requestBody: required: false @@ -65790,7 +65818,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &559 + schema: &560 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -66012,8 +66040,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *373 - *374 + - *375 - *218 responses: '204': @@ -66043,8 +66071,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *373 - *374 + - *375 - *218 responses: '200': @@ -66065,8 +66093,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *491 - required: *492 + properties: *492 + required: *493 nullable: true required: - permission @@ -66121,8 +66149,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -66132,7 +66160,7 @@ paths: application/json: schema: type: array - items: &493 + items: &494 title: Commit Comment description: Commit Comment type: object @@ -66190,7 +66218,7 @@ paths: - created_at - updated_at examples: - default: &496 + default: &497 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66249,17 +66277,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *373 - *374 + - *375 - *152 responses: '200': description: Response content: application/json: - schema: *493 + schema: *494 examples: - default: &497 + default: &498 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66316,8 +66344,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *373 - *374 + - *375 - *152 requestBody: required: true @@ -66340,7 +66368,7 @@ paths: description: Response content: application/json: - schema: *493 + schema: *494 examples: default: value: @@ -66391,8 +66419,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *373 - *374 + - *375 - *152 responses: '204': @@ -66414,8 +66442,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *373 - *374 + - *375 - *152 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -66442,9 +66470,9 @@ paths: application/json: schema: type: array - items: *362 + items: *363 examples: - default: *364 + default: *365 headers: Link: *39 '404': *6 @@ -66465,8 +66493,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *373 - *374 + - *375 - *152 requestBody: required: true @@ -66499,16 +66527,16 @@ paths: description: Reaction exists content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 '201': description: Reaction created content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 '422': *15 x-github: githubCloudOnly: false @@ -66530,10 +66558,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *373 - *374 + - *375 - *152 - - *365 + - *366 responses: '204': description: Response @@ -66582,8 +66610,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *373 - *374 + - *375 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -66639,9 +66667,9 @@ paths: application/json: schema: type: array - items: *494 + items: *495 examples: - default: &610 + default: &611 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -66735,9 +66763,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *373 - *374 - - &495 + - *375 + - &496 name: commit_sha description: The SHA of the commit. in: path @@ -66809,9 +66837,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *373 - *374 - - *495 + - *375 + - *496 - *17 - *19 responses: @@ -66821,9 +66849,9 @@ paths: application/json: schema: type: array - items: *493 + items: *494 examples: - default: *496 + default: *497 headers: Link: *39 x-github: @@ -66851,9 +66879,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *373 - *374 - - *495 + - *375 + - *496 requestBody: required: true content: @@ -66888,9 +66916,9 @@ paths: description: Response content: application/json: - schema: *493 + schema: *494 examples: - default: *497 + default: *498 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66918,9 +66946,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: - - *373 - *374 - - *495 + - *375 + - *496 - *17 - *19 responses: @@ -66930,7 +66958,7 @@ paths: application/json: schema: type: array - items: &601 + items: &602 title: Pull Request Simple description: Pull Request Simple type: object @@ -67036,8 +67064,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *498 - required: *499 + properties: *499 + required: *500 nullable: true active_lock_reason: type: string @@ -67133,7 +67161,7 @@ paths: _links: type: object properties: - comments: &500 + comments: &501 title: Link description: Hypermedia Link type: object @@ -67142,13 +67170,13 @@ paths: type: string required: - href - commits: *500 - statuses: *500 - html: *500 - issue: *500 - review_comments: *500 - review_comment: *500 - self: *500 + commits: *501 + statuses: *501 + html: *501 + issue: *501 + review_comments: *501 + review_comment: *501 + self: *501 required: - comments - commits @@ -67159,7 +67187,7 @@ paths: - review_comment - self author_association: *140 - auto_merge: &603 + auto_merge: &604 title: Auto merge description: The status of auto merging a pull request. type: object @@ -67222,7 +67250,7 @@ paths: - author_association - auto_merge examples: - default: &602 + default: &603 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -67759,11 +67787,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *373 - *374 + - *375 - *19 - *17 - - &501 + - &502 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)" @@ -67778,9 +67806,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: &588 + default: &589 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -67893,11 +67921,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: - - *373 - *374 - - *501 + - *375 - *502 - *503 + - *504 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -67931,9 +67959,9 @@ paths: type: integer check_runs: type: array - items: *446 + items: *447 examples: - default: *504 + default: *505 headers: Link: *39 x-github: @@ -67958,9 +67986,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: - - *373 - *374 - - *501 + - *375 + - *502 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -67968,7 +67996,7 @@ paths: schema: type: integer example: 1 - - *502 + - *503 - *17 - *19 responses: @@ -67986,7 +68014,7 @@ paths: type: integer check_suites: type: array - items: *451 + items: *452 examples: default: value: @@ -68186,9 +68214,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: - - *373 - *374 - - *501 + - *375 + - *502 - *17 - *19 responses: @@ -68386,9 +68414,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *373 - *374 - - *501 + - *375 + - *502 - *17 - *19 responses: @@ -68398,7 +68426,7 @@ paths: application/json: schema: type: array - items: &668 + items: &669 title: Status description: The status of a commit. type: object @@ -68479,7 +68507,7 @@ paths: site_admin: false headers: Link: *39 - '301': *387 + '301': *388 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68507,8 +68535,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *373 - *374 + - *375 responses: '200': description: Response @@ -68537,20 +68565,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *505 - required: *506 + properties: *506 + required: *507 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &507 + properties: &508 url: type: string format: uri html_url: type: string format: uri - required: &508 + required: &509 - url - html_url nullable: true @@ -68564,26 +68592,26 @@ paths: contributing: title: Community Health File type: object - properties: *507 - required: *508 + properties: *508 + required: *509 nullable: true readme: title: Community Health File type: object - properties: *507 - required: *508 + properties: *508 + required: *509 nullable: true issue_template: title: Community Health File type: object - properties: *507 - required: *508 + properties: *508 + required: *509 nullable: true pull_request_template: title: Community Health File type: object - properties: *507 - required: *508 + properties: *508 + required: *509 nullable: true required: - code_of_conduct @@ -68710,8 +68738,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *373 - *374 + - *375 - *19 - *17 - name: basehead @@ -68754,8 +68782,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *494 - merge_base_commit: *494 + base_commit: *495 + merge_base_commit: *495 status: type: string enum: @@ -68775,10 +68803,10 @@ paths: example: 6 commits: type: array - items: *494 + items: *495 files: type: array - items: *509 + items: *510 required: - url - html_url @@ -69064,8 +69092,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *373 - *374 + - *375 - name: path description: path parameter in: path @@ -69206,7 +69234,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &510 + response-if-content-is-a-file: &511 summary: Response if content is a file value: type: file @@ -69338,7 +69366,7 @@ paths: - size - type - url - - &615 + - &616 title: Content File description: Content File type: object @@ -69539,7 +69567,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *510 + response-if-content-is-a-file: *511 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -69608,7 +69636,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *511 + '302': *512 '304': *37 x-github: githubCloudOnly: false @@ -69631,8 +69659,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *373 - *374 + - *375 - name: path description: path parameter in: path @@ -69725,7 +69753,7 @@ paths: description: Response content: application/json: - schema: &512 + schema: &513 title: File Commit description: File Commit type: object @@ -69877,7 +69905,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: example-for-creating-a-file: value: @@ -69931,7 +69959,7 @@ paths: schema: oneOf: - *3 - - &541 + - &542 description: Repository rule violation was detected type: object properties: @@ -69952,7 +69980,7 @@ paths: items: type: object properties: - placeholder_id: &660 + placeholder_id: &661 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -69984,8 +70012,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *373 - *374 + - *375 - name: path description: path parameter in: path @@ -70046,7 +70074,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: default: value: @@ -70101,8 +70129,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *373 - *374 + - *375 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -70225,8 +70253,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *373 - *374 + - *375 - *245 - *246 - *247 @@ -70268,7 +70296,7 @@ paths: application/json: schema: type: array - items: &515 + items: &516 type: object description: A Dependabot alert. properties: @@ -70314,7 +70342,7 @@ paths: - unknown - direct - transitive - security_advisory: *513 + security_advisory: *514 security_vulnerability: *104 url: *105 html_url: *106 @@ -70345,7 +70373,7 @@ paths: nullable: true maxLength: 280 fixed_at: *110 - auto_dismissed_at: *514 + auto_dismissed_at: *515 required: - number - state @@ -70575,9 +70603,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *373 - *374 - - &516 + - *375 + - &517 name: alert_number in: path description: |- @@ -70592,7 +70620,7 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: default: value: @@ -70705,9 +70733,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *373 - *374 - - *516 + - *375 + - *517 requestBody: required: true content: @@ -70752,7 +70780,7 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: default: value: @@ -70881,8 +70909,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -70900,7 +70928,7 @@ paths: type: integer secrets: type: array - items: &519 + items: &520 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -70953,16 +70981,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *373 - *374 + - *375 responses: '200': description: Response content: application/json: - schema: *517 + schema: *518 examples: - default: *518 + default: *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70982,15 +71010,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *373 - *374 + - *375 - *206 responses: '200': description: Response content: application/json: - schema: *519 + schema: *520 examples: default: value: @@ -71016,8 +71044,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *373 - *374 + - *375 - *206 requestBody: required: true @@ -71070,8 +71098,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *373 - *374 + - *375 - *206 responses: '204': @@ -71094,8 +71122,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: - - *373 - *374 + - *375 - 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 @@ -71255,8 +71283,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: - - *373 - *374 + - *375 responses: '200': description: Response @@ -71495,8 +71523,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: - - *373 - *374 + - *375 requestBody: required: true content: @@ -71571,7 +71599,7 @@ paths: - version - url additionalProperties: false - metadata: &520 + metadata: &521 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -71604,7 +71632,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *520 + metadata: *521 resolved: type: object description: A collection of resolved package dependencies. @@ -71617,7 +71645,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *520 + metadata: *521 relationship: type: string description: A notation of whether a dependency is requested @@ -71746,8 +71774,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *373 - *374 + - *375 - name: sha description: The SHA recorded at creation time. in: query @@ -71787,9 +71815,9 @@ paths: application/json: schema: type: array - items: *521 + items: *522 examples: - default: *522 + default: *523 headers: Link: *39 x-github: @@ -71855,8 +71883,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -71937,7 +71965,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: simple-example: summary: Simple example @@ -72010,9 +72038,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *373 - *374 - - &523 + - *375 + - &524 name: deployment_id description: deployment_id parameter in: path @@ -72024,7 +72052,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: default: value: @@ -72089,9 +72117,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *373 - *374 - - *523 + - *375 + - *524 responses: '204': description: Response @@ -72113,9 +72141,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *373 - *374 - - *523 + - *375 + - *524 - *17 - *19 responses: @@ -72125,7 +72153,7 @@ paths: application/json: schema: type: array - items: &524 + items: &525 title: Deployment Status description: The status of a deployment. type: object @@ -72286,9 +72314,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *373 - *374 - - *523 + - *375 + - *524 requestBody: required: true content: @@ -72363,9 +72391,9 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: - default: &525 + default: &526 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -72421,9 +72449,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *373 - *374 - - *523 + - *375 + - *524 - name: status_id in: path required: true @@ -72434,9 +72462,9 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: - default: *525 + default: *526 '404': *6 x-github: githubCloudOnly: false @@ -72461,8 +72489,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -72519,8 +72547,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -72537,7 +72565,7 @@ paths: type: integer environments: type: array - items: &527 + items: &528 title: Environment description: Details of a deployment environment type: object @@ -72589,7 +72617,7 @@ paths: type: type: string example: wait_timer - wait_timer: &529 + wait_timer: &530 type: integer example: 30 description: The amount of time to delay a job after @@ -72626,7 +72654,7 @@ paths: items: type: object properties: - type: *526 + type: *527 reviewer: anyOf: - *4 @@ -72650,7 +72678,7 @@ paths: - id - node_id - type - deployment_branch_policy: &530 + deployment_branch_policy: &531 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -72766,9 +72794,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *373 - *374 - - &528 + - *375 + - &529 name: environment_name in: path required: true @@ -72781,9 +72809,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: &531 + default: &532 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -72867,9 +72895,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *373 - *374 - - *528 + - *375 + - *529 requestBody: required: false content: @@ -72878,7 +72906,7 @@ paths: type: object nullable: true properties: - wait_timer: *529 + wait_timer: *530 prevent_self_review: type: boolean example: false @@ -72895,13 +72923,13 @@ paths: items: type: object properties: - type: *526 + type: *527 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *530 + deployment_branch_policy: *531 additionalProperties: false examples: default: @@ -72921,9 +72949,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: *531 + default: *532 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -72947,9 +72975,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *373 - *374 - - *528 + - *375 + - *529 responses: '204': description: Default response @@ -72974,9 +73002,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *373 - *374 - - *528 + - *375 + - *529 - *17 - *19 responses: @@ -72994,7 +73022,7 @@ paths: example: 2 branch_policies: type: array - items: &532 + items: &533 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -73051,9 +73079,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *373 - *374 - - *528 + - *375 + - *529 requestBody: required: true content: @@ -73099,9 +73127,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - example-wildcard: &533 + example-wildcard: &534 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -73143,10 +73171,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *373 - *374 - - *528 - - &534 + - *375 + - *529 + - &535 name: branch_policy_id in: path required: true @@ -73158,9 +73186,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: *533 + default: *534 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73179,10 +73207,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *373 - *374 - - *528 - - *534 + - *375 + - *529 + - *535 requestBody: required: true content: @@ -73210,9 +73238,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: *533 + default: *534 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73231,10 +73259,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *373 - *374 - - *528 - - *534 + - *375 + - *529 + - *535 responses: '204': description: Response @@ -73259,9 +73287,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: - - *528 + - *529 + - *375 - *374 - - *373 responses: '200': description: List of deployment protection rules @@ -73277,7 +73305,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &535 + items: &536 title: Deployment protection rule description: Deployment protection rule type: object @@ -73296,7 +73324,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &536 + app: &537 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -73395,9 +73423,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: - - *528 + - *529 + - *375 - *374 - - *373 requestBody: content: application/json: @@ -73418,9 +73446,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *535 + schema: *536 examples: - default: &537 + default: &538 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -73455,9 +73483,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: - - *528 + - *529 + - *375 - *374 - - *373 - *19 - *17 responses: @@ -73476,7 +73504,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *536 + items: *537 examples: default: value: @@ -73511,10 +73539,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: - - *373 - *374 - - *528 - - &538 + - *375 + - *529 + - &539 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -73526,9 +73554,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: *537 + default: *538 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73549,10 +73577,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: - - *528 + - *529 + - *375 - *374 - - *373 - - *538 + - *539 responses: '204': description: Response @@ -73578,9 +73606,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *373 - *374 - - *528 + - *375 + - *529 - *17 - *19 responses: @@ -73598,9 +73626,9 @@ paths: type: integer secrets: type: array - items: *410 + items: *411 examples: - default: *411 + default: *412 headers: Link: *39 x-github: @@ -73625,17 +73653,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *373 - *374 - - *528 + - *375 + - *529 responses: '200': description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: *413 + default: *414 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73657,18 +73685,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *373 - *374 - - *528 + - *375 + - *529 - *206 responses: '200': description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: *539 + default: *540 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73690,9 +73718,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *373 - *374 - - *528 + - *375 + - *529 - *206 requestBody: required: true @@ -73750,9 +73778,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *373 - *374 - - *528 + - *375 + - *529 - *206 responses: '204': @@ -73778,10 +73806,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *373 - *374 - - *528 - - *397 + - *375 + - *529 + - *398 - *19 responses: '200': @@ -73798,9 +73826,9 @@ paths: type: integer variables: type: array - items: *414 + items: *415 examples: - default: *415 + default: *416 headers: Link: *39 x-github: @@ -73823,9 +73851,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *373 - *374 - - *528 + - *375 + - *529 requestBody: required: true content: @@ -73877,18 +73905,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *373 - *374 - - *528 + - *375 + - *529 - *209 responses: '200': description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: *540 + default: *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73909,10 +73937,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *373 - *374 + - *375 - *209 - - *528 + - *529 requestBody: required: true content: @@ -73954,10 +73982,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *373 - *374 + - *375 - *209 - - *528 + - *529 responses: '204': description: Response @@ -73979,8 +74007,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -74057,8 +74085,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *373 - *374 + - *375 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -74217,8 +74245,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *373 - *374 + - *375 requestBody: required: false content: @@ -74250,9 +74278,9 @@ paths: description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: *388 + default: *389 '400': *14 '422': *15 '403': *29 @@ -74273,8 +74301,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -74334,7 +74362,7 @@ paths: schema: oneOf: - *179 - - *541 + - *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74359,8 +74387,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *373 - *374 + - *375 - name: file_sha in: path required: true @@ -74459,8 +74487,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -74569,7 +74597,7 @@ paths: description: Response content: application/json: - schema: &542 + schema: &543 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -74783,15 +74811,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *373 - *374 - - *495 + - *375 + - *496 responses: '200': description: Response content: application/json: - schema: *542 + schema: *543 examples: default: value: @@ -74847,9 +74875,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *373 - *374 - - &543 + - *375 + - &544 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. @@ -74866,7 +74894,7 @@ paths: application/json: schema: type: array - items: &544 + items: &545 title: Git Reference description: Git references within a repository type: object @@ -74941,17 +74969,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *373 - *374 - - *543 + - *375 + - *544 responses: '200': description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: &545 + default: &546 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -74980,8 +75008,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -75010,9 +75038,9 @@ 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/git/refs/heads/featureA @@ -75038,9 +75066,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *373 - *374 - - *543 + - *375 + - *544 requestBody: required: true content: @@ -75069,9 +75097,9 @@ paths: description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: *545 + default: *546 '422': *15 '409': *94 x-github: @@ -75089,9 +75117,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *373 - *374 - - *543 + - *375 + - *544 responses: '204': description: Response @@ -75144,8 +75172,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -75212,7 +75240,7 @@ paths: description: Response content: application/json: - schema: &547 + schema: &548 title: Git Tag description: Metadata for a Git tag type: object @@ -75263,7 +75291,7 @@ paths: - sha - type - url - verification: *546 + verification: *547 required: - sha - url @@ -75273,7 +75301,7 @@ paths: - tag - message examples: - default: &548 + default: &549 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -75346,8 +75374,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *373 - *374 + - *375 - name: tag_sha in: path required: true @@ -75358,9 +75386,9 @@ paths: description: Response content: application/json: - schema: *547 + schema: *548 examples: - default: *548 + default: *549 '404': *6 '409': *94 x-github: @@ -75384,8 +75412,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -75458,7 +75486,7 @@ paths: description: Response content: application/json: - schema: &549 + schema: &550 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -75570,8 +75598,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *373 - *374 + - *375 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -75594,7 +75622,7 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: default-response: summary: Default response @@ -75653,8 +75681,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -75664,7 +75692,7 @@ paths: application/json: schema: type: array - items: &550 + items: &551 title: Webhook description: Webhooks for repositories. type: object @@ -75718,7 +75746,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &798 + last_response: &799 title: Hook Response type: object properties: @@ -75792,8 +75820,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *373 - *374 + - *375 requestBody: required: false content: @@ -75845,9 +75873,9 @@ paths: description: Response content: application/json: - schema: *550 + schema: *551 examples: - default: &551 + default: &552 value: type: Repository id: 12345678 @@ -75895,17 +75923,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *373 - *374 + - *375 - *261 responses: '200': description: Response content: application/json: - schema: *550 + schema: *551 examples: - default: *551 + default: *552 '404': *6 x-github: githubCloudOnly: false @@ -75925,8 +75953,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *373 - *374 + - *375 - *261 requestBody: required: true @@ -75972,9 +76000,9 @@ paths: description: Response content: application/json: - schema: *550 + schema: *551 examples: - default: *551 + default: *552 '422': *15 '404': *6 x-github: @@ -75995,8 +76023,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *373 - *374 + - *375 - *261 responses: '204': @@ -76021,8 +76049,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *373 - *374 + - *375 - *261 responses: '200': @@ -76050,8 +76078,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *373 - *374 + - *375 - *261 requestBody: required: false @@ -76096,8 +76124,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *373 - *374 + - *375 - *261 - *17 - *262 @@ -76129,8 +76157,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *373 - *374 + - *375 - *261 - *16 responses: @@ -76159,8 +76187,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *373 - *374 + - *375 - *261 - *16 responses: @@ -76184,8 +76212,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *373 - *374 + - *375 - *261 responses: '204': @@ -76211,8 +76239,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *373 - *374 + - *375 - *261 responses: '204': @@ -76271,14 +76299,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *373 - *374 + - *375 responses: '200': description: Response content: application/json: - schema: &552 + schema: &553 title: Import description: A repository import from an external source. type: object @@ -76377,7 +76405,7 @@ paths: - html_url - authors_url examples: - default: &555 + default: &556 value: vcs: subversion use_lfs: true @@ -76393,7 +76421,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': &553 + '503': &554 description: Unavailable due to service under maintenance. content: application/json: @@ -76422,8 +76450,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -76471,7 +76499,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: default: value: @@ -76496,7 +76524,7 @@ paths: type: string '422': *15 '404': *6 - '503': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76524,8 +76552,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *373 - *374 + - *375 requestBody: required: false content: @@ -76574,7 +76602,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: example-1: summary: Example 1 @@ -76622,7 +76650,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': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76645,12 +76673,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *373 - *374 + - *375 responses: '204': description: Response - '503': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76676,9 +76704,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *373 - *374 - - &744 + - *375 + - &745 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -76692,7 +76720,7 @@ paths: application/json: schema: type: array - items: &554 + items: &555 title: Porter Author description: Porter Author type: object @@ -76746,7 +76774,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': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76771,8 +76799,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *373 - *374 + - *375 - name: author_id in: path required: true @@ -76802,7 +76830,7 @@ paths: description: Response content: application/json: - schema: *554 + schema: *555 examples: default: value: @@ -76815,7 +76843,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76839,8 +76867,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *373 - *374 + - *375 responses: '200': description: Response @@ -76881,7 +76909,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76909,8 +76937,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -76937,11 +76965,11 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: - default: *555 + default: *556 '422': *15 - '503': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76964,8 +76992,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: - - *373 - *374 + - *375 responses: '200': description: Response @@ -76973,8 +77001,8 @@ paths: application/json: schema: *22 examples: - default: *556 - '301': *387 + default: *557 + '301': *388 '404': *6 x-github: githubCloudOnly: false @@ -76994,8 +77022,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *373 - *374 + - *375 responses: '200': description: Response @@ -77008,7 +77036,7 @@ paths: properties: {} additionalProperties: false examples: - default: &558 + default: &559 value: limit: collaborators_only origin: repository @@ -77033,13 +77061,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *373 - *374 + - *375 requestBody: required: true content: application/json: - schema: *557 + schema: *558 examples: default: summary: Example request body @@ -77053,7 +77081,7 @@ paths: application/json: schema: *279 examples: - default: *558 + default: *559 '409': description: Response x-github: @@ -77075,8 +77103,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *373 - *374 + - *375 responses: '204': description: Response @@ -77099,8 +77127,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -77110,9 +77138,9 @@ paths: application/json: schema: type: array - items: *559 + items: *560 examples: - default: &737 + default: &738 value: - id: 1 repository: @@ -77243,8 +77271,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *373 - *374 + - *375 - *283 requestBody: required: false @@ -77274,7 +77302,7 @@ paths: description: Response content: application/json: - schema: *559 + schema: *560 examples: default: value: @@ -77405,8 +77433,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *373 - *374 + - *375 - *283 responses: '204': @@ -77438,8 +77466,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *373 - *374 + - *375 - 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 @@ -77512,7 +77540,7 @@ paths: type: array items: *153 examples: - default: &570 + default: &571 value: - id: 1 node_id: MDU6SXNzdWUx @@ -77660,7 +77688,7 @@ paths: state_reason: completed headers: Link: *39 - '301': *387 + '301': *388 '422': *15 '404': *6 x-github: @@ -77689,8 +77717,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -77774,7 +77802,7 @@ paths: application/json: schema: *153 examples: - default: &565 + default: &566 value: id: 1 node_id: MDU6SXNzdWUx @@ -77930,7 +77958,7 @@ paths: '422': *15 '503': *132 '404': *6 - '410': *384 + '410': *385 x-github: triggersNotification: true githubCloudOnly: false @@ -77958,8 +77986,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *373 - *374 + - *375 - *163 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -77980,9 +78008,9 @@ paths: application/json: schema: type: array - items: *560 + items: *561 examples: - default: &567 + default: &568 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -78040,17 +78068,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *373 - *374 + - *375 - *152 responses: '200': description: Response content: application/json: - schema: *560 + schema: *561 examples: - default: &561 + default: &562 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -78104,8 +78132,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *373 - *374 + - *375 - *152 requestBody: required: true @@ -78128,9 +78156,9 @@ paths: description: Response content: application/json: - schema: *560 + schema: *561 examples: - default: *561 + default: *562 '422': *15 x-github: githubCloudOnly: false @@ -78148,8 +78176,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *373 - *374 + - *375 - *152 responses: '204': @@ -78170,8 +78198,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *373 - *374 + - *375 - *152 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -78198,9 +78226,9 @@ paths: application/json: schema: type: array - items: *362 + items: *363 examples: - default: *364 + default: *365 headers: Link: *39 '404': *6 @@ -78221,8 +78249,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *373 - *374 + - *375 - *152 requestBody: required: true @@ -78255,16 +78283,16 @@ paths: description: Reaction exists content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 '201': description: Reaction created content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 '422': *15 x-github: githubCloudOnly: false @@ -78286,10 +78314,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *373 - *374 + - *375 - *152 - - *365 + - *366 responses: '204': description: Response @@ -78309,8 +78337,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -78320,7 +78348,7 @@ paths: application/json: schema: type: array - items: &564 + items: &565 title: Issue Event description: Issue Event type: object @@ -78363,8 +78391,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *562 - required: *563 + properties: *563 + required: *564 nullable: true label: title: Issue Event Label @@ -78671,8 +78699,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *373 - *374 + - *375 - name: event_id in: path required: true @@ -78683,7 +78711,7 @@ paths: description: Response content: application/json: - schema: *564 + schema: *565 examples: default: value: @@ -78876,7 +78904,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *384 + '410': *385 '403': *29 x-github: githubCloudOnly: false @@ -78910,9 +78938,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *373 - *374 - - &566 + - *375 + - &567 name: issue_number description: The number that identifies the issue. in: path @@ -78926,10 +78954,10 @@ paths: application/json: schema: *153 examples: - default: *565 - '301': *387 + default: *566 + '301': *388 '404': *6 - '410': *384 + '410': *385 '304': *37 x-github: githubCloudOnly: false @@ -78954,9 +78982,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *373 - *374 - - *566 + - *375 + - *567 requestBody: required: false content: @@ -79061,13 +79089,13 @@ paths: application/json: schema: *153 examples: - default: *565 + default: *566 '422': *15 '503': *132 '403': *29 - '301': *387 + '301': *388 '404': *6 - '410': *384 + '410': *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79085,9 +79113,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *373 - *374 - - *566 + - *375 + - *567 requestBody: required: false content: @@ -79115,7 +79143,7 @@ paths: application/json: schema: *153 examples: - default: *565 + default: *566 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79131,9 +79159,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *373 - *374 - - *566 + - *375 + - *567 requestBody: content: application/json: @@ -79160,7 +79188,7 @@ paths: application/json: schema: *153 examples: - default: *565 + default: *566 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79182,9 +79210,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: - - *373 - *374 - - *566 + - *375 + - *567 - name: assignee in: path required: true @@ -79224,9 +79252,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *373 - *374 - - *566 + - *375 + - *567 - *143 - *17 - *19 @@ -79237,13 +79265,13 @@ paths: application/json: schema: type: array - items: *560 + items: *561 examples: - default: *567 + default: *568 headers: Link: *39 '404': *6 - '410': *384 + '410': *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79272,9 +79300,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *373 - *374 - - *566 + - *375 + - *567 requestBody: required: true content: @@ -79296,16 +79324,16 @@ paths: description: Response content: application/json: - schema: *560 + schema: *561 examples: - default: *561 + default: *562 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *384 + '410': *385 '422': *15 '404': *6 x-github: @@ -79325,9 +79353,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *373 - *374 - - *566 + - *375 + - *567 - *17 - *19 responses: @@ -79341,7 +79369,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &571 + - &572 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -79395,7 +79423,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &572 + - &573 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -79531,7 +79559,7 @@ paths: - performed_via_github_app - assignee - assigner - - &573 + - &574 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -79582,7 +79610,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &574 + - &575 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -79633,7 +79661,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &575 + - &576 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -79687,7 +79715,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &576 + - &577 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -79734,7 +79762,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &577 + - &578 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -79781,7 +79809,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &578 + - &579 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -79841,7 +79869,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &579 + - &580 title: Locked Issue Event description: Locked Issue Event type: object @@ -79889,7 +79917,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &580 + - &581 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -79955,7 +79983,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &581 + - &582 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -80021,7 +80049,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &582 + - &583 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -80087,7 +80115,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &583 + - &584 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -80178,7 +80206,7 @@ paths: color: red headers: Link: *39 - '410': *384 + '410': *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80195,9 +80223,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *373 - *374 - - *566 + - *375 + - *567 - *17 - *19 responses: @@ -80207,7 +80235,7 @@ paths: application/json: schema: type: array - items: &568 + items: &569 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -80254,7 +80282,7 @@ paths: - color - default examples: - default: &569 + default: &570 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -80272,9 +80300,9 @@ paths: default: false headers: Link: *39 - '301': *387 + '301': *388 '404': *6 - '410': *384 + '410': *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80291,9 +80319,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *373 - *374 - - *566 + - *375 + - *567 requestBody: required: false content: @@ -80352,12 +80380,12 @@ paths: application/json: schema: type: array - items: *568 + items: *569 examples: - default: *569 - '301': *387 + default: *570 + '301': *388 '404': *6 - '410': *384 + '410': *385 '422': *15 x-github: githubCloudOnly: false @@ -80374,9 +80402,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *373 - *374 - - *566 + - *375 + - *567 requestBody: required: false content: @@ -80436,12 +80464,12 @@ paths: application/json: schema: type: array - items: *568 + items: *569 examples: - default: *569 - '301': *387 + default: *570 + '301': *388 '404': *6 - '410': *384 + '410': *385 '422': *15 x-github: githubCloudOnly: false @@ -80458,15 +80486,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *373 - *374 - - *566 + - *375 + - *567 responses: '204': description: Response - '301': *387 + '301': *388 '404': *6 - '410': *384 + '410': *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80485,9 +80513,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *373 - *374 - - *566 + - *375 + - *567 - name: name in: path required: true @@ -80500,7 +80528,7 @@ paths: application/json: schema: type: array - items: *568 + items: *569 examples: default: value: @@ -80511,9 +80539,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *387 + '301': *388 '404': *6 - '410': *384 + '410': *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80533,9 +80561,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *373 - *374 - - *566 + - *375 + - *567 requestBody: required: false content: @@ -80563,7 +80591,7 @@ paths: '204': description: Response '403': *29 - '410': *384 + '410': *385 '404': *6 '422': *15 x-github: @@ -80581,9 +80609,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *373 - *374 - - *566 + - *375 + - *567 responses: '204': description: Response @@ -80605,9 +80633,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *373 - *374 - - *566 + - *375 + - *567 - 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. @@ -80633,13 +80661,13 @@ paths: application/json: schema: type: array - items: *362 + items: *363 examples: - default: *364 + default: *365 headers: Link: *39 '404': *6 - '410': *384 + '410': *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80657,9 +80685,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *373 - *374 - - *566 + - *375 + - *567 requestBody: required: true content: @@ -80691,16 +80719,16 @@ paths: description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 '201': description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 '422': *15 x-github: githubCloudOnly: false @@ -80722,10 +80750,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *373 - *374 - - *566 - - *365 + - *375 + - *567 + - *366 responses: '204': description: Response @@ -80754,9 +80782,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *373 - *374 - - *566 + - *375 + - *567 requestBody: required: true content: @@ -80780,7 +80808,7 @@ paths: application/json: schema: *153 examples: - default: *565 + default: *566 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -80813,9 +80841,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *373 - *374 - - *566 + - *375 + - *567 - *17 - *19 responses: @@ -80827,11 +80855,11 @@ paths: type: array items: *153 examples: - default: *570 + default: *571 headers: Link: *39 '404': *6 - '410': *384 + '410': *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80859,9 +80887,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *373 - *374 - - *566 + - *375 + - *567 requestBody: required: true content: @@ -80890,14 +80918,14 @@ paths: application/json: schema: *153 examples: - default: *565 + default: *566 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *384 + '410': *385 '422': *15 '404': *6 x-github: @@ -80917,9 +80945,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *373 - *374 - - *566 + - *375 + - *567 requestBody: required: true content: @@ -80952,7 +80980,7 @@ paths: application/json: schema: *153 examples: - default: *565 + default: *566 '403': *29 '404': *6 '422': *7 @@ -80974,9 +81002,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *373 - *374 - - *566 + - *375 + - *567 - *17 - *19 responses: @@ -80991,7 +81019,6 @@ paths: description: Timeline Event type: object anyOf: - - *571 - *572 - *573 - *574 @@ -81004,6 +81031,7 @@ paths: - *581 - *582 - *583 + - *584 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -81308,7 +81336,7 @@ paths: type: string comments: type: array - items: &604 + items: &605 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -81517,7 +81545,7 @@ paths: type: string comments: type: array - items: *493 + items: *494 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -81806,7 +81834,7 @@ paths: headers: Link: *39 '404': *6 - '410': *384 + '410': *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81823,8 +81851,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -81834,7 +81862,7 @@ paths: application/json: schema: type: array - items: &584 + items: &585 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -81899,8 +81927,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -81936,9 +81964,9 @@ paths: description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: &585 + default: &586 value: id: 1 key: ssh-rsa AAA... @@ -81972,9 +82000,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *373 - *374 - - &586 + - *375 + - &587 name: key_id description: The unique identifier of the key. in: path @@ -81986,9 +82014,9 @@ paths: description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: *585 + default: *586 '404': *6 x-github: githubCloudOnly: false @@ -82006,9 +82034,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *373 - *374 - - *586 + - *375 + - *587 responses: '204': description: Response @@ -82028,8 +82056,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -82039,9 +82067,9 @@ paths: application/json: schema: type: array - items: *568 + items: *569 examples: - default: *569 + default: *570 headers: Link: *39 '404': *6 @@ -82062,8 +82090,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -82099,9 +82127,9 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: - default: &587 + default: &588 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -82133,8 +82161,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *373 - *374 + - *375 - name: name in: path required: true @@ -82145,9 +82173,9 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: - default: *587 + default: *588 '404': *6 x-github: githubCloudOnly: false @@ -82164,8 +82192,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *373 - *374 + - *375 - name: name in: path required: true @@ -82204,7 +82232,7 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: default: value: @@ -82230,8 +82258,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *373 - *374 + - *375 - name: name in: path required: true @@ -82257,8 +82285,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *373 - *374 + - *375 responses: '200': description: Response @@ -82294,8 +82322,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *373 - *374 + - *375 responses: '202': *95 '403': @@ -82323,8 +82351,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *373 - *374 + - *375 responses: '204': description: Response @@ -82350,9 +82378,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *373 - *374 - - *469 + - *375 + - *470 responses: '200': description: Response @@ -82497,8 +82525,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: - - *373 - *374 + - *375 requestBody: required: true content: @@ -82563,8 +82591,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -82598,9 +82626,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *494 + schema: *495 examples: - default: *588 + default: *589 '204': description: Response when already merged '404': @@ -82625,8 +82653,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *373 - *374 + - *375 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -82667,12 +82695,12 @@ paths: application/json: schema: type: array - items: &589 + items: &590 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *498 - required: *499 + properties: *499 + required: *500 examples: default: value: @@ -82728,8 +82756,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -82769,9 +82797,9 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: &590 + default: &591 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -82830,9 +82858,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *373 - *374 - - &591 + - *375 + - &592 name: milestone_number description: The number that identifies the milestone. in: path @@ -82844,9 +82872,9 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: *590 + default: *591 '404': *6 x-github: githubCloudOnly: false @@ -82863,9 +82891,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *373 - *374 - - *591 + - *375 + - *592 requestBody: required: false content: @@ -82903,9 +82931,9 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: *590 + default: *591 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82921,9 +82949,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *373 - *374 - - *591 + - *375 + - *592 responses: '204': description: Response @@ -82944,9 +82972,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: - - *373 - *374 - - *591 + - *375 + - *592 - *17 - *19 responses: @@ -82956,9 +82984,9 @@ paths: application/json: schema: type: array - items: *568 + items: *569 examples: - default: *569 + default: *570 headers: Link: *39 x-github: @@ -82977,12 +83005,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: - - *373 - *374 - - *592 + - *375 - *593 - - *143 - *594 + - *143 + - *595 - *17 - *19 responses: @@ -82994,7 +83022,7 @@ paths: type: array items: *166 examples: - default: *595 + default: *596 headers: Link: *39 x-github: @@ -83018,8 +83046,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *373 - *374 + - *375 requestBody: required: false content: @@ -83077,14 +83105,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *373 - *374 + - *375 responses: '200': description: Response content: application/json: - schema: &596 + schema: &597 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -83209,7 +83237,7 @@ paths: - custom_404 - public examples: - default: &597 + default: &598 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -83250,8 +83278,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -83305,9 +83333,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *597 + default: *598 '422': *15 '409': *94 x-github: @@ -83330,8 +83358,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: - - *373 - *374 + - *375 requestBody: required: true content: @@ -83438,8 +83466,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *373 - *374 + - *375 responses: '204': description: Response @@ -83465,8 +83493,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -83476,7 +83504,7 @@ paths: application/json: schema: type: array - items: &598 + items: &599 title: Page Build description: Page Build type: object @@ -83570,8 +83598,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *373 - *374 + - *375 responses: '201': description: Response @@ -83616,16 +83644,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *373 - *374 + - *375 responses: '200': description: Response content: application/json: - schema: *598 + schema: *599 examples: - default: &599 + default: &600 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -83673,8 +83701,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *373 - *374 + - *375 - name: build_id in: path required: true @@ -83685,9 +83713,9 @@ paths: description: Response content: application/json: - schema: *598 + schema: *599 examples: - default: *599 + default: *600 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83707,8 +83735,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -83813,9 +83841,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: - - *373 - *374 - - &600 + - *375 + - &601 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -83873,9 +83901,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *373 - *374 - - *600 + - *375 + - *601 responses: '204': *118 '404': *6 @@ -83902,8 +83930,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: - - *373 - *374 + - *375 responses: '200': description: Response @@ -84161,8 +84189,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: - - *373 - *374 + - *375 responses: '200': description: Private vulnerability reporting status @@ -84199,8 +84227,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: - - *373 - *374 + - *375 responses: '204': *118 '422': *14 @@ -84221,8 +84249,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: - - *373 - *374 + - *375 responses: '204': *118 '422': *14 @@ -84245,8 +84273,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects parameters: - - *373 - *374 + - *375 - name: state description: Indicates the state of the projects to return. in: query @@ -84307,7 +84335,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *384 + '410': *385 '422': *7 x-github: githubCloudOnly: false @@ -84330,8 +84358,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -84359,11 +84387,11 @@ paths: application/json: schema: *319 examples: - default: *383 + default: *384 '401': *25 '403': *29 '404': *6 - '410': *384 + '410': *385 '422': *7 x-github: githubCloudOnly: false @@ -84386,8 +84414,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: - - *373 - *374 + - *375 responses: '200': description: Response @@ -84426,8 +84454,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: - - *373 - *374 + - *375 requestBody: required: true content: @@ -84489,8 +84517,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *373 - *374 + - *375 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -84550,9 +84578,9 @@ paths: application/json: schema: type: array - items: *601 + items: *602 examples: - default: *602 + default: *603 headers: Link: *39 '304': *37 @@ -84584,8 +84612,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -84650,7 +84678,7 @@ paths: description: Response content: application/json: - schema: &606 + schema: &607 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -84761,8 +84789,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *498 - required: *499 + properties: *499 + required: *500 nullable: true active_lock_reason: type: string @@ -84846,14 +84874,14 @@ paths: _links: type: object properties: - comments: *500 - commits: *500 - statuses: *500 - html: *500 - issue: *500 - review_comments: *500 - review_comment: *500 - self: *500 + comments: *501 + commits: *501 + statuses: *501 + html: *501 + issue: *501 + review_comments: *501 + review_comment: *501 + self: *501 required: - comments - commits @@ -84864,7 +84892,7 @@ paths: - review_comment - self author_association: *140 - auto_merge: *603 + auto_merge: *604 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -84956,7 +84984,7 @@ paths: - merged_by - review_comments examples: - default: &607 + default: &608 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -85483,8 +85511,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *373 - *374 + - *375 - name: sort in: query required: false @@ -85513,9 +85541,9 @@ paths: application/json: schema: type: array - items: *604 + items: *605 examples: - default: &609 + default: &610 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -85592,17 +85620,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: - - *373 - *374 + - *375 - *152 responses: '200': description: Response content: application/json: - schema: *604 + schema: *605 examples: - default: &605 + default: &606 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -85677,8 +85705,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: - - *373 - *374 + - *375 - *152 requestBody: required: true @@ -85701,9 +85729,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: - default: *605 + default: *606 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85719,8 +85747,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: - - *373 - *374 + - *375 - *152 responses: '204': @@ -85742,8 +85770,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: - - *373 - *374 + - *375 - *152 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -85770,9 +85798,9 @@ paths: application/json: schema: type: array - items: *362 + items: *363 examples: - default: *364 + default: *365 headers: Link: *39 '404': *6 @@ -85793,8 +85821,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: - - *373 - *374 + - *375 - *152 requestBody: required: true @@ -85827,16 +85855,16 @@ paths: description: Reaction exists content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 '201': description: Reaction created content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 '422': *15 x-github: githubCloudOnly: false @@ -85858,10 +85886,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *373 - *374 + - *375 - *152 - - *365 + - *366 responses: '204': description: Response @@ -85904,9 +85932,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *373 - *374 - - &608 + - *375 + - &609 name: pull_number description: The number that identifies the pull request. in: path @@ -85919,9 +85947,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *606 + schema: *607 examples: - default: *607 + default: *608 '304': *37 '404': *6 '406': @@ -85956,9 +85984,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *373 - *374 - - *608 + - *375 + - *609 requestBody: required: false content: @@ -86000,9 +86028,9 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: *607 + default: *608 '422': *15 '403': *29 x-github: @@ -86024,9 +86052,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: - - *373 - *374 - - *608 + - *375 + - *609 requestBody: required: true content: @@ -86088,7 +86116,7 @@ paths: application/json: schema: *291 examples: - default: *483 + default: *484 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -86096,7 +86124,7 @@ paths: application/json: schema: *291 examples: - default: *483 + default: *484 '401': *25 '403': *29 '404': *6 @@ -86126,9 +86154,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: - - *373 - *374 - - *608 + - *375 + - *609 - *163 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -86149,9 +86177,9 @@ paths: application/json: schema: type: array - items: *604 + items: *605 examples: - default: *609 + default: *610 headers: Link: *39 x-github: @@ -86184,9 +86212,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: - - *373 - *374 - - *608 + - *375 + - *609 requestBody: required: true content: @@ -86291,7 +86319,7 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: example-for-a-multi-line-comment: value: @@ -86379,9 +86407,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: - - *373 - *374 - - *608 + - *375 + - *609 - *152 requestBody: required: true @@ -86404,7 +86432,7 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: default: value: @@ -86490,9 +86518,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *373 - *374 - - *608 + - *375 + - *609 - *17 - *19 responses: @@ -86502,9 +86530,9 @@ paths: application/json: schema: type: array - items: *494 + items: *495 examples: - default: *610 + default: *611 headers: Link: *39 x-github: @@ -86534,9 +86562,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *373 - *374 - - *608 + - *375 + - *609 - *17 - *19 responses: @@ -86546,7 +86574,7 @@ paths: application/json: schema: type: array - items: *509 + items: *510 examples: default: value: @@ -86584,9 +86612,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: - - *373 - *374 - - *608 + - *375 + - *609 responses: '204': description: Response if pull request has been merged @@ -86609,9 +86637,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *373 - *374 - - *608 + - *375 + - *609 requestBody: required: false content: @@ -86722,9 +86750,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: - - *373 - *374 - - *608 + - *375 + - *609 responses: '200': description: Response @@ -86799,9 +86827,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: - - *373 - *374 - - *608 + - *375 + - *609 requestBody: required: false content: @@ -86838,7 +86866,7 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: default: value: @@ -87374,9 +87402,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: - - *373 - *374 - - *608 + - *375 + - *609 requestBody: required: true content: @@ -87410,7 +87438,7 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: default: value: @@ -87915,9 +87943,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *373 - *374 - - *608 + - *375 + - *609 - *17 - *19 responses: @@ -87927,7 +87955,7 @@ paths: application/json: schema: type: array - items: &611 + items: &612 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -88078,9 +88106,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: - - *373 - *374 - - *608 + - *375 + - *609 requestBody: required: false content: @@ -88166,9 +88194,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: &613 + default: &614 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -88231,10 +88259,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: - - *373 - *374 - - *608 - - &612 + - *375 + - *609 + - &613 name: review_id description: The unique identifier of the review. in: path @@ -88246,9 +88274,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: &614 + default: &615 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -88307,10 +88335,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: - - *373 - *374 - - *608 - - *612 + - *375 + - *609 + - *613 requestBody: required: true content: @@ -88333,7 +88361,7 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: default: value: @@ -88395,18 +88423,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: - - *373 - *374 - - *608 - - *612 + - *375 + - *609 + - *613 responses: '200': description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: *613 + default: *614 '422': *7 '404': *6 x-github: @@ -88433,10 +88461,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: - - *373 - *374 - - *608 - - *612 + - *375 + - *609 + - *613 - *17 - *19 responses: @@ -88519,9 +88547,9 @@ paths: _links: type: object properties: - self: *500 - html: *500 - pull_request: *500 + self: *501 + html: *501 + pull_request: *501 required: - self - html @@ -88664,10 +88692,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: - - *373 - *374 - - *608 - - *612 + - *375 + - *609 + - *613 requestBody: required: true content: @@ -88695,7 +88723,7 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: default: value: @@ -88758,10 +88786,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: - - *373 - *374 - - *608 - - *612 + - *375 + - *609 + - *613 requestBody: required: true content: @@ -88796,9 +88824,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: *614 + default: *615 '404': *6 '422': *7 '403': *29 @@ -88820,9 +88848,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *373 - *374 - - *608 + - *375 + - *609 requestBody: required: false content: @@ -88885,8 +88913,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *373 - *374 + - *375 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -88899,9 +88927,9 @@ paths: description: Response content: application/json: - schema: *615 + schema: *616 examples: - default: &616 + default: &617 value: type: file encoding: base64 @@ -88943,8 +88971,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: - - *373 - *374 + - *375 - name: dir description: The alternate path to look for a README file in: path @@ -88964,9 +88992,9 @@ paths: description: Response content: application/json: - schema: *615 + schema: *616 examples: - default: *616 + default: *617 '404': *6 '422': *15 x-github: @@ -88988,8 +89016,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -88999,7 +89027,7 @@ paths: application/json: schema: type: array - items: &617 + items: &618 title: Release description: A release. type: object @@ -89062,7 +89090,7 @@ paths: author: *4 assets: type: array - items: &618 + items: &619 title: Release Asset description: Data related to a release. type: object @@ -89243,8 +89271,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -89320,9 +89348,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *618 examples: - default: &621 + default: &622 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -89425,9 +89453,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *373 - *374 - - &619 + - *375 + - &620 name: asset_id description: The unique identifier of the asset. in: path @@ -89439,9 +89467,9 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: - default: &620 + default: &621 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 @@ -89475,7 +89503,7 @@ paths: type: User site_admin: false '404': *6 - '302': *511 + '302': *512 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89491,9 +89519,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *373 - *374 - - *619 + - *375 + - *620 requestBody: required: false content: @@ -89521,9 +89549,9 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: - default: *620 + default: *621 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89539,9 +89567,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *373 - *374 - - *619 + - *375 + - *620 responses: '204': description: Response @@ -89565,8 +89593,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: - - *373 - *374 + - *375 requestBody: required: true content: @@ -89651,16 +89679,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *373 - *374 + - *375 responses: '200': description: Response content: application/json: - schema: *617 + schema: *618 examples: - default: *621 + default: *622 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89677,8 +89705,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *373 - *374 + - *375 - name: tag description: tag parameter in: path @@ -89691,9 +89719,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *618 examples: - default: *621 + default: *622 '404': *6 x-github: githubCloudOnly: false @@ -89715,9 +89743,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *373 - *374 - - &622 + - *375 + - &623 name: release_id description: The unique identifier of the release. in: path @@ -89731,9 +89759,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: *617 + schema: *618 examples: - default: *621 + default: *622 '401': description: Unauthorized x-github: @@ -89751,9 +89779,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *373 - *374 - - *622 + - *375 + - *623 requestBody: required: false content: @@ -89817,9 +89845,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *618 examples: - default: *621 + default: *622 '404': description: Not Found if the discussion category name is invalid content: @@ -89840,9 +89868,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *373 - *374 - - *622 + - *375 + - *623 responses: '204': description: Response @@ -89862,9 +89890,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *373 - *374 - - *622 + - *375 + - *623 - *17 - *19 responses: @@ -89874,7 +89902,7 @@ paths: application/json: schema: type: array - items: *618 + items: *619 examples: default: value: @@ -89955,9 +89983,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: - - *373 - *374 - - *622 + - *375 + - *623 - name: name in: query required: true @@ -89983,7 +90011,7 @@ paths: description: Response for successful upload content: application/json: - schema: *618 + schema: *619 examples: response-for-successful-upload: value: @@ -90037,9 +90065,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *373 - *374 - - *622 + - *375 + - *623 - 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. @@ -90063,9 +90091,9 @@ paths: application/json: schema: type: array - items: *362 + items: *363 examples: - default: *364 + default: *365 headers: Link: *39 '404': *6 @@ -90086,9 +90114,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *373 - *374 - - *622 + - *375 + - *623 requestBody: required: true content: @@ -90118,16 +90146,16 @@ paths: description: Reaction exists content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 '201': description: Reaction created content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 '422': *15 x-github: githubCloudOnly: false @@ -90149,10 +90177,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *373 - *374 - - *622 - - *365 + - *375 + - *623 + - *366 responses: '204': description: Response @@ -90176,9 +90204,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *373 - *374 - - *432 + - *375 + - *433 - *17 - *19 responses: @@ -90194,8 +90222,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *623 - - &625 + - *624 + - &626 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -90215,65 +90243,65 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *624 - *625 - - allOf: - *626 - - *625 - allOf: - *627 - - *625 + - *626 - allOf: - *628 - - *625 + - *626 - allOf: - *629 - - *625 + - *626 - allOf: - *630 - - *625 + - *626 - allOf: - *631 - - *625 + - *626 - allOf: - *632 - - *625 + - *626 - allOf: - *633 - - *625 + - *626 - allOf: - *634 - - *625 + - *626 - allOf: - *635 - - *625 + - *626 - allOf: - *636 - - *625 + - *626 - allOf: - *637 - - *625 + - *626 - allOf: - *638 - - *625 + - *626 - allOf: - *639 - - *625 + - *626 - allOf: - *640 - - *625 + - *626 - allOf: - *641 - - *625 + - *626 - allOf: - *642 - - *625 + - *626 - allOf: - *643 - - *625 + - *626 - allOf: - *644 - - *625 + - *626 + - allOf: + - *645 + - *626 examples: default: value: @@ -90312,8 +90340,8 @@ paths: category: repos subcategory: rules parameters: - - *373 - *374 + - *375 - *17 - *19 - name: includes_parents @@ -90324,7 +90352,7 @@ paths: schema: type: boolean default: true - - *645 + - *646 responses: '200': description: Response @@ -90379,8 +90407,8 @@ paths: category: repos subcategory: rules parameters: - - *373 - *374 + - *375 requestBody: description: Request body required: true @@ -90442,7 +90470,7 @@ paths: application/json: schema: *128 examples: - default: &654 + default: &655 value: id: 42 name: super cool ruleset @@ -90489,12 +90517,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *373 - *374 - - *646 - - *221 + - *375 - *647 + - *221 - *648 + - *649 - *17 - *19 responses: @@ -90502,9 +90530,9 @@ paths: description: Response content: application/json: - schema: *649 + schema: *650 examples: - default: *650 + default: *651 '404': *6 '500': *99 x-github: @@ -90525,17 +90553,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *373 - *374 - - *651 + - *375 + - *652 responses: '200': description: Response content: application/json: - schema: *652 + schema: *653 examples: - default: *653 + default: *654 '404': *6 '500': *99 x-github: @@ -90563,8 +90591,8 @@ paths: category: repos subcategory: rules parameters: - - *373 - *374 + - *375 - name: ruleset_id description: The ID of the ruleset. in: path @@ -90586,7 +90614,7 @@ paths: application/json: schema: *128 examples: - default: *654 + default: *655 '404': *6 '500': *99 put: @@ -90604,8 +90632,8 @@ paths: category: repos subcategory: rules parameters: - - *373 - *374 + - *375 - name: ruleset_id description: The ID of the ruleset. in: path @@ -90669,7 +90697,7 @@ paths: application/json: schema: *128 examples: - default: *654 + default: *655 '404': *6 '500': *99 delete: @@ -90687,8 +90715,8 @@ paths: category: repos subcategory: rules parameters: - - *373 - *374 + - *375 - name: ruleset_id description: The ID of the ruleset. in: path @@ -90711,8 +90739,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *373 - *374 + - *375 - *17 - *19 - name: ruleset_id @@ -90749,8 +90777,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *373 - *374 + - *375 - name: ruleset_id description: The ID of the ruleset. in: path @@ -90823,8 +90851,8 @@ 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: - - *373 - *374 + - *375 - *331 - *332 - *333 @@ -90832,8 +90860,8 @@ paths: - *86 - *19 - *17 - - *655 - *656 + - *657 - *335 - *336 - *337 @@ -90844,7 +90872,7 @@ paths: application/json: schema: type: array - items: &659 + items: &660 type: object properties: number: *100 @@ -90863,8 +90891,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *657 - resolution: *658 + state: *658 + resolution: *659 resolved_at: type: string format: date-time @@ -91082,15 +91110,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *373 - *374 - - *463 + - *375 + - *464 responses: '200': description: Response content: application/json: - schema: *659 + schema: *660 examples: default: value: @@ -91142,9 +91170,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: - - *373 - *374 - - *463 + - *375 + - *464 requestBody: required: true content: @@ -91152,8 +91180,8 @@ paths: schema: type: object properties: - state: *657 - resolution: *658 + state: *658 + resolution: *659 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -91171,7 +91199,7 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: default: value: @@ -91246,9 +91274,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: - - *373 - *374 - - *463 + - *375 + - *464 - *19 - *17 responses: @@ -91259,7 +91287,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &819 + items: &820 type: object properties: type: @@ -91618,8 +91646,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: - - *373 - *374 + - *375 requestBody: required: true content: @@ -91627,14 +91655,14 @@ paths: schema: type: object properties: - reason: &661 + reason: &662 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *660 + placeholder_id: *661 required: - reason - placeholder_id @@ -91651,7 +91679,7 @@ paths: schema: type: object properties: - reason: *661 + reason: *662 expire_at: type: string format: date-time @@ -91694,8 +91722,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: - - *373 - *374 + - *375 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -91710,7 +91738,7 @@ paths: properties: incremental_scans: type: array - items: &662 + items: &663 description: Information on a single scan performed by secret scanning on the repository type: object @@ -91736,15 +91764,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *662 + items: *663 backfill_scans: type: array - items: *662 + items: *663 custom_pattern_backfill_scans: type: array items: allOf: - - *662 + - *663 - type: object properties: pattern_name: @@ -91814,8 +91842,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *373 - *374 + - *375 - *86 - name: sort description: The property to sort the results by. @@ -91859,9 +91887,9 @@ paths: application/json: schema: type: array - items: *663 + items: *664 examples: - default: *664 + default: *665 '400': *14 '404': *6 x-github: @@ -91884,8 +91912,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: - - *373 - *374 + - *375 requestBody: required: true content: @@ -92045,9 +92073,9 @@ paths: description: Response content: application/json: - schema: *663 + schema: *664 examples: - default: &666 + default: &667 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -92280,8 +92308,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: - - *373 - *374 + - *375 requestBody: required: true content: @@ -92385,7 +92413,7 @@ paths: description: Response content: application/json: - schema: *663 + schema: *664 examples: default: value: @@ -92532,17 +92560,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: - - *373 - *374 - - *665 + - *375 + - *666 responses: '200': description: Response content: application/json: - schema: *663 + schema: *664 examples: - default: *666 + default: *667 '403': *29 '404': *6 x-github: @@ -92566,9 +92594,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: - - *373 - *374 - - *665 + - *375 + - *666 requestBody: required: true content: @@ -92727,10 +92755,10 @@ paths: description: Response content: application/json: - schema: *663 + schema: *664 examples: - default: *666 - add_credit: *666 + default: *667 + add_credit: *667 '403': *29 '404': *6 '422': @@ -92768,9 +92796,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: - - *373 - *374 - - *665 + - *375 + - *666 responses: '202': *95 '400': *14 @@ -92797,17 +92825,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: - - *373 - *374 - - *665 + - *375 + - *666 responses: '202': description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: *388 + default: *389 '400': *14 '422': *15 '403': *29 @@ -92833,8 +92861,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -92933,8 +92961,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *373 - *374 + - *375 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -92943,7 +92971,7 @@ paths: application/json: schema: type: array - items: &667 + items: &668 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -92976,8 +93004,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: - - *373 - *374 + - *375 responses: '200': description: Response @@ -93053,8 +93081,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *373 - *374 + - *375 responses: '200': description: Response @@ -93150,8 +93178,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *373 - *374 + - *375 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -93305,8 +93333,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: - - *373 - *374 + - *375 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -93316,7 +93344,7 @@ paths: application/json: schema: type: array - items: *667 + items: *668 examples: default: value: @@ -93349,8 +93377,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *373 - *374 + - *375 - name: sha in: path required: true @@ -93404,7 +93432,7 @@ paths: description: Response content: application/json: - schema: *668 + schema: *669 examples: default: value: @@ -93458,8 +93486,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -93491,14 +93519,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *373 - *374 + - *375 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &669 + schema: &670 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -93566,8 +93594,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *373 - *374 + - *375 requestBody: required: false content: @@ -93593,7 +93621,7 @@ paths: description: Response content: application/json: - schema: *669 + schema: *670 examples: default: value: @@ -93620,8 +93648,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *373 - *374 + - *375 responses: '204': description: Response @@ -93641,8 +93669,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -93721,8 +93749,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *373 - *374 + - *375 responses: '200': description: Response @@ -93730,7 +93758,7 @@ paths: application/json: schema: type: array - items: &670 + items: &671 title: Tag protection description: Tag protection type: object @@ -93782,8 +93810,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -93806,7 +93834,7 @@ paths: description: Response content: application/json: - schema: *670 + schema: *671 examples: default: value: @@ -93837,8 +93865,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *373 - *374 + - *375 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -93875,8 +93903,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *373 - *374 + - *375 - name: ref in: path required: true @@ -93912,8 +93940,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -93945,8 +93973,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *373 - *374 + - *375 - *19 - *17 responses: @@ -93954,7 +93982,7 @@ paths: description: Response content: application/json: - schema: &671 + schema: &672 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -93966,7 +93994,7 @@ paths: required: - names examples: - default: &672 + default: &673 value: names: - octocat @@ -93989,8 +94017,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -94021,9 +94049,9 @@ paths: description: Response content: application/json: - schema: *671 + schema: *672 examples: - default: *672 + default: *673 '404': *6 '422': *7 x-github: @@ -94044,9 +94072,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *373 - *374 - - &673 + - *375 + - &674 name: per description: The time frame to display results for. in: query @@ -94075,7 +94103,7 @@ paths: example: 128 clones: type: array - items: &674 + items: &675 title: Traffic type: object properties: @@ -94162,8 +94190,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *373 - *374 + - *375 responses: '200': description: Response @@ -94253,8 +94281,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *373 - *374 + - *375 responses: '200': description: Response @@ -94314,9 +94342,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *373 - *374 - - *673 + - *375 + - *674 responses: '200': description: Response @@ -94335,7 +94363,7 @@ paths: example: 3782 views: type: array - items: *674 + items: *675 required: - uniques - count @@ -94412,8 +94440,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -94687,8 +94715,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: - - *373 - *374 + - *375 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -94711,8 +94739,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *373 - *374 + - *375 responses: '204': description: Response @@ -94734,8 +94762,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *373 - *374 + - *375 responses: '204': description: Response @@ -94761,8 +94789,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *373 - *374 + - *375 - name: ref in: path required: true @@ -94854,9 +94882,9 @@ paths: description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: *388 + default: *389 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -95007,7 +95035,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &682 + - &683 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -95016,7 +95044,7 @@ paths: schema: type: string example: members - - &687 + - &688 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -95027,7 +95055,7 @@ paths: default: 1 format: int32 example: 1 - - &688 + - &689 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -95069,7 +95097,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &676 + items: &677 allOf: - type: object required: @@ -95144,7 +95172,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: &689 + meta: &690 type: object description: The metadata associated with the creation/updates to the user. @@ -95204,31 +95232,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &677 + '400': &678 description: Bad request content: application/json: - schema: *675 + schema: *676 application/scim+json: - schema: *675 - '401': &678 + schema: *676 + '401': &679 description: Authorization failure - '403': &679 + '403': &680 description: Permission denied - '429': &680 + '429': &681 description: Too many requests content: application/json: - schema: *675 + schema: *676 application/scim+json: - schema: *675 - '500': &681 + schema: *676 + '500': &682 description: Internal server error content: application/json: - schema: *675 + schema: *676 application/scim+json: - schema: *675 + schema: *676 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95252,7 +95280,7 @@ paths: required: true content: application/json: - schema: &685 + schema: &686 type: object required: - schemas @@ -95308,9 +95336,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *676 + schema: *677 examples: - group: &683 + group: &684 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -95329,13 +95357,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': *677 - '401': *678 - '403': *679 - '409': &686 + '400': *678 + '401': *679 + '403': *680 + '409': &687 description: Duplicate record detected - '429': *680 - '500': *681 + '429': *681 + '500': *682 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95352,7 +95380,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: - - &684 + - &685 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -95360,22 +95388,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *682 + - *683 - *40 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *676 + schema: *677 examples: - default: *683 - '400': *677 - '401': *678 - '403': *679 + default: *684 + '400': *678 + '401': *679 + '403': *680 '404': *6 - '429': *680 - '500': *681 + '429': *681 + '500': *682 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95394,13 +95422,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: - - *684 + - *685 - *40 requestBody: required: true content: application/json: - schema: *685 + schema: *686 examples: group: summary: Group @@ -95426,17 +95454,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *676 + schema: *677 examples: - group: *683 - groupWithMembers: *683 - '400': *677 - '401': *678 - '403': *679 + group: *684 + groupWithMembers: *684 + '400': *678 + '401': *679 + '403': *680 '404': *6 - '409': *686 - '429': *680 - '500': *681 + '409': *687 + '429': *681 + '500': *682 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95460,13 +95488,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: - - *684 + - *685 - *40 requestBody: required: true content: application/json: - schema: &696 + schema: &697 type: object required: - Operations @@ -95526,17 +95554,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *676 + schema: *677 examples: - updateGroup: *683 - addMembers: *683 - '400': *677 - '401': *678 - '403': *679 + updateGroup: *684 + addMembers: *684 + '400': *678 + '401': *679 + '403': *680 '404': *6 - '409': *686 - '429': *680 - '500': *681 + '409': *687 + '429': *681 + '500': *682 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95552,17 +95580,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: - - *684 + - *685 - *40 responses: '204': description: Group was deleted, no content - '400': *677 - '401': *678 - '403': *679 + '400': *678 + '401': *679 + '403': *680 '404': *6 - '429': *680 - '500': *681 + '429': *681 + '500': *682 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95596,8 +95624,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *687 - *688 + - *689 - *40 responses: '200': @@ -95630,7 +95658,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &691 + items: &692 allOf: - type: object required: @@ -95709,7 +95737,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &690 + roles: &691 type: array description: The roles assigned to the user. items: @@ -95765,7 +95793,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *689 + meta: *690 startIndex: type: integer description: A starting index for the returned page @@ -95802,11 +95830,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *677 - '401': *678 - '403': *679 - '429': *680 - '500': *681 + '400': *678 + '401': *679 + '403': *680 + '429': *681 + '500': *682 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95830,7 +95858,7 @@ paths: required: true content: application/json: - schema: &694 + schema: &695 type: object required: - schemas @@ -95912,9 +95940,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *690 + roles: *691 examples: - user: &695 + user: &696 summary: User value: schemas: @@ -95961,9 +95989,9 @@ paths: description: User has been created content: application/scim+json: - schema: *691 + schema: *692 examples: - user: &692 + user: &693 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -95989,13 +96017,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: *692 - '400': *677 - '401': *678 - '403': *679 - '409': *686 - '429': *680 - '500': *681 + enterpriseOwner: *693 + '400': *678 + '401': *679 + '403': *680 + '409': *687 + '429': *681 + '500': *682 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96012,7 +96040,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: - - &693 + - &694 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -96025,15 +96053,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *691 + schema: *692 examples: - default: *692 - '400': *677 - '401': *678 - '403': *679 + default: *693 + '400': *678 + '401': *679 + '403': *680 '404': *6 - '429': *680 - '500': *681 + '429': *681 + '500': *682 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96055,30 +96083,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: - - *693 + - *694 - *40 requestBody: required: true content: application/json: - schema: *694 + schema: *695 examples: - user: *695 + user: *696 responses: '200': description: User was updated content: application/scim+json: - schema: *691 + schema: *692 examples: - user: *692 - '400': *677 - '401': *678 - '403': *679 + user: *693 + '400': *678 + '401': *679 + '403': *680 '404': *6 - '409': *686 - '429': *680 - '500': *681 + '409': *687 + '429': *681 + '500': *682 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96113,13 +96141,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: - - *693 + - *694 - *40 requestBody: required: true content: application/json: - schema: *696 + schema: *697 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -96159,18 +96187,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *691 - examples: - userMultiValuedProperties: *692 - userSingleValuedProperties: *692 - disableUser: *692 - '400': *677 - '401': *678 - '403': *679 + schema: *692 + examples: + userMultiValuedProperties: *693 + userSingleValuedProperties: *693 + disableUser: *693 + '400': *678 + '401': *679 + '403': *680 '404': *6 - '409': *686 - '429': *680 - '500': *681 + '409': *687 + '429': *681 + '500': *682 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96190,17 +96218,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: - - *693 + - *694 - *40 responses: '204': description: User was deleted, no content - '400': *677 - '401': *678 - '403': *679 + '400': *678 + '401': *679 + '403': *680 '404': *6 - '429': *680 - '500': *681 + '429': *681 + '500': *682 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96287,7 +96315,7 @@ paths: example: 1 Resources: type: array - items: &697 + items: &698 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -96518,22 +96546,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': &698 + '404': &699 description: Resource not found content: application/json: - schema: *675 + schema: *676 application/scim+json: - schema: *675 - '403': &699 + schema: *676 + '403': &700 description: Forbidden content: application/json: - schema: *675 + schema: *676 application/scim+json: - schema: *675 - '400': *677 - '429': *680 + schema: *676 + '400': *678 + '429': *681 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -96559,9 +96587,9 @@ paths: description: Response content: application/scim+json: - schema: *697 + schema: *698 examples: - default: &700 + default: &701 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -96584,17 +96612,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': *698 - '403': *699 - '500': *681 + '404': *699 + '403': *700 + '500': *682 '409': description: Conflict content: application/json: - schema: *675 + schema: *676 application/scim+json: - schema: *675 - '400': *677 + schema: *676 + '400': *678 requestBody: required: true content: @@ -96692,17 +96720,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *170 - - *693 + - *694 responses: '200': description: Response content: application/scim+json: - schema: *697 + schema: *698 examples: - default: *700 - '404': *698 - '403': *699 + default: *701 + '404': *699 + '403': *700 '304': *37 x-github: githubCloudOnly: true @@ -96726,18 +96754,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *170 - - *693 + - *694 responses: '200': description: Response content: application/scim+json: - schema: *697 + schema: *698 examples: - default: *700 + default: *701 '304': *37 - '404': *698 - '403': *699 + '404': *699 + '403': *700 requestBody: required: true content: @@ -96850,19 +96878,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *170 - - *693 + - *694 responses: '200': description: Response content: application/scim+json: - schema: *697 + schema: *698 examples: - default: *700 + default: *701 '304': *37 - '404': *698 - '403': *699 - '400': *677 + '404': *699 + '403': *700 + '400': *678 '429': description: Response content: @@ -96953,12 +96981,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *170 - - *693 + - *694 responses: '204': description: Response - '404': *698 - '403': *699 + '404': *699 + '403': *700 '304': *37 x-github: githubCloudOnly: true @@ -97091,7 +97119,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &701 + text_matches: &702 title: Search Result Text Matches type: array items: @@ -97254,7 +97282,7 @@ paths: enum: - author-date - committer-date - - &702 + - &703 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 @@ -97325,7 +97353,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *430 + properties: *431 nullable: true comment_count: type: integer @@ -97345,7 +97373,7 @@ paths: url: type: string format: uri - verification: *546 + verification: *547 required: - author - committer @@ -97364,7 +97392,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *430 + properties: *431 nullable: true parents: type: array @@ -97382,7 +97410,7 @@ paths: type: number node_id: type: string - text_matches: *701 + text_matches: *702 required: - sha - node_id @@ -97565,7 +97593,7 @@ paths: - interactions - created - updated - - *702 + - *703 - *17 - *19 - name: advanced_search @@ -97692,8 +97720,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *498 - required: *499 + properties: *499 + required: *500 nullable: true comments: type: integer @@ -97707,7 +97735,7 @@ paths: type: string format: date-time nullable: true - text_matches: *701 + text_matches: *702 pull_request: type: object properties: @@ -97935,7 +97963,7 @@ paths: enum: - created - updated - - *702 + - *703 - *17 - *19 responses: @@ -97979,7 +98007,7 @@ paths: nullable: true score: type: number - text_matches: *701 + text_matches: *702 required: - id - node_id @@ -98065,7 +98093,7 @@ paths: - forks - help-wanted-issues - updated - - *702 + - *703 - *17 - *19 responses: @@ -98304,7 +98332,7 @@ paths: - admin - pull - push - text_matches: *701 + text_matches: *702 temp_clone_token: type: string allow_merge_commit: @@ -98605,7 +98633,7 @@ paths: type: string format: uri nullable: true - text_matches: *701 + text_matches: *702 related: type: array nullable: true @@ -98798,7 +98826,7 @@ paths: - followers - repositories - joined - - *702 + - *703 - *17 - *19 responses: @@ -98902,7 +98930,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *701 + text_matches: *702 blog: type: string nullable: true @@ -98981,7 +99009,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &703 + - &704 name: team_id description: The unique identifier of the team. in: path @@ -98993,9 +99021,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '404': *6 x-github: githubCloudOnly: false @@ -99022,7 +99050,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *703 + - *704 requestBody: required: true content: @@ -99085,16 +99113,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '201': description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '404': *6 '422': *15 '403': *29 @@ -99122,7 +99150,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *703 + - *704 responses: '204': description: Response @@ -99153,7 +99181,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *703 + - *704 - *86 - *17 - *19 @@ -99164,9 +99192,9 @@ paths: application/json: schema: type: array - items: *356 + items: *357 examples: - default: *704 + default: *705 headers: Link: *39 x-github: @@ -99195,7 +99223,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *703 + - *704 requestBody: required: true content: @@ -99229,9 +99257,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: *357 + default: *358 x-github: triggersNotification: true githubCloudOnly: false @@ -99258,16 +99286,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *703 - - *358 + - *704 + - *359 responses: '200': description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: *357 + default: *358 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99292,8 +99320,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *703 - - *358 + - *704 + - *359 requestBody: required: false content: @@ -99316,9 +99344,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: *705 + default: *706 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99343,8 +99371,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *703 - - *358 + - *704 + - *359 responses: '204': description: Response @@ -99373,8 +99401,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *703 - - *358 + - *704 + - *359 - *86 - *17 - *19 @@ -99385,9 +99413,9 @@ paths: application/json: schema: type: array - items: *359 + items: *360 examples: - default: *706 + default: *707 headers: Link: *39 x-github: @@ -99416,8 +99444,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *703 - - *358 + - *704 + - *359 requestBody: required: true content: @@ -99439,9 +99467,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 x-github: triggersNotification: true githubCloudOnly: false @@ -99468,17 +99496,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *703 - - *358 - - *361 + - *704 + - *359 + - *362 responses: '200': description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99503,9 +99531,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *703 - - *358 - - *361 + - *704 + - *359 + - *362 requestBody: required: true content: @@ -99527,9 +99555,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *707 + default: *708 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99554,9 +99582,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *703 - - *358 - - *361 + - *704 + - *359 + - *362 responses: '204': description: Response @@ -99585,9 +99613,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *703 - - *358 - - *361 + - *704 + - *359 + - *362 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -99613,9 +99641,9 @@ paths: application/json: schema: type: array - items: *362 + items: *363 examples: - default: *364 + default: *365 headers: Link: *39 x-github: @@ -99644,9 +99672,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *703 - - *358 - - *361 + - *704 + - *359 + - *362 requestBody: required: true content: @@ -99678,9 +99706,9 @@ paths: description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99706,8 +99734,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *703 - - *358 + - *704 + - *359 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -99733,9 +99761,9 @@ paths: application/json: schema: type: array - items: *362 + items: *363 examples: - default: *364 + default: *365 headers: Link: *39 x-github: @@ -99764,8 +99792,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *703 - - *358 + - *704 + - *359 requestBody: required: true content: @@ -99797,9 +99825,9 @@ paths: description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99823,7 +99851,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *703 + - *704 - *17 - *19 responses: @@ -99861,7 +99889,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *703 + - *704 - name: role description: Filters members returned by their role in the team. in: query @@ -99912,7 +99940,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *703 + - *704 - *218 responses: '204': @@ -99949,7 +99977,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *703 + - *704 - *218 responses: '204': @@ -99989,7 +100017,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *703 + - *704 - *218 responses: '204': @@ -100026,16 +100054,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: - - *703 + - *704 - *218 responses: '200': description: Response content: application/json: - schema: *370 + schema: *371 examples: - response-if-user-is-a-team-maintainer: *708 + response-if-user-is-a-team-maintainer: *709 '404': *6 x-github: githubCloudOnly: false @@ -100068,7 +100096,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: - - *703 + - *704 - *218 requestBody: required: false @@ -100094,9 +100122,9 @@ paths: description: Response content: application/json: - schema: *370 + schema: *371 examples: - response-if-users-membership-with-team-is-now-pending: *709 + response-if-users-membership-with-team-is-now-pending: *710 '403': description: Forbidden if team synchronization is set up '422': @@ -100130,7 +100158,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: - - *703 + - *704 - *218 responses: '204': @@ -100159,7 +100187,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *703 + - *704 - *17 - *19 responses: @@ -100169,9 +100197,9 @@ paths: application/json: schema: type: array - items: *371 + items: *372 examples: - default: *710 + default: *711 headers: Link: *39 '404': *6 @@ -100197,16 +100225,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *703 - - *372 + - *704 + - *373 responses: '200': description: Response content: application/json: - schema: *371 + schema: *372 examples: - default: *711 + default: *712 '404': description: Not Found if project is not managed by this team x-github: @@ -100230,8 +100258,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *703 - - *372 + - *704 + - *373 requestBody: required: false content: @@ -100298,8 +100326,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *703 - - *372 + - *704 + - *373 responses: '204': description: Response @@ -100326,7 +100354,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *703 + - *704 - *17 - *19 responses: @@ -100368,15 +100396,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: - - *703 - - *373 + - *704 - *374 + - *375 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *712 + schema: *713 examples: alternative-response-with-extra-repository-information: value: @@ -100527,9 +100555,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: - - *703 - - *373 + - *704 - *374 + - *375 requestBody: required: false content: @@ -100579,9 +100607,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: - - *703 - - *373 + - *704 - *374 + - *375 responses: '204': description: Response @@ -100610,15 +100638,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: - - *703 + - *704 responses: '200': description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: *376 + default: *377 '403': *29 '404': *6 x-github: @@ -100645,7 +100673,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: - - *703 + - *704 requestBody: required: true content: @@ -100702,7 +100730,7 @@ paths: description: Response content: application/json: - schema: *375 + schema: *376 examples: default: value: @@ -100733,7 +100761,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *703 + - *704 - *17 - *19 responses: @@ -100745,7 +100773,7 @@ paths: type: array items: *284 examples: - response-if-child-teams-exist: *713 + response-if-child-teams-exist: *714 headers: Link: *39 '404': *6 @@ -100778,7 +100806,7 @@ paths: application/json: schema: oneOf: - - &715 + - &716 title: Private User description: Private User type: object @@ -100981,7 +101009,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *714 + - *715 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -101134,7 +101162,7 @@ paths: description: Response content: application/json: - schema: *715 + schema: *716 examples: default: value: @@ -101480,7 +101508,7 @@ paths: application/json: schema: *291 examples: - default: *483 + default: *484 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -101488,7 +101516,7 @@ paths: application/json: schema: *291 examples: - default: *483 + default: *484 '401': *25 '403': *29 '404': *6 @@ -101532,7 +101560,7 @@ paths: type: integer secrets: type: array - items: &716 + items: &717 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -101572,7 +101600,7 @@ paths: - visibility - selected_repositories_url examples: - default: *486 + default: *487 headers: Link: *39 x-github: @@ -101648,7 +101676,7 @@ paths: description: Response content: application/json: - schema: *716 + schema: *717 examples: default: value: @@ -101794,7 +101822,7 @@ paths: type: array items: *196 examples: - default: *717 + default: *718 '401': *25 '403': *29 '404': *6 @@ -101946,7 +101974,7 @@ paths: application/json: schema: *291 examples: - default: *483 + default: *484 '304': *37 '500': *99 '401': *25 @@ -102004,7 +102032,7 @@ paths: application/json: schema: *291 examples: - default: *483 + default: *484 '401': *25 '403': *29 '404': *6 @@ -102061,7 +102089,7 @@ paths: description: Response content: application/json: - schema: &718 + schema: &719 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -102102,7 +102130,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &719 + default: &720 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -102147,9 +102175,9 @@ paths: description: Response content: application/json: - schema: *718 + schema: *719 examples: - default: *719 + default: *720 '404': *6 x-github: githubCloudOnly: false @@ -102186,9 +102214,9 @@ paths: type: integer machines: type: array - items: *720 + items: *721 examples: - default: *721 + default: *722 '304': *37 '500': *99 '401': *25 @@ -102267,13 +102295,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *386 + repository: *387 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *484 - required: *485 + properties: *485 + required: *486 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -103055,7 +103083,7 @@ paths: application/json: schema: *291 examples: - default: *483 + default: *484 '304': *37 '500': *99 '400': *14 @@ -103095,7 +103123,7 @@ paths: application/json: schema: *291 examples: - default: *483 + default: *484 '500': *99 '401': *25 '403': *29 @@ -103127,7 +103155,7 @@ paths: type: array items: *303 examples: - default: &734 + default: &735 value: - id: 197 name: hello_docker @@ -103228,7 +103256,7 @@ paths: application/json: schema: type: array - items: &722 + items: &723 title: Email description: Email type: object @@ -103293,9 +103321,9 @@ paths: application/json: schema: type: array - items: *722 + items: *723 examples: - default: &736 + default: &737 value: - email: octocat@github.com verified: true @@ -103370,7 +103398,7 @@ paths: application/json: schema: type: array - items: *722 + items: *723 examples: default: value: @@ -103626,7 +103654,7 @@ paths: application/json: schema: type: array - items: &723 + items: &724 title: GPG Key description: A unique encryption key type: object @@ -103757,7 +103785,7 @@ paths: - subkeys - revoked examples: - default: &747 + default: &748 value: - id: 3 name: Octocat's GPG Key @@ -103842,9 +103870,9 @@ paths: description: Response content: application/json: - schema: *723 + schema: *724 examples: - default: &724 + default: &725 value: id: 3 name: Octocat's GPG Key @@ -103901,7 +103929,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: - - &725 + - &726 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -103913,9 +103941,9 @@ paths: description: Response content: application/json: - schema: *723 + schema: *724 examples: - default: *724 + default: *725 '404': *6 '304': *37 '403': *29 @@ -103938,7 +103966,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: - - *725 + - *726 responses: '204': description: Response @@ -104129,7 +104157,7 @@ paths: type: array items: *63 examples: - default: *726 + default: *727 headers: Link: *39 '404': *6 @@ -104243,7 +104271,7 @@ paths: required: true content: application/json: - schema: *557 + schema: *558 examples: default: value: @@ -104393,7 +104421,7 @@ paths: application/json: schema: type: array - items: &727 + items: &728 title: Key description: Key type: object @@ -104490,9 +104518,9 @@ paths: description: Response content: application/json: - schema: *727 + schema: *728 examples: - default: &728 + default: &729 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -104525,15 +104553,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: - - *586 + - *587 responses: '200': description: Response content: application/json: - schema: *727 + schema: *728 examples: - default: *728 + default: *729 '404': *6 '304': *37 '403': *29 @@ -104556,7 +104584,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: - - *586 + - *587 responses: '204': description: Response @@ -104589,7 +104617,7 @@ paths: application/json: schema: type: array - items: &729 + items: &730 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -104657,7 +104685,7 @@ paths: - account - plan examples: - default: &730 + default: &731 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -104719,9 +104747,9 @@ paths: application/json: schema: type: array - items: *729 + items: *730 examples: - default: *730 + default: *731 headers: Link: *39 '304': *37 @@ -105716,7 +105744,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *297 - - *731 + - *732 responses: '204': description: Response @@ -105789,7 +105817,7 @@ paths: type: array items: *58 examples: - default: *732 + default: *733 headers: Link: *39 '304': *37 @@ -105831,7 +105859,7 @@ paths: - docker - nuget - container - - *733 + - *734 - *19 - *17 responses: @@ -105843,8 +105871,8 @@ paths: type: array items: *303 examples: - default: *734 - '400': *735 + default: *735 + '400': *736 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -105873,7 +105901,7 @@ paths: application/json: schema: *303 examples: - default: &748 + default: &749 value: id: 40201 name: octo-name @@ -106326,9 +106354,9 @@ paths: application/json: schema: type: array - items: *722 + items: *723 examples: - default: *736 + default: *737 headers: Link: *39 '304': *37 @@ -106441,7 +106469,7 @@ paths: type: array items: *63 examples: - default: &743 + default: &744 summary: Default response value: - id: 1296269 @@ -106743,9 +106771,9 @@ paths: description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: *388 + default: *389 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -106783,9 +106811,9 @@ paths: application/json: schema: type: array - items: *559 + items: *560 examples: - default: *737 + default: *738 headers: Link: *39 '304': *37 @@ -106864,7 +106892,7 @@ paths: application/json: schema: type: array - items: &738 + items: &739 title: Social account description: Social media account type: object @@ -106879,7 +106907,7 @@ paths: - provider - url examples: - default: &739 + default: &740 value: - provider: twitter url: https://twitter.com/github @@ -106941,9 +106969,9 @@ paths: application/json: schema: type: array - items: *738 + items: *739 examples: - default: *739 + default: *740 '422': *15 '304': *37 '404': *6 @@ -107030,7 +107058,7 @@ paths: application/json: schema: type: array - items: &740 + items: &741 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -107050,7 +107078,7 @@ paths: - title - created_at examples: - default: &749 + default: &750 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -107116,9 +107144,9 @@ paths: description: Response content: application/json: - schema: *740 + schema: *741 examples: - default: &741 + default: &742 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -107149,7 +107177,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: - - &742 + - &743 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -107161,9 +107189,9 @@ paths: description: Response content: application/json: - schema: *740 + schema: *741 examples: - default: *741 + default: *742 '404': *6 '304': *37 '403': *29 @@ -107186,7 +107214,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: - - *742 + - *743 responses: '204': description: Response @@ -107215,7 +107243,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: - - &750 + - &751 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 @@ -107240,11 +107268,11 @@ paths: type: array items: *63 examples: - default-response: *743 + default-response: *744 application/vnd.github.v3.star+json: schema: type: array - items: &751 + items: &752 title: Starred Repository description: Starred Repository type: object @@ -107400,8 +107428,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: - - *373 - *374 + - *375 responses: '204': description: Response if this repository is starred by you @@ -107429,8 +107457,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: - - *373 - *374 + - *375 responses: '204': description: Response @@ -107454,8 +107482,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: - - *373 - *374 + - *375 responses: '204': description: Response @@ -107527,7 +107555,7 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: default: value: @@ -107613,10 +107641,10 @@ paths: application/json: schema: oneOf: + - *716 - *715 - - *714 examples: - default-response: &745 + default-response: &746 summary: Default response value: login: octocat @@ -107651,7 +107679,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &746 + response-with-git-hub-plan-information: &747 summary: Response with GitHub plan information value: login: octocat @@ -107711,7 +107739,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *744 + - *745 - *17 responses: '200': @@ -107760,11 +107788,11 @@ paths: application/json: schema: oneOf: + - *716 - *715 - - *714 examples: - default-response: *745 - response-with-git-hub-plan-information: *746 + default-response: *746 + response-with-git-hub-plan-information: *747 '404': *6 x-github: githubCloudOnly: false @@ -107840,7 +107868,7 @@ paths: bundle_url: type: string examples: - default: *426 + default: *427 '201': description: Response content: @@ -107881,7 +107909,7 @@ paths: type: array items: *303 examples: - default: *734 + default: *735 '403': *29 '401': *25 x-github: @@ -108285,9 +108313,9 @@ paths: application/json: schema: type: array - items: *723 + items: *724 examples: - default: *747 + default: *748 headers: Link: *39 x-github: @@ -108391,7 +108419,7 @@ paths: application/json: schema: *22 examples: - default: *556 + default: *557 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108469,7 +108497,7 @@ paths: type: array items: *58 examples: - default: *732 + default: *733 headers: Link: *39 x-github: @@ -108508,7 +108536,7 @@ paths: - docker - nuget - container - - *733 + - *734 - *218 - *19 - *17 @@ -108521,10 +108549,10 @@ paths: type: array items: *303 examples: - default: *734 + default: *735 '403': *29 '401': *25 - '400': *735 + '400': *736 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108554,7 +108582,7 @@ paths: application/json: schema: *303 examples: - default: *748 + default: *749 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109183,9 +109211,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109213,9 +109241,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109243,9 +109271,9 @@ paths: application/json: schema: type: array - items: *738 + items: *739 examples: - default: *739 + default: *740 headers: Link: *39 x-github: @@ -109275,9 +109303,9 @@ paths: application/json: schema: type: array - items: *740 + items: *741 examples: - default: *749 + default: *750 headers: Link: *39 x-github: @@ -109302,7 +109330,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *218 - - *750 + - *751 - *86 - *17 - *19 @@ -109314,11 +109342,11 @@ paths: schema: anyOf: - type: array - items: *751 + items: *752 - type: array items: *63 examples: - default-response: *743 + default-response: *744 headers: Link: *39 x-github: @@ -109477,7 +109505,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &752 + enterprise: &753 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -109535,7 +109563,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &753 + installation: &754 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -109554,7 +109582,7 @@ x-webhooks: required: - id - node_id - organization: &754 + organization: &755 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -109614,13 +109642,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &755 + repository: &756 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: &792 + properties: &793 id: description: Unique identifier of the repository example: 42 @@ -110303,7 +110331,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &793 + required: &794 - archive_url - assignees_url - blobs_url @@ -110454,10 +110482,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -110533,11 +110561,11 @@ x-webhooks: type: string enum: - created - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 - rule: &756 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 + rule: &757 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) @@ -110760,11 +110788,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 - rule: *756 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 + rule: *757 sender: *4 required: - action @@ -110947,11 +110975,11 @@ x-webhooks: - everyone required: - from - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 - rule: *756 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 + rule: *757 sender: *4 required: - action @@ -111022,7 +111050,7 @@ x-webhooks: required: true content: application/json: - schema: &759 + schema: &760 title: Exemption request cancellation event type: object properties: @@ -111030,11 +111058,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 - exemption_request: &757 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 + exemption_request: &758 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -111259,7 +111287,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &758 + items: &759 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -111367,7 +111395,7 @@ x-webhooks: required: true content: application/json: - schema: &760 + schema: &761 title: Exemption request completed event type: object properties: @@ -111375,11 +111403,11 @@ x-webhooks: type: string enum: - completed - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 - exemption_request: *757 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 + exemption_request: *758 sender: *4 required: - action @@ -111449,7 +111477,7 @@ x-webhooks: required: true content: application/json: - schema: &761 + schema: &762 title: Exemption request created event type: object properties: @@ -111457,11 +111485,11 @@ x-webhooks: type: string enum: - created - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 - exemption_request: *757 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 + exemption_request: *758 sender: *4 required: - action @@ -111531,7 +111559,7 @@ x-webhooks: required: true content: application/json: - schema: &762 + schema: &763 title: Exemption response dismissed event type: object properties: @@ -111539,12 +111567,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 - exemption_request: *757 - exemption_response: *758 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 + exemption_request: *758 + exemption_response: *759 sender: *4 required: - action @@ -111616,7 +111644,7 @@ x-webhooks: required: true content: application/json: - schema: &763 + schema: &764 title: Exemption response submitted event type: object properties: @@ -111624,12 +111652,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 - exemption_request: *757 - exemption_response: *758 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 + exemption_request: *758 + exemption_response: *759 sender: *4 required: - action @@ -111702,7 +111730,7 @@ x-webhooks: required: true content: application/json: - schema: *759 + schema: *760 responses: '200': description: Return a 200 status to indicate that the data was received @@ -111769,7 +111797,7 @@ x-webhooks: required: true content: application/json: - schema: *760 + schema: *761 responses: '200': description: Return a 200 status to indicate that the data was received @@ -111836,7 +111864,7 @@ x-webhooks: required: true content: application/json: - schema: *761 + schema: *762 responses: '200': description: Return a 200 status to indicate that the data was received @@ -111903,7 +111931,7 @@ x-webhooks: required: true content: application/json: - schema: *762 + schema: *763 responses: '200': description: Return a 200 status to indicate that the data was received @@ -111971,7 +111999,7 @@ x-webhooks: required: true content: application/json: - schema: *763 + schema: *764 responses: '200': description: Return a 200 status to indicate that the data was received @@ -112049,7 +112077,7 @@ x-webhooks: type: string enum: - completed - check_run: &765 + check_run: &766 title: CheckRun description: A check performed on the code of a given code change type: object @@ -112112,7 +112140,7 @@ x-webhooks: type: string pull_requests: type: array - items: *445 + items: *446 repository: *196 status: example: completed @@ -112150,7 +112178,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *764 + deployment: *765 details_url: example: https://example.com type: string @@ -112200,7 +112228,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *445 + items: *446 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -112235,9 +112263,9 @@ x-webhooks: - output - app - pull_requests - installation: *753 - organization: *754 - repository: *755 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - check_run @@ -112630,10 +112658,10 @@ x-webhooks: type: string enum: - created - check_run: *765 - installation: *753 - organization: *754 - repository: *755 + check_run: *766 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - check_run @@ -113029,10 +113057,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *765 - installation: *753 - organization: *754 - repository: *755 + check_run: *766 + installation: *754 + organization: *755 + repository: *756 requested_action: description: The action requested by the user. type: object @@ -113437,10 +113465,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *765 - installation: *753 - organization: *754 - repository: *755 + check_run: *766 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - check_run @@ -114417,10 +114445,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -115090,10 +115118,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -115757,10 +115785,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -115923,7 +115951,7 @@ x-webhooks: required: - login - id - dismissed_comment: *458 + dismissed_comment: *459 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -116068,20 +116096,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &766 + commit_oid: &767 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: *752 - installation: *753 - organization: *754 - ref: &767 + enterprise: *753 + installation: *754 + organization: *755 + ref: &768 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: *755 + repository: *756 sender: *4 required: - action @@ -116243,7 +116271,7 @@ x-webhooks: required: - login - id - dismissed_comment: *458 + dismissed_comment: *459 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -116473,12 +116501,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *766 - enterprise: *752 - installation: *753 - organization: *754 - ref: *767 - repository: *755 + commit_oid: *767 + enterprise: *753 + installation: *754 + organization: *755 + ref: *768 + repository: *756 sender: *4 required: - action @@ -116573,7 +116601,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *458 + dismissed_comment: *459 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -116741,12 +116769,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *766 - enterprise: *752 - installation: *753 - organization: *754 - ref: *767 - repository: *755 + commit_oid: *767 + enterprise: *753 + installation: *754 + organization: *755 + ref: *768 + repository: *756 sender: *4 required: - action @@ -116909,7 +116937,7 @@ x-webhooks: required: - login - id - dismissed_comment: *458 + dismissed_comment: *459 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -117075,12 +117103,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *766 - enterprise: *752 - installation: *753 - organization: *754 - ref: *767 - repository: *755 + commit_oid: *767 + enterprise: *753 + installation: *754 + organization: *755 + ref: *768 + repository: *756 sender: *4 required: - action @@ -117177,7 +117205,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *458 + dismissed_comment: *459 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -117345,16 +117373,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 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: *755 + repository: *756 sender: *4 required: - action @@ -117448,7 +117476,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *458 + dismissed_comment: *459 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -117588,12 +117616,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *766 - enterprise: *752 - installation: *753 - organization: *754 - ref: *767 - repository: *755 + commit_oid: *767 + enterprise: *753 + installation: *754 + organization: *755 + ref: *768 + repository: *756 sender: *4 required: - action @@ -117850,10 +117878,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -117933,18 +117961,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *754 - pusher_type: &768 + organization: *755 + pusher_type: &769 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &769 + ref: &770 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -117954,7 +117982,7 @@ x-webhooks: enum: - tag - branch - repository: *755 + repository: *756 sender: *4 required: - ref @@ -118037,9 +118065,9 @@ x-webhooks: enum: - created definition: *114 - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 sender: *4 required: - action @@ -118124,9 +118152,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 sender: *4 required: - action @@ -118204,9 +118232,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *114 - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 sender: *4 required: - action @@ -118284,9 +118312,9 @@ x-webhooks: enum: - updated definition: *114 - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 sender: *4 required: - action @@ -118363,10 +118391,10 @@ x-webhooks: type: string enum: - updated - enterprise: *752 - installation: *753 - repository: *755 - organization: *754 + enterprise: *753 + installation: *754 + repository: *756 + organization: *755 sender: *4 new_property_values: type: array @@ -118451,18 +118479,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *752 - installation: *753 - organization: *754 - pusher_type: *768 - ref: *769 + enterprise: *753 + installation: *754 + organization: *755 + pusher_type: *769 + ref: *770 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *755 + repository: *756 sender: *4 required: - ref @@ -118546,11 +118574,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *515 - installation: *753 - organization: *754 - enterprise: *752 - repository: *755 + alert: *516 + installation: *754 + organization: *755 + enterprise: *753 + repository: *756 sender: *4 required: - action @@ -118634,11 +118662,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *515 - installation: *753 - organization: *754 - enterprise: *752 - repository: *755 + alert: *516 + installation: *754 + organization: *755 + enterprise: *753 + repository: *756 sender: *4 required: - action @@ -118722,11 +118750,11 @@ x-webhooks: type: string enum: - created - alert: *515 - installation: *753 - organization: *754 - enterprise: *752 - repository: *755 + alert: *516 + installation: *754 + organization: *755 + enterprise: *753 + repository: *756 sender: *4 required: - action @@ -118808,11 +118836,11 @@ x-webhooks: type: string enum: - dismissed - alert: *515 - installation: *753 - organization: *754 - enterprise: *752 - repository: *755 + alert: *516 + installation: *754 + organization: *755 + enterprise: *753 + repository: *756 sender: *4 required: - action @@ -118894,11 +118922,11 @@ x-webhooks: type: string enum: - fixed - alert: *515 - installation: *753 - organization: *754 - enterprise: *752 - repository: *755 + alert: *516 + installation: *754 + organization: *755 + enterprise: *753 + repository: *756 sender: *4 required: - action @@ -118981,11 +119009,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *515 - installation: *753 - organization: *754 - enterprise: *752 - repository: *755 + alert: *516 + installation: *754 + organization: *755 + enterprise: *753 + repository: *756 sender: *4 required: - action @@ -119067,11 +119095,11 @@ x-webhooks: type: string enum: - reopened - alert: *515 - installation: *753 - organization: *754 - enterprise: *752 - repository: *755 + alert: *516 + installation: *754 + organization: *755 + enterprise: *753 + repository: *756 sender: *4 required: - action @@ -119148,9 +119176,9 @@ x-webhooks: type: string enum: - created - enterprise: *752 - installation: *753 - key: &770 + enterprise: *753 + installation: *754 + key: &771 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -119186,8 +119214,8 @@ x-webhooks: - verified - created_at - read_only - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -119264,11 +119292,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *752 - installation: *753 - key: *770 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + key: *771 + organization: *755 + repository: *756 sender: *4 required: - action @@ -119829,12 +119857,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 - workflow: &774 + workflow: &775 title: Workflow type: object nullable: true @@ -120560,13 +120588,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *521 + deployment: *522 pull_requests: type: array - items: *606 - repository: *755 - organization: *754 - installation: *753 + items: *607 + repository: *756 + organization: *755 + installation: *754 sender: *4 responses: '200': @@ -120637,7 +120665,7 @@ x-webhooks: type: string enum: - approved - approver: &771 + approver: &772 type: object properties: avatar_url: @@ -120680,11 +120708,11 @@ x-webhooks: type: string comment: type: string - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 - reviewers: &772 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 + reviewers: &773 type: array items: type: object @@ -120763,7 +120791,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &773 + workflow_job_run: &774 type: object properties: conclusion: @@ -121494,18 +121522,18 @@ x-webhooks: type: string enum: - rejected - approver: *771 + approver: *772 comment: type: string - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 - reviewers: *772 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 + reviewers: *773 sender: *4 since: type: string - workflow_job_run: *773 + workflow_job_run: *774 workflow_job_runs: type: array items: @@ -122209,13 +122237,13 @@ x-webhooks: type: string enum: - requested - enterprise: *752 + enterprise: *753 environment: type: string - installation: *753 - organization: *754 - repository: *755 - requestor: &779 + installation: *754 + organization: *755 + repository: *756 + requestor: &780 title: User type: object nullable: true @@ -124114,12 +124142,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 - workflow: *774 + workflow: *775 workflow_run: title: Deployment Workflow Run type: object @@ -124799,7 +124827,7 @@ x-webhooks: type: string enum: - answered - answer: &777 + answer: &778 type: object properties: author_association: @@ -124956,7 +124984,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &775 + discussion: &776 title: Discussion description: A Discussion in a repository. type: object @@ -125242,7 +125270,7 @@ x-webhooks: - id labels: type: array - items: *568 + items: *569 required: - repository_url - category @@ -125264,10 +125292,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -125394,11 +125422,11 @@ x-webhooks: - from required: - category - discussion: *775 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + discussion: *776 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -125481,11 +125509,11 @@ x-webhooks: type: string enum: - closed - discussion: *775 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + discussion: *776 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -125567,7 +125595,7 @@ x-webhooks: type: string enum: - created - comment: &776 + comment: &777 type: object properties: author_association: @@ -125724,11 +125752,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *775 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + discussion: *776 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -125811,12 +125839,12 @@ x-webhooks: type: string enum: - deleted - comment: *776 - discussion: *775 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + comment: *777 + discussion: *776 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -125911,12 +125939,12 @@ x-webhooks: - from required: - body - comment: *776 - discussion: *775 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + comment: *777 + discussion: *776 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -126000,11 +126028,11 @@ x-webhooks: type: string enum: - created - discussion: *775 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + discussion: *776 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -126086,11 +126114,11 @@ x-webhooks: type: string enum: - deleted - discussion: *775 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + discussion: *776 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -126190,11 +126218,11 @@ x-webhooks: type: string required: - from - discussion: *775 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + discussion: *776 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -126276,10 +126304,10 @@ x-webhooks: type: string enum: - labeled - discussion: *775 - enterprise: *752 - installation: *753 - label: &778 + discussion: *776 + enterprise: *753 + installation: *754 + label: &779 title: Label type: object properties: @@ -126311,8 +126339,8 @@ x-webhooks: - color - default - description - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -126395,11 +126423,11 @@ x-webhooks: type: string enum: - locked - discussion: *775 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + discussion: *776 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -126481,11 +126509,11 @@ x-webhooks: type: string enum: - pinned - discussion: *775 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + discussion: *776 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -126567,11 +126595,11 @@ x-webhooks: type: string enum: - reopened - discussion: *775 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + discussion: *776 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -126656,16 +126684,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *775 - new_repository: *755 + new_discussion: *776 + new_repository: *756 required: - new_discussion - new_repository - discussion: *775 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + discussion: *776 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -126748,10 +126776,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *775 - old_answer: *777 - organization: *754 - repository: *755 + discussion: *776 + old_answer: *778 + organization: *755 + repository: *756 sender: *4 required: - action @@ -126833,12 +126861,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *775 - enterprise: *752 - installation: *753 - label: *778 - organization: *754 - repository: *755 + discussion: *776 + enterprise: *753 + installation: *754 + label: *779 + organization: *755 + repository: *756 sender: *4 required: - action @@ -126921,11 +126949,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *775 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + discussion: *776 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -127007,11 +127035,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *775 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + discussion: *776 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -127083,7 +127111,7 @@ x-webhooks: required: true content: application/json: - schema: *761 + schema: *762 responses: '200': description: Return a 200 status to indicate that the data was received @@ -127149,7 +127177,7 @@ x-webhooks: required: true content: application/json: - schema: *763 + schema: *764 responses: '200': description: Return a 200 status to indicate that the data was received @@ -127215,7 +127243,7 @@ x-webhooks: required: true content: application/json: - schema: *759 + schema: *760 responses: '200': description: Return a 200 status to indicate that the data was received @@ -127281,7 +127309,7 @@ x-webhooks: required: true content: application/json: - schema: *760 + schema: *761 responses: '200': description: Return a 200 status to indicate that the data was received @@ -127347,7 +127375,7 @@ x-webhooks: required: true content: application/json: - schema: *761 + schema: *762 responses: '200': description: Return a 200 status to indicate that the data was received @@ -127413,7 +127441,7 @@ x-webhooks: required: true content: application/json: - schema: *762 + schema: *763 responses: '200': description: Return a 200 status to indicate that the data was received @@ -127479,7 +127507,7 @@ x-webhooks: required: true content: application/json: - schema: *763 + schema: *764 responses: '200': description: Return a 200 status to indicate that the data was received @@ -127546,7 +127574,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *752 + enterprise: *753 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -128206,9 +128234,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *753 - organization: *754 - repository: *755 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - forkee @@ -128354,9 +128382,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 pages: description: The pages that were updated. type: array @@ -128393,7 +128421,7 @@ x-webhooks: - action - sha - html_url - repository: *755 + repository: *756 sender: *4 required: - pages @@ -128469,10 +128497,10 @@ x-webhooks: type: string enum: - created - enterprise: *752 + enterprise: *753 installation: *22 - organization: *754 - repositories: &780 + organization: *755 + repositories: &781 description: An array of repository objects that the installation can access. type: array @@ -128498,8 +128526,8 @@ x-webhooks: - name - full_name - private - repository: *755 - requester: *779 + repository: *756 + requester: *780 sender: *4 required: - action @@ -128574,11 +128602,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *752 + enterprise: *753 installation: *22 - organization: *754 - repositories: *780 - repository: *755 + organization: *755 + repositories: *781 + repository: *756 requester: nullable: true sender: *4 @@ -128654,11 +128682,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *752 + enterprise: *753 installation: *22 - organization: *754 - repositories: *780 - repository: *755 + organization: *755 + repositories: *781 + repository: *756 requester: nullable: true sender: *4 @@ -128734,10 +128762,10 @@ x-webhooks: type: string enum: - added - enterprise: *752 + enterprise: *753 installation: *22 - organization: *754 - repositories_added: &781 + organization: *755 + repositories_added: &782 description: An array of repository objects, which were added to the installation. type: array @@ -128783,15 +128811,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *755 - repository_selection: &782 + repository: *756 + repository_selection: &783 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *779 + requester: *780 sender: *4 required: - action @@ -128870,10 +128898,10 @@ x-webhooks: type: string enum: - removed - enterprise: *752 + enterprise: *753 installation: *22 - organization: *754 - repositories_added: *781 + organization: *755 + repositories_added: *782 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -128900,9 +128928,9 @@ x-webhooks: - name - full_name - private - repository: *755 - repository_selection: *782 - requester: *779 + repository: *756 + repository_selection: *783 + requester: *780 sender: *4 required: - action @@ -128981,11 +129009,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *752 + enterprise: *753 installation: *22 - organization: *754 - repositories: *780 - repository: *755 + organization: *755 + repositories: *781 + repository: *756 requester: nullable: true sender: *4 @@ -129164,10 +129192,10 @@ x-webhooks: type: string required: - from - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 target_type: type: string @@ -129246,11 +129274,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *752 + enterprise: *753 installation: *22 - organization: *754 - repositories: *780 - repository: *755 + organization: *755 + repositories: *781 + repository: *756 requester: nullable: true sender: *4 @@ -129502,8 +129530,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -130659,8 +130687,8 @@ x-webhooks: - state - locked - assignee - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -130740,7 +130768,7 @@ x-webhooks: type: string enum: - deleted - comment: &783 + comment: &784 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -130905,8 +130933,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -132060,8 +132088,8 @@ x-webhooks: - state - locked - assignee - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -132141,7 +132169,7 @@ x-webhooks: type: string enum: - edited - changes: &811 + changes: &812 description: The changes to the comment. type: object properties: @@ -132153,9 +132181,9 @@ x-webhooks: type: string required: - from - comment: *783 - enterprise: *752 - installation: *753 + comment: *784 + enterprise: *753 + installation: *754 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -133310,8 +133338,8 @@ x-webhooks: - state - locked - assignee - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -133393,10 +133421,10 @@ x-webhooks: type: string enum: - assigned - assignee: *779 - enterprise: *752 - installation: *753 - issue: &786 + assignee: *780 + enterprise: *753 + installation: *754 + issue: &787 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -134315,8 +134343,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -134396,8 +134424,8 @@ x-webhooks: type: string enum: - closed - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -135456,8 +135484,8 @@ x-webhooks: required: - state - closed_at - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -135536,8 +135564,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -136449,8 +136477,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -136529,8 +136557,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -137445,7 +137473,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &784 + milestone: &785 title: Milestone description: A collection of related issues and pull requests. type: object @@ -137583,8 +137611,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -137683,8 +137711,8 @@ x-webhooks: type: string required: - from - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -138603,9 +138631,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *778 - organization: *754 - repository: *755 + label: *779 + organization: *755 + repository: *756 sender: *4 required: - action @@ -138685,8 +138713,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -139604,9 +139632,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *778 - organization: *754 - repository: *755 + label: *779 + organization: *755 + repository: *756 sender: *4 required: - action @@ -139686,8 +139714,8 @@ x-webhooks: type: string enum: - locked - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -140606,8 +140634,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -140686,8 +140714,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -141600,9 +141628,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *784 - organization: *754 - repository: *755 + milestone: *785 + organization: *755 + repository: *756 sender: *4 required: - action @@ -143063,8 +143091,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -143982,8 +144010,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -144063,9 +144091,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *752 - installation: *753 - issue: &785 + enterprise: *753 + installation: *754 + issue: &786 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -144977,8 +145005,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -145057,8 +145085,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -145976,8 +146004,8 @@ x-webhooks: user_view_type: type: string type: *285 - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -147440,11 +147468,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *752 - installation: *753 - issue: *785 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + issue: *786 + organization: *755 + repository: *756 sender: *4 required: - action @@ -147524,12 +147552,12 @@ x-webhooks: type: string enum: - typed - enterprise: *752 - installation: *753 - issue: *786 + enterprise: *753 + installation: *754 + issue: *787 type: *285 - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -147610,7 +147638,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &814 + assignee: &815 title: User type: object nullable: true @@ -147680,11 +147708,11 @@ x-webhooks: required: - login - id - enterprise: *752 - installation: *753 - issue: *786 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + issue: *787 + organization: *755 + repository: *756 sender: *4 required: - action @@ -147763,12 +147791,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *752 - installation: *753 - issue: *786 - label: *778 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + issue: *787 + label: *779 + organization: *755 + repository: *756 sender: *4 required: - action @@ -147848,8 +147876,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -148766,8 +148794,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -148847,11 +148875,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *752 - installation: *753 - issue: *785 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + issue: *786 + organization: *755 + repository: *756 sender: *4 required: - action @@ -148930,12 +148958,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *752 - installation: *753 - issue: *786 + enterprise: *753 + installation: *754 + issue: *787 type: *285 - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -149015,11 +149043,11 @@ x-webhooks: type: string enum: - created - enterprise: *752 - installation: *753 - label: *778 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + label: *779 + organization: *755 + repository: *756 sender: *4 required: - action @@ -149097,11 +149125,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *752 - installation: *753 - label: *778 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + label: *779 + organization: *755 + repository: *756 sender: *4 required: - action @@ -149211,11 +149239,11 @@ x-webhooks: type: string required: - from - enterprise: *752 - installation: *753 - label: *778 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + label: *779 + organization: *755 + repository: *756 sender: *4 required: - action @@ -149297,9 +149325,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *752 - installation: *753 - marketplace_purchase: &787 + enterprise: *753 + installation: *754 + marketplace_purchase: &788 title: Marketplace Purchase type: object required: @@ -149382,8 +149410,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *754 - previous_marketplace_purchase: &788 + organization: *755 + previous_marketplace_purchase: &789 title: Marketplace Purchase type: object properties: @@ -149463,7 +149491,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *755 + repository: *756 sender: *4 required: - action @@ -149543,10 +149571,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *752 - installation: *753 - marketplace_purchase: *787 - organization: *754 + enterprise: *753 + installation: *754 + marketplace_purchase: *788 + organization: *755 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -149629,7 +149657,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *755 + repository: *756 sender: *4 required: - action @@ -149711,10 +149739,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *752 - installation: *753 - marketplace_purchase: *787 - organization: *754 + enterprise: *753 + installation: *754 + marketplace_purchase: *788 + organization: *755 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -149796,7 +149824,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *755 + repository: *756 sender: *4 required: - action @@ -149877,8 +149905,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 marketplace_purchase: title: Marketplace Purchase type: object @@ -149960,9 +149988,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *754 - previous_marketplace_purchase: *788 - repository: *755 + organization: *755 + previous_marketplace_purchase: *789 + repository: *756 sender: *4 required: - action @@ -150042,12 +150070,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *752 - installation: *753 - marketplace_purchase: *787 - organization: *754 - previous_marketplace_purchase: *788 - repository: *755 + enterprise: *753 + installation: *754 + marketplace_purchase: *788 + organization: *755 + previous_marketplace_purchase: *789 + repository: *756 sender: *4 required: - action @@ -150149,11 +150177,11 @@ x-webhooks: type: string required: - to - enterprise: *752 - installation: *753 - member: *779 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + member: *780 + organization: *755 + repository: *756 sender: *4 required: - action @@ -150253,11 +150281,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *752 - installation: *753 - member: *779 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + member: *780 + organization: *755 + repository: *756 sender: *4 required: - action @@ -150336,11 +150364,11 @@ x-webhooks: type: string enum: - removed - enterprise: *752 - installation: *753 - member: *779 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + member: *780 + organization: *755 + repository: *756 sender: *4 required: - action @@ -150418,11 +150446,11 @@ x-webhooks: type: string enum: - added - enterprise: *752 - installation: *753 - member: *779 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + member: *780 + organization: *755 + repository: *756 scope: description: The scope of the membership. Currently, can only be `team`. @@ -150498,7 +150526,7 @@ x-webhooks: required: - login - id - team: &789 + team: &790 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -150688,11 +150716,11 @@ x-webhooks: type: string enum: - removed - enterprise: *752 - installation: *753 - member: *779 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + member: *780 + organization: *755 + repository: *756 scope: description: The scope of the membership. Currently, can only be `team`. @@ -150769,7 +150797,7 @@ x-webhooks: required: - login - id - team: *789 + team: *790 required: - action - scope @@ -150851,8 +150879,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *753 - merge_group: &791 + installation: *754 + merge_group: &792 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -150871,15 +150899,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *790 + head_commit: *791 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -150965,10 +150993,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *753 - merge_group: *791 - organization: *754 - repository: *755 + installation: *754 + merge_group: *792 + organization: *755 + repository: *756 sender: *4 required: - action @@ -151041,7 +151069,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *752 + enterprise: *753 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -151149,16 +151177,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *753 - organization: *754 + installation: *754 + organization: *755 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: *792 - required: *793 + properties: *793 + required: *794 nullable: true sender: *4 required: @@ -151239,11 +151267,11 @@ x-webhooks: type: string enum: - closed - enterprise: *752 - installation: *753 - milestone: *784 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + milestone: *785 + organization: *755 + repository: *756 sender: *4 required: - action @@ -151322,9 +151350,9 @@ x-webhooks: type: string enum: - created - enterprise: *752 - installation: *753 - milestone: &794 + enterprise: *753 + installation: *754 + milestone: &795 title: Milestone description: A collection of related issues and pull requests. type: object @@ -151461,8 +151489,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -151541,11 +151569,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *752 - installation: *753 - milestone: *784 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + milestone: *785 + organization: *755 + repository: *756 sender: *4 required: - action @@ -151655,11 +151683,11 @@ x-webhooks: type: string required: - from - enterprise: *752 - installation: *753 - milestone: *784 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + milestone: *785 + organization: *755 + repository: *756 sender: *4 required: - action @@ -151739,11 +151767,11 @@ x-webhooks: type: string enum: - opened - enterprise: *752 - installation: *753 - milestone: *794 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + milestone: *795 + organization: *755 + repository: *756 sender: *4 required: - action @@ -151822,11 +151850,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *779 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + blocked_user: *780 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -151905,11 +151933,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *779 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + blocked_user: *780 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -151988,9 +152016,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *752 - installation: *753 - membership: &795 + enterprise: *753 + installation: *754 + membership: &796 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -152082,8 +152110,8 @@ x-webhooks: - role - organization_url - user - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -152161,11 +152189,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *752 - installation: *753 - membership: *795 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + membership: *796 + organization: *755 + repository: *756 sender: *4 required: - action @@ -152244,8 +152272,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -152361,10 +152389,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 - user: *779 + user: *780 required: - action - invitation @@ -152442,11 +152470,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *752 - installation: *753 - membership: *795 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + membership: *796 + organization: *755 + repository: *756 sender: *4 required: - action @@ -152533,11 +152561,11 @@ x-webhooks: properties: from: type: string - enterprise: *752 - installation: *753 - membership: *795 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + membership: *796 + organization: *755 + repository: *756 sender: *4 required: - action @@ -152613,9 +152641,9 @@ x-webhooks: type: string enum: - published - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 package: description: Information about the package. type: object @@ -153114,7 +153142,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &796 + items: &797 title: Ruby Gems metadata type: object properties: @@ -153209,7 +153237,7 @@ x-webhooks: - owner - package_version - registry - repository: *755 + repository: *756 sender: *4 required: - action @@ -153285,9 +153313,9 @@ x-webhooks: type: string enum: - updated - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 package: description: Information about the package. type: object @@ -153640,7 +153668,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *796 + items: *797 source_url: type: string format: uri @@ -153710,7 +153738,7 @@ x-webhooks: - owner - package_version - registry - repository: *755 + repository: *756 sender: *4 required: - action @@ -153887,12 +153915,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *752 + enterprise: *753 id: type: integer - installation: *753 - organization: *754 - repository: *755 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - id @@ -153969,7 +153997,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &797 + personal_access_token_request: &798 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -154115,10 +154143,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *752 - organization: *754 + enterprise: *753 + organization: *755 sender: *4 - installation: *753 + installation: *754 required: - action - personal_access_token_request @@ -154195,11 +154223,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *797 - enterprise: *752 - organization: *754 + personal_access_token_request: *798 + enterprise: *753 + organization: *755 sender: *4 - installation: *753 + installation: *754 required: - action - personal_access_token_request @@ -154275,11 +154303,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *797 - enterprise: *752 - organization: *754 + personal_access_token_request: *798 + enterprise: *753 + organization: *755 sender: *4 - installation: *753 + installation: *754 required: - action - personal_access_token_request @@ -154354,11 +154382,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *797 - organization: *754 - enterprise: *752 + personal_access_token_request: *798 + organization: *755 + enterprise: *753 sender: *4 - installation: *753 + installation: *754 required: - action - personal_access_token_request @@ -154463,7 +154491,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *798 + last_response: *799 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -154495,8 +154523,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 zen: description: Random string of GitHub zen. @@ -154741,10 +154769,10 @@ x-webhooks: - from required: - note - enterprise: *752 - installation: *753 - organization: *754 - project_card: &799 + enterprise: *753 + installation: *754 + organization: *755 + project_card: &800 title: Project Card type: object properties: @@ -154863,7 +154891,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *755 + repository: *756 sender: *4 required: - action @@ -154944,11 +154972,11 @@ x-webhooks: type: string enum: - created - enterprise: *752 - installation: *753 - organization: *754 - project_card: *799 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + project_card: *800 + repository: *756 sender: *4 required: - action @@ -155028,9 +155056,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 project_card: title: Project Card type: object @@ -155158,8 +155186,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: *792 - required: *793 + properties: *793 + required: *794 nullable: true sender: *4 required: @@ -155253,11 +155281,11 @@ x-webhooks: - from required: - note - enterprise: *752 - installation: *753 - organization: *754 - project_card: *799 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + project_card: *800 + repository: *756 sender: *4 required: - action @@ -155351,9 +155379,9 @@ x-webhooks: - from required: - column_id - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 project_card: allOf: - title: Project Card @@ -155543,7 +155571,7 @@ x-webhooks: type: string required: - after_id - repository: *755 + repository: *756 sender: *4 required: - action @@ -155623,10 +155651,10 @@ x-webhooks: type: string enum: - closed - enterprise: *752 - installation: *753 - organization: *754 - project: &801 + enterprise: *753 + installation: *754 + organization: *755 + project: &802 title: Project type: object properties: @@ -155750,7 +155778,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *755 + repository: *756 sender: *4 required: - action @@ -155830,10 +155858,10 @@ x-webhooks: type: string enum: - created - enterprise: *752 - installation: *753 - organization: *754 - project_column: &800 + enterprise: *753 + installation: *754 + organization: *755 + project_column: &801 title: Project Column type: object properties: @@ -155872,7 +155900,7 @@ x-webhooks: - name - created_at - updated_at - repository: *755 + repository: *756 sender: *4 required: - action @@ -155951,18 +155979,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *752 - installation: *753 - organization: *754 - project_column: *800 + enterprise: *753 + installation: *754 + organization: *755 + project_column: *801 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: *792 - required: *793 + properties: *793 + required: *794 nullable: true sender: *4 required: @@ -156052,11 +156080,11 @@ x-webhooks: type: string required: - from - enterprise: *752 - installation: *753 - organization: *754 - project_column: *800 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + project_column: *801 + repository: *756 sender: *4 required: - action @@ -156136,11 +156164,11 @@ x-webhooks: type: string enum: - moved - enterprise: *752 - installation: *753 - organization: *754 - project_column: *800 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + project_column: *801 + repository: *756 sender: *4 required: - action @@ -156220,11 +156248,11 @@ x-webhooks: type: string enum: - created - enterprise: *752 - installation: *753 - organization: *754 - project: *801 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + project: *802 + repository: *756 sender: *4 required: - action @@ -156304,18 +156332,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *752 - installation: *753 - organization: *754 - project: *801 + enterprise: *753 + installation: *754 + organization: *755 + project: *802 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: *792 - required: *793 + properties: *793 + required: *794 nullable: true sender: *4 required: @@ -156417,11 +156445,11 @@ x-webhooks: type: string required: - from - enterprise: *752 - installation: *753 - organization: *754 - project: *801 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + project: *802 + repository: *756 sender: *4 required: - action @@ -156500,11 +156528,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *752 - installation: *753 - organization: *754 - project: *801 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + project: *802 + repository: *756 sender: *4 required: - action @@ -156585,9 +156613,9 @@ x-webhooks: type: string enum: - closed - installation: *753 - organization: *754 - projects_v2: &802 + installation: *754 + organization: *755 + projects_v2: &803 title: Projects v2 Project description: A projects v2 project type: object @@ -156730,9 +156758,9 @@ x-webhooks: type: string enum: - created - installation: *753 - organization: *754 - projects_v2: *802 + installation: *754 + organization: *755 + projects_v2: *803 sender: *4 required: - action @@ -156813,9 +156841,9 @@ x-webhooks: type: string enum: - deleted - installation: *753 - organization: *754 - projects_v2: *802 + installation: *754 + organization: *755 + projects_v2: *803 sender: *4 required: - action @@ -156932,9 +156960,9 @@ x-webhooks: type: string to: type: string - installation: *753 - organization: *754 - projects_v2: *802 + installation: *754 + organization: *755 + projects_v2: *803 sender: *4 required: - action @@ -157017,7 +157045,7 @@ x-webhooks: type: string enum: - archived - changes: &806 + changes: &807 type: object properties: archived_at: @@ -157031,9 +157059,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *753 - organization: *754 - projects_v2_item: &803 + installation: *754 + organization: *755 + projects_v2_item: &804 title: Projects v2 Item description: An item belonging to a project type: object @@ -157167,9 +157195,9 @@ x-webhooks: nullable: true to: type: string - installation: *753 - organization: *754 - projects_v2_item: *803 + installation: *754 + organization: *755 + projects_v2_item: *804 sender: *4 required: - action @@ -157251,9 +157279,9 @@ x-webhooks: type: string enum: - created - installation: *753 - organization: *754 - projects_v2_item: *803 + installation: *754 + organization: *755 + projects_v2_item: *804 sender: *4 required: - action @@ -157334,9 +157362,9 @@ x-webhooks: type: string enum: - deleted - installation: *753 - organization: *754 - projects_v2_item: *803 + installation: *754 + organization: *755 + projects_v2_item: *804 sender: *4 required: - action @@ -157442,7 +157470,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &804 + - &805 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -157460,7 +157488,7 @@ x-webhooks: required: - id - name - - &805 + - &806 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -157483,8 +157511,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *804 - *805 + - *806 required: - field_value - type: object @@ -157500,9 +157528,9 @@ x-webhooks: nullable: true required: - body - installation: *753 - organization: *754 - projects_v2_item: *803 + installation: *754 + organization: *755 + projects_v2_item: *804 sender: *4 required: - action @@ -157597,9 +157625,9 @@ x-webhooks: to: type: string nullable: true - installation: *753 - organization: *754 - projects_v2_item: *803 + installation: *754 + organization: *755 + projects_v2_item: *804 sender: *4 required: - action @@ -157682,10 +157710,10 @@ x-webhooks: type: string enum: - restored - changes: *806 - installation: *753 - organization: *754 - projects_v2_item: *803 + changes: *807 + installation: *754 + organization: *755 + projects_v2_item: *804 sender: *4 required: - action @@ -157767,9 +157795,9 @@ x-webhooks: type: string enum: - reopened - installation: *753 - organization: *754 - projects_v2: *802 + installation: *754 + organization: *755 + projects_v2: *803 sender: *4 required: - action @@ -157850,9 +157878,9 @@ x-webhooks: type: string enum: - created - installation: *753 - organization: *754 - projects_v2_status_update: &807 + installation: *754 + organization: *755 + projects_v2_status_update: &808 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -157979,9 +158007,9 @@ x-webhooks: type: string enum: - deleted - installation: *753 - organization: *754 - projects_v2_status_update: *807 + installation: *754 + organization: *755 + projects_v2_status_update: *808 sender: *4 required: - action @@ -158117,9 +158145,9 @@ x-webhooks: type: string format: date nullable: true - installation: *753 - organization: *754 - projects_v2_status_update: *807 + installation: *754 + organization: *755 + projects_v2_status_update: *808 sender: *4 required: - action @@ -158190,10 +158218,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - repository @@ -158270,13 +158298,13 @@ x-webhooks: type: string enum: - assigned - assignee: *779 - enterprise: *752 - installation: *753 - number: &808 + assignee: *780 + enterprise: *753 + installation: *754 + number: &809 description: The pull request number. type: integer - organization: *754 + organization: *755 pull_request: title: Pull Request type: object @@ -160559,7 +160587,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *755 + repository: *756 sender: *4 required: - action @@ -160641,11 +160669,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 number: type: integer - organization: *754 + organization: *755 pull_request: title: Pull Request type: object @@ -162923,7 +162951,7 @@ x-webhooks: - draft reason: type: string - repository: *755 + repository: *756 sender: *4 required: - action @@ -163005,11 +163033,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 number: type: integer - organization: *754 + organization: *755 pull_request: title: Pull Request type: object @@ -165287,7 +165315,7 @@ x-webhooks: - draft reason: type: string - repository: *755 + repository: *756 sender: *4 required: - action @@ -165369,13 +165397,13 @@ x-webhooks: type: string enum: - closed - enterprise: *752 - installation: *753 - number: *808 - organization: *754 - pull_request: &809 + enterprise: *753 + installation: *754 + number: *809 + organization: *755 + pull_request: &810 allOf: - - *606 + - *607 - type: object properties: allow_auto_merge: @@ -165437,7 +165465,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *755 + repository: *756 sender: *4 required: - action @@ -165518,12 +165546,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *752 - installation: *753 - number: *808 - organization: *754 - pull_request: *809 - repository: *755 + enterprise: *753 + installation: *754 + number: *809 + organization: *755 + pull_request: *810 + repository: *756 sender: *4 required: - action @@ -165603,11 +165631,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *752 - milestone: *589 - number: *808 - organization: *754 - pull_request: &810 + enterprise: *753 + milestone: *590 + number: *809 + organization: *755 + pull_request: &811 title: Pull Request type: object properties: @@ -167870,7 +167898,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *755 + repository: *756 sender: *4 required: - action @@ -167949,11 +167977,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 number: type: integer - organization: *754 + organization: *755 pull_request: title: Pull Request type: object @@ -170235,7 +170263,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *755 + repository: *756 sender: *4 required: - action @@ -170359,12 +170387,12 @@ x-webhooks: type: string required: - from - enterprise: *752 - installation: *753 - number: *808 - organization: *754 - pull_request: *809 - repository: *755 + enterprise: *753 + installation: *754 + number: *809 + organization: *755 + pull_request: *810 + repository: *756 sender: *4 required: - action @@ -170444,11 +170472,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 number: type: integer - organization: *754 + organization: *755 pull_request: title: Pull Request type: object @@ -172715,7 +172743,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *755 + repository: *756 sender: *4 required: - action @@ -172795,11 +172823,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *752 - installation: *753 - label: *778 - number: *808 - organization: *754 + enterprise: *753 + installation: *754 + label: *779 + number: *809 + organization: *755 pull_request: title: Pull Request type: object @@ -175081,7 +175109,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *755 + repository: *756 sender: *4 required: - action @@ -175162,10 +175190,10 @@ x-webhooks: type: string enum: - locked - enterprise: *752 - installation: *753 - number: *808 - organization: *754 + enterprise: *753 + installation: *754 + number: *809 + organization: *755 pull_request: title: Pull Request type: object @@ -177445,7 +177473,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *755 + repository: *756 sender: *4 required: - action @@ -177525,12 +177553,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *752 - milestone: *589 - number: *808 - organization: *754 - pull_request: *810 - repository: *755 + enterprise: *753 + milestone: *590 + number: *809 + organization: *755 + pull_request: *811 + repository: *756 sender: *4 required: - action @@ -177609,12 +177637,12 @@ x-webhooks: type: string enum: - opened - enterprise: *752 - installation: *753 - number: *808 - organization: *754 - pull_request: *809 - repository: *755 + enterprise: *753 + installation: *754 + number: *809 + organization: *755 + pull_request: *810 + repository: *756 sender: *4 required: - action @@ -177695,12 +177723,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *752 - installation: *753 - number: *808 - organization: *754 - pull_request: *809 - repository: *755 + enterprise: *753 + installation: *754 + number: *809 + organization: *755 + pull_request: *810 + repository: *756 sender: *4 required: - action @@ -177780,12 +177808,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *752 - installation: *753 - number: *808 - organization: *754 - pull_request: *809 - repository: *755 + enterprise: *753 + installation: *754 + number: *809 + organization: *755 + pull_request: *810 + repository: *756 sender: *4 required: - action @@ -178151,9 +178179,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 pull_request: type: object properties: @@ -180323,7 +180351,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *755 + repository: *756 sender: *4 required: - action @@ -180403,7 +180431,7 @@ x-webhooks: type: string enum: - deleted - comment: &812 + comment: &813 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. @@ -180688,9 +180716,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 pull_request: type: object properties: @@ -182848,7 +182876,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *755 + repository: *756 sender: *4 required: - action @@ -182928,11 +182956,11 @@ x-webhooks: type: string enum: - edited - changes: *811 - comment: *812 - enterprise: *752 - installation: *753 - organization: *754 + changes: *812 + comment: *813 + enterprise: *753 + installation: *754 + organization: *755 pull_request: type: object properties: @@ -185093,7 +185121,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *755 + repository: *756 sender: *4 required: - action @@ -185174,9 +185202,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 pull_request: title: Simple Pull Request type: object @@ -187349,7 +187377,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *755 + repository: *756 review: description: The review that was affected. type: object @@ -187592,9 +187620,9 @@ x-webhooks: type: string required: - from - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 pull_request: title: Simple Pull Request type: object @@ -189648,8 +189676,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *755 - review: &813 + repository: *756 + review: &814 description: The review that was affected. type: object properties: @@ -189878,12 +189906,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 number: description: The pull request number. type: integer - organization: *754 + organization: *755 pull_request: title: Pull Request type: object @@ -192166,7 +192194,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *755 + repository: *756 requested_reviewer: title: User type: object @@ -192250,12 +192278,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 number: description: The pull request number. type: integer - organization: *754 + organization: *755 pull_request: title: Pull Request type: object @@ -194545,7 +194573,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *755 + repository: *756 requested_team: title: Team description: Groups of organization members that gives permissions @@ -194737,12 +194765,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 number: description: The pull request number. type: integer - organization: *754 + organization: *755 pull_request: title: Pull Request type: object @@ -197027,7 +197055,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *755 + repository: *756 requested_reviewer: title: User type: object @@ -197112,12 +197140,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 number: description: The pull request number. type: integer - organization: *754 + organization: *755 pull_request: title: Pull Request type: object @@ -199393,7 +199421,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *755 + repository: *756 requested_team: title: Team description: Groups of organization members that gives permissions @@ -199574,9 +199602,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 pull_request: title: Simple Pull Request type: object @@ -201751,8 +201779,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *755 - review: *813 + repository: *756 + review: *814 sender: *4 required: - action @@ -201832,9 +201860,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 pull_request: title: Simple Pull Request type: object @@ -203904,7 +203932,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *755 + repository: *756 sender: *4 thread: type: object @@ -204287,9 +204315,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 pull_request: title: Simple Pull Request type: object @@ -206345,7 +206373,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *755 + repository: *756 sender: *4 thread: type: object @@ -206731,10 +206759,10 @@ x-webhooks: type: string before: type: string - enterprise: *752 - installation: *753 - number: *808 - organization: *754 + enterprise: *753 + installation: *754 + number: *809 + organization: *755 pull_request: title: Pull Request type: object @@ -209005,7 +209033,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *755 + repository: *756 sender: *4 required: - action @@ -209087,11 +209115,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *814 - enterprise: *752 - installation: *753 - number: *808 - organization: *754 + assignee: *815 + enterprise: *753 + installation: *754 + number: *809 + organization: *755 pull_request: title: Pull Request type: object @@ -211374,7 +211402,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *755 + repository: *756 sender: *4 required: - action @@ -211453,11 +211481,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *752 - installation: *753 - label: *778 - number: *808 - organization: *754 + enterprise: *753 + installation: *754 + label: *779 + number: *809 + organization: *755 pull_request: title: Pull Request type: object @@ -213730,7 +213758,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *755 + repository: *756 sender: *4 required: - action @@ -213811,10 +213839,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *752 - installation: *753 - number: *808 - organization: *754 + enterprise: *753 + installation: *754 + number: *809 + organization: *755 pull_request: title: Pull Request type: object @@ -216079,7 +216107,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *755 + repository: *756 sender: *4 required: - action @@ -216279,7 +216307,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *752 + enterprise: *753 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -216371,8 +216399,8 @@ x-webhooks: - url - author - committer - installation: *753 - organization: *754 + installation: *754 + organization: *755 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -216947,9 +216975,9 @@ x-webhooks: type: string enum: - published - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 registry_package: type: object properties: @@ -217395,7 +217423,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *796 + items: *797 summary: type: string tag_name: @@ -217449,7 +217477,7 @@ x-webhooks: - owner - package_version - registry - repository: *755 + repository: *756 sender: *4 required: - action @@ -217527,9 +217555,9 @@ x-webhooks: type: string enum: - updated - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 registry_package: type: object properties: @@ -217837,7 +217865,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *796 + items: *797 summary: type: string tag_name: @@ -217886,7 +217914,7 @@ x-webhooks: - owner - package_version - registry - repository: *755 + repository: *756 sender: *4 required: - action @@ -217963,10 +217991,10 @@ x-webhooks: type: string enum: - created - enterprise: *752 - installation: *753 - organization: *754 - release: &815 + enterprise: *753 + installation: *754 + organization: *755 + release: &816 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -218271,7 +218299,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *755 + repository: *756 sender: *4 required: - action @@ -218348,11 +218376,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *752 - installation: *753 - organization: *754 - release: *815 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + release: *816 + repository: *756 sender: *4 required: - action @@ -218469,11 +218497,11 @@ x-webhooks: type: boolean required: - to - enterprise: *752 - installation: *753 - organization: *754 - release: *815 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + release: *816 + repository: *756 sender: *4 required: - action @@ -218551,9 +218579,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -218862,7 +218890,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *755 + repository: *756 sender: *4 required: - action @@ -218938,10 +218966,10 @@ x-webhooks: type: string enum: - published - enterprise: *752 - installation: *753 - organization: *754 - release: &816 + enterprise: *753 + installation: *754 + organization: *755 + release: &817 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -219247,7 +219275,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *755 + repository: *756 sender: *4 required: - action @@ -219323,11 +219351,11 @@ x-webhooks: type: string enum: - released - enterprise: *752 - installation: *753 - organization: *754 - release: *815 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + release: *816 + repository: *756 sender: *4 required: - action @@ -219403,11 +219431,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *752 - installation: *753 - organization: *754 - release: *816 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + release: *817 + repository: *756 sender: *4 required: - action @@ -219483,11 +219511,11 @@ x-webhooks: type: string enum: - published - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 - repository_advisory: *663 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 + repository_advisory: *664 sender: *4 required: - action @@ -219563,11 +219591,11 @@ x-webhooks: type: string enum: - reported - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 - repository_advisory: *663 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 + repository_advisory: *664 sender: *4 required: - action @@ -219643,10 +219671,10 @@ x-webhooks: type: string enum: - archived - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -219723,10 +219751,10 @@ x-webhooks: type: string enum: - created - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -219804,10 +219832,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -219891,10 +219919,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -220006,10 +220034,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -220081,10 +220109,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 status: type: string @@ -220165,10 +220193,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -220245,10 +220273,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -220342,10 +220370,10 @@ x-webhooks: - name required: - repository - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -220425,10 +220453,10 @@ x-webhooks: type: string enum: - created - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 repository_ruleset: *128 sender: *4 required: @@ -220507,10 +220535,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 repository_ruleset: *128 sender: *4 required: @@ -220589,10 +220617,10 @@ x-webhooks: type: string enum: - edited - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 repository_ruleset: *128 changes: type: object @@ -220897,10 +220925,10 @@ x-webhooks: - from required: - owner - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -220978,10 +221006,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -221059,7 +221087,7 @@ x-webhooks: type: string enum: - create - alert: &817 + alert: &818 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -221180,10 +221208,10 @@ x-webhooks: type: string enum: - open - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -221389,10 +221417,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -221470,11 +221498,11 @@ x-webhooks: type: string enum: - reopen - alert: *817 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + alert: *818 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -221673,10 +221701,10 @@ x-webhooks: enum: - fixed - open - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -221754,7 +221782,7 @@ x-webhooks: type: string enum: - created - alert: &818 + alert: &819 type: object properties: number: *100 @@ -221865,10 +221893,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -221949,11 +221977,11 @@ x-webhooks: type: string enum: - created - alert: *818 - installation: *753 - location: *819 - organization: *754 - repository: *755 + alert: *819 + installation: *754 + location: *820 + organization: *755 + repository: *756 sender: *4 required: - location @@ -222191,11 +222219,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *818 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + alert: *819 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -222273,11 +222301,11 @@ x-webhooks: type: string enum: - reopened - alert: *818 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + alert: *819 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -222355,11 +222383,11 @@ x-webhooks: type: string enum: - resolved - alert: *818 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + alert: *819 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -222437,11 +222465,11 @@ x-webhooks: type: string enum: - validated - alert: *818 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + alert: *819 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -222567,10 +222595,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *755 - enterprise: *752 - installation: *753 - organization: *754 + repository: *756 + enterprise: *753 + installation: *754 + organization: *755 sender: *4 required: - action @@ -222648,11 +222676,11 @@ x-webhooks: type: string enum: - published - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 - security_advisory: &820 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 + security_advisory: &821 description: The details of the security advisory, including summary, description, and severity. type: object @@ -222835,11 +222863,11 @@ x-webhooks: type: string enum: - updated - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 - security_advisory: *820 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 + security_advisory: *821 sender: *4 required: - action @@ -222912,10 +222940,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -223100,10 +223128,10 @@ x-webhooks: type: object properties: security_and_analysis: *324 - enterprise: *752 - installation: *753 - organization: *754 - repository: *386 + enterprise: *753 + installation: *754 + organization: *755 + repository: *387 sender: *4 required: - changes @@ -223181,12 +223209,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 - sponsorship: &821 + sponsorship: &822 type: object properties: created_at: @@ -223487,12 +223515,12 @@ x-webhooks: type: string enum: - created - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 - sponsorship: *821 + sponsorship: *822 required: - action - sponsorship @@ -223580,12 +223608,12 @@ x-webhooks: type: string required: - from - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 - sponsorship: *821 + sponsorship: *822 required: - action - changes @@ -223662,17 +223690,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &822 + effective_date: &823 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: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 - sponsorship: *821 + sponsorship: *822 required: - action - sponsorship @@ -223746,7 +223774,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &823 + changes: &824 type: object properties: tier: @@ -223790,13 +223818,13 @@ x-webhooks: - from required: - tier - effective_date: *822 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + effective_date: *823 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 - sponsorship: *821 + sponsorship: *822 required: - action - changes @@ -223873,13 +223901,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *823 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + changes: *824 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 - sponsorship: *821 + sponsorship: *822 required: - action - changes @@ -223953,10 +223981,10 @@ x-webhooks: type: string enum: - created - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -224039,10 +224067,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -224462,15 +224490,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *752 + enterprise: *753 id: description: The unique identifier of the status. type: integer - installation: *753 + installation: *754 name: type: string - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 sha: description: The Commit SHA. @@ -224585,9 +224613,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *153 - installation: *753 - organization: *754 - repository: *755 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -224677,9 +224705,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *153 - installation: *753 - organization: *754 - repository: *755 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -224769,9 +224797,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *153 - installation: *753 - organization: *754 - repository: *755 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -224861,9 +224889,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *153 - installation: *753 - organization: *754 - repository: *755 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -224940,12 +224968,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 - team: &824 + team: &825 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -225135,9 +225163,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 repository: title: Repository description: A git repository @@ -225595,7 +225623,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *824 + team: *825 required: - action - team @@ -225671,9 +225699,9 @@ x-webhooks: type: string enum: - created - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 repository: title: Repository description: A git repository @@ -226131,7 +226159,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *824 + team: *825 required: - action - team @@ -226208,9 +226236,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 repository: title: Repository description: A git repository @@ -226668,7 +226696,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *824 + team: *825 required: - action - team @@ -226812,9 +226840,9 @@ x-webhooks: - from required: - permissions - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 repository: title: Repository description: A git repository @@ -227272,7 +227300,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *824 + team: *825 required: - action - changes @@ -227350,9 +227378,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 repository: title: Repository description: A git repository @@ -227810,7 +227838,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *824 + team: *825 required: - action - team @@ -227886,10 +227914,10 @@ x-webhooks: type: string enum: - started - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -227962,16 +227990,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *752 + enterprise: *753 inputs: type: object nullable: true additionalProperties: true - installation: *753 - organization: *754 + installation: *754 + organization: *755 ref: type: string - repository: *755 + repository: *756 sender: *4 workflow: type: string @@ -228053,10 +228081,10 @@ x-webhooks: type: string enum: - completed - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 workflow_job: allOf: @@ -228293,7 +228321,7 @@ x-webhooks: type: string required: - conclusion - deployment: *521 + deployment: *522 required: - action - repository @@ -228372,10 +228400,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 workflow_job: allOf: @@ -228635,7 +228663,7 @@ x-webhooks: required: - status - steps - deployment: *521 + deployment: *522 required: - action - repository @@ -228714,10 +228742,10 @@ x-webhooks: type: string enum: - queued - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 workflow_job: type: object @@ -228852,7 +228880,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *521 + deployment: *522 required: - action - repository @@ -228931,10 +228959,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 workflow_job: type: object @@ -229070,7 +229098,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *521 + deployment: *522 required: - action - repository @@ -229150,12 +229178,12 @@ x-webhooks: type: string enum: - completed - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 - workflow: *774 + workflow: *775 workflow_run: title: Workflow Run type: object @@ -230154,12 +230182,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 - workflow: *774 + workflow: *775 workflow_run: title: Workflow Run type: object @@ -231143,12 +231171,12 @@ x-webhooks: type: string enum: - requested - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 - workflow: *774 + workflow: *775 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index 3f1c49c530..4e9f61fa8a 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -46458,6 +46458,19 @@ "type": "string" } }, + { + "name": "advanced_security_product", + "in": "query", + "description": "The security feature to get GitHub Advanced Security active committers for.", + "required": false, + "schema": { + "type": "string", + "enum": [ + "code_security", + "secret_protection" + ] + } + }, { "name": "per_page", "description": "The number of results per page (max 100). For more information, see \"[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api).\"", @@ -73127,6 +73140,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -74258,6 +74283,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -82651,6 +82688,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -88087,6 +88136,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -89617,6 +89678,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -98488,6 +98561,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -101280,6 +101365,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -110095,6 +110192,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -111249,6 +111358,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -126857,6 +126978,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -128857,6 +128990,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -135690,6 +135835,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -140012,6 +140169,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -141071,6 +141240,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -144105,6 +144286,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -146086,6 +146279,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -150900,6 +151105,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -154307,6 +154524,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -168174,6 +168403,19 @@ "type": "string" } }, + { + "name": "advanced_security_product", + "in": "query", + "description": "The security feature to get GitHub Advanced Security active committers for.", + "required": false, + "schema": { + "type": "string", + "enum": [ + "code_security", + "secret_protection" + ] + } + }, { "name": "per_page", "description": "The number of results per page (max 100). For more information, see \"[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api).\"", @@ -180590,6 +180832,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -191263,6 +191517,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -192122,6 +192388,16 @@ } } }, + "code_security": { + "type": "object", + "description": "Use the `status` property to enable or disable GitHub Code Security for this repository.", + "properties": { + "status": { + "type": "string", + "description": "Can be `enabled` or `disabled`." + } + } + }, "secret_scanning": { "type": "object", "description": "Use the `status` property to enable or disable secret scanning for this repository. For more information, see \"[About secret scanning](/code-security/secret-security/about-secret-scanning).\"", @@ -195249,6 +195525,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -203860,6 +204148,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -204534,6 +204834,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -206144,6 +206456,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -206818,6 +207142,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -209162,6 +209498,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -209836,6 +210184,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -216181,6 +216541,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -216855,6 +217227,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -248691,6 +249075,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -250289,6 +250685,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -251516,6 +251924,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -252984,6 +253404,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -265886,6 +266318,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -267627,6 +268071,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -269006,6 +269462,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -272349,6 +272817,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -284593,6 +285073,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -285741,6 +286233,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -308580,6 +309084,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -311919,6 +312435,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -323045,6 +323573,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -324247,6 +324787,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -392780,6 +393332,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -417102,6 +417666,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -418481,6 +419057,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -468352,6 +468940,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -473914,6 +474514,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -477506,6 +478118,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -478778,6 +479402,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -489733,6 +490369,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -491083,6 +491731,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -504848,6 +505508,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -509859,6 +510531,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -511793,6 +512477,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -513172,6 +513868,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -514942,6 +515650,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -516752,6 +517472,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -518303,6 +519035,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -523022,6 +523766,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -525048,6 +525804,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -526679,6 +527447,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -528084,6 +528864,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -544168,6 +544960,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -545464,6 +546268,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -546462,6 +547278,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -552616,6 +553444,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -554118,6 +554958,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -559163,6 +560015,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -562621,6 +563485,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -575403,6 +576279,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -576462,6 +577350,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -584861,6 +585761,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -587908,6 +588820,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -618062,6 +618986,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -622073,6 +623009,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -626084,6 +627032,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -630108,6 +631068,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -1169278,6 +1170250,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -1172463,6 +1173447,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", diff --git a/descriptions/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index 91987171d7..276f5165bc 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -1021,7 +1021,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: - - &665 + - &666 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1712,7 +1712,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &675 + schema: &676 title: Scim Error description: Scim Error type: object @@ -11257,7 +11257,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &456 + instances_url: &457 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -11292,7 +11292,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &457 + dismissed_reason: &458 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -11301,13 +11301,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &458 + dismissed_comment: &459 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &459 + rule: &460 type: object properties: id: @@ -11360,7 +11360,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &460 + tool: &461 type: object properties: name: *87 @@ -11370,15 +11370,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *88 - most_recent_instance: &461 + most_recent_instance: &462 type: object properties: - ref: &454 + ref: &455 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &471 + analysis_key: &472 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -11389,7 +11389,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &472 + category: &473 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -14552,7 +14552,7 @@ paths: - unknown - direct - transitive - security_advisory: &513 + security_advisory: &514 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -14784,7 +14784,7 @@ paths: nullable: true maxLength: 280 fixed_at: *110 - auto_dismissed_at: &514 + auto_dismissed_at: &515 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -15276,7 +15276,7 @@ paths: - name - created_on examples: - default: &350 + default: &351 value: total_count: 2 network_configurations: @@ -15499,7 +15499,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: - *40 - - &351 + - &352 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -15511,7 +15511,7 @@ paths: description: Response content: application/json: - schema: &352 + schema: &353 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -15545,7 +15545,7 @@ paths: - subnet_id - region examples: - default: &353 + default: &354 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -16213,7 +16213,7 @@ paths: type: object description: A repository rule. oneOf: - - &623 + - &624 title: creation description: Only allow users with bypass permission to create matching refs. @@ -16225,7 +16225,7 @@ paths: type: string enum: - creation - - &624 + - &625 title: update description: Only allow users with bypass permission to update matching refs. @@ -16246,7 +16246,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &626 + - &627 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -16258,7 +16258,7 @@ paths: type: string enum: - deletion - - &627 + - &628 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -16270,7 +16270,7 @@ paths: type: string enum: - required_linear_history - - &628 + - &629 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -16346,7 +16346,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &629 + - &630 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -16370,7 +16370,7 @@ paths: type: string required: - required_deployment_environments - - &630 + - &631 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -16382,7 +16382,7 @@ paths: type: string enum: - required_signatures - - &631 + - &632 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can be merged. @@ -16444,7 +16444,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &632 + - &633 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -16491,7 +16491,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &633 + - &634 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -16503,7 +16503,7 @@ paths: type: string enum: - non_fast_forward - - &634 + - &635 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -16539,7 +16539,7 @@ paths: required: - operator - pattern - - &635 + - &636 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -16575,7 +16575,7 @@ paths: required: - operator - pattern - - &636 + - &637 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -16611,7 +16611,7 @@ paths: required: - operator - pattern - - &637 + - &638 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -16647,7 +16647,7 @@ paths: required: - operator - pattern - - &638 + - &639 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -16683,7 +16683,7 @@ paths: required: - operator - pattern - - &639 + - &640 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. @@ -16707,7 +16707,7 @@ paths: type: string required: - restricted_file_paths - - &640 + - &641 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed to the commit @@ -16731,7 +16731,7 @@ paths: maximum: 256 required: - max_file_path_length - - &641 + - &642 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -16754,7 +16754,7 @@ paths: type: string required: - restricted_file_extensions - - &642 + - &643 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit graph. @@ -16778,7 +16778,7 @@ paths: maximum: 100 required: - max_file_size - - &643 + - &644 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -16827,7 +16827,7 @@ paths: - repository_id required: - workflows - - &644 + - &645 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -17472,14 +17472,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &657 + state: &658 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: &658 + resolution: &659 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -17945,6 +17945,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *40 + - &344 + name: advanced_security_product + in: query + description: The security feature to get GitHub Advanced Security active committers + for. + required: false + schema: + type: string + enum: + - code_security + - secret_protection - *17 - *19 responses: @@ -17952,7 +17963,7 @@ paths: description: Success content: application/json: - schema: &344 + schema: &345 type: object properties: total_advanced_security_committers: @@ -18007,7 +18018,7 @@ paths: required: - repositories examples: - default: &345 + default: &346 value: total_advanced_security_committers: 2 total_count: 2 @@ -18246,7 +18257,7 @@ paths: description: Response content: application/json: - schema: &346 + schema: &347 type: object properties: total_gigabytes_bandwidth_used: @@ -18264,7 +18275,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &347 + default: &348 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -18296,7 +18307,7 @@ paths: description: Response content: application/json: - schema: &348 + schema: &349 type: object properties: days_left_in_billing_cycle: @@ -18314,7 +18325,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &349 + default: &350 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -18684,7 +18695,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &562 + properties: &563 id: type: integer format: int64 @@ -18795,7 +18806,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &498 + properties: &499 url: type: string format: uri @@ -18865,7 +18876,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &499 + required: &500 - closed_issues - creator - description @@ -19069,7 +19080,7 @@ paths: - total - completed - percent_completed - required: &563 + required: &564 - assignee - closed_at - comments @@ -19091,7 +19102,7 @@ paths: - author_association - created_at - updated_at - comment: &560 + comment: &561 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -19658,7 +19669,7 @@ paths: url: type: string format: uri - user: &714 + user: &715 title: Public User description: Public User type: object @@ -22963,14 +22974,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: - - &373 + - &374 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &374 + - &375 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -23041,7 +23052,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &387 + '301': &388 description: Moved permanently content: application/json: @@ -23063,7 +23074,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &592 + - &593 name: all description: If `true`, show notifications marked as read. in: query @@ -23071,7 +23082,7 @@ paths: schema: type: boolean default: false - - &593 + - &594 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -23081,7 +23092,7 @@ paths: type: boolean default: false - *143 - - &594 + - &595 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: @@ -23405,6 +23416,14 @@ paths: enum: - enabled - disabled + code_security: + type: object + properties: + status: + type: string + enum: + - enabled + - disabled dependabot_security_updates: description: Enable or disable Dependabot security updates for the repository. @@ -23545,7 +23564,7 @@ paths: - url - subscription_url examples: - default: &595 + default: &596 value: - id: '1' repository: @@ -24091,7 +24110,7 @@ paths: type: array items: *58 examples: - default: &732 + default: &733 value: - login: github id: 1 @@ -25024,7 +25043,7 @@ paths: type: integer repository_cache_usages: type: array - items: &392 + items: &393 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -25694,7 +25713,7 @@ paths: type: array items: *63 examples: - default: &726 + default: &727 value: total_count: 1 repositories: @@ -26513,7 +26532,7 @@ paths: type: array items: *196 examples: - default: &717 + default: &718 value: total_count: 1 repositories: @@ -27554,7 +27573,7 @@ paths: description: Response content: application/json: - schema: &412 + schema: &413 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -27583,7 +27602,7 @@ paths: - key_id - key examples: - default: &413 + default: &414 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -27996,7 +28015,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *170 - - &397 + - &398 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)." @@ -28609,7 +28628,7 @@ paths: bundle_url: type: string examples: - default: &426 + default: &427 value: attestations: - bundle: @@ -28956,7 +28975,7 @@ paths: application/json: schema: type: array - items: &443 + items: &444 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -29081,7 +29100,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &444 + default: &445 value: - id: 21 number: 42 @@ -29194,7 +29213,7 @@ paths: be returned. in: query required: false - schema: &455 + schema: &456 type: string description: Severity of a code scanning alert. enum: @@ -30194,7 +30213,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &484 + properties: &485 name: type: string description: The name of the machine. @@ -30236,7 +30255,7 @@ paths: - ready - in_progress nullable: true - required: &485 + required: &486 - name - display_name - operating_system @@ -31104,7 +31123,7 @@ paths: - updated_at - visibility examples: - default: &486 + default: &487 value: total_count: 2 secrets: @@ -31142,7 +31161,7 @@ paths: description: Response content: application/json: - schema: &487 + schema: &488 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -31171,7 +31190,7 @@ paths: - key_id - key examples: - default: &488 + default: &489 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -31203,7 +31222,7 @@ paths: application/json: schema: *237 examples: - default: &490 + default: &491 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -32883,7 +32902,7 @@ paths: description: Response content: application/json: - schema: &517 + schema: &518 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -32900,7 +32919,7 @@ paths: - key_id - key examples: - default: &518 + default: &519 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -33481,7 +33500,7 @@ paths: description: Response content: application/json: - schema: &368 + schema: &369 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -33562,7 +33581,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &369 + default: &370 value: group_id: '123' group_name: Octocat admins @@ -33617,7 +33636,7 @@ paths: description: Response content: application/json: - schema: &366 + schema: &367 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -33654,7 +33673,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &367 + default: &368 value: groups: - group_id: '123' @@ -34956,7 +34975,7 @@ paths: application/json: schema: *22 examples: - default: &556 + default: &557 value: id: 1 account: @@ -35181,7 +35200,7 @@ paths: required: true content: application/json: - schema: &557 + schema: &558 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -36045,7 +36064,7 @@ paths: application/json: schema: *291 examples: - default: &483 + default: &484 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -37271,7 +37290,7 @@ paths: parameters: - *170 - *297 - - &731 + - &732 name: repo_name description: repo_name parameter in: path @@ -38583,7 +38602,7 @@ paths: - nuget - container - *170 - - &733 + - &734 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -38624,7 +38643,7 @@ paths: default: *304 '403': *29 '401': *25 - '400': &735 + '400': &736 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -40462,7 +40481,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &384 + '410': &385 description: Gone content: application/json: @@ -41214,7 +41233,7 @@ paths: description: Response content: application/json: - schema: &386 + schema: &387 title: Full Repository description: Full Repository type: object @@ -41607,7 +41626,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &505 + properties: &506 url: type: string format: uri @@ -41623,7 +41642,7 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &506 + required: &507 - url - key - name @@ -41712,7 +41731,7 @@ paths: - network_count - subscribers_count examples: - default: &388 + default: &389 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -42265,7 +42284,7 @@ paths: - *170 - *17 - *19 - - &645 + - &646 name: targets description: | A comma-separated list of rule targets to filter by. @@ -42455,7 +42474,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *170 - - &646 + - &647 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 @@ -42467,14 +42486,14 @@ paths: x-multi-segment: true - *225 - *221 - - &647 + - &648 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 - - &648 + - &649 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -42494,7 +42513,7 @@ paths: description: Response content: application/json: - schema: &649 + schema: &650 title: Rule Suites description: Response type: array @@ -42549,7 +42568,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &650 + default: &651 value: - id: 21 actor_id: 12 @@ -42593,7 +42612,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *170 - - &651 + - &652 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -42609,7 +42628,7 @@ paths: description: Response content: application/json: - schema: &652 + schema: &653 title: Rule Suite description: Response type: object @@ -42708,7 +42727,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &653 + default: &654 value: id: 21 actor_id: 12 @@ -43039,7 +43058,7 @@ paths: - *86 - *19 - *17 - - &655 + - &656 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 @@ -43049,7 +43068,7 @@ paths: required: false schema: type: string - - &656 + - &657 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 @@ -43141,7 +43160,7 @@ paths: application/json: schema: type: array - items: &663 + items: &664 description: A repository security advisory. type: object properties: @@ -43432,7 +43451,7 @@ paths: - private_fork additionalProperties: false examples: - default: &664 + default: &665 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -43933,6 +43952,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *170 + - *344 - *17 - *19 responses: @@ -43940,9 +43960,9 @@ paths: description: Success content: application/json: - schema: *344 + schema: *345 examples: - default: *345 + default: *346 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -43970,9 +43990,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44000,9 +44020,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44042,7 +44062,7 @@ paths: type: array items: *111 examples: - default: *350 + default: *351 headers: Link: *39 x-github: @@ -44243,15 +44263,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: - *170 - - *351 + - *352 responses: '200': description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 headers: Link: *39 x-github: @@ -44289,7 +44309,7 @@ paths: description: Response content: application/json: - schema: &375 + schema: &376 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -44335,7 +44355,7 @@ paths: type: string nullable: true examples: - default: &376 + default: &377 value: groups: - group_id: '123' @@ -44543,7 +44563,7 @@ paths: description: Response content: application/json: - schema: &354 + schema: &355 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -44853,7 +44873,7 @@ paths: - repos_count - organization examples: - default: &355 + default: &356 value: id: 1 node_id: MDQ6VGVhbTE= @@ -44930,9 +44950,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '404': *6 x-github: githubCloudOnly: false @@ -45016,16 +45036,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '201': description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '404': *6 '422': *15 '403': *29 @@ -45095,7 +45115,7 @@ paths: application/json: schema: type: array - items: &356 + items: &357 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -45194,7 +45214,7 @@ paths: - updated_at - url examples: - default: &704 + default: &705 value: - author: login: octocat @@ -45303,9 +45323,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: &357 + default: &358 value: author: login: octocat @@ -45379,7 +45399,7 @@ paths: parameters: - *170 - *299 - - &358 + - &359 name: discussion_number description: The number that identifies the discussion. in: path @@ -45391,9 +45411,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: *357 + default: *358 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45417,7 +45437,7 @@ paths: parameters: - *170 - *299 - - *358 + - *359 requestBody: required: false content: @@ -45440,9 +45460,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: &705 + default: &706 value: author: login: octocat @@ -45514,7 +45534,7 @@ paths: parameters: - *170 - *299 - - *358 + - *359 responses: '204': description: Response @@ -45542,7 +45562,7 @@ paths: parameters: - *170 - *299 - - *358 + - *359 - *86 - *17 - *19 @@ -45553,7 +45573,7 @@ paths: application/json: schema: type: array - items: &359 + items: &360 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -45625,7 +45645,7 @@ paths: - updated_at - url examples: - default: &706 + default: &707 value: - author: login: octocat @@ -45695,7 +45715,7 @@ paths: parameters: - *170 - *299 - - *358 + - *359 requestBody: required: true content: @@ -45717,9 +45737,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: &360 + default: &361 value: author: login: octocat @@ -45787,8 +45807,8 @@ paths: parameters: - *170 - *299 - - *358 - - &361 + - *359 + - &362 name: comment_number description: The number that identifies the comment. in: path @@ -45800,9 +45820,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45826,8 +45846,8 @@ paths: parameters: - *170 - *299 - - *358 - - *361 + - *359 + - *362 requestBody: required: true content: @@ -45849,9 +45869,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: &707 + default: &708 value: author: login: octocat @@ -45917,8 +45937,8 @@ paths: parameters: - *170 - *299 - - *358 - - *361 + - *359 + - *362 responses: '204': description: Response @@ -45946,8 +45966,8 @@ paths: parameters: - *170 - *299 - - *358 - - *361 + - *359 + - *362 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -45973,7 +45993,7 @@ paths: application/json: schema: type: array - items: &362 + items: &363 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -46016,7 +46036,7 @@ paths: - content - created_at examples: - default: &364 + default: &365 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -46068,8 +46088,8 @@ paths: parameters: - *170 - *299 - - *358 - - *361 + - *359 + - *362 requestBody: required: true content: @@ -46102,9 +46122,9 @@ paths: team discussion comment content: application/json: - schema: *362 + schema: *363 examples: - default: &363 + default: &364 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -46133,9 +46153,9 @@ paths: description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46160,9 +46180,9 @@ paths: parameters: - *170 - *299 - - *358 - - *361 - - &365 + - *359 + - *362 + - &366 name: reaction_id description: The unique identifier of the reaction. in: path @@ -46196,7 +46216,7 @@ paths: parameters: - *170 - *299 - - *358 + - *359 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -46222,9 +46242,9 @@ paths: application/json: schema: type: array - items: *362 + items: *363 examples: - default: *364 + default: *365 headers: Link: *39 x-github: @@ -46252,7 +46272,7 @@ paths: parameters: - *170 - *299 - - *358 + - *359 requestBody: required: true content: @@ -46284,16 +46304,16 @@ paths: description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 '201': description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -46318,8 +46338,8 @@ paths: parameters: - *170 - *299 - - *358 - - *365 + - *359 + - *366 responses: '204': description: Response @@ -46349,9 +46369,9 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: - default: *367 + default: *368 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -46394,9 +46414,9 @@ paths: description: Response content: application/json: - schema: *368 + schema: *369 examples: - default: *369 + default: *370 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -46537,7 +46557,7 @@ paths: description: Response content: application/json: - schema: &370 + schema: &371 title: Team Membership description: Team Membership type: object @@ -46564,7 +46584,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &708 + response-if-user-is-a-team-maintainer: &709 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -46627,9 +46647,9 @@ paths: description: Response content: application/json: - schema: *370 + schema: *371 examples: - response-if-users-membership-with-team-is-now-pending: &709 + response-if-users-membership-with-team-is-now-pending: &710 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -46702,7 +46722,7 @@ paths: application/json: schema: type: array - items: &371 + items: &372 title: Team Project description: A team's access to a project. type: object @@ -46770,7 +46790,7 @@ paths: - updated_at - permissions examples: - default: &710 + default: &711 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -46835,7 +46855,7 @@ paths: parameters: - *170 - *299 - - &372 + - &373 name: project_id description: The unique identifier of the project. in: path @@ -46847,9 +46867,9 @@ paths: description: Response content: application/json: - schema: *371 + schema: *372 examples: - default: &711 + default: &712 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -46913,7 +46933,7 @@ paths: parameters: - *170 - *299 - - *372 + - *373 requestBody: required: false content: @@ -46981,7 +47001,7 @@ paths: parameters: - *170 - *299 - - *372 + - *373 responses: '204': description: Response @@ -47052,14 +47072,14 @@ paths: parameters: - *170 - *299 - - *373 - *374 + - *375 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &712 + schema: &713 title: Team Repository description: A team's access to a repository. type: object @@ -47630,8 +47650,8 @@ paths: parameters: - *170 - *299 - - *373 - *374 + - *375 requestBody: required: false content: @@ -47678,8 +47698,8 @@ paths: parameters: - *170 - *299 - - *373 - *374 + - *375 responses: '204': description: Response @@ -47712,9 +47732,9 @@ paths: description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: *376 + default: *377 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -47780,7 +47800,7 @@ paths: description: Response content: application/json: - schema: *375 + schema: *376 examples: default: value: @@ -47825,7 +47845,7 @@ paths: type: array items: *284 examples: - response-if-child-teams-exist: &713 + response-if-child-teams-exist: &714 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -47952,7 +47972,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card parameters: - - &377 + - &378 name: card_id description: The unique identifier of the card. in: path @@ -47964,7 +47984,7 @@ paths: description: Response content: application/json: - schema: &378 + schema: &379 title: Project Card description: Project cards represent a scope of work. type: object @@ -48031,7 +48051,7 @@ paths: - created_at - updated_at examples: - default: &379 + default: &380 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -48087,7 +48107,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card parameters: - - *377 + - *378 requestBody: required: false content: @@ -48114,9 +48134,9 @@ paths: description: Response content: application/json: - schema: *378 + schema: *379 examples: - default: *379 + default: *380 '304': *37 '403': *29 '401': *25 @@ -48143,7 +48163,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card parameters: - - *377 + - *378 responses: '204': description: Response @@ -48187,7 +48207,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card parameters: - - *377 + - *378 requestBody: required: true content: @@ -48298,7 +48318,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column parameters: - - &380 + - &381 name: column_id description: The unique identifier of the column. in: path @@ -48310,7 +48330,7 @@ paths: description: Response content: application/json: - schema: &381 + schema: &382 title: Project Column description: Project columns contain cards of work. type: object @@ -48356,7 +48376,7 @@ paths: - created_at - updated_at examples: - default: &382 + default: &383 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -48391,7 +48411,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column parameters: - - *380 + - *381 requestBody: required: true content: @@ -48415,9 +48435,9 @@ paths: description: Response content: application/json: - schema: *381 + schema: *382 examples: - default: *382 + default: *383 '304': *37 '403': *29 '401': *25 @@ -48442,7 +48462,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column parameters: - - *380 + - *381 responses: '204': description: Response @@ -48471,7 +48491,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards parameters: - - *380 + - *381 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -48492,7 +48512,7 @@ paths: application/json: schema: type: array - items: *378 + items: *379 examples: default: value: @@ -48551,7 +48571,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card parameters: - - *380 + - *381 requestBody: required: true content: @@ -48591,9 +48611,9 @@ paths: description: Response content: application/json: - schema: *378 + schema: *379 examples: - default: *379 + default: *380 '304': *37 '403': *29 '401': *25 @@ -48649,7 +48669,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column parameters: - - *380 + - *381 requestBody: required: true content: @@ -48709,7 +48729,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project parameters: - - *372 + - *373 responses: '200': description: Response @@ -48717,7 +48737,7 @@ paths: application/json: schema: *319 examples: - default: &383 + default: &384 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -48774,7 +48794,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project parameters: - - *372 + - *373 requestBody: required: false content: @@ -48822,7 +48842,7 @@ paths: application/json: schema: *319 examples: - default: *383 + default: *384 '404': description: Not Found if the authenticated user does not have access to the project @@ -48843,7 +48863,7 @@ paths: items: type: string '401': *25 - '410': *384 + '410': *385 '422': *7 x-github: githubCloudOnly: false @@ -48866,7 +48886,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project parameters: - - *372 + - *373 responses: '204': description: Delete Success @@ -48887,7 +48907,7 @@ paths: items: type: string '401': *25 - '410': *384 + '410': *385 '404': *6 x-github: githubCloudOnly: false @@ -48911,7 +48931,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators parameters: - - *372 + - *373 - name: affiliation description: Filters the collaborators by their affiliation. `outside` means outside collaborators of a project that are not a member of the project's @@ -48968,7 +48988,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - - *372 + - *373 - *218 requestBody: required: false @@ -49021,7 +49041,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *372 + - *373 - *218 responses: '204': @@ -49053,7 +49073,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *372 + - *373 - *218 responses: '200': @@ -49127,7 +49147,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - - *372 + - *373 - *17 - *19 responses: @@ -49137,7 +49157,7 @@ paths: application/json: schema: type: array - items: *381 + items: *382 examples: default: value: @@ -49175,7 +49195,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column parameters: - - *372 + - *373 requestBody: required: true content: @@ -49198,7 +49218,7 @@ paths: description: Response content: application/json: - schema: *381 + schema: *382 examples: default: value: @@ -49262,7 +49282,7 @@ paths: resources: type: object properties: - core: &385 + core: &386 title: Rate Limit type: object properties: @@ -49279,20 +49299,20 @@ paths: - remaining - reset - used - graphql: *385 - search: *385 - code_search: *385 - source_import: *385 - integration_manifest: *385 - code_scanning_upload: *385 - actions_runner_registration: *385 - scim: *385 - dependency_snapshots: *385 - code_scanning_autofix: *385 + graphql: *386 + search: *386 + code_search: *386 + source_import: *386 + integration_manifest: *386 + code_scanning_upload: *386 + actions_runner_registration: *386 + scim: *386 + dependency_snapshots: *386 + code_scanning_autofix: *386 required: - core - search - rate: *385 + rate: *386 required: - rate - resources @@ -49396,14 +49416,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *373 - *374 + - *375 responses: '200': description: Response content: application/json: - schema: *386 + schema: *387 examples: default-response: summary: Default response @@ -49908,7 +49928,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *387 + '301': *388 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49926,8 +49946,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *373 - *374 + - *375 requestBody: required: false content: @@ -49982,6 +50002,14 @@ paths: status: type: string description: Can be `enabled` or `disabled`. + code_security: + type: object + description: Use the `status` property to enable or disable + GitHub Code Security for this repository. + properties: + status: + type: string + description: Can be `enabled` or `disabled`. secret_scanning: type: object description: Use the `status` property to enable or disable @@ -50173,10 +50201,10 @@ paths: description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: *388 - '307': &389 + default: *389 + '307': &390 description: Temporary Redirect content: application/json: @@ -50205,8 +50233,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *373 - *374 + - *375 responses: '204': description: Response @@ -50228,7 +50256,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': *389 + '307': *390 '404': *6 x-github: githubCloudOnly: false @@ -50251,11 +50279,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *373 - *374 + - *375 - *17 - *19 - - &404 + - &405 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -50278,7 +50306,7 @@ paths: type: integer artifacts: type: array - items: &390 + items: &391 title: Artifact description: An artifact type: object @@ -50356,7 +50384,7 @@ paths: - expires_at - updated_at examples: - default: &405 + default: &406 value: total_count: 2 artifacts: @@ -50417,9 +50445,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *373 - *374 - - &391 + - *375 + - &392 name: artifact_id description: The unique identifier of the artifact. in: path @@ -50431,7 +50459,7 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: default: value: @@ -50469,9 +50497,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *373 - *374 - - *391 + - *375 + - *392 responses: '204': description: Response @@ -50495,9 +50523,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *373 - *374 - - *391 + - *375 + - *392 - name: archive_format in: path required: true @@ -50511,7 +50539,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': *384 + '410': *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50534,14 +50562,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: - - *373 - *374 + - *375 responses: '200': description: Response content: application/json: - schema: *392 + schema: *393 examples: default: value: @@ -50567,11 +50595,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: - - *373 - *374 + - *375 - *17 - *19 - - &393 + - &394 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 @@ -50605,7 +50633,7 @@ paths: description: Response content: application/json: - schema: &394 + schema: &395 title: Repository actions caches description: Repository actions caches type: object @@ -50647,7 +50675,7 @@ paths: - total_count - actions_caches examples: - default: &395 + default: &396 value: total_count: 1 actions_caches: @@ -50679,23 +50707,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: - - *373 - *374 + - *375 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *393 + - *394 responses: '200': description: Response content: application/json: - schema: *394 + schema: *395 examples: - default: *395 + default: *396 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50715,8 +50743,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: - - *373 - *374 + - *375 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -50747,9 +50775,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: - - *373 - *374 - - &396 + - *375 + - &397 name: job_id description: The unique identifier of the job. in: path @@ -50761,7 +50789,7 @@ paths: description: Response content: application/json: - schema: &408 + schema: &409 title: Job description: Information of a job execution in a workflow run type: object @@ -51068,9 +51096,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: - - *373 - *374 - - *396 + - *375 + - *397 responses: '302': description: Response @@ -51098,9 +51126,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: - - *373 - *374 - - *396 + - *375 + - *397 requestBody: required: false content: @@ -51145,8 +51173,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: - - *373 - *374 + - *375 responses: '200': description: Status response @@ -51196,8 +51224,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: - - *373 - *374 + - *375 requestBody: required: true content: @@ -51260,8 +51288,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -51279,7 +51307,7 @@ paths: type: integer secrets: type: array - items: &410 + items: &411 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -51299,7 +51327,7 @@ paths: - created_at - updated_at examples: - default: &411 + default: &412 value: total_count: 2 secrets: @@ -51332,9 +51360,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *373 - *374 - - *397 + - *375 + - *398 - *19 responses: '200': @@ -51351,7 +51379,7 @@ paths: type: integer variables: type: array - items: &414 + items: &415 title: Actions Variable type: object properties: @@ -51381,7 +51409,7 @@ paths: - created_at - updated_at examples: - default: &415 + default: &416 value: total_count: 2 variables: @@ -51414,8 +51442,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: - - *373 - *374 + - *375 responses: '200': description: Response @@ -51424,7 +51452,7 @@ paths: schema: type: object properties: - enabled: &398 + enabled: &399 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *48 @@ -51457,8 +51485,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: - - *373 - *374 + - *375 responses: '204': description: Response @@ -51469,7 +51497,7 @@ paths: schema: type: object properties: - enabled: *398 + enabled: *399 allowed_actions: *48 required: - enabled @@ -51500,14 +51528,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: - - *373 - *374 + - *375 responses: '200': description: Response content: application/json: - schema: &399 + schema: &400 type: object properties: access_level: @@ -51525,7 +51553,7 @@ paths: required: - access_level examples: - default: &400 + default: &401 value: access_level: organization x-github: @@ -51550,15 +51578,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: - - *373 - *374 + - *375 requestBody: required: true content: application/json: - schema: *399 + schema: *400 examples: - default: *400 + default: *401 responses: '204': description: Response @@ -51582,8 +51610,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: - - *373 - *374 + - *375 responses: '200': description: Response @@ -51614,8 +51642,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: - - *373 - *374 + - *375 responses: '204': description: Response @@ -51647,8 +51675,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: - - *373 - *374 + - *375 responses: '200': description: Response @@ -51677,8 +51705,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: - - *373 - *374 + - *375 responses: '204': description: Success response @@ -51718,8 +51746,8 @@ paths: in: query schema: type: string - - *373 - *374 + - *375 - *17 - *19 responses: @@ -51763,8 +51791,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: - - *373 - *374 + - *375 responses: '200': description: Response @@ -51796,8 +51824,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: - - *373 - *374 + - *375 requestBody: required: true content: @@ -51871,8 +51899,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: - - *373 - *374 + - *375 responses: '201': description: Response @@ -51908,8 +51936,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: - - *373 - *374 + - *375 responses: '201': description: Response @@ -51939,8 +51967,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: - - *373 - *374 + - *375 - *60 responses: '200': @@ -51970,8 +51998,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: - - *373 - *374 + - *375 - *60 responses: '204': @@ -51997,8 +52025,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: - - *373 - *374 + - *375 - *60 responses: '200': *66 @@ -52023,8 +52051,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: - - *373 - *374 + - *375 - *60 requestBody: required: true @@ -52073,8 +52101,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: - - *373 - *374 + - *375 - *60 requestBody: required: true @@ -52124,8 +52152,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: - - *373 - *374 + - *375 - *60 responses: '200': *203 @@ -52155,8 +52183,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: - - *373 - *374 + - *375 - *60 - *204 responses: @@ -52186,9 +52214,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: - - *373 - *374 - - &418 + - *375 + - &419 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. @@ -52196,7 +52224,7 @@ paths: required: false schema: type: string - - &419 + - &420 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -52204,7 +52232,7 @@ paths: required: false schema: type: string - - &420 + - &421 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -52213,7 +52241,7 @@ paths: required: false schema: type: string - - &421 + - &422 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 @@ -52240,7 +52268,7 @@ paths: - pending - *17 - *19 - - &422 + - &423 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)." @@ -52249,7 +52277,7 @@ paths: schema: type: string format: date-time - - &401 + - &402 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -52258,13 +52286,13 @@ paths: schema: type: boolean default: false - - &423 + - &424 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &424 + - &425 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -52287,7 +52315,7 @@ paths: type: integer workflow_runs: type: array - items: &402 + items: &403 title: Workflow Run description: An invocation of a workflow type: object @@ -52382,7 +52410,7 @@ paths: that triggered the run. type: array nullable: true - items: &445 + items: &446 title: Pull Request Minimal type: object properties: @@ -52501,7 +52529,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &449 + properties: &450 id: type: string description: SHA for the commit @@ -52552,7 +52580,7 @@ paths: - name - email nullable: true - required: &450 + required: &451 - id - tree_id - message @@ -52599,7 +52627,7 @@ paths: - workflow_url - pull_requests examples: - default: &425 + default: &426 value: total_count: 1 workflow_runs: @@ -52835,24 +52863,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *373 - *374 - - &403 + - *375 + - &404 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *401 + - *402 responses: '200': description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: &406 + default: &407 value: id: 30433642 name: Build @@ -53093,9 +53121,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *373 - *374 - - *403 + - *375 + - *404 responses: '204': description: Response @@ -53118,9 +53146,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: - - *373 - *374 - - *403 + - *375 + - *404 responses: '200': description: Response @@ -53239,9 +53267,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: - - *373 - *374 - - *403 + - *375 + - *404 responses: '201': description: Response @@ -53274,12 +53302,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *373 - *374 - - *403 + - *375 + - *404 - *17 - *19 - - *404 + - *405 responses: '200': description: Response @@ -53295,9 +53323,9 @@ paths: type: integer artifacts: type: array - items: *390 + items: *391 examples: - default: *405 + default: *406 headers: Link: *39 x-github: @@ -53321,25 +53349,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *373 - *374 - - *403 - - &407 + - *375 + - *404 + - &408 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *401 + - *402 responses: '200': description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *406 + default: *407 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53362,10 +53390,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: - - *373 - *374 - - *403 - - *407 + - *375 + - *404 + - *408 - *17 - *19 responses: @@ -53383,9 +53411,9 @@ paths: type: integer jobs: type: array - items: *408 + items: *409 examples: - default: &409 + default: &410 value: total_count: 1 jobs: @@ -53498,10 +53526,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *373 - *374 - - *403 - - *407 + - *375 + - *404 + - *408 responses: '302': description: Response @@ -53529,9 +53557,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *373 - *374 - - *403 + - *375 + - *404 responses: '202': description: Response @@ -53564,9 +53592,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: - - *373 - *374 - - *403 + - *375 + - *404 requestBody: required: true content: @@ -53633,9 +53661,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *373 - *374 - - *403 + - *375 + - *404 responses: '202': description: Response @@ -53668,9 +53696,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: - - *373 - *374 - - *403 + - *375 + - *404 - 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 @@ -53700,9 +53728,9 @@ paths: type: integer jobs: type: array - items: *408 + items: *409 examples: - default: *409 + default: *410 headers: Link: *39 x-github: @@ -53727,9 +53755,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *373 - *374 - - *403 + - *375 + - *404 responses: '302': description: Response @@ -53756,9 +53784,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *373 - *374 - - *403 + - *375 + - *404 responses: '204': description: Response @@ -53785,9 +53813,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: - - *373 - *374 - - *403 + - *375 + - *404 responses: '200': description: Response @@ -53847,7 +53875,7 @@ paths: items: type: object properties: - type: &526 + type: &527 type: string description: The type of reviewer. enum: @@ -53932,9 +53960,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: - - *373 - *374 - - *403 + - *375 + - *404 requestBody: required: true content: @@ -53981,7 +54009,7 @@ paths: application/json: schema: type: array - items: &521 + items: &522 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -54087,7 +54115,7 @@ paths: - created_at - updated_at examples: - default: &522 + default: &523 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -54143,9 +54171,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *373 - *374 - - *403 + - *375 + - *404 requestBody: required: false content: @@ -54189,9 +54217,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: - - *373 - *374 - - *403 + - *375 + - *404 requestBody: required: false content: @@ -54245,9 +54273,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *373 - *374 - - *403 + - *375 + - *404 responses: '200': description: Response @@ -54384,8 +54412,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -54403,9 +54431,9 @@ paths: type: integer secrets: type: array - items: *410 + items: *411 examples: - default: *411 + default: *412 headers: Link: *39 x-github: @@ -54430,16 +54458,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *373 - *374 + - *375 responses: '200': description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: *413 + default: *414 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54461,17 +54489,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *373 - *374 + - *375 - *206 responses: '200': description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: &539 + default: &540 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -54497,8 +54525,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *373 - *374 + - *375 - *206 requestBody: required: true @@ -54556,8 +54584,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *373 - *374 + - *375 - *206 responses: '204': @@ -54583,9 +54611,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *373 - *374 - - *397 + - *375 + - *398 - *19 responses: '200': @@ -54602,9 +54630,9 @@ paths: type: integer variables: type: array - items: *414 + items: *415 examples: - default: *415 + default: *416 headers: Link: *39 x-github: @@ -54627,8 +54655,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -54680,17 +54708,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *373 - *374 + - *375 - *209 responses: '200': description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: &540 + default: &541 value: name: USERNAME value: octocat @@ -54716,8 +54744,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *373 - *374 + - *375 - *209 requestBody: required: true @@ -54760,8 +54788,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *373 - *374 + - *375 - *209 responses: '204': @@ -54787,8 +54815,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -54806,7 +54834,7 @@ paths: type: integer workflows: type: array - items: &416 + items: &417 title: Workflow description: A GitHub Actions workflow type: object @@ -54913,9 +54941,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *373 - *374 - - &417 + - *375 + - &418 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -54930,7 +54958,7 @@ paths: description: Response content: application/json: - schema: *416 + schema: *417 examples: default: value: @@ -54963,9 +54991,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *373 - *374 - - *417 + - *375 + - *418 responses: '204': description: Response @@ -54990,9 +55018,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *373 - *374 - - *417 + - *375 + - *418 responses: '204': description: Response @@ -55043,9 +55071,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *373 - *374 - - *417 + - *375 + - *418 responses: '204': description: Response @@ -55072,19 +55100,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: - - *373 - *374 - - *417 + - *375 - *418 - *419 - *420 - *421 + - *422 - *17 - *19 - - *422 - - *401 - *423 + - *402 - *424 + - *425 responses: '200': description: Response @@ -55100,9 +55128,9 @@ paths: type: integer workflow_runs: type: array - items: *402 + items: *403 examples: - default: *425 + default: *426 headers: Link: *39 x-github: @@ -55135,9 +55163,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *373 - *374 - - *417 + - *375 + - *418 responses: '200': description: Response @@ -55198,8 +55226,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *373 - *374 + - *375 - *86 - *17 - *84 @@ -55363,8 +55391,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -55401,8 +55429,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: - - *373 - *374 + - *375 - name: assignee in: path required: true @@ -55438,8 +55466,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -55551,8 +55579,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *373 - *374 + - *375 - *17 - *84 - *85 @@ -55606,7 +55634,7 @@ paths: bundle_url: type: string examples: - default: *426 + default: *427 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55626,8 +55654,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *373 - *374 + - *375 responses: '200': description: Response @@ -55635,7 +55663,7 @@ paths: application/json: schema: type: array - items: &427 + items: &428 title: Autolink reference description: An autolink reference. type: object @@ -55685,8 +55713,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: - - *373 - *374 + - *375 requestBody: required: true content: @@ -55725,9 +55753,9 @@ paths: description: response content: application/json: - schema: *427 + schema: *428 examples: - default: &428 + default: &429 value: id: 1 key_prefix: TICKET- @@ -55758,9 +55786,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: - - *373 - *374 - - &429 + - *375 + - &430 name: autolink_id description: The unique identifier of the autolink. in: path @@ -55772,9 +55800,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: *428 + default: *429 '404': *6 x-github: githubCloudOnly: false @@ -55794,9 +55822,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: - - *373 - *374 - - *429 + - *375 + - *430 responses: '204': description: Response @@ -55820,8 +55848,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: - - *373 - *374 + - *375 responses: '200': description: Response if Dependabot is enabled @@ -55869,8 +55897,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *373 - *374 + - *375 responses: '204': description: Response @@ -55891,8 +55919,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *373 - *374 + - *375 responses: '204': description: Response @@ -55912,8 +55940,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *373 - *374 + - *375 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -55951,7 +55979,7 @@ paths: - url protected: type: boolean - protection: &431 + protection: &432 title: Branch Protection description: Branch Protection type: object @@ -55993,7 +56021,7 @@ paths: required: - contexts - checks - enforce_admins: &434 + enforce_admins: &435 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -56008,7 +56036,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &436 + required_pull_request_reviews: &437 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -56084,7 +56112,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &433 + restrictions: &434 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -56391,9 +56419,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *373 - *374 - - &432 + - *375 + - &433 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). @@ -56407,14 +56435,14 @@ paths: description: Response content: application/json: - schema: &442 + schema: &443 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &494 + commit: &495 title: Commit description: Commit type: object @@ -56448,7 +56476,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &430 + properties: &431 name: type: string example: '"Chris Wanstrath"' @@ -56463,7 +56491,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *430 + properties: *431 nullable: true message: type: string @@ -56484,7 +56512,7 @@ paths: required: - sha - url - verification: &546 + verification: &547 title: Verification type: object properties: @@ -56554,7 +56582,7 @@ paths: type: integer files: type: array - items: &509 + items: &510 title: Diff Entry description: Diff Entry type: object @@ -56637,7 +56665,7 @@ paths: - self protected: type: boolean - protection: *431 + protection: *432 protection_url: type: string format: uri @@ -56744,7 +56772,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *387 + '301': *388 '404': *6 x-github: githubCloudOnly: false @@ -56766,15 +56794,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *373 - *374 - - *432 + - *375 + - *433 responses: '200': description: Response content: application/json: - schema: *431 + schema: *432 examples: default: value: @@ -56968,9 +56996,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *373 - *374 - - *432 + - *375 + - *433 requestBody: required: true content: @@ -57225,7 +57253,7 @@ paths: url: type: string format: uri - required_status_checks: &439 + required_status_checks: &440 title: Status Check Policy description: Status Check Policy type: object @@ -57377,7 +57405,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *433 + restrictions: *434 required_conversation_resolution: type: object properties: @@ -57489,9 +57517,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *373 - *374 - - *432 + - *375 + - *433 responses: '204': description: Response @@ -57516,17 +57544,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *373 - *374 - - *432 + - *375 + - *433 responses: '200': description: Response content: application/json: - schema: *434 + schema: *435 examples: - default: &435 + default: &436 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -57548,17 +57576,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *373 - *374 - - *432 + - *375 + - *433 responses: '200': description: Response content: application/json: - schema: *434 + schema: *435 examples: - default: *435 + default: *436 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57577,9 +57605,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *373 - *374 - - *432 + - *375 + - *433 responses: '204': description: Response @@ -57604,17 +57632,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *373 - *374 - - *432 + - *375 + - *433 responses: '200': description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: &437 + default: &438 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -57710,9 +57738,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *373 - *374 - - *432 + - *375 + - *433 requestBody: required: false content: @@ -57810,9 +57838,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: *437 + default: *438 '422': *15 x-github: githubCloudOnly: false @@ -57833,9 +57861,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *373 - *374 - - *432 + - *375 + - *433 responses: '204': description: Response @@ -57862,17 +57890,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *373 - *374 - - *432 + - *375 + - *433 responses: '200': description: Response content: application/json: - schema: *434 + schema: *435 examples: - default: &438 + default: &439 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -57895,17 +57923,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *373 - *374 - - *432 + - *375 + - *433 responses: '200': description: Response content: application/json: - schema: *434 + schema: *435 examples: - default: *438 + default: *439 '404': *6 x-github: githubCloudOnly: false @@ -57925,9 +57953,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *373 - *374 - - *432 + - *375 + - *433 responses: '204': description: Response @@ -57952,17 +57980,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *373 - *374 - - *432 + - *375 + - *433 responses: '200': description: Response content: application/json: - schema: *439 + schema: *440 examples: - default: &440 + default: &441 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -57988,9 +58016,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *373 - *374 - - *432 + - *375 + - *433 requestBody: required: false content: @@ -58042,9 +58070,9 @@ paths: description: Response content: application/json: - schema: *439 + schema: *440 examples: - default: *440 + default: *441 '404': *6 '422': *15 x-github: @@ -58066,9 +58094,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *373 - *374 - - *432 + - *375 + - *433 responses: '204': description: Response @@ -58092,9 +58120,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *373 - *374 - - *432 + - *375 + - *433 responses: '200': description: Response @@ -58128,9 +58156,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *373 - *374 - - *432 + - *375 + - *433 requestBody: required: false content: @@ -58197,9 +58225,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *373 - *374 - - *432 + - *375 + - *433 requestBody: required: false content: @@ -58263,9 +58291,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *373 - *374 - - *432 + - *375 + - *433 requestBody: content: application/json: @@ -58331,15 +58359,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *373 - *374 - - *432 + - *375 + - *433 responses: '200': description: Response content: application/json: - schema: *433 + schema: *434 examples: default: value: @@ -58430,9 +58458,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *373 - *374 - - *432 + - *375 + - *433 responses: '204': description: Response @@ -58455,9 +58483,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: - - *373 - *374 - - *432 + - *375 + - *433 responses: '200': description: Response @@ -58467,7 +58495,7 @@ paths: type: array items: *5 examples: - default: &441 + default: &442 value: - id: 1 slug: octoapp @@ -58524,9 +58552,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *373 - *374 - - *432 + - *375 + - *433 requestBody: required: true content: @@ -58560,7 +58588,7 @@ paths: type: array items: *5 examples: - default: *441 + default: *442 '422': *15 x-github: githubCloudOnly: false @@ -58581,9 +58609,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *373 - *374 - - *432 + - *375 + - *433 requestBody: required: true content: @@ -58617,7 +58645,7 @@ paths: type: array items: *5 examples: - default: *441 + default: *442 '422': *15 x-github: githubCloudOnly: false @@ -58638,9 +58666,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *373 - *374 - - *432 + - *375 + - *433 requestBody: required: true content: @@ -58674,7 +58702,7 @@ paths: type: array items: *5 examples: - default: *441 + default: *442 '422': *15 x-github: githubCloudOnly: false @@ -58696,9 +58724,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: - - *373 - *374 - - *432 + - *375 + - *433 responses: '200': description: Response @@ -58728,9 +58756,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *373 - *374 - - *432 + - *375 + - *433 requestBody: required: false content: @@ -58789,9 +58817,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *373 - *374 - - *432 + - *375 + - *433 requestBody: required: false content: @@ -58850,9 +58878,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *373 - *374 - - *432 + - *375 + - *433 requestBody: content: application/json: @@ -58911,9 +58939,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: - - *373 - *374 - - *432 + - *375 + - *433 responses: '200': description: Response @@ -58947,9 +58975,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *373 - *374 - - *432 + - *375 + - *433 requestBody: required: true content: @@ -59007,9 +59035,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *373 - *374 - - *432 + - *375 + - *433 requestBody: required: true content: @@ -59067,9 +59095,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *373 - *374 - - *432 + - *375 + - *433 requestBody: required: true content: @@ -59129,9 +59157,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *373 - *374 - - *432 + - *375 + - *433 requestBody: required: true content: @@ -59153,7 +59181,7 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: default: value: @@ -59267,8 +59295,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *373 - *374 + - *375 - *219 - *220 - *221 @@ -59304,8 +59332,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *373 - *374 + - *375 - name: bypass_request_number in: path required: true @@ -59378,8 +59406,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *373 - *374 + - *375 - *219 - *220 - *221 @@ -59393,9 +59421,9 @@ paths: application/json: schema: type: array - items: *443 + items: *444 examples: - default: *444 + default: *445 '404': *6 '403': *29 '500': *99 @@ -59419,8 +59447,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *373 - *374 + - *375 - name: bypass_request_number in: path required: true @@ -59432,7 +59460,7 @@ paths: description: A single bypass request. content: application/json: - schema: *443 + schema: *444 examples: default: value: @@ -59490,8 +59518,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *373 - *374 + - *375 - name: bypass_request_number in: path required: true @@ -59562,8 +59590,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *373 - *374 + - *375 - name: bypass_response_id in: path required: true @@ -59596,8 +59624,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -59876,7 +59904,7 @@ paths: description: Response content: application/json: - schema: &446 + schema: &447 title: CheckRun description: A check performed on the code of a given code change type: object @@ -59995,8 +60023,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *445 - deployment: &764 + items: *446 + deployment: &765 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -60276,9 +60304,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *373 - *374 - - &447 + - *375 + - &448 name: check_run_id description: The unique identifier of the check run. in: path @@ -60290,9 +60318,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: &448 + default: &449 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -60392,9 +60420,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *373 - *374 - - *447 + - *375 + - *448 requestBody: required: true content: @@ -60634,9 +60662,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *448 + default: *449 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60656,9 +60684,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *373 - *374 - - *447 + - *375 + - *448 - *17 - *19 responses: @@ -60755,9 +60783,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *373 - *374 - - *447 + - *375 + - *448 responses: '201': description: Response @@ -60801,8 +60829,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -60824,7 +60852,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &451 + schema: &452 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -60888,7 +60916,7 @@ paths: nullable: true pull_requests: type: array - items: *445 + items: *446 nullable: true app: title: GitHub app @@ -60910,12 +60938,12 @@ paths: type: string format: date-time nullable: true - head_commit: &790 + head_commit: &791 title: Simple Commit description: A commit. type: object - properties: *449 - required: *450 + properties: *450 + required: *451 latest_check_runs_count: type: integer check_runs_url: @@ -60943,7 +60971,7 @@ paths: - check_runs_url - pull_requests examples: - default: &452 + default: &453 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -61234,9 +61262,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *451 + schema: *452 examples: - default: *452 + default: *453 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61255,8 +61283,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -61565,9 +61593,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *373 - *374 - - &453 + - *375 + - &454 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -61579,9 +61607,9 @@ paths: description: Response content: application/json: - schema: *451 + schema: *452 examples: - default: *452 + default: *453 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61604,17 +61632,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: - - *373 - *374 - - *453 - - &502 + - *375 + - *454 + - &503 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &503 + - &504 name: status description: Returns check runs with the specified `status`. in: query @@ -61653,9 +61681,9 @@ paths: type: integer check_runs: type: array - items: *446 + items: *447 examples: - default: &504 + default: &505 value: total_count: 1 check_runs: @@ -61757,9 +61785,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *373 - *374 - - *453 + - *375 + - *454 responses: '201': description: Response @@ -61792,21 +61820,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: - - *373 - *374 + - *375 - *227 - *228 - *19 - *17 - - &469 + - &470 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: *454 - - &470 + schema: *455 + - &471 name: pr description: The number of the pull request for the results you want to list. in: query @@ -61837,7 +61865,7 @@ paths: be returned. in: query required: false - schema: *455 + schema: *456 responses: '200': description: Response @@ -61853,7 +61881,7 @@ paths: updated_at: *108 url: *105 html_url: *106 - instances_url: *456 + instances_url: *457 state: *89 fixed_at: *110 dismissed_by: @@ -61864,11 +61892,11 @@ paths: required: *21 nullable: true dismissed_at: *109 - dismissed_reason: *457 - dismissed_comment: *458 - rule: *459 - tool: *460 - most_recent_instance: *461 + dismissed_reason: *458 + dismissed_comment: *459 + rule: *460 + tool: *461 + most_recent_instance: *462 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -61991,7 +62019,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &462 + '403': &463 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -62018,9 +62046,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: - - *373 - *374 - - &463 + - *375 + - &464 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -62034,7 +62062,7 @@ paths: description: Response content: application/json: - schema: &464 + schema: &465 type: object properties: number: *100 @@ -62042,7 +62070,7 @@ paths: updated_at: *108 url: *105 html_url: *106 - instances_url: *456 + instances_url: *457 state: *89 fixed_at: *110 dismissed_by: @@ -62053,8 +62081,8 @@ paths: required: *21 nullable: true dismissed_at: *109 - dismissed_reason: *457 - dismissed_comment: *458 + dismissed_reason: *458 + dismissed_comment: *459 rule: type: object properties: @@ -62108,8 +62136,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *460 - most_recent_instance: *461 + tool: *461 + most_recent_instance: *462 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -62205,7 +62233,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *462 + '403': *463 '404': *6 '503': *132 x-github: @@ -62225,9 +62253,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: - - *373 - *374 - - *463 + - *375 + - *464 requestBody: required: true content: @@ -62242,8 +62270,8 @@ paths: enum: - open - dismissed - dismissed_reason: *457 - dismissed_comment: *458 + dismissed_reason: *458 + dismissed_comment: *459 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -62262,7 +62290,7 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: default: value: @@ -62338,7 +62366,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &468 + '403': &469 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -62365,15 +62393,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: - - *373 - *374 - - *463 + - *375 + - *464 responses: '200': description: Response content: application/json: - schema: &465 + schema: &466 type: object properties: status: @@ -62399,13 +62427,13 @@ paths: - description - started_at examples: - default: &466 + default: &467 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &467 + '400': &468 description: Bad Request content: application/json: @@ -62416,7 +62444,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': *462 + '403': *463 '404': *6 '503': *132 x-github: @@ -62441,29 +62469,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: - - *373 - *374 - - *463 + - *375 + - *464 responses: '200': description: OK content: application/json: - schema: *465 + schema: *466 examples: - default: *466 + default: *467 '202': description: Accepted content: application/json: - schema: *465 + schema: *466 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *467 + '400': *468 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -62495,9 +62523,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: - - *373 - *374 - - *463 + - *375 + - *464 requestBody: required: false content: @@ -62542,8 +62570,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *467 - '403': *468 + '400': *468 + '403': *469 '404': *6 '422': description: Unprocessable Entity @@ -62567,13 +62595,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: - - *373 - *374 - - *463 + - *375 + - *464 - *19 - *17 - - *469 - *470 + - *471 responses: '200': description: Response @@ -62581,7 +62609,7 @@ paths: application/json: schema: type: array - items: *461 + items: *462 examples: default: value: @@ -62620,7 +62648,7 @@ paths: end_column: 50 classifications: - source - '403': *462 + '403': *463 '404': *6 '503': *132 x-github: @@ -62654,25 +62682,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: - - *373 - *374 + - *375 - *227 - *228 - *19 - *17 - - *470 + - *471 - 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: *454 + schema: *455 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &473 + schema: &474 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -62693,23 +62721,23 @@ paths: application/json: schema: type: array - items: &474 + items: &475 type: object properties: - ref: *454 - commit_sha: &482 + ref: *455 + commit_sha: &483 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: *471 + analysis_key: *472 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *472 + category: *473 error: type: string example: error reading field xyz @@ -62733,8 +62761,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *473 - tool: *460 + sarif_id: *474 + tool: *461 deletable: type: boolean warning: @@ -62795,7 +62823,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *462 + '403': *463 '404': *6 '503': *132 x-github: @@ -62831,8 +62859,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: - - *373 - *374 + - *375 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -62845,7 +62873,7 @@ paths: description: Response content: application/json: - schema: *474 + schema: *475 examples: response: summary: application/json response @@ -62899,7 +62927,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *462 + '403': *463 '404': *6 '503': *132 x-github: @@ -62981,8 +63009,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: - - *373 - *374 + - *375 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -63035,7 +63063,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': *468 + '403': *469 '404': *6 '503': *132 x-github: @@ -63057,8 +63085,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: - - *373 - *374 + - *375 responses: '200': description: Response @@ -63066,7 +63094,7 @@ paths: application/json: schema: type: array - items: &475 + items: &476 title: CodeQL Database description: A CodeQL database. type: object @@ -63177,7 +63205,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': *462 + '403': *463 '404': *6 '503': *132 x-github: @@ -63206,8 +63234,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: - - *373 - *374 + - *375 - name: language in: path description: The language of the CodeQL database. @@ -63219,7 +63247,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *476 examples: default: value: @@ -63251,9 +63279,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': &511 + '302': &512 description: Found - '403': *462 + '403': *463 '404': *6 '503': *132 x-github: @@ -63275,8 +63303,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *373 - *374 + - *375 - name: language in: path description: The language of the CodeQL database. @@ -63286,7 +63314,7 @@ paths: responses: '204': description: Response - '403': *468 + '403': *469 '404': *6 '503': *132 x-github: @@ -63314,8 +63342,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: - - *373 - *374 + - *375 requestBody: required: true content: @@ -63324,7 +63352,7 @@ paths: type: object additionalProperties: false properties: - language: &476 + language: &477 type: string description: The language targeted by the CodeQL query enum: @@ -63403,7 +63431,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &480 + schema: &481 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -63413,7 +63441,7 @@ paths: description: The ID of the variant analysis. controller_repo: *96 actor: *4 - query_language: *476 + query_language: *477 query_pack_url: type: string description: The download url for the query pack. @@ -63460,7 +63488,7 @@ paths: items: type: object properties: - repository: &477 + repository: &478 title: Repository Identifier description: Repository Identifier type: object @@ -63496,7 +63524,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &481 + analysis_status: &482 type: string description: The new status of the CodeQL variant analysis repository task. @@ -63528,7 +63556,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &478 + access_mismatch_repos: &479 type: object properties: repository_count: @@ -63542,7 +63570,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: *477 + items: *478 required: - repository_count - repositories @@ -63564,8 +63592,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *478 - over_limit_repos: *478 + no_codeql_db_repos: *479 + over_limit_repos: *479 required: - access_mismatch_repos - not_found_repos @@ -63581,7 +63609,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &479 + value: &480 summary: Default response value: id: 1 @@ -63733,10 +63761,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *479 + value: *480 repository_lists: summary: Response for a successful variant analysis submission - value: *479 + value: *480 '404': *6 '422': description: Unable to process variant analysis submission @@ -63764,8 +63792,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: - - *373 - *374 + - *375 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -63777,9 +63805,9 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: *479 + default: *480 '404': *6 '503': *132 x-github: @@ -63802,7 +63830,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: - - *373 + - *374 - name: repo in: path description: The name of the controller repository. @@ -63837,7 +63865,7 @@ paths: type: object properties: repository: *96 - analysis_status: *481 + analysis_status: *482 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -63962,8 +63990,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: - - *373 - *374 + - *375 responses: '200': description: Response @@ -64037,7 +64065,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *462 + '403': *463 '404': *6 '503': *132 x-github: @@ -64058,8 +64086,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: - - *373 - *374 + - *375 requestBody: required: true content: @@ -64141,7 +64169,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *468 + '403': *469 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -64206,8 +64234,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: - - *373 - *374 + - *375 requestBody: required: true content: @@ -64215,7 +64243,7 @@ paths: schema: type: object properties: - commit_sha: *482 + commit_sha: *483 ref: type: string description: |- @@ -64273,7 +64301,7 @@ paths: schema: type: object properties: - id: *473 + id: *474 url: type: string description: The REST API URL for checking the status of the upload. @@ -64287,7 +64315,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': *468 + '403': *469 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -64310,8 +64338,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: - - *373 - *374 + - *375 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -64357,7 +64385,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': *462 + '403': *463 '404': description: Not Found if the sarif id does not match any upload '503': *132 @@ -64382,8 +64410,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: - - *373 - *374 + - *375 responses: '200': description: Response @@ -64464,8 +64492,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *373 - *374 + - *375 - 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 @@ -64585,8 +64613,8 @@ paths: parameters: - *17 - *19 - - *373 - *374 + - *375 responses: '200': description: Response @@ -64900,8 +64928,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -64966,7 +64994,7 @@ paths: application/json: schema: *291 examples: - default: *483 + default: *484 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -64974,7 +65002,7 @@ paths: application/json: schema: *291 examples: - default: *483 + default: *484 '400': *14 '401': *25 '403': *29 @@ -65003,8 +65031,8 @@ paths: parameters: - *17 - *19 - - *373 - *374 + - *375 responses: '200': description: Response @@ -65068,8 +65096,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: - - *373 - *374 + - *375 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -65104,14 +65132,14 @@ paths: type: integer machines: type: array - items: &720 + items: &721 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *484 - required: *485 + properties: *485 + required: *486 examples: - default: &721 + default: &722 value: total_count: 2 machines: @@ -65151,8 +65179,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *373 - *374 + - *375 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -65236,8 +65264,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: - - *373 - *374 + - *375 - 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 @@ -65303,8 +65331,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -65322,7 +65350,7 @@ paths: type: integer secrets: type: array - items: &489 + items: &490 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -65342,7 +65370,7 @@ paths: - created_at - updated_at examples: - default: *486 + default: *487 headers: Link: *39 x-github: @@ -65365,16 +65393,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *373 - *374 + - *375 responses: '200': description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: *488 + default: *489 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -65394,17 +65422,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *373 - *374 + - *375 - *206 responses: '200': description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: *490 + default: *491 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65424,8 +65452,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: - - *373 - *374 + - *375 - *206 requestBody: required: true @@ -65478,8 +65506,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *373 - *374 + - *375 - *206 responses: '204': @@ -65508,8 +65536,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *373 - *374 + - *375 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -65551,7 +65579,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &491 + properties: &492 login: type: string example: octocat @@ -65644,7 +65672,7 @@ paths: user_view_type: type: string example: public - required: &492 + required: &493 - avatar_url - events_url - followers_url @@ -65718,8 +65746,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: - - *373 - *374 + - *375 - *218 responses: '204': @@ -65762,8 +65790,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *373 - *374 + - *375 - *218 requestBody: required: false @@ -65790,7 +65818,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &559 + schema: &560 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -66012,8 +66040,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *373 - *374 + - *375 - *218 responses: '204': @@ -66043,8 +66071,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *373 - *374 + - *375 - *218 responses: '200': @@ -66065,8 +66093,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *491 - required: *492 + properties: *492 + required: *493 nullable: true required: - permission @@ -66121,8 +66149,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -66132,7 +66160,7 @@ paths: application/json: schema: type: array - items: &493 + items: &494 title: Commit Comment description: Commit Comment type: object @@ -66190,7 +66218,7 @@ paths: - created_at - updated_at examples: - default: &496 + default: &497 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66249,17 +66277,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *373 - *374 + - *375 - *152 responses: '200': description: Response content: application/json: - schema: *493 + schema: *494 examples: - default: &497 + default: &498 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66316,8 +66344,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *373 - *374 + - *375 - *152 requestBody: required: true @@ -66340,7 +66368,7 @@ paths: description: Response content: application/json: - schema: *493 + schema: *494 examples: default: value: @@ -66391,8 +66419,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *373 - *374 + - *375 - *152 responses: '204': @@ -66414,8 +66442,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *373 - *374 + - *375 - *152 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -66442,9 +66470,9 @@ paths: application/json: schema: type: array - items: *362 + items: *363 examples: - default: *364 + default: *365 headers: Link: *39 '404': *6 @@ -66465,8 +66493,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *373 - *374 + - *375 - *152 requestBody: required: true @@ -66499,16 +66527,16 @@ paths: description: Reaction exists content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 '201': description: Reaction created content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 '422': *15 x-github: githubCloudOnly: false @@ -66530,10 +66558,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *373 - *374 + - *375 - *152 - - *365 + - *366 responses: '204': description: Response @@ -66582,8 +66610,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *373 - *374 + - *375 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -66639,9 +66667,9 @@ paths: application/json: schema: type: array - items: *494 + items: *495 examples: - default: &610 + default: &611 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -66735,9 +66763,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *373 - *374 - - &495 + - *375 + - &496 name: commit_sha description: The SHA of the commit. in: path @@ -66809,9 +66837,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *373 - *374 - - *495 + - *375 + - *496 - *17 - *19 responses: @@ -66821,9 +66849,9 @@ paths: application/json: schema: type: array - items: *493 + items: *494 examples: - default: *496 + default: *497 headers: Link: *39 x-github: @@ -66851,9 +66879,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *373 - *374 - - *495 + - *375 + - *496 requestBody: required: true content: @@ -66888,9 +66916,9 @@ paths: description: Response content: application/json: - schema: *493 + schema: *494 examples: - default: *497 + default: *498 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66918,9 +66946,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: - - *373 - *374 - - *495 + - *375 + - *496 - *17 - *19 responses: @@ -66930,7 +66958,7 @@ paths: application/json: schema: type: array - items: &601 + items: &602 title: Pull Request Simple description: Pull Request Simple type: object @@ -67036,8 +67064,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *498 - required: *499 + properties: *499 + required: *500 nullable: true active_lock_reason: type: string @@ -67133,7 +67161,7 @@ paths: _links: type: object properties: - comments: &500 + comments: &501 title: Link description: Hypermedia Link type: object @@ -67142,13 +67170,13 @@ paths: type: string required: - href - commits: *500 - statuses: *500 - html: *500 - issue: *500 - review_comments: *500 - review_comment: *500 - self: *500 + commits: *501 + statuses: *501 + html: *501 + issue: *501 + review_comments: *501 + review_comment: *501 + self: *501 required: - comments - commits @@ -67159,7 +67187,7 @@ paths: - review_comment - self author_association: *140 - auto_merge: &603 + auto_merge: &604 title: Auto merge description: The status of auto merging a pull request. type: object @@ -67222,7 +67250,7 @@ paths: - author_association - auto_merge examples: - default: &602 + default: &603 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -67759,11 +67787,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *373 - *374 + - *375 - *19 - *17 - - &501 + - &502 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)" @@ -67778,9 +67806,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: &588 + default: &589 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -67893,11 +67921,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: - - *373 - *374 - - *501 + - *375 - *502 - *503 + - *504 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -67931,9 +67959,9 @@ paths: type: integer check_runs: type: array - items: *446 + items: *447 examples: - default: *504 + default: *505 headers: Link: *39 x-github: @@ -67958,9 +67986,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: - - *373 - *374 - - *501 + - *375 + - *502 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -67968,7 +67996,7 @@ paths: schema: type: integer example: 1 - - *502 + - *503 - *17 - *19 responses: @@ -67986,7 +68014,7 @@ paths: type: integer check_suites: type: array - items: *451 + items: *452 examples: default: value: @@ -68186,9 +68214,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: - - *373 - *374 - - *501 + - *375 + - *502 - *17 - *19 responses: @@ -68386,9 +68414,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *373 - *374 - - *501 + - *375 + - *502 - *17 - *19 responses: @@ -68398,7 +68426,7 @@ paths: application/json: schema: type: array - items: &668 + items: &669 title: Status description: The status of a commit. type: object @@ -68479,7 +68507,7 @@ paths: site_admin: false headers: Link: *39 - '301': *387 + '301': *388 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68507,8 +68535,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *373 - *374 + - *375 responses: '200': description: Response @@ -68537,20 +68565,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *505 - required: *506 + properties: *506 + required: *507 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &507 + properties: &508 url: type: string format: uri html_url: type: string format: uri - required: &508 + required: &509 - url - html_url nullable: true @@ -68564,26 +68592,26 @@ paths: contributing: title: Community Health File type: object - properties: *507 - required: *508 + properties: *508 + required: *509 nullable: true readme: title: Community Health File type: object - properties: *507 - required: *508 + properties: *508 + required: *509 nullable: true issue_template: title: Community Health File type: object - properties: *507 - required: *508 + properties: *508 + required: *509 nullable: true pull_request_template: title: Community Health File type: object - properties: *507 - required: *508 + properties: *508 + required: *509 nullable: true required: - code_of_conduct @@ -68710,8 +68738,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *373 - *374 + - *375 - *19 - *17 - name: basehead @@ -68754,8 +68782,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *494 - merge_base_commit: *494 + base_commit: *495 + merge_base_commit: *495 status: type: string enum: @@ -68775,10 +68803,10 @@ paths: example: 6 commits: type: array - items: *494 + items: *495 files: type: array - items: *509 + items: *510 required: - url - html_url @@ -69064,8 +69092,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *373 - *374 + - *375 - name: path description: path parameter in: path @@ -69206,7 +69234,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &510 + response-if-content-is-a-file: &511 summary: Response if content is a file value: type: file @@ -69338,7 +69366,7 @@ paths: - size - type - url - - &615 + - &616 title: Content File description: Content File type: object @@ -69539,7 +69567,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *510 + response-if-content-is-a-file: *511 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -69608,7 +69636,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *511 + '302': *512 '304': *37 x-github: githubCloudOnly: false @@ -69631,8 +69659,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *373 - *374 + - *375 - name: path description: path parameter in: path @@ -69725,7 +69753,7 @@ paths: description: Response content: application/json: - schema: &512 + schema: &513 title: File Commit description: File Commit type: object @@ -69877,7 +69905,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: example-for-creating-a-file: value: @@ -69931,7 +69959,7 @@ paths: schema: oneOf: - *3 - - &541 + - &542 description: Repository rule violation was detected type: object properties: @@ -69952,7 +69980,7 @@ paths: items: type: object properties: - placeholder_id: &660 + placeholder_id: &661 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -69984,8 +70012,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *373 - *374 + - *375 - name: path description: path parameter in: path @@ -70046,7 +70074,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: default: value: @@ -70101,8 +70129,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *373 - *374 + - *375 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -70225,8 +70253,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *373 - *374 + - *375 - *245 - *246 - *247 @@ -70268,7 +70296,7 @@ paths: application/json: schema: type: array - items: &515 + items: &516 type: object description: A Dependabot alert. properties: @@ -70314,7 +70342,7 @@ paths: - unknown - direct - transitive - security_advisory: *513 + security_advisory: *514 security_vulnerability: *104 url: *105 html_url: *106 @@ -70345,7 +70373,7 @@ paths: nullable: true maxLength: 280 fixed_at: *110 - auto_dismissed_at: *514 + auto_dismissed_at: *515 required: - number - state @@ -70575,9 +70603,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *373 - *374 - - &516 + - *375 + - &517 name: alert_number in: path description: |- @@ -70592,7 +70620,7 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: default: value: @@ -70705,9 +70733,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *373 - *374 - - *516 + - *375 + - *517 requestBody: required: true content: @@ -70752,7 +70780,7 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: default: value: @@ -70881,8 +70909,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -70900,7 +70928,7 @@ paths: type: integer secrets: type: array - items: &519 + items: &520 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -70953,16 +70981,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *373 - *374 + - *375 responses: '200': description: Response content: application/json: - schema: *517 + schema: *518 examples: - default: *518 + default: *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70982,15 +71010,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *373 - *374 + - *375 - *206 responses: '200': description: Response content: application/json: - schema: *519 + schema: *520 examples: default: value: @@ -71016,8 +71044,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *373 - *374 + - *375 - *206 requestBody: required: true @@ -71070,8 +71098,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *373 - *374 + - *375 - *206 responses: '204': @@ -71094,8 +71122,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: - - *373 - *374 + - *375 - 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 @@ -71255,8 +71283,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: - - *373 - *374 + - *375 responses: '200': description: Response @@ -71495,8 +71523,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: - - *373 - *374 + - *375 requestBody: required: true content: @@ -71571,7 +71599,7 @@ paths: - version - url additionalProperties: false - metadata: &520 + metadata: &521 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -71604,7 +71632,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *520 + metadata: *521 resolved: type: object description: A collection of resolved package dependencies. @@ -71617,7 +71645,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *520 + metadata: *521 relationship: type: string description: A notation of whether a dependency is requested @@ -71746,8 +71774,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *373 - *374 + - *375 - name: sha description: The SHA recorded at creation time. in: query @@ -71787,9 +71815,9 @@ paths: application/json: schema: type: array - items: *521 + items: *522 examples: - default: *522 + default: *523 headers: Link: *39 x-github: @@ -71855,8 +71883,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -71937,7 +71965,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: simple-example: summary: Simple example @@ -72010,9 +72038,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *373 - *374 - - &523 + - *375 + - &524 name: deployment_id description: deployment_id parameter in: path @@ -72024,7 +72052,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: default: value: @@ -72089,9 +72117,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *373 - *374 - - *523 + - *375 + - *524 responses: '204': description: Response @@ -72113,9 +72141,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *373 - *374 - - *523 + - *375 + - *524 - *17 - *19 responses: @@ -72125,7 +72153,7 @@ paths: application/json: schema: type: array - items: &524 + items: &525 title: Deployment Status description: The status of a deployment. type: object @@ -72286,9 +72314,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *373 - *374 - - *523 + - *375 + - *524 requestBody: required: true content: @@ -72363,9 +72391,9 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: - default: &525 + default: &526 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -72421,9 +72449,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *373 - *374 - - *523 + - *375 + - *524 - name: status_id in: path required: true @@ -72434,9 +72462,9 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: - default: *525 + default: *526 '404': *6 x-github: githubCloudOnly: false @@ -72461,8 +72489,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -72519,8 +72547,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -72537,7 +72565,7 @@ paths: type: integer environments: type: array - items: &527 + items: &528 title: Environment description: Details of a deployment environment type: object @@ -72589,7 +72617,7 @@ paths: type: type: string example: wait_timer - wait_timer: &529 + wait_timer: &530 type: integer example: 30 description: The amount of time to delay a job after @@ -72626,7 +72654,7 @@ paths: items: type: object properties: - type: *526 + type: *527 reviewer: anyOf: - *4 @@ -72650,7 +72678,7 @@ paths: - id - node_id - type - deployment_branch_policy: &530 + deployment_branch_policy: &531 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -72766,9 +72794,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *373 - *374 - - &528 + - *375 + - &529 name: environment_name in: path required: true @@ -72781,9 +72809,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: &531 + default: &532 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -72867,9 +72895,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *373 - *374 - - *528 + - *375 + - *529 requestBody: required: false content: @@ -72878,7 +72906,7 @@ paths: type: object nullable: true properties: - wait_timer: *529 + wait_timer: *530 prevent_self_review: type: boolean example: false @@ -72895,13 +72923,13 @@ paths: items: type: object properties: - type: *526 + type: *527 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *530 + deployment_branch_policy: *531 additionalProperties: false examples: default: @@ -72921,9 +72949,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: *531 + default: *532 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -72947,9 +72975,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *373 - *374 - - *528 + - *375 + - *529 responses: '204': description: Default response @@ -72974,9 +73002,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *373 - *374 - - *528 + - *375 + - *529 - *17 - *19 responses: @@ -72994,7 +73022,7 @@ paths: example: 2 branch_policies: type: array - items: &532 + items: &533 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -73051,9 +73079,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *373 - *374 - - *528 + - *375 + - *529 requestBody: required: true content: @@ -73099,9 +73127,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - example-wildcard: &533 + example-wildcard: &534 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -73143,10 +73171,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *373 - *374 - - *528 - - &534 + - *375 + - *529 + - &535 name: branch_policy_id in: path required: true @@ -73158,9 +73186,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: *533 + default: *534 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73179,10 +73207,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *373 - *374 - - *528 - - *534 + - *375 + - *529 + - *535 requestBody: required: true content: @@ -73210,9 +73238,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: *533 + default: *534 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73231,10 +73259,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *373 - *374 - - *528 - - *534 + - *375 + - *529 + - *535 responses: '204': description: Response @@ -73259,9 +73287,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: - - *528 + - *529 + - *375 - *374 - - *373 responses: '200': description: List of deployment protection rules @@ -73277,7 +73305,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &535 + items: &536 title: Deployment protection rule description: Deployment protection rule type: object @@ -73296,7 +73324,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &536 + app: &537 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -73395,9 +73423,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: - - *528 + - *529 + - *375 - *374 - - *373 requestBody: content: application/json: @@ -73418,9 +73446,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *535 + schema: *536 examples: - default: &537 + default: &538 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -73455,9 +73483,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: - - *528 + - *529 + - *375 - *374 - - *373 - *19 - *17 responses: @@ -73476,7 +73504,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *536 + items: *537 examples: default: value: @@ -73511,10 +73539,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: - - *373 - *374 - - *528 - - &538 + - *375 + - *529 + - &539 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -73526,9 +73554,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: *537 + default: *538 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73549,10 +73577,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: - - *528 + - *529 + - *375 - *374 - - *373 - - *538 + - *539 responses: '204': description: Response @@ -73578,9 +73606,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *373 - *374 - - *528 + - *375 + - *529 - *17 - *19 responses: @@ -73598,9 +73626,9 @@ paths: type: integer secrets: type: array - items: *410 + items: *411 examples: - default: *411 + default: *412 headers: Link: *39 x-github: @@ -73625,17 +73653,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *373 - *374 - - *528 + - *375 + - *529 responses: '200': description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: *413 + default: *414 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73657,18 +73685,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *373 - *374 - - *528 + - *375 + - *529 - *206 responses: '200': description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: *539 + default: *540 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73690,9 +73718,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *373 - *374 - - *528 + - *375 + - *529 - *206 requestBody: required: true @@ -73750,9 +73778,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *373 - *374 - - *528 + - *375 + - *529 - *206 responses: '204': @@ -73778,10 +73806,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *373 - *374 - - *528 - - *397 + - *375 + - *529 + - *398 - *19 responses: '200': @@ -73798,9 +73826,9 @@ paths: type: integer variables: type: array - items: *414 + items: *415 examples: - default: *415 + default: *416 headers: Link: *39 x-github: @@ -73823,9 +73851,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *373 - *374 - - *528 + - *375 + - *529 requestBody: required: true content: @@ -73877,18 +73905,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *373 - *374 - - *528 + - *375 + - *529 - *209 responses: '200': description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: *540 + default: *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73909,10 +73937,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *373 - *374 + - *375 - *209 - - *528 + - *529 requestBody: required: true content: @@ -73954,10 +73982,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *373 - *374 + - *375 - *209 - - *528 + - *529 responses: '204': description: Response @@ -73979,8 +74007,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -74057,8 +74085,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *373 - *374 + - *375 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -74217,8 +74245,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *373 - *374 + - *375 requestBody: required: false content: @@ -74250,9 +74278,9 @@ paths: description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: *388 + default: *389 '400': *14 '422': *15 '403': *29 @@ -74273,8 +74301,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -74334,7 +74362,7 @@ paths: schema: oneOf: - *179 - - *541 + - *542 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74359,8 +74387,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *373 - *374 + - *375 - name: file_sha in: path required: true @@ -74459,8 +74487,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -74569,7 +74597,7 @@ paths: description: Response content: application/json: - schema: &542 + schema: &543 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -74783,15 +74811,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *373 - *374 - - *495 + - *375 + - *496 responses: '200': description: Response content: application/json: - schema: *542 + schema: *543 examples: default: value: @@ -74847,9 +74875,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *373 - *374 - - &543 + - *375 + - &544 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. @@ -74866,7 +74894,7 @@ paths: application/json: schema: type: array - items: &544 + items: &545 title: Git Reference description: Git references within a repository type: object @@ -74941,17 +74969,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *373 - *374 - - *543 + - *375 + - *544 responses: '200': description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: &545 + default: &546 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -74980,8 +75008,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -75010,9 +75038,9 @@ 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/git/refs/heads/featureA @@ -75038,9 +75066,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *373 - *374 - - *543 + - *375 + - *544 requestBody: required: true content: @@ -75069,9 +75097,9 @@ paths: description: Response content: application/json: - schema: *544 + schema: *545 examples: - default: *545 + default: *546 '422': *15 '409': *94 x-github: @@ -75089,9 +75117,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *373 - *374 - - *543 + - *375 + - *544 responses: '204': description: Response @@ -75144,8 +75172,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -75212,7 +75240,7 @@ paths: description: Response content: application/json: - schema: &547 + schema: &548 title: Git Tag description: Metadata for a Git tag type: object @@ -75263,7 +75291,7 @@ paths: - sha - type - url - verification: *546 + verification: *547 required: - sha - url @@ -75273,7 +75301,7 @@ paths: - tag - message examples: - default: &548 + default: &549 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -75346,8 +75374,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *373 - *374 + - *375 - name: tag_sha in: path required: true @@ -75358,9 +75386,9 @@ paths: description: Response content: application/json: - schema: *547 + schema: *548 examples: - default: *548 + default: *549 '404': *6 '409': *94 x-github: @@ -75384,8 +75412,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -75458,7 +75486,7 @@ paths: description: Response content: application/json: - schema: &549 + schema: &550 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -75570,8 +75598,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *373 - *374 + - *375 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -75594,7 +75622,7 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: default-response: summary: Default response @@ -75653,8 +75681,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -75664,7 +75692,7 @@ paths: application/json: schema: type: array - items: &550 + items: &551 title: Webhook description: Webhooks for repositories. type: object @@ -75718,7 +75746,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &798 + last_response: &799 title: Hook Response type: object properties: @@ -75792,8 +75820,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *373 - *374 + - *375 requestBody: required: false content: @@ -75845,9 +75873,9 @@ paths: description: Response content: application/json: - schema: *550 + schema: *551 examples: - default: &551 + default: &552 value: type: Repository id: 12345678 @@ -75895,17 +75923,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *373 - *374 + - *375 - *261 responses: '200': description: Response content: application/json: - schema: *550 + schema: *551 examples: - default: *551 + default: *552 '404': *6 x-github: githubCloudOnly: false @@ -75925,8 +75953,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *373 - *374 + - *375 - *261 requestBody: required: true @@ -75972,9 +76000,9 @@ paths: description: Response content: application/json: - schema: *550 + schema: *551 examples: - default: *551 + default: *552 '422': *15 '404': *6 x-github: @@ -75995,8 +76023,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *373 - *374 + - *375 - *261 responses: '204': @@ -76021,8 +76049,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *373 - *374 + - *375 - *261 responses: '200': @@ -76050,8 +76078,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *373 - *374 + - *375 - *261 requestBody: required: false @@ -76096,8 +76124,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *373 - *374 + - *375 - *261 - *17 - *262 @@ -76129,8 +76157,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *373 - *374 + - *375 - *261 - *16 responses: @@ -76159,8 +76187,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *373 - *374 + - *375 - *261 - *16 responses: @@ -76184,8 +76212,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *373 - *374 + - *375 - *261 responses: '204': @@ -76211,8 +76239,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *373 - *374 + - *375 - *261 responses: '204': @@ -76271,14 +76299,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *373 - *374 + - *375 responses: '200': description: Response content: application/json: - schema: &552 + schema: &553 title: Import description: A repository import from an external source. type: object @@ -76377,7 +76405,7 @@ paths: - html_url - authors_url examples: - default: &555 + default: &556 value: vcs: subversion use_lfs: true @@ -76393,7 +76421,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': &553 + '503': &554 description: Unavailable due to service under maintenance. content: application/json: @@ -76422,8 +76450,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -76471,7 +76499,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: default: value: @@ -76496,7 +76524,7 @@ paths: type: string '422': *15 '404': *6 - '503': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76524,8 +76552,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *373 - *374 + - *375 requestBody: required: false content: @@ -76574,7 +76602,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: example-1: summary: Example 1 @@ -76622,7 +76650,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': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76645,12 +76673,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *373 - *374 + - *375 responses: '204': description: Response - '503': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76676,9 +76704,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *373 - *374 - - &744 + - *375 + - &745 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -76692,7 +76720,7 @@ paths: application/json: schema: type: array - items: &554 + items: &555 title: Porter Author description: Porter Author type: object @@ -76746,7 +76774,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': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76771,8 +76799,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *373 - *374 + - *375 - name: author_id in: path required: true @@ -76802,7 +76830,7 @@ paths: description: Response content: application/json: - schema: *554 + schema: *555 examples: default: value: @@ -76815,7 +76843,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76839,8 +76867,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *373 - *374 + - *375 responses: '200': description: Response @@ -76881,7 +76909,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76909,8 +76937,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -76937,11 +76965,11 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: - default: *555 + default: *556 '422': *15 - '503': *553 + '503': *554 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76964,8 +76992,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: - - *373 - *374 + - *375 responses: '200': description: Response @@ -76973,8 +77001,8 @@ paths: application/json: schema: *22 examples: - default: *556 - '301': *387 + default: *557 + '301': *388 '404': *6 x-github: githubCloudOnly: false @@ -76994,8 +77022,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *373 - *374 + - *375 responses: '200': description: Response @@ -77008,7 +77036,7 @@ paths: properties: {} additionalProperties: false examples: - default: &558 + default: &559 value: limit: collaborators_only origin: repository @@ -77033,13 +77061,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *373 - *374 + - *375 requestBody: required: true content: application/json: - schema: *557 + schema: *558 examples: default: summary: Example request body @@ -77053,7 +77081,7 @@ paths: application/json: schema: *279 examples: - default: *558 + default: *559 '409': description: Response x-github: @@ -77075,8 +77103,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *373 - *374 + - *375 responses: '204': description: Response @@ -77099,8 +77127,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -77110,9 +77138,9 @@ paths: application/json: schema: type: array - items: *559 + items: *560 examples: - default: &737 + default: &738 value: - id: 1 repository: @@ -77243,8 +77271,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *373 - *374 + - *375 - *283 requestBody: required: false @@ -77274,7 +77302,7 @@ paths: description: Response content: application/json: - schema: *559 + schema: *560 examples: default: value: @@ -77405,8 +77433,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *373 - *374 + - *375 - *283 responses: '204': @@ -77438,8 +77466,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *373 - *374 + - *375 - 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 @@ -77512,7 +77540,7 @@ paths: type: array items: *153 examples: - default: &570 + default: &571 value: - id: 1 node_id: MDU6SXNzdWUx @@ -77660,7 +77688,7 @@ paths: state_reason: completed headers: Link: *39 - '301': *387 + '301': *388 '422': *15 '404': *6 x-github: @@ -77689,8 +77717,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -77774,7 +77802,7 @@ paths: application/json: schema: *153 examples: - default: &565 + default: &566 value: id: 1 node_id: MDU6SXNzdWUx @@ -77930,7 +77958,7 @@ paths: '422': *15 '503': *132 '404': *6 - '410': *384 + '410': *385 x-github: triggersNotification: true githubCloudOnly: false @@ -77958,8 +77986,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *373 - *374 + - *375 - *163 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -77980,9 +78008,9 @@ paths: application/json: schema: type: array - items: *560 + items: *561 examples: - default: &567 + default: &568 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -78040,17 +78068,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *373 - *374 + - *375 - *152 responses: '200': description: Response content: application/json: - schema: *560 + schema: *561 examples: - default: &561 + default: &562 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -78104,8 +78132,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *373 - *374 + - *375 - *152 requestBody: required: true @@ -78128,9 +78156,9 @@ paths: description: Response content: application/json: - schema: *560 + schema: *561 examples: - default: *561 + default: *562 '422': *15 x-github: githubCloudOnly: false @@ -78148,8 +78176,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *373 - *374 + - *375 - *152 responses: '204': @@ -78170,8 +78198,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *373 - *374 + - *375 - *152 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -78198,9 +78226,9 @@ paths: application/json: schema: type: array - items: *362 + items: *363 examples: - default: *364 + default: *365 headers: Link: *39 '404': *6 @@ -78221,8 +78249,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *373 - *374 + - *375 - *152 requestBody: required: true @@ -78255,16 +78283,16 @@ paths: description: Reaction exists content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 '201': description: Reaction created content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 '422': *15 x-github: githubCloudOnly: false @@ -78286,10 +78314,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *373 - *374 + - *375 - *152 - - *365 + - *366 responses: '204': description: Response @@ -78309,8 +78337,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -78320,7 +78348,7 @@ paths: application/json: schema: type: array - items: &564 + items: &565 title: Issue Event description: Issue Event type: object @@ -78363,8 +78391,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *562 - required: *563 + properties: *563 + required: *564 nullable: true label: title: Issue Event Label @@ -78671,8 +78699,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *373 - *374 + - *375 - name: event_id in: path required: true @@ -78683,7 +78711,7 @@ paths: description: Response content: application/json: - schema: *564 + schema: *565 examples: default: value: @@ -78876,7 +78904,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *384 + '410': *385 '403': *29 x-github: githubCloudOnly: false @@ -78910,9 +78938,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *373 - *374 - - &566 + - *375 + - &567 name: issue_number description: The number that identifies the issue. in: path @@ -78926,10 +78954,10 @@ paths: application/json: schema: *153 examples: - default: *565 - '301': *387 + default: *566 + '301': *388 '404': *6 - '410': *384 + '410': *385 '304': *37 x-github: githubCloudOnly: false @@ -78954,9 +78982,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *373 - *374 - - *566 + - *375 + - *567 requestBody: required: false content: @@ -79061,13 +79089,13 @@ paths: application/json: schema: *153 examples: - default: *565 + default: *566 '422': *15 '503': *132 '403': *29 - '301': *387 + '301': *388 '404': *6 - '410': *384 + '410': *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79085,9 +79113,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *373 - *374 - - *566 + - *375 + - *567 requestBody: required: false content: @@ -79115,7 +79143,7 @@ paths: application/json: schema: *153 examples: - default: *565 + default: *566 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79131,9 +79159,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *373 - *374 - - *566 + - *375 + - *567 requestBody: content: application/json: @@ -79160,7 +79188,7 @@ paths: application/json: schema: *153 examples: - default: *565 + default: *566 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79182,9 +79210,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: - - *373 - *374 - - *566 + - *375 + - *567 - name: assignee in: path required: true @@ -79224,9 +79252,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *373 - *374 - - *566 + - *375 + - *567 - *143 - *17 - *19 @@ -79237,13 +79265,13 @@ paths: application/json: schema: type: array - items: *560 + items: *561 examples: - default: *567 + default: *568 headers: Link: *39 '404': *6 - '410': *384 + '410': *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79272,9 +79300,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *373 - *374 - - *566 + - *375 + - *567 requestBody: required: true content: @@ -79296,16 +79324,16 @@ paths: description: Response content: application/json: - schema: *560 + schema: *561 examples: - default: *561 + default: *562 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *384 + '410': *385 '422': *15 '404': *6 x-github: @@ -79325,9 +79353,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *373 - *374 - - *566 + - *375 + - *567 - *17 - *19 responses: @@ -79341,7 +79369,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &571 + - &572 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -79395,7 +79423,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &572 + - &573 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -79531,7 +79559,7 @@ paths: - performed_via_github_app - assignee - assigner - - &573 + - &574 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -79582,7 +79610,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &574 + - &575 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -79633,7 +79661,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &575 + - &576 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -79687,7 +79715,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &576 + - &577 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -79734,7 +79762,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &577 + - &578 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -79781,7 +79809,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &578 + - &579 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -79841,7 +79869,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &579 + - &580 title: Locked Issue Event description: Locked Issue Event type: object @@ -79889,7 +79917,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &580 + - &581 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -79955,7 +79983,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &581 + - &582 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -80021,7 +80049,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &582 + - &583 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -80087,7 +80115,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &583 + - &584 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -80178,7 +80206,7 @@ paths: color: red headers: Link: *39 - '410': *384 + '410': *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80195,9 +80223,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *373 - *374 - - *566 + - *375 + - *567 - *17 - *19 responses: @@ -80207,7 +80235,7 @@ paths: application/json: schema: type: array - items: &568 + items: &569 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -80254,7 +80282,7 @@ paths: - color - default examples: - default: &569 + default: &570 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -80272,9 +80300,9 @@ paths: default: false headers: Link: *39 - '301': *387 + '301': *388 '404': *6 - '410': *384 + '410': *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80291,9 +80319,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *373 - *374 - - *566 + - *375 + - *567 requestBody: required: false content: @@ -80352,12 +80380,12 @@ paths: application/json: schema: type: array - items: *568 + items: *569 examples: - default: *569 - '301': *387 + default: *570 + '301': *388 '404': *6 - '410': *384 + '410': *385 '422': *15 x-github: githubCloudOnly: false @@ -80374,9 +80402,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *373 - *374 - - *566 + - *375 + - *567 requestBody: required: false content: @@ -80436,12 +80464,12 @@ paths: application/json: schema: type: array - items: *568 + items: *569 examples: - default: *569 - '301': *387 + default: *570 + '301': *388 '404': *6 - '410': *384 + '410': *385 '422': *15 x-github: githubCloudOnly: false @@ -80458,15 +80486,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *373 - *374 - - *566 + - *375 + - *567 responses: '204': description: Response - '301': *387 + '301': *388 '404': *6 - '410': *384 + '410': *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80485,9 +80513,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *373 - *374 - - *566 + - *375 + - *567 - name: name in: path required: true @@ -80500,7 +80528,7 @@ paths: application/json: schema: type: array - items: *568 + items: *569 examples: default: value: @@ -80511,9 +80539,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *387 + '301': *388 '404': *6 - '410': *384 + '410': *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80533,9 +80561,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *373 - *374 - - *566 + - *375 + - *567 requestBody: required: false content: @@ -80563,7 +80591,7 @@ paths: '204': description: Response '403': *29 - '410': *384 + '410': *385 '404': *6 '422': *15 x-github: @@ -80581,9 +80609,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *373 - *374 - - *566 + - *375 + - *567 responses: '204': description: Response @@ -80605,9 +80633,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *373 - *374 - - *566 + - *375 + - *567 - 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. @@ -80633,13 +80661,13 @@ paths: application/json: schema: type: array - items: *362 + items: *363 examples: - default: *364 + default: *365 headers: Link: *39 '404': *6 - '410': *384 + '410': *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80657,9 +80685,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *373 - *374 - - *566 + - *375 + - *567 requestBody: required: true content: @@ -80691,16 +80719,16 @@ paths: description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 '201': description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 '422': *15 x-github: githubCloudOnly: false @@ -80722,10 +80750,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *373 - *374 - - *566 - - *365 + - *375 + - *567 + - *366 responses: '204': description: Response @@ -80754,9 +80782,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *373 - *374 - - *566 + - *375 + - *567 requestBody: required: true content: @@ -80780,7 +80808,7 @@ paths: application/json: schema: *153 examples: - default: *565 + default: *566 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -80813,9 +80841,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *373 - *374 - - *566 + - *375 + - *567 - *17 - *19 responses: @@ -80827,11 +80855,11 @@ paths: type: array items: *153 examples: - default: *570 + default: *571 headers: Link: *39 '404': *6 - '410': *384 + '410': *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80859,9 +80887,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *373 - *374 - - *566 + - *375 + - *567 requestBody: required: true content: @@ -80890,14 +80918,14 @@ paths: application/json: schema: *153 examples: - default: *565 + default: *566 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *384 + '410': *385 '422': *15 '404': *6 x-github: @@ -80917,9 +80945,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *373 - *374 - - *566 + - *375 + - *567 requestBody: required: true content: @@ -80952,7 +80980,7 @@ paths: application/json: schema: *153 examples: - default: *565 + default: *566 '403': *29 '404': *6 '422': *7 @@ -80974,9 +81002,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *373 - *374 - - *566 + - *375 + - *567 - *17 - *19 responses: @@ -80991,7 +81019,6 @@ paths: description: Timeline Event type: object anyOf: - - *571 - *572 - *573 - *574 @@ -81004,6 +81031,7 @@ paths: - *581 - *582 - *583 + - *584 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -81308,7 +81336,7 @@ paths: type: string comments: type: array - items: &604 + items: &605 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -81517,7 +81545,7 @@ paths: type: string comments: type: array - items: *493 + items: *494 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -81806,7 +81834,7 @@ paths: headers: Link: *39 '404': *6 - '410': *384 + '410': *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81823,8 +81851,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -81834,7 +81862,7 @@ paths: application/json: schema: type: array - items: &584 + items: &585 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -81899,8 +81927,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -81936,9 +81964,9 @@ paths: description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: &585 + default: &586 value: id: 1 key: ssh-rsa AAA... @@ -81972,9 +82000,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *373 - *374 - - &586 + - *375 + - &587 name: key_id description: The unique identifier of the key. in: path @@ -81986,9 +82014,9 @@ paths: description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: *585 + default: *586 '404': *6 x-github: githubCloudOnly: false @@ -82006,9 +82034,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *373 - *374 - - *586 + - *375 + - *587 responses: '204': description: Response @@ -82028,8 +82056,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -82039,9 +82067,9 @@ paths: application/json: schema: type: array - items: *568 + items: *569 examples: - default: *569 + default: *570 headers: Link: *39 '404': *6 @@ -82062,8 +82090,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -82099,9 +82127,9 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: - default: &587 + default: &588 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -82133,8 +82161,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *373 - *374 + - *375 - name: name in: path required: true @@ -82145,9 +82173,9 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: - default: *587 + default: *588 '404': *6 x-github: githubCloudOnly: false @@ -82164,8 +82192,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *373 - *374 + - *375 - name: name in: path required: true @@ -82204,7 +82232,7 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: default: value: @@ -82230,8 +82258,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *373 - *374 + - *375 - name: name in: path required: true @@ -82257,8 +82285,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *373 - *374 + - *375 responses: '200': description: Response @@ -82294,8 +82322,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *373 - *374 + - *375 responses: '202': *95 '403': @@ -82323,8 +82351,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *373 - *374 + - *375 responses: '204': description: Response @@ -82350,9 +82378,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *373 - *374 - - *469 + - *375 + - *470 responses: '200': description: Response @@ -82497,8 +82525,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: - - *373 - *374 + - *375 requestBody: required: true content: @@ -82563,8 +82591,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -82598,9 +82626,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *494 + schema: *495 examples: - default: *588 + default: *589 '204': description: Response when already merged '404': @@ -82625,8 +82653,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *373 - *374 + - *375 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -82667,12 +82695,12 @@ paths: application/json: schema: type: array - items: &589 + items: &590 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *498 - required: *499 + properties: *499 + required: *500 examples: default: value: @@ -82728,8 +82756,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -82769,9 +82797,9 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: &590 + default: &591 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -82830,9 +82858,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *373 - *374 - - &591 + - *375 + - &592 name: milestone_number description: The number that identifies the milestone. in: path @@ -82844,9 +82872,9 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: *590 + default: *591 '404': *6 x-github: githubCloudOnly: false @@ -82863,9 +82891,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *373 - *374 - - *591 + - *375 + - *592 requestBody: required: false content: @@ -82903,9 +82931,9 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: *590 + default: *591 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82921,9 +82949,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *373 - *374 - - *591 + - *375 + - *592 responses: '204': description: Response @@ -82944,9 +82972,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: - - *373 - *374 - - *591 + - *375 + - *592 - *17 - *19 responses: @@ -82956,9 +82984,9 @@ paths: application/json: schema: type: array - items: *568 + items: *569 examples: - default: *569 + default: *570 headers: Link: *39 x-github: @@ -82977,12 +83005,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: - - *373 - *374 - - *592 + - *375 - *593 - - *143 - *594 + - *143 + - *595 - *17 - *19 responses: @@ -82994,7 +83022,7 @@ paths: type: array items: *166 examples: - default: *595 + default: *596 headers: Link: *39 x-github: @@ -83018,8 +83046,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *373 - *374 + - *375 requestBody: required: false content: @@ -83077,14 +83105,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *373 - *374 + - *375 responses: '200': description: Response content: application/json: - schema: &596 + schema: &597 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -83209,7 +83237,7 @@ paths: - custom_404 - public examples: - default: &597 + default: &598 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -83250,8 +83278,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -83305,9 +83333,9 @@ paths: description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *597 + default: *598 '422': *15 '409': *94 x-github: @@ -83330,8 +83358,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: - - *373 - *374 + - *375 requestBody: required: true content: @@ -83438,8 +83466,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *373 - *374 + - *375 responses: '204': description: Response @@ -83465,8 +83493,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -83476,7 +83504,7 @@ paths: application/json: schema: type: array - items: &598 + items: &599 title: Page Build description: Page Build type: object @@ -83570,8 +83598,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *373 - *374 + - *375 responses: '201': description: Response @@ -83616,16 +83644,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *373 - *374 + - *375 responses: '200': description: Response content: application/json: - schema: *598 + schema: *599 examples: - default: &599 + default: &600 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -83673,8 +83701,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *373 - *374 + - *375 - name: build_id in: path required: true @@ -83685,9 +83713,9 @@ paths: description: Response content: application/json: - schema: *598 + schema: *599 examples: - default: *599 + default: *600 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83707,8 +83735,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -83813,9 +83841,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: - - *373 - *374 - - &600 + - *375 + - &601 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -83873,9 +83901,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *373 - *374 - - *600 + - *375 + - *601 responses: '204': *118 '404': *6 @@ -83902,8 +83930,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: - - *373 - *374 + - *375 responses: '200': description: Response @@ -84161,8 +84189,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: - - *373 - *374 + - *375 responses: '200': description: Private vulnerability reporting status @@ -84199,8 +84227,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: - - *373 - *374 + - *375 responses: '204': *118 '422': *14 @@ -84221,8 +84249,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: - - *373 - *374 + - *375 responses: '204': *118 '422': *14 @@ -84245,8 +84273,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects parameters: - - *373 - *374 + - *375 - name: state description: Indicates the state of the projects to return. in: query @@ -84307,7 +84335,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *384 + '410': *385 '422': *7 x-github: githubCloudOnly: false @@ -84330,8 +84358,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -84359,11 +84387,11 @@ paths: application/json: schema: *319 examples: - default: *383 + default: *384 '401': *25 '403': *29 '404': *6 - '410': *384 + '410': *385 '422': *7 x-github: githubCloudOnly: false @@ -84386,8 +84414,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: - - *373 - *374 + - *375 responses: '200': description: Response @@ -84426,8 +84454,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: - - *373 - *374 + - *375 requestBody: required: true content: @@ -84489,8 +84517,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *373 - *374 + - *375 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -84550,9 +84578,9 @@ paths: application/json: schema: type: array - items: *601 + items: *602 examples: - default: *602 + default: *603 headers: Link: *39 '304': *37 @@ -84584,8 +84612,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -84650,7 +84678,7 @@ paths: description: Response content: application/json: - schema: &606 + schema: &607 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -84761,8 +84789,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *498 - required: *499 + properties: *499 + required: *500 nullable: true active_lock_reason: type: string @@ -84846,14 +84874,14 @@ paths: _links: type: object properties: - comments: *500 - commits: *500 - statuses: *500 - html: *500 - issue: *500 - review_comments: *500 - review_comment: *500 - self: *500 + comments: *501 + commits: *501 + statuses: *501 + html: *501 + issue: *501 + review_comments: *501 + review_comment: *501 + self: *501 required: - comments - commits @@ -84864,7 +84892,7 @@ paths: - review_comment - self author_association: *140 - auto_merge: *603 + auto_merge: *604 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -84956,7 +84984,7 @@ paths: - merged_by - review_comments examples: - default: &607 + default: &608 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -85483,8 +85511,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *373 - *374 + - *375 - name: sort in: query required: false @@ -85513,9 +85541,9 @@ paths: application/json: schema: type: array - items: *604 + items: *605 examples: - default: &609 + default: &610 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -85592,17 +85620,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: - - *373 - *374 + - *375 - *152 responses: '200': description: Response content: application/json: - schema: *604 + schema: *605 examples: - default: &605 + default: &606 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -85677,8 +85705,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: - - *373 - *374 + - *375 - *152 requestBody: required: true @@ -85701,9 +85729,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: - default: *605 + default: *606 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85719,8 +85747,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: - - *373 - *374 + - *375 - *152 responses: '204': @@ -85742,8 +85770,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: - - *373 - *374 + - *375 - *152 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -85770,9 +85798,9 @@ paths: application/json: schema: type: array - items: *362 + items: *363 examples: - default: *364 + default: *365 headers: Link: *39 '404': *6 @@ -85793,8 +85821,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: - - *373 - *374 + - *375 - *152 requestBody: required: true @@ -85827,16 +85855,16 @@ paths: description: Reaction exists content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 '201': description: Reaction created content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 '422': *15 x-github: githubCloudOnly: false @@ -85858,10 +85886,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *373 - *374 + - *375 - *152 - - *365 + - *366 responses: '204': description: Response @@ -85904,9 +85932,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *373 - *374 - - &608 + - *375 + - &609 name: pull_number description: The number that identifies the pull request. in: path @@ -85919,9 +85947,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *606 + schema: *607 examples: - default: *607 + default: *608 '304': *37 '404': *6 '406': @@ -85956,9 +85984,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *373 - *374 - - *608 + - *375 + - *609 requestBody: required: false content: @@ -86000,9 +86028,9 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: *607 + default: *608 '422': *15 '403': *29 x-github: @@ -86024,9 +86052,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: - - *373 - *374 - - *608 + - *375 + - *609 requestBody: required: true content: @@ -86088,7 +86116,7 @@ paths: application/json: schema: *291 examples: - default: *483 + default: *484 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -86096,7 +86124,7 @@ paths: application/json: schema: *291 examples: - default: *483 + default: *484 '401': *25 '403': *29 '404': *6 @@ -86126,9 +86154,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: - - *373 - *374 - - *608 + - *375 + - *609 - *163 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -86149,9 +86177,9 @@ paths: application/json: schema: type: array - items: *604 + items: *605 examples: - default: *609 + default: *610 headers: Link: *39 x-github: @@ -86184,9 +86212,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: - - *373 - *374 - - *608 + - *375 + - *609 requestBody: required: true content: @@ -86291,7 +86319,7 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: example-for-a-multi-line-comment: value: @@ -86379,9 +86407,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: - - *373 - *374 - - *608 + - *375 + - *609 - *152 requestBody: required: true @@ -86404,7 +86432,7 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: default: value: @@ -86490,9 +86518,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *373 - *374 - - *608 + - *375 + - *609 - *17 - *19 responses: @@ -86502,9 +86530,9 @@ paths: application/json: schema: type: array - items: *494 + items: *495 examples: - default: *610 + default: *611 headers: Link: *39 x-github: @@ -86534,9 +86562,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *373 - *374 - - *608 + - *375 + - *609 - *17 - *19 responses: @@ -86546,7 +86574,7 @@ paths: application/json: schema: type: array - items: *509 + items: *510 examples: default: value: @@ -86584,9 +86612,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: - - *373 - *374 - - *608 + - *375 + - *609 responses: '204': description: Response if pull request has been merged @@ -86609,9 +86637,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *373 - *374 - - *608 + - *375 + - *609 requestBody: required: false content: @@ -86722,9 +86750,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: - - *373 - *374 - - *608 + - *375 + - *609 responses: '200': description: Response @@ -86799,9 +86827,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: - - *373 - *374 - - *608 + - *375 + - *609 requestBody: required: false content: @@ -86838,7 +86866,7 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: default: value: @@ -87374,9 +87402,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: - - *373 - *374 - - *608 + - *375 + - *609 requestBody: required: true content: @@ -87410,7 +87438,7 @@ paths: description: Response content: application/json: - schema: *601 + schema: *602 examples: default: value: @@ -87915,9 +87943,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *373 - *374 - - *608 + - *375 + - *609 - *17 - *19 responses: @@ -87927,7 +87955,7 @@ paths: application/json: schema: type: array - items: &611 + items: &612 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -88078,9 +88106,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: - - *373 - *374 - - *608 + - *375 + - *609 requestBody: required: false content: @@ -88166,9 +88194,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: &613 + default: &614 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -88231,10 +88259,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: - - *373 - *374 - - *608 - - &612 + - *375 + - *609 + - &613 name: review_id description: The unique identifier of the review. in: path @@ -88246,9 +88274,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: &614 + default: &615 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -88307,10 +88335,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: - - *373 - *374 - - *608 - - *612 + - *375 + - *609 + - *613 requestBody: required: true content: @@ -88333,7 +88361,7 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: default: value: @@ -88395,18 +88423,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: - - *373 - *374 - - *608 - - *612 + - *375 + - *609 + - *613 responses: '200': description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: *613 + default: *614 '422': *7 '404': *6 x-github: @@ -88433,10 +88461,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: - - *373 - *374 - - *608 - - *612 + - *375 + - *609 + - *613 - *17 - *19 responses: @@ -88519,9 +88547,9 @@ paths: _links: type: object properties: - self: *500 - html: *500 - pull_request: *500 + self: *501 + html: *501 + pull_request: *501 required: - self - html @@ -88664,10 +88692,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: - - *373 - *374 - - *608 - - *612 + - *375 + - *609 + - *613 requestBody: required: true content: @@ -88695,7 +88723,7 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: default: value: @@ -88758,10 +88786,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: - - *373 - *374 - - *608 - - *612 + - *375 + - *609 + - *613 requestBody: required: true content: @@ -88796,9 +88824,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: *614 + default: *615 '404': *6 '422': *7 '403': *29 @@ -88820,9 +88848,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *373 - *374 - - *608 + - *375 + - *609 requestBody: required: false content: @@ -88885,8 +88913,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *373 - *374 + - *375 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -88899,9 +88927,9 @@ paths: description: Response content: application/json: - schema: *615 + schema: *616 examples: - default: &616 + default: &617 value: type: file encoding: base64 @@ -88943,8 +88971,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: - - *373 - *374 + - *375 - name: dir description: The alternate path to look for a README file in: path @@ -88964,9 +88992,9 @@ paths: description: Response content: application/json: - schema: *615 + schema: *616 examples: - default: *616 + default: *617 '404': *6 '422': *15 x-github: @@ -88988,8 +89016,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -88999,7 +89027,7 @@ paths: application/json: schema: type: array - items: &617 + items: &618 title: Release description: A release. type: object @@ -89062,7 +89090,7 @@ paths: author: *4 assets: type: array - items: &618 + items: &619 title: Release Asset description: Data related to a release. type: object @@ -89243,8 +89271,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -89320,9 +89348,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *618 examples: - default: &621 + default: &622 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -89425,9 +89453,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *373 - *374 - - &619 + - *375 + - &620 name: asset_id description: The unique identifier of the asset. in: path @@ -89439,9 +89467,9 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: - default: &620 + default: &621 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 @@ -89475,7 +89503,7 @@ paths: type: User site_admin: false '404': *6 - '302': *511 + '302': *512 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89491,9 +89519,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *373 - *374 - - *619 + - *375 + - *620 requestBody: required: false content: @@ -89521,9 +89549,9 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: - default: *620 + default: *621 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89539,9 +89567,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *373 - *374 - - *619 + - *375 + - *620 responses: '204': description: Response @@ -89565,8 +89593,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: - - *373 - *374 + - *375 requestBody: required: true content: @@ -89651,16 +89679,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *373 - *374 + - *375 responses: '200': description: Response content: application/json: - schema: *617 + schema: *618 examples: - default: *621 + default: *622 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89677,8 +89705,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *373 - *374 + - *375 - name: tag description: tag parameter in: path @@ -89691,9 +89719,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *618 examples: - default: *621 + default: *622 '404': *6 x-github: githubCloudOnly: false @@ -89715,9 +89743,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *373 - *374 - - &622 + - *375 + - &623 name: release_id description: The unique identifier of the release. in: path @@ -89731,9 +89759,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: *617 + schema: *618 examples: - default: *621 + default: *622 '401': description: Unauthorized x-github: @@ -89751,9 +89779,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *373 - *374 - - *622 + - *375 + - *623 requestBody: required: false content: @@ -89817,9 +89845,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *618 examples: - default: *621 + default: *622 '404': description: Not Found if the discussion category name is invalid content: @@ -89840,9 +89868,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *373 - *374 - - *622 + - *375 + - *623 responses: '204': description: Response @@ -89862,9 +89890,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *373 - *374 - - *622 + - *375 + - *623 - *17 - *19 responses: @@ -89874,7 +89902,7 @@ paths: application/json: schema: type: array - items: *618 + items: *619 examples: default: value: @@ -89955,9 +89983,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: - - *373 - *374 - - *622 + - *375 + - *623 - name: name in: query required: true @@ -89983,7 +90011,7 @@ paths: description: Response for successful upload content: application/json: - schema: *618 + schema: *619 examples: response-for-successful-upload: value: @@ -90037,9 +90065,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *373 - *374 - - *622 + - *375 + - *623 - 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. @@ -90063,9 +90091,9 @@ paths: application/json: schema: type: array - items: *362 + items: *363 examples: - default: *364 + default: *365 headers: Link: *39 '404': *6 @@ -90086,9 +90114,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *373 - *374 - - *622 + - *375 + - *623 requestBody: required: true content: @@ -90118,16 +90146,16 @@ paths: description: Reaction exists content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 '201': description: Reaction created content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 '422': *15 x-github: githubCloudOnly: false @@ -90149,10 +90177,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *373 - *374 - - *622 - - *365 + - *375 + - *623 + - *366 responses: '204': description: Response @@ -90176,9 +90204,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *373 - *374 - - *432 + - *375 + - *433 - *17 - *19 responses: @@ -90194,8 +90222,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *623 - - &625 + - *624 + - &626 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -90215,65 +90243,65 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *624 - *625 - - allOf: - *626 - - *625 - allOf: - *627 - - *625 + - *626 - allOf: - *628 - - *625 + - *626 - allOf: - *629 - - *625 + - *626 - allOf: - *630 - - *625 + - *626 - allOf: - *631 - - *625 + - *626 - allOf: - *632 - - *625 + - *626 - allOf: - *633 - - *625 + - *626 - allOf: - *634 - - *625 + - *626 - allOf: - *635 - - *625 + - *626 - allOf: - *636 - - *625 + - *626 - allOf: - *637 - - *625 + - *626 - allOf: - *638 - - *625 + - *626 - allOf: - *639 - - *625 + - *626 - allOf: - *640 - - *625 + - *626 - allOf: - *641 - - *625 + - *626 - allOf: - *642 - - *625 + - *626 - allOf: - *643 - - *625 + - *626 - allOf: - *644 - - *625 + - *626 + - allOf: + - *645 + - *626 examples: default: value: @@ -90312,8 +90340,8 @@ paths: category: repos subcategory: rules parameters: - - *373 - *374 + - *375 - *17 - *19 - name: includes_parents @@ -90324,7 +90352,7 @@ paths: schema: type: boolean default: true - - *645 + - *646 responses: '200': description: Response @@ -90379,8 +90407,8 @@ paths: category: repos subcategory: rules parameters: - - *373 - *374 + - *375 requestBody: description: Request body required: true @@ -90442,7 +90470,7 @@ paths: application/json: schema: *128 examples: - default: &654 + default: &655 value: id: 42 name: super cool ruleset @@ -90489,12 +90517,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *373 - *374 - - *646 - - *221 + - *375 - *647 + - *221 - *648 + - *649 - *17 - *19 responses: @@ -90502,9 +90530,9 @@ paths: description: Response content: application/json: - schema: *649 + schema: *650 examples: - default: *650 + default: *651 '404': *6 '500': *99 x-github: @@ -90525,17 +90553,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *373 - *374 - - *651 + - *375 + - *652 responses: '200': description: Response content: application/json: - schema: *652 + schema: *653 examples: - default: *653 + default: *654 '404': *6 '500': *99 x-github: @@ -90563,8 +90591,8 @@ paths: category: repos subcategory: rules parameters: - - *373 - *374 + - *375 - name: ruleset_id description: The ID of the ruleset. in: path @@ -90586,7 +90614,7 @@ paths: application/json: schema: *128 examples: - default: *654 + default: *655 '404': *6 '500': *99 put: @@ -90604,8 +90632,8 @@ paths: category: repos subcategory: rules parameters: - - *373 - *374 + - *375 - name: ruleset_id description: The ID of the ruleset. in: path @@ -90669,7 +90697,7 @@ paths: application/json: schema: *128 examples: - default: *654 + default: *655 '404': *6 '500': *99 delete: @@ -90687,8 +90715,8 @@ paths: category: repos subcategory: rules parameters: - - *373 - *374 + - *375 - name: ruleset_id description: The ID of the ruleset. in: path @@ -90711,8 +90739,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *373 - *374 + - *375 - *17 - *19 - name: ruleset_id @@ -90749,8 +90777,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *373 - *374 + - *375 - name: ruleset_id description: The ID of the ruleset. in: path @@ -90823,8 +90851,8 @@ 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: - - *373 - *374 + - *375 - *331 - *332 - *333 @@ -90832,8 +90860,8 @@ paths: - *86 - *19 - *17 - - *655 - *656 + - *657 - *335 - *336 - *337 @@ -90844,7 +90872,7 @@ paths: application/json: schema: type: array - items: &659 + items: &660 type: object properties: number: *100 @@ -90863,8 +90891,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *657 - resolution: *658 + state: *658 + resolution: *659 resolved_at: type: string format: date-time @@ -91082,15 +91110,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *373 - *374 - - *463 + - *375 + - *464 responses: '200': description: Response content: application/json: - schema: *659 + schema: *660 examples: default: value: @@ -91142,9 +91170,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: - - *373 - *374 - - *463 + - *375 + - *464 requestBody: required: true content: @@ -91152,8 +91180,8 @@ paths: schema: type: object properties: - state: *657 - resolution: *658 + state: *658 + resolution: *659 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -91171,7 +91199,7 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: default: value: @@ -91246,9 +91274,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: - - *373 - *374 - - *463 + - *375 + - *464 - *19 - *17 responses: @@ -91259,7 +91287,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &819 + items: &820 type: object properties: type: @@ -91618,8 +91646,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: - - *373 - *374 + - *375 requestBody: required: true content: @@ -91627,14 +91655,14 @@ paths: schema: type: object properties: - reason: &661 + reason: &662 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *660 + placeholder_id: *661 required: - reason - placeholder_id @@ -91651,7 +91679,7 @@ paths: schema: type: object properties: - reason: *661 + reason: *662 expire_at: type: string format: date-time @@ -91694,8 +91722,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: - - *373 - *374 + - *375 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -91710,7 +91738,7 @@ paths: properties: incremental_scans: type: array - items: &662 + items: &663 description: Information on a single scan performed by secret scanning on the repository type: object @@ -91736,15 +91764,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *662 + items: *663 backfill_scans: type: array - items: *662 + items: *663 custom_pattern_backfill_scans: type: array items: allOf: - - *662 + - *663 - type: object properties: pattern_name: @@ -91814,8 +91842,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *373 - *374 + - *375 - *86 - name: sort description: The property to sort the results by. @@ -91859,9 +91887,9 @@ paths: application/json: schema: type: array - items: *663 + items: *664 examples: - default: *664 + default: *665 '400': *14 '404': *6 x-github: @@ -91884,8 +91912,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: - - *373 - *374 + - *375 requestBody: required: true content: @@ -92045,9 +92073,9 @@ paths: description: Response content: application/json: - schema: *663 + schema: *664 examples: - default: &666 + default: &667 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -92280,8 +92308,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: - - *373 - *374 + - *375 requestBody: required: true content: @@ -92385,7 +92413,7 @@ paths: description: Response content: application/json: - schema: *663 + schema: *664 examples: default: value: @@ -92532,17 +92560,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: - - *373 - *374 - - *665 + - *375 + - *666 responses: '200': description: Response content: application/json: - schema: *663 + schema: *664 examples: - default: *666 + default: *667 '403': *29 '404': *6 x-github: @@ -92566,9 +92594,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: - - *373 - *374 - - *665 + - *375 + - *666 requestBody: required: true content: @@ -92727,10 +92755,10 @@ paths: description: Response content: application/json: - schema: *663 + schema: *664 examples: - default: *666 - add_credit: *666 + default: *667 + add_credit: *667 '403': *29 '404': *6 '422': @@ -92768,9 +92796,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: - - *373 - *374 - - *665 + - *375 + - *666 responses: '202': *95 '400': *14 @@ -92797,17 +92825,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: - - *373 - *374 - - *665 + - *375 + - *666 responses: '202': description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: *388 + default: *389 '400': *14 '422': *15 '403': *29 @@ -92833,8 +92861,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -92933,8 +92961,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *373 - *374 + - *375 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -92943,7 +92971,7 @@ paths: application/json: schema: type: array - items: &667 + items: &668 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -92976,8 +93004,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: - - *373 - *374 + - *375 responses: '200': description: Response @@ -93053,8 +93081,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *373 - *374 + - *375 responses: '200': description: Response @@ -93150,8 +93178,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *373 - *374 + - *375 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -93305,8 +93333,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: - - *373 - *374 + - *375 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -93316,7 +93344,7 @@ paths: application/json: schema: type: array - items: *667 + items: *668 examples: default: value: @@ -93349,8 +93377,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *373 - *374 + - *375 - name: sha in: path required: true @@ -93404,7 +93432,7 @@ paths: description: Response content: application/json: - schema: *668 + schema: *669 examples: default: value: @@ -93458,8 +93486,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -93491,14 +93519,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *373 - *374 + - *375 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &669 + schema: &670 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -93566,8 +93594,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *373 - *374 + - *375 requestBody: required: false content: @@ -93593,7 +93621,7 @@ paths: description: Response content: application/json: - schema: *669 + schema: *670 examples: default: value: @@ -93620,8 +93648,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *373 - *374 + - *375 responses: '204': description: Response @@ -93641,8 +93669,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -93721,8 +93749,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *373 - *374 + - *375 responses: '200': description: Response @@ -93730,7 +93758,7 @@ paths: application/json: schema: type: array - items: &670 + items: &671 title: Tag protection description: Tag protection type: object @@ -93782,8 +93810,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -93806,7 +93834,7 @@ paths: description: Response content: application/json: - schema: *670 + schema: *671 examples: default: value: @@ -93837,8 +93865,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *373 - *374 + - *375 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -93875,8 +93903,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *373 - *374 + - *375 - name: ref in: path required: true @@ -93912,8 +93940,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *373 - *374 + - *375 - *17 - *19 responses: @@ -93945,8 +93973,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *373 - *374 + - *375 - *19 - *17 responses: @@ -93954,7 +93982,7 @@ paths: description: Response content: application/json: - schema: &671 + schema: &672 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -93966,7 +93994,7 @@ paths: required: - names examples: - default: &672 + default: &673 value: names: - octocat @@ -93989,8 +94017,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -94021,9 +94049,9 @@ paths: description: Response content: application/json: - schema: *671 + schema: *672 examples: - default: *672 + default: *673 '404': *6 '422': *7 x-github: @@ -94044,9 +94072,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *373 - *374 - - &673 + - *375 + - &674 name: per description: The time frame to display results for. in: query @@ -94075,7 +94103,7 @@ paths: example: 128 clones: type: array - items: &674 + items: &675 title: Traffic type: object properties: @@ -94162,8 +94190,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *373 - *374 + - *375 responses: '200': description: Response @@ -94253,8 +94281,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *373 - *374 + - *375 responses: '200': description: Response @@ -94314,9 +94342,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *373 - *374 - - *673 + - *375 + - *674 responses: '200': description: Response @@ -94335,7 +94363,7 @@ paths: example: 3782 views: type: array - items: *674 + items: *675 required: - uniques - count @@ -94412,8 +94440,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *373 - *374 + - *375 requestBody: required: true content: @@ -94687,8 +94715,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: - - *373 - *374 + - *375 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -94711,8 +94739,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *373 - *374 + - *375 responses: '204': description: Response @@ -94734,8 +94762,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *373 - *374 + - *375 responses: '204': description: Response @@ -94761,8 +94789,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *373 - *374 + - *375 - name: ref in: path required: true @@ -94854,9 +94882,9 @@ paths: description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: *388 + default: *389 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -95007,7 +95035,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &682 + - &683 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -95016,7 +95044,7 @@ paths: schema: type: string example: members - - &687 + - &688 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -95027,7 +95055,7 @@ paths: default: 1 format: int32 example: 1 - - &688 + - &689 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -95069,7 +95097,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &676 + items: &677 allOf: - type: object required: @@ -95144,7 +95172,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: &689 + meta: &690 type: object description: The metadata associated with the creation/updates to the user. @@ -95204,31 +95232,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &677 + '400': &678 description: Bad request content: application/json: - schema: *675 + schema: *676 application/scim+json: - schema: *675 - '401': &678 + schema: *676 + '401': &679 description: Authorization failure - '403': &679 + '403': &680 description: Permission denied - '429': &680 + '429': &681 description: Too many requests content: application/json: - schema: *675 + schema: *676 application/scim+json: - schema: *675 - '500': &681 + schema: *676 + '500': &682 description: Internal server error content: application/json: - schema: *675 + schema: *676 application/scim+json: - schema: *675 + schema: *676 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95252,7 +95280,7 @@ paths: required: true content: application/json: - schema: &685 + schema: &686 type: object required: - schemas @@ -95308,9 +95336,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *676 + schema: *677 examples: - group: &683 + group: &684 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -95329,13 +95357,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': *677 - '401': *678 - '403': *679 - '409': &686 + '400': *678 + '401': *679 + '403': *680 + '409': &687 description: Duplicate record detected - '429': *680 - '500': *681 + '429': *681 + '500': *682 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95352,7 +95380,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: - - &684 + - &685 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -95360,22 +95388,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *682 + - *683 - *40 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *676 + schema: *677 examples: - default: *683 - '400': *677 - '401': *678 - '403': *679 + default: *684 + '400': *678 + '401': *679 + '403': *680 '404': *6 - '429': *680 - '500': *681 + '429': *681 + '500': *682 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95394,13 +95422,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: - - *684 + - *685 - *40 requestBody: required: true content: application/json: - schema: *685 + schema: *686 examples: group: summary: Group @@ -95426,17 +95454,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *676 + schema: *677 examples: - group: *683 - groupWithMembers: *683 - '400': *677 - '401': *678 - '403': *679 + group: *684 + groupWithMembers: *684 + '400': *678 + '401': *679 + '403': *680 '404': *6 - '409': *686 - '429': *680 - '500': *681 + '409': *687 + '429': *681 + '500': *682 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95460,13 +95488,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: - - *684 + - *685 - *40 requestBody: required: true content: application/json: - schema: &696 + schema: &697 type: object required: - Operations @@ -95526,17 +95554,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *676 + schema: *677 examples: - updateGroup: *683 - addMembers: *683 - '400': *677 - '401': *678 - '403': *679 + updateGroup: *684 + addMembers: *684 + '400': *678 + '401': *679 + '403': *680 '404': *6 - '409': *686 - '429': *680 - '500': *681 + '409': *687 + '429': *681 + '500': *682 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95552,17 +95580,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: - - *684 + - *685 - *40 responses: '204': description: Group was deleted, no content - '400': *677 - '401': *678 - '403': *679 + '400': *678 + '401': *679 + '403': *680 '404': *6 - '429': *680 - '500': *681 + '429': *681 + '500': *682 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95596,8 +95624,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *687 - *688 + - *689 - *40 responses: '200': @@ -95630,7 +95658,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &691 + items: &692 allOf: - type: object required: @@ -95709,7 +95737,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &690 + roles: &691 type: array description: The roles assigned to the user. items: @@ -95765,7 +95793,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *689 + meta: *690 startIndex: type: integer description: A starting index for the returned page @@ -95802,11 +95830,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *677 - '401': *678 - '403': *679 - '429': *680 - '500': *681 + '400': *678 + '401': *679 + '403': *680 + '429': *681 + '500': *682 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95830,7 +95858,7 @@ paths: required: true content: application/json: - schema: &694 + schema: &695 type: object required: - schemas @@ -95912,9 +95940,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *690 + roles: *691 examples: - user: &695 + user: &696 summary: User value: schemas: @@ -95961,9 +95989,9 @@ paths: description: User has been created content: application/scim+json: - schema: *691 + schema: *692 examples: - user: &692 + user: &693 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -95989,13 +96017,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: *692 - '400': *677 - '401': *678 - '403': *679 - '409': *686 - '429': *680 - '500': *681 + enterpriseOwner: *693 + '400': *678 + '401': *679 + '403': *680 + '409': *687 + '429': *681 + '500': *682 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96012,7 +96040,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: - - &693 + - &694 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -96025,15 +96053,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *691 + schema: *692 examples: - default: *692 - '400': *677 - '401': *678 - '403': *679 + default: *693 + '400': *678 + '401': *679 + '403': *680 '404': *6 - '429': *680 - '500': *681 + '429': *681 + '500': *682 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96055,30 +96083,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: - - *693 + - *694 - *40 requestBody: required: true content: application/json: - schema: *694 + schema: *695 examples: - user: *695 + user: *696 responses: '200': description: User was updated content: application/scim+json: - schema: *691 + schema: *692 examples: - user: *692 - '400': *677 - '401': *678 - '403': *679 + user: *693 + '400': *678 + '401': *679 + '403': *680 '404': *6 - '409': *686 - '429': *680 - '500': *681 + '409': *687 + '429': *681 + '500': *682 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96113,13 +96141,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: - - *693 + - *694 - *40 requestBody: required: true content: application/json: - schema: *696 + schema: *697 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -96159,18 +96187,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *691 - examples: - userMultiValuedProperties: *692 - userSingleValuedProperties: *692 - disableUser: *692 - '400': *677 - '401': *678 - '403': *679 + schema: *692 + examples: + userMultiValuedProperties: *693 + userSingleValuedProperties: *693 + disableUser: *693 + '400': *678 + '401': *679 + '403': *680 '404': *6 - '409': *686 - '429': *680 - '500': *681 + '409': *687 + '429': *681 + '500': *682 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96190,17 +96218,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: - - *693 + - *694 - *40 responses: '204': description: User was deleted, no content - '400': *677 - '401': *678 - '403': *679 + '400': *678 + '401': *679 + '403': *680 '404': *6 - '429': *680 - '500': *681 + '429': *681 + '500': *682 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96287,7 +96315,7 @@ paths: example: 1 Resources: type: array - items: &697 + items: &698 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -96518,22 +96546,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': &698 + '404': &699 description: Resource not found content: application/json: - schema: *675 + schema: *676 application/scim+json: - schema: *675 - '403': &699 + schema: *676 + '403': &700 description: Forbidden content: application/json: - schema: *675 + schema: *676 application/scim+json: - schema: *675 - '400': *677 - '429': *680 + schema: *676 + '400': *678 + '429': *681 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -96559,9 +96587,9 @@ paths: description: Response content: application/scim+json: - schema: *697 + schema: *698 examples: - default: &700 + default: &701 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -96584,17 +96612,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': *698 - '403': *699 - '500': *681 + '404': *699 + '403': *700 + '500': *682 '409': description: Conflict content: application/json: - schema: *675 + schema: *676 application/scim+json: - schema: *675 - '400': *677 + schema: *676 + '400': *678 requestBody: required: true content: @@ -96692,17 +96720,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *170 - - *693 + - *694 responses: '200': description: Response content: application/scim+json: - schema: *697 + schema: *698 examples: - default: *700 - '404': *698 - '403': *699 + default: *701 + '404': *699 + '403': *700 '304': *37 x-github: githubCloudOnly: true @@ -96726,18 +96754,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *170 - - *693 + - *694 responses: '200': description: Response content: application/scim+json: - schema: *697 + schema: *698 examples: - default: *700 + default: *701 '304': *37 - '404': *698 - '403': *699 + '404': *699 + '403': *700 requestBody: required: true content: @@ -96850,19 +96878,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *170 - - *693 + - *694 responses: '200': description: Response content: application/scim+json: - schema: *697 + schema: *698 examples: - default: *700 + default: *701 '304': *37 - '404': *698 - '403': *699 - '400': *677 + '404': *699 + '403': *700 + '400': *678 '429': description: Response content: @@ -96953,12 +96981,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *170 - - *693 + - *694 responses: '204': description: Response - '404': *698 - '403': *699 + '404': *699 + '403': *700 '304': *37 x-github: githubCloudOnly: true @@ -97091,7 +97119,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &701 + text_matches: &702 title: Search Result Text Matches type: array items: @@ -97254,7 +97282,7 @@ paths: enum: - author-date - committer-date - - &702 + - &703 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 @@ -97325,7 +97353,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *430 + properties: *431 nullable: true comment_count: type: integer @@ -97345,7 +97373,7 @@ paths: url: type: string format: uri - verification: *546 + verification: *547 required: - author - committer @@ -97364,7 +97392,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *430 + properties: *431 nullable: true parents: type: array @@ -97382,7 +97410,7 @@ paths: type: number node_id: type: string - text_matches: *701 + text_matches: *702 required: - sha - node_id @@ -97565,7 +97593,7 @@ paths: - interactions - created - updated - - *702 + - *703 - *17 - *19 - name: advanced_search @@ -97692,8 +97720,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *498 - required: *499 + properties: *499 + required: *500 nullable: true comments: type: integer @@ -97707,7 +97735,7 @@ paths: type: string format: date-time nullable: true - text_matches: *701 + text_matches: *702 pull_request: type: object properties: @@ -97935,7 +97963,7 @@ paths: enum: - created - updated - - *702 + - *703 - *17 - *19 responses: @@ -97979,7 +98007,7 @@ paths: nullable: true score: type: number - text_matches: *701 + text_matches: *702 required: - id - node_id @@ -98065,7 +98093,7 @@ paths: - forks - help-wanted-issues - updated - - *702 + - *703 - *17 - *19 responses: @@ -98304,7 +98332,7 @@ paths: - admin - pull - push - text_matches: *701 + text_matches: *702 temp_clone_token: type: string allow_merge_commit: @@ -98605,7 +98633,7 @@ paths: type: string format: uri nullable: true - text_matches: *701 + text_matches: *702 related: type: array nullable: true @@ -98798,7 +98826,7 @@ paths: - followers - repositories - joined - - *702 + - *703 - *17 - *19 responses: @@ -98902,7 +98930,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *701 + text_matches: *702 blog: type: string nullable: true @@ -98981,7 +99009,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &703 + - &704 name: team_id description: The unique identifier of the team. in: path @@ -98993,9 +99021,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '404': *6 x-github: githubCloudOnly: false @@ -99022,7 +99050,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *703 + - *704 requestBody: required: true content: @@ -99085,16 +99113,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '201': description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '404': *6 '422': *15 '403': *29 @@ -99122,7 +99150,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *703 + - *704 responses: '204': description: Response @@ -99153,7 +99181,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *703 + - *704 - *86 - *17 - *19 @@ -99164,9 +99192,9 @@ paths: application/json: schema: type: array - items: *356 + items: *357 examples: - default: *704 + default: *705 headers: Link: *39 x-github: @@ -99195,7 +99223,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *703 + - *704 requestBody: required: true content: @@ -99229,9 +99257,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: *357 + default: *358 x-github: triggersNotification: true githubCloudOnly: false @@ -99258,16 +99286,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *703 - - *358 + - *704 + - *359 responses: '200': description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: *357 + default: *358 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99292,8 +99320,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *703 - - *358 + - *704 + - *359 requestBody: required: false content: @@ -99316,9 +99344,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - default: *705 + default: *706 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99343,8 +99371,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *703 - - *358 + - *704 + - *359 responses: '204': description: Response @@ -99373,8 +99401,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *703 - - *358 + - *704 + - *359 - *86 - *17 - *19 @@ -99385,9 +99413,9 @@ paths: application/json: schema: type: array - items: *359 + items: *360 examples: - default: *706 + default: *707 headers: Link: *39 x-github: @@ -99416,8 +99444,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *703 - - *358 + - *704 + - *359 requestBody: required: true content: @@ -99439,9 +99467,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 x-github: triggersNotification: true githubCloudOnly: false @@ -99468,17 +99496,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *703 - - *358 - - *361 + - *704 + - *359 + - *362 responses: '200': description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *360 + default: *361 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99503,9 +99531,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *703 - - *358 - - *361 + - *704 + - *359 + - *362 requestBody: required: true content: @@ -99527,9 +99555,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *707 + default: *708 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99554,9 +99582,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *703 - - *358 - - *361 + - *704 + - *359 + - *362 responses: '204': description: Response @@ -99585,9 +99613,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *703 - - *358 - - *361 + - *704 + - *359 + - *362 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -99613,9 +99641,9 @@ paths: application/json: schema: type: array - items: *362 + items: *363 examples: - default: *364 + default: *365 headers: Link: *39 x-github: @@ -99644,9 +99672,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *703 - - *358 - - *361 + - *704 + - *359 + - *362 requestBody: required: true content: @@ -99678,9 +99706,9 @@ paths: description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99706,8 +99734,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *703 - - *358 + - *704 + - *359 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -99733,9 +99761,9 @@ paths: application/json: schema: type: array - items: *362 + items: *363 examples: - default: *364 + default: *365 headers: Link: *39 x-github: @@ -99764,8 +99792,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *703 - - *358 + - *704 + - *359 requestBody: required: true content: @@ -99797,9 +99825,9 @@ paths: description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *363 + default: *364 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99823,7 +99851,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *703 + - *704 - *17 - *19 responses: @@ -99861,7 +99889,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *703 + - *704 - name: role description: Filters members returned by their role in the team. in: query @@ -99912,7 +99940,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *703 + - *704 - *218 responses: '204': @@ -99949,7 +99977,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *703 + - *704 - *218 responses: '204': @@ -99989,7 +100017,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *703 + - *704 - *218 responses: '204': @@ -100026,16 +100054,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: - - *703 + - *704 - *218 responses: '200': description: Response content: application/json: - schema: *370 + schema: *371 examples: - response-if-user-is-a-team-maintainer: *708 + response-if-user-is-a-team-maintainer: *709 '404': *6 x-github: githubCloudOnly: false @@ -100068,7 +100096,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: - - *703 + - *704 - *218 requestBody: required: false @@ -100094,9 +100122,9 @@ paths: description: Response content: application/json: - schema: *370 + schema: *371 examples: - response-if-users-membership-with-team-is-now-pending: *709 + response-if-users-membership-with-team-is-now-pending: *710 '403': description: Forbidden if team synchronization is set up '422': @@ -100130,7 +100158,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: - - *703 + - *704 - *218 responses: '204': @@ -100159,7 +100187,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *703 + - *704 - *17 - *19 responses: @@ -100169,9 +100197,9 @@ paths: application/json: schema: type: array - items: *371 + items: *372 examples: - default: *710 + default: *711 headers: Link: *39 '404': *6 @@ -100197,16 +100225,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *703 - - *372 + - *704 + - *373 responses: '200': description: Response content: application/json: - schema: *371 + schema: *372 examples: - default: *711 + default: *712 '404': description: Not Found if project is not managed by this team x-github: @@ -100230,8 +100258,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *703 - - *372 + - *704 + - *373 requestBody: required: false content: @@ -100298,8 +100326,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *703 - - *372 + - *704 + - *373 responses: '204': description: Response @@ -100326,7 +100354,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *703 + - *704 - *17 - *19 responses: @@ -100368,15 +100396,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: - - *703 - - *373 + - *704 - *374 + - *375 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *712 + schema: *713 examples: alternative-response-with-extra-repository-information: value: @@ -100527,9 +100555,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: - - *703 - - *373 + - *704 - *374 + - *375 requestBody: required: false content: @@ -100579,9 +100607,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: - - *703 - - *373 + - *704 - *374 + - *375 responses: '204': description: Response @@ -100610,15 +100638,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: - - *703 + - *704 responses: '200': description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: *376 + default: *377 '403': *29 '404': *6 x-github: @@ -100645,7 +100673,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: - - *703 + - *704 requestBody: required: true content: @@ -100702,7 +100730,7 @@ paths: description: Response content: application/json: - schema: *375 + schema: *376 examples: default: value: @@ -100733,7 +100761,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *703 + - *704 - *17 - *19 responses: @@ -100745,7 +100773,7 @@ paths: type: array items: *284 examples: - response-if-child-teams-exist: *713 + response-if-child-teams-exist: *714 headers: Link: *39 '404': *6 @@ -100778,7 +100806,7 @@ paths: application/json: schema: oneOf: - - &715 + - &716 title: Private User description: Private User type: object @@ -100981,7 +101009,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *714 + - *715 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -101134,7 +101162,7 @@ paths: description: Response content: application/json: - schema: *715 + schema: *716 examples: default: value: @@ -101480,7 +101508,7 @@ paths: application/json: schema: *291 examples: - default: *483 + default: *484 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -101488,7 +101516,7 @@ paths: application/json: schema: *291 examples: - default: *483 + default: *484 '401': *25 '403': *29 '404': *6 @@ -101532,7 +101560,7 @@ paths: type: integer secrets: type: array - items: &716 + items: &717 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -101572,7 +101600,7 @@ paths: - visibility - selected_repositories_url examples: - default: *486 + default: *487 headers: Link: *39 x-github: @@ -101648,7 +101676,7 @@ paths: description: Response content: application/json: - schema: *716 + schema: *717 examples: default: value: @@ -101794,7 +101822,7 @@ paths: type: array items: *196 examples: - default: *717 + default: *718 '401': *25 '403': *29 '404': *6 @@ -101946,7 +101974,7 @@ paths: application/json: schema: *291 examples: - default: *483 + default: *484 '304': *37 '500': *99 '401': *25 @@ -102004,7 +102032,7 @@ paths: application/json: schema: *291 examples: - default: *483 + default: *484 '401': *25 '403': *29 '404': *6 @@ -102061,7 +102089,7 @@ paths: description: Response content: application/json: - schema: &718 + schema: &719 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -102102,7 +102130,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &719 + default: &720 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -102147,9 +102175,9 @@ paths: description: Response content: application/json: - schema: *718 + schema: *719 examples: - default: *719 + default: *720 '404': *6 x-github: githubCloudOnly: false @@ -102186,9 +102214,9 @@ paths: type: integer machines: type: array - items: *720 + items: *721 examples: - default: *721 + default: *722 '304': *37 '500': *99 '401': *25 @@ -102267,13 +102295,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *386 + repository: *387 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *484 - required: *485 + properties: *485 + required: *486 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -103055,7 +103083,7 @@ paths: application/json: schema: *291 examples: - default: *483 + default: *484 '304': *37 '500': *99 '400': *14 @@ -103095,7 +103123,7 @@ paths: application/json: schema: *291 examples: - default: *483 + default: *484 '500': *99 '401': *25 '403': *29 @@ -103127,7 +103155,7 @@ paths: type: array items: *303 examples: - default: &734 + default: &735 value: - id: 197 name: hello_docker @@ -103228,7 +103256,7 @@ paths: application/json: schema: type: array - items: &722 + items: &723 title: Email description: Email type: object @@ -103293,9 +103321,9 @@ paths: application/json: schema: type: array - items: *722 + items: *723 examples: - default: &736 + default: &737 value: - email: octocat@github.com verified: true @@ -103370,7 +103398,7 @@ paths: application/json: schema: type: array - items: *722 + items: *723 examples: default: value: @@ -103626,7 +103654,7 @@ paths: application/json: schema: type: array - items: &723 + items: &724 title: GPG Key description: A unique encryption key type: object @@ -103757,7 +103785,7 @@ paths: - subkeys - revoked examples: - default: &747 + default: &748 value: - id: 3 name: Octocat's GPG Key @@ -103842,9 +103870,9 @@ paths: description: Response content: application/json: - schema: *723 + schema: *724 examples: - default: &724 + default: &725 value: id: 3 name: Octocat's GPG Key @@ -103901,7 +103929,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: - - &725 + - &726 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -103913,9 +103941,9 @@ paths: description: Response content: application/json: - schema: *723 + schema: *724 examples: - default: *724 + default: *725 '404': *6 '304': *37 '403': *29 @@ -103938,7 +103966,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: - - *725 + - *726 responses: '204': description: Response @@ -104129,7 +104157,7 @@ paths: type: array items: *63 examples: - default: *726 + default: *727 headers: Link: *39 '404': *6 @@ -104243,7 +104271,7 @@ paths: required: true content: application/json: - schema: *557 + schema: *558 examples: default: value: @@ -104393,7 +104421,7 @@ paths: application/json: schema: type: array - items: &727 + items: &728 title: Key description: Key type: object @@ -104490,9 +104518,9 @@ paths: description: Response content: application/json: - schema: *727 + schema: *728 examples: - default: &728 + default: &729 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -104525,15 +104553,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: - - *586 + - *587 responses: '200': description: Response content: application/json: - schema: *727 + schema: *728 examples: - default: *728 + default: *729 '404': *6 '304': *37 '403': *29 @@ -104556,7 +104584,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: - - *586 + - *587 responses: '204': description: Response @@ -104589,7 +104617,7 @@ paths: application/json: schema: type: array - items: &729 + items: &730 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -104657,7 +104685,7 @@ paths: - account - plan examples: - default: &730 + default: &731 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -104719,9 +104747,9 @@ paths: application/json: schema: type: array - items: *729 + items: *730 examples: - default: *730 + default: *731 headers: Link: *39 '304': *37 @@ -105716,7 +105744,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *297 - - *731 + - *732 responses: '204': description: Response @@ -105789,7 +105817,7 @@ paths: type: array items: *58 examples: - default: *732 + default: *733 headers: Link: *39 '304': *37 @@ -105831,7 +105859,7 @@ paths: - docker - nuget - container - - *733 + - *734 - *19 - *17 responses: @@ -105843,8 +105871,8 @@ paths: type: array items: *303 examples: - default: *734 - '400': *735 + default: *735 + '400': *736 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -105873,7 +105901,7 @@ paths: application/json: schema: *303 examples: - default: &748 + default: &749 value: id: 40201 name: octo-name @@ -106326,9 +106354,9 @@ paths: application/json: schema: type: array - items: *722 + items: *723 examples: - default: *736 + default: *737 headers: Link: *39 '304': *37 @@ -106441,7 +106469,7 @@ paths: type: array items: *63 examples: - default: &743 + default: &744 summary: Default response value: - id: 1296269 @@ -106743,9 +106771,9 @@ paths: description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: *388 + default: *389 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -106783,9 +106811,9 @@ paths: application/json: schema: type: array - items: *559 + items: *560 examples: - default: *737 + default: *738 headers: Link: *39 '304': *37 @@ -106864,7 +106892,7 @@ paths: application/json: schema: type: array - items: &738 + items: &739 title: Social account description: Social media account type: object @@ -106879,7 +106907,7 @@ paths: - provider - url examples: - default: &739 + default: &740 value: - provider: twitter url: https://twitter.com/github @@ -106941,9 +106969,9 @@ paths: application/json: schema: type: array - items: *738 + items: *739 examples: - default: *739 + default: *740 '422': *15 '304': *37 '404': *6 @@ -107030,7 +107058,7 @@ paths: application/json: schema: type: array - items: &740 + items: &741 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -107050,7 +107078,7 @@ paths: - title - created_at examples: - default: &749 + default: &750 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -107116,9 +107144,9 @@ paths: description: Response content: application/json: - schema: *740 + schema: *741 examples: - default: &741 + default: &742 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -107149,7 +107177,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: - - &742 + - &743 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -107161,9 +107189,9 @@ paths: description: Response content: application/json: - schema: *740 + schema: *741 examples: - default: *741 + default: *742 '404': *6 '304': *37 '403': *29 @@ -107186,7 +107214,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: - - *742 + - *743 responses: '204': description: Response @@ -107215,7 +107243,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: - - &750 + - &751 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 @@ -107240,11 +107268,11 @@ paths: type: array items: *63 examples: - default-response: *743 + default-response: *744 application/vnd.github.v3.star+json: schema: type: array - items: &751 + items: &752 title: Starred Repository description: Starred Repository type: object @@ -107400,8 +107428,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: - - *373 - *374 + - *375 responses: '204': description: Response if this repository is starred by you @@ -107429,8 +107457,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: - - *373 - *374 + - *375 responses: '204': description: Response @@ -107454,8 +107482,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: - - *373 - *374 + - *375 responses: '204': description: Response @@ -107527,7 +107555,7 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: default: value: @@ -107613,10 +107641,10 @@ paths: application/json: schema: oneOf: + - *716 - *715 - - *714 examples: - default-response: &745 + default-response: &746 summary: Default response value: login: octocat @@ -107651,7 +107679,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &746 + response-with-git-hub-plan-information: &747 summary: Response with GitHub plan information value: login: octocat @@ -107711,7 +107739,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *744 + - *745 - *17 responses: '200': @@ -107760,11 +107788,11 @@ paths: application/json: schema: oneOf: + - *716 - *715 - - *714 examples: - default-response: *745 - response-with-git-hub-plan-information: *746 + default-response: *746 + response-with-git-hub-plan-information: *747 '404': *6 x-github: githubCloudOnly: false @@ -107840,7 +107868,7 @@ paths: bundle_url: type: string examples: - default: *426 + default: *427 '201': description: Response content: @@ -107881,7 +107909,7 @@ paths: type: array items: *303 examples: - default: *734 + default: *735 '403': *29 '401': *25 x-github: @@ -108285,9 +108313,9 @@ paths: application/json: schema: type: array - items: *723 + items: *724 examples: - default: *747 + default: *748 headers: Link: *39 x-github: @@ -108391,7 +108419,7 @@ paths: application/json: schema: *22 examples: - default: *556 + default: *557 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108469,7 +108497,7 @@ paths: type: array items: *58 examples: - default: *732 + default: *733 headers: Link: *39 x-github: @@ -108508,7 +108536,7 @@ paths: - docker - nuget - container - - *733 + - *734 - *218 - *19 - *17 @@ -108521,10 +108549,10 @@ paths: type: array items: *303 examples: - default: *734 + default: *735 '403': *29 '401': *25 - '400': *735 + '400': *736 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108554,7 +108582,7 @@ paths: application/json: schema: *303 examples: - default: *748 + default: *749 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109183,9 +109211,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *347 + default: *348 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109213,9 +109241,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109243,9 +109271,9 @@ paths: application/json: schema: type: array - items: *738 + items: *739 examples: - default: *739 + default: *740 headers: Link: *39 x-github: @@ -109275,9 +109303,9 @@ paths: application/json: schema: type: array - items: *740 + items: *741 examples: - default: *749 + default: *750 headers: Link: *39 x-github: @@ -109302,7 +109330,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *218 - - *750 + - *751 - *86 - *17 - *19 @@ -109314,11 +109342,11 @@ paths: schema: anyOf: - type: array - items: *751 + items: *752 - type: array items: *63 examples: - default-response: *743 + default-response: *744 headers: Link: *39 x-github: @@ -109477,7 +109505,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &752 + enterprise: &753 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -109535,7 +109563,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &753 + installation: &754 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -109554,7 +109582,7 @@ x-webhooks: required: - id - node_id - organization: &754 + organization: &755 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -109614,13 +109642,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &755 + repository: &756 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: &792 + properties: &793 id: description: Unique identifier of the repository example: 42 @@ -110303,7 +110331,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &793 + required: &794 - archive_url - assignees_url - blobs_url @@ -110454,10 +110482,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -110533,11 +110561,11 @@ x-webhooks: type: string enum: - created - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 - rule: &756 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 + rule: &757 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) @@ -110760,11 +110788,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 - rule: *756 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 + rule: *757 sender: *4 required: - action @@ -110947,11 +110975,11 @@ x-webhooks: - everyone required: - from - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 - rule: *756 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 + rule: *757 sender: *4 required: - action @@ -111022,7 +111050,7 @@ x-webhooks: required: true content: application/json: - schema: &759 + schema: &760 title: Exemption request cancellation event type: object properties: @@ -111030,11 +111058,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 - exemption_request: &757 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 + exemption_request: &758 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -111259,7 +111287,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &758 + items: &759 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -111367,7 +111395,7 @@ x-webhooks: required: true content: application/json: - schema: &760 + schema: &761 title: Exemption request completed event type: object properties: @@ -111375,11 +111403,11 @@ x-webhooks: type: string enum: - completed - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 - exemption_request: *757 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 + exemption_request: *758 sender: *4 required: - action @@ -111449,7 +111477,7 @@ x-webhooks: required: true content: application/json: - schema: &761 + schema: &762 title: Exemption request created event type: object properties: @@ -111457,11 +111485,11 @@ x-webhooks: type: string enum: - created - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 - exemption_request: *757 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 + exemption_request: *758 sender: *4 required: - action @@ -111531,7 +111559,7 @@ x-webhooks: required: true content: application/json: - schema: &762 + schema: &763 title: Exemption response dismissed event type: object properties: @@ -111539,12 +111567,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 - exemption_request: *757 - exemption_response: *758 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 + exemption_request: *758 + exemption_response: *759 sender: *4 required: - action @@ -111616,7 +111644,7 @@ x-webhooks: required: true content: application/json: - schema: &763 + schema: &764 title: Exemption response submitted event type: object properties: @@ -111624,12 +111652,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 - exemption_request: *757 - exemption_response: *758 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 + exemption_request: *758 + exemption_response: *759 sender: *4 required: - action @@ -111702,7 +111730,7 @@ x-webhooks: required: true content: application/json: - schema: *759 + schema: *760 responses: '200': description: Return a 200 status to indicate that the data was received @@ -111769,7 +111797,7 @@ x-webhooks: required: true content: application/json: - schema: *760 + schema: *761 responses: '200': description: Return a 200 status to indicate that the data was received @@ -111836,7 +111864,7 @@ x-webhooks: required: true content: application/json: - schema: *761 + schema: *762 responses: '200': description: Return a 200 status to indicate that the data was received @@ -111903,7 +111931,7 @@ x-webhooks: required: true content: application/json: - schema: *762 + schema: *763 responses: '200': description: Return a 200 status to indicate that the data was received @@ -111971,7 +111999,7 @@ x-webhooks: required: true content: application/json: - schema: *763 + schema: *764 responses: '200': description: Return a 200 status to indicate that the data was received @@ -112049,7 +112077,7 @@ x-webhooks: type: string enum: - completed - check_run: &765 + check_run: &766 title: CheckRun description: A check performed on the code of a given code change type: object @@ -112112,7 +112140,7 @@ x-webhooks: type: string pull_requests: type: array - items: *445 + items: *446 repository: *196 status: example: completed @@ -112150,7 +112178,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *764 + deployment: *765 details_url: example: https://example.com type: string @@ -112200,7 +112228,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *445 + items: *446 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -112235,9 +112263,9 @@ x-webhooks: - output - app - pull_requests - installation: *753 - organization: *754 - repository: *755 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - check_run @@ -112630,10 +112658,10 @@ x-webhooks: type: string enum: - created - check_run: *765 - installation: *753 - organization: *754 - repository: *755 + check_run: *766 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - check_run @@ -113029,10 +113057,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *765 - installation: *753 - organization: *754 - repository: *755 + check_run: *766 + installation: *754 + organization: *755 + repository: *756 requested_action: description: The action requested by the user. type: object @@ -113437,10 +113465,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *765 - installation: *753 - organization: *754 - repository: *755 + check_run: *766 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - check_run @@ -114417,10 +114445,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -115090,10 +115118,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -115757,10 +115785,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -115923,7 +115951,7 @@ x-webhooks: required: - login - id - dismissed_comment: *458 + dismissed_comment: *459 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -116068,20 +116096,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &766 + commit_oid: &767 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: *752 - installation: *753 - organization: *754 - ref: &767 + enterprise: *753 + installation: *754 + organization: *755 + ref: &768 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: *755 + repository: *756 sender: *4 required: - action @@ -116243,7 +116271,7 @@ x-webhooks: required: - login - id - dismissed_comment: *458 + dismissed_comment: *459 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -116473,12 +116501,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *766 - enterprise: *752 - installation: *753 - organization: *754 - ref: *767 - repository: *755 + commit_oid: *767 + enterprise: *753 + installation: *754 + organization: *755 + ref: *768 + repository: *756 sender: *4 required: - action @@ -116573,7 +116601,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *458 + dismissed_comment: *459 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -116741,12 +116769,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *766 - enterprise: *752 - installation: *753 - organization: *754 - ref: *767 - repository: *755 + commit_oid: *767 + enterprise: *753 + installation: *754 + organization: *755 + ref: *768 + repository: *756 sender: *4 required: - action @@ -116909,7 +116937,7 @@ x-webhooks: required: - login - id - dismissed_comment: *458 + dismissed_comment: *459 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -117075,12 +117103,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *766 - enterprise: *752 - installation: *753 - organization: *754 - ref: *767 - repository: *755 + commit_oid: *767 + enterprise: *753 + installation: *754 + organization: *755 + ref: *768 + repository: *756 sender: *4 required: - action @@ -117177,7 +117205,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *458 + dismissed_comment: *459 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -117345,16 +117373,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 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: *755 + repository: *756 sender: *4 required: - action @@ -117448,7 +117476,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *458 + dismissed_comment: *459 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -117588,12 +117616,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *766 - enterprise: *752 - installation: *753 - organization: *754 - ref: *767 - repository: *755 + commit_oid: *767 + enterprise: *753 + installation: *754 + organization: *755 + ref: *768 + repository: *756 sender: *4 required: - action @@ -117850,10 +117878,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -117933,18 +117961,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *754 - pusher_type: &768 + organization: *755 + pusher_type: &769 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &769 + ref: &770 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -117954,7 +117982,7 @@ x-webhooks: enum: - tag - branch - repository: *755 + repository: *756 sender: *4 required: - ref @@ -118037,9 +118065,9 @@ x-webhooks: enum: - created definition: *114 - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 sender: *4 required: - action @@ -118124,9 +118152,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 sender: *4 required: - action @@ -118204,9 +118232,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *114 - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 sender: *4 required: - action @@ -118284,9 +118312,9 @@ x-webhooks: enum: - updated definition: *114 - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 sender: *4 required: - action @@ -118363,10 +118391,10 @@ x-webhooks: type: string enum: - updated - enterprise: *752 - installation: *753 - repository: *755 - organization: *754 + enterprise: *753 + installation: *754 + repository: *756 + organization: *755 sender: *4 new_property_values: type: array @@ -118451,18 +118479,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *752 - installation: *753 - organization: *754 - pusher_type: *768 - ref: *769 + enterprise: *753 + installation: *754 + organization: *755 + pusher_type: *769 + ref: *770 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *755 + repository: *756 sender: *4 required: - ref @@ -118546,11 +118574,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *515 - installation: *753 - organization: *754 - enterprise: *752 - repository: *755 + alert: *516 + installation: *754 + organization: *755 + enterprise: *753 + repository: *756 sender: *4 required: - action @@ -118634,11 +118662,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *515 - installation: *753 - organization: *754 - enterprise: *752 - repository: *755 + alert: *516 + installation: *754 + organization: *755 + enterprise: *753 + repository: *756 sender: *4 required: - action @@ -118722,11 +118750,11 @@ x-webhooks: type: string enum: - created - alert: *515 - installation: *753 - organization: *754 - enterprise: *752 - repository: *755 + alert: *516 + installation: *754 + organization: *755 + enterprise: *753 + repository: *756 sender: *4 required: - action @@ -118808,11 +118836,11 @@ x-webhooks: type: string enum: - dismissed - alert: *515 - installation: *753 - organization: *754 - enterprise: *752 - repository: *755 + alert: *516 + installation: *754 + organization: *755 + enterprise: *753 + repository: *756 sender: *4 required: - action @@ -118894,11 +118922,11 @@ x-webhooks: type: string enum: - fixed - alert: *515 - installation: *753 - organization: *754 - enterprise: *752 - repository: *755 + alert: *516 + installation: *754 + organization: *755 + enterprise: *753 + repository: *756 sender: *4 required: - action @@ -118981,11 +119009,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *515 - installation: *753 - organization: *754 - enterprise: *752 - repository: *755 + alert: *516 + installation: *754 + organization: *755 + enterprise: *753 + repository: *756 sender: *4 required: - action @@ -119067,11 +119095,11 @@ x-webhooks: type: string enum: - reopened - alert: *515 - installation: *753 - organization: *754 - enterprise: *752 - repository: *755 + alert: *516 + installation: *754 + organization: *755 + enterprise: *753 + repository: *756 sender: *4 required: - action @@ -119148,9 +119176,9 @@ x-webhooks: type: string enum: - created - enterprise: *752 - installation: *753 - key: &770 + enterprise: *753 + installation: *754 + key: &771 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -119186,8 +119214,8 @@ x-webhooks: - verified - created_at - read_only - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -119264,11 +119292,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *752 - installation: *753 - key: *770 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + key: *771 + organization: *755 + repository: *756 sender: *4 required: - action @@ -119829,12 +119857,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 - workflow: &774 + workflow: &775 title: Workflow type: object nullable: true @@ -120560,13 +120588,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *521 + deployment: *522 pull_requests: type: array - items: *606 - repository: *755 - organization: *754 - installation: *753 + items: *607 + repository: *756 + organization: *755 + installation: *754 sender: *4 responses: '200': @@ -120637,7 +120665,7 @@ x-webhooks: type: string enum: - approved - approver: &771 + approver: &772 type: object properties: avatar_url: @@ -120680,11 +120708,11 @@ x-webhooks: type: string comment: type: string - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 - reviewers: &772 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 + reviewers: &773 type: array items: type: object @@ -120763,7 +120791,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &773 + workflow_job_run: &774 type: object properties: conclusion: @@ -121494,18 +121522,18 @@ x-webhooks: type: string enum: - rejected - approver: *771 + approver: *772 comment: type: string - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 - reviewers: *772 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 + reviewers: *773 sender: *4 since: type: string - workflow_job_run: *773 + workflow_job_run: *774 workflow_job_runs: type: array items: @@ -122209,13 +122237,13 @@ x-webhooks: type: string enum: - requested - enterprise: *752 + enterprise: *753 environment: type: string - installation: *753 - organization: *754 - repository: *755 - requestor: &779 + installation: *754 + organization: *755 + repository: *756 + requestor: &780 title: User type: object nullable: true @@ -124114,12 +124142,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 - workflow: *774 + workflow: *775 workflow_run: title: Deployment Workflow Run type: object @@ -124799,7 +124827,7 @@ x-webhooks: type: string enum: - answered - answer: &777 + answer: &778 type: object properties: author_association: @@ -124956,7 +124984,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &775 + discussion: &776 title: Discussion description: A Discussion in a repository. type: object @@ -125242,7 +125270,7 @@ x-webhooks: - id labels: type: array - items: *568 + items: *569 required: - repository_url - category @@ -125264,10 +125292,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -125394,11 +125422,11 @@ x-webhooks: - from required: - category - discussion: *775 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + discussion: *776 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -125481,11 +125509,11 @@ x-webhooks: type: string enum: - closed - discussion: *775 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + discussion: *776 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -125567,7 +125595,7 @@ x-webhooks: type: string enum: - created - comment: &776 + comment: &777 type: object properties: author_association: @@ -125724,11 +125752,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *775 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + discussion: *776 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -125811,12 +125839,12 @@ x-webhooks: type: string enum: - deleted - comment: *776 - discussion: *775 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + comment: *777 + discussion: *776 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -125911,12 +125939,12 @@ x-webhooks: - from required: - body - comment: *776 - discussion: *775 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + comment: *777 + discussion: *776 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -126000,11 +126028,11 @@ x-webhooks: type: string enum: - created - discussion: *775 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + discussion: *776 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -126086,11 +126114,11 @@ x-webhooks: type: string enum: - deleted - discussion: *775 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + discussion: *776 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -126190,11 +126218,11 @@ x-webhooks: type: string required: - from - discussion: *775 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + discussion: *776 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -126276,10 +126304,10 @@ x-webhooks: type: string enum: - labeled - discussion: *775 - enterprise: *752 - installation: *753 - label: &778 + discussion: *776 + enterprise: *753 + installation: *754 + label: &779 title: Label type: object properties: @@ -126311,8 +126339,8 @@ x-webhooks: - color - default - description - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -126395,11 +126423,11 @@ x-webhooks: type: string enum: - locked - discussion: *775 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + discussion: *776 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -126481,11 +126509,11 @@ x-webhooks: type: string enum: - pinned - discussion: *775 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + discussion: *776 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -126567,11 +126595,11 @@ x-webhooks: type: string enum: - reopened - discussion: *775 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + discussion: *776 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -126656,16 +126684,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *775 - new_repository: *755 + new_discussion: *776 + new_repository: *756 required: - new_discussion - new_repository - discussion: *775 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + discussion: *776 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -126748,10 +126776,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *775 - old_answer: *777 - organization: *754 - repository: *755 + discussion: *776 + old_answer: *778 + organization: *755 + repository: *756 sender: *4 required: - action @@ -126833,12 +126861,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *775 - enterprise: *752 - installation: *753 - label: *778 - organization: *754 - repository: *755 + discussion: *776 + enterprise: *753 + installation: *754 + label: *779 + organization: *755 + repository: *756 sender: *4 required: - action @@ -126921,11 +126949,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *775 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + discussion: *776 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -127007,11 +127035,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *775 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + discussion: *776 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -127083,7 +127111,7 @@ x-webhooks: required: true content: application/json: - schema: *761 + schema: *762 responses: '200': description: Return a 200 status to indicate that the data was received @@ -127149,7 +127177,7 @@ x-webhooks: required: true content: application/json: - schema: *763 + schema: *764 responses: '200': description: Return a 200 status to indicate that the data was received @@ -127215,7 +127243,7 @@ x-webhooks: required: true content: application/json: - schema: *759 + schema: *760 responses: '200': description: Return a 200 status to indicate that the data was received @@ -127281,7 +127309,7 @@ x-webhooks: required: true content: application/json: - schema: *760 + schema: *761 responses: '200': description: Return a 200 status to indicate that the data was received @@ -127347,7 +127375,7 @@ x-webhooks: required: true content: application/json: - schema: *761 + schema: *762 responses: '200': description: Return a 200 status to indicate that the data was received @@ -127413,7 +127441,7 @@ x-webhooks: required: true content: application/json: - schema: *762 + schema: *763 responses: '200': description: Return a 200 status to indicate that the data was received @@ -127479,7 +127507,7 @@ x-webhooks: required: true content: application/json: - schema: *763 + schema: *764 responses: '200': description: Return a 200 status to indicate that the data was received @@ -127546,7 +127574,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *752 + enterprise: *753 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -128206,9 +128234,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *753 - organization: *754 - repository: *755 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - forkee @@ -128354,9 +128382,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 pages: description: The pages that were updated. type: array @@ -128393,7 +128421,7 @@ x-webhooks: - action - sha - html_url - repository: *755 + repository: *756 sender: *4 required: - pages @@ -128469,10 +128497,10 @@ x-webhooks: type: string enum: - created - enterprise: *752 + enterprise: *753 installation: *22 - organization: *754 - repositories: &780 + organization: *755 + repositories: &781 description: An array of repository objects that the installation can access. type: array @@ -128498,8 +128526,8 @@ x-webhooks: - name - full_name - private - repository: *755 - requester: *779 + repository: *756 + requester: *780 sender: *4 required: - action @@ -128574,11 +128602,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *752 + enterprise: *753 installation: *22 - organization: *754 - repositories: *780 - repository: *755 + organization: *755 + repositories: *781 + repository: *756 requester: nullable: true sender: *4 @@ -128654,11 +128682,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *752 + enterprise: *753 installation: *22 - organization: *754 - repositories: *780 - repository: *755 + organization: *755 + repositories: *781 + repository: *756 requester: nullable: true sender: *4 @@ -128734,10 +128762,10 @@ x-webhooks: type: string enum: - added - enterprise: *752 + enterprise: *753 installation: *22 - organization: *754 - repositories_added: &781 + organization: *755 + repositories_added: &782 description: An array of repository objects, which were added to the installation. type: array @@ -128783,15 +128811,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *755 - repository_selection: &782 + repository: *756 + repository_selection: &783 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *779 + requester: *780 sender: *4 required: - action @@ -128870,10 +128898,10 @@ x-webhooks: type: string enum: - removed - enterprise: *752 + enterprise: *753 installation: *22 - organization: *754 - repositories_added: *781 + organization: *755 + repositories_added: *782 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -128900,9 +128928,9 @@ x-webhooks: - name - full_name - private - repository: *755 - repository_selection: *782 - requester: *779 + repository: *756 + repository_selection: *783 + requester: *780 sender: *4 required: - action @@ -128981,11 +129009,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *752 + enterprise: *753 installation: *22 - organization: *754 - repositories: *780 - repository: *755 + organization: *755 + repositories: *781 + repository: *756 requester: nullable: true sender: *4 @@ -129164,10 +129192,10 @@ x-webhooks: type: string required: - from - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 target_type: type: string @@ -129246,11 +129274,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *752 + enterprise: *753 installation: *22 - organization: *754 - repositories: *780 - repository: *755 + organization: *755 + repositories: *781 + repository: *756 requester: nullable: true sender: *4 @@ -129502,8 +129530,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -130659,8 +130687,8 @@ x-webhooks: - state - locked - assignee - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -130740,7 +130768,7 @@ x-webhooks: type: string enum: - deleted - comment: &783 + comment: &784 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -130905,8 +130933,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -132060,8 +132088,8 @@ x-webhooks: - state - locked - assignee - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -132141,7 +132169,7 @@ x-webhooks: type: string enum: - edited - changes: &811 + changes: &812 description: The changes to the comment. type: object properties: @@ -132153,9 +132181,9 @@ x-webhooks: type: string required: - from - comment: *783 - enterprise: *752 - installation: *753 + comment: *784 + enterprise: *753 + installation: *754 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -133310,8 +133338,8 @@ x-webhooks: - state - locked - assignee - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -133393,10 +133421,10 @@ x-webhooks: type: string enum: - assigned - assignee: *779 - enterprise: *752 - installation: *753 - issue: &786 + assignee: *780 + enterprise: *753 + installation: *754 + issue: &787 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -134315,8 +134343,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -134396,8 +134424,8 @@ x-webhooks: type: string enum: - closed - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -135456,8 +135484,8 @@ x-webhooks: required: - state - closed_at - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -135536,8 +135564,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -136449,8 +136477,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -136529,8 +136557,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -137445,7 +137473,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &784 + milestone: &785 title: Milestone description: A collection of related issues and pull requests. type: object @@ -137583,8 +137611,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -137683,8 +137711,8 @@ x-webhooks: type: string required: - from - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -138603,9 +138631,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *778 - organization: *754 - repository: *755 + label: *779 + organization: *755 + repository: *756 sender: *4 required: - action @@ -138685,8 +138713,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -139604,9 +139632,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *778 - organization: *754 - repository: *755 + label: *779 + organization: *755 + repository: *756 sender: *4 required: - action @@ -139686,8 +139714,8 @@ x-webhooks: type: string enum: - locked - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -140606,8 +140634,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -140686,8 +140714,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -141600,9 +141628,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *784 - organization: *754 - repository: *755 + milestone: *785 + organization: *755 + repository: *756 sender: *4 required: - action @@ -143063,8 +143091,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -143982,8 +144010,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -144063,9 +144091,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *752 - installation: *753 - issue: &785 + enterprise: *753 + installation: *754 + issue: &786 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -144977,8 +145005,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -145057,8 +145085,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -145976,8 +146004,8 @@ x-webhooks: user_view_type: type: string type: *285 - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -147440,11 +147468,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *752 - installation: *753 - issue: *785 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + issue: *786 + organization: *755 + repository: *756 sender: *4 required: - action @@ -147524,12 +147552,12 @@ x-webhooks: type: string enum: - typed - enterprise: *752 - installation: *753 - issue: *786 + enterprise: *753 + installation: *754 + issue: *787 type: *285 - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -147610,7 +147638,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &814 + assignee: &815 title: User type: object nullable: true @@ -147680,11 +147708,11 @@ x-webhooks: required: - login - id - enterprise: *752 - installation: *753 - issue: *786 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + issue: *787 + organization: *755 + repository: *756 sender: *4 required: - action @@ -147763,12 +147791,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *752 - installation: *753 - issue: *786 - label: *778 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + issue: *787 + label: *779 + organization: *755 + repository: *756 sender: *4 required: - action @@ -147848,8 +147876,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -148766,8 +148794,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -148847,11 +148875,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *752 - installation: *753 - issue: *785 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + issue: *786 + organization: *755 + repository: *756 sender: *4 required: - action @@ -148930,12 +148958,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *752 - installation: *753 - issue: *786 + enterprise: *753 + installation: *754 + issue: *787 type: *285 - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -149015,11 +149043,11 @@ x-webhooks: type: string enum: - created - enterprise: *752 - installation: *753 - label: *778 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + label: *779 + organization: *755 + repository: *756 sender: *4 required: - action @@ -149097,11 +149125,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *752 - installation: *753 - label: *778 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + label: *779 + organization: *755 + repository: *756 sender: *4 required: - action @@ -149211,11 +149239,11 @@ x-webhooks: type: string required: - from - enterprise: *752 - installation: *753 - label: *778 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + label: *779 + organization: *755 + repository: *756 sender: *4 required: - action @@ -149297,9 +149325,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *752 - installation: *753 - marketplace_purchase: &787 + enterprise: *753 + installation: *754 + marketplace_purchase: &788 title: Marketplace Purchase type: object required: @@ -149382,8 +149410,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *754 - previous_marketplace_purchase: &788 + organization: *755 + previous_marketplace_purchase: &789 title: Marketplace Purchase type: object properties: @@ -149463,7 +149491,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *755 + repository: *756 sender: *4 required: - action @@ -149543,10 +149571,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *752 - installation: *753 - marketplace_purchase: *787 - organization: *754 + enterprise: *753 + installation: *754 + marketplace_purchase: *788 + organization: *755 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -149629,7 +149657,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *755 + repository: *756 sender: *4 required: - action @@ -149711,10 +149739,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *752 - installation: *753 - marketplace_purchase: *787 - organization: *754 + enterprise: *753 + installation: *754 + marketplace_purchase: *788 + organization: *755 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -149796,7 +149824,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *755 + repository: *756 sender: *4 required: - action @@ -149877,8 +149905,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 marketplace_purchase: title: Marketplace Purchase type: object @@ -149960,9 +149988,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *754 - previous_marketplace_purchase: *788 - repository: *755 + organization: *755 + previous_marketplace_purchase: *789 + repository: *756 sender: *4 required: - action @@ -150042,12 +150070,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *752 - installation: *753 - marketplace_purchase: *787 - organization: *754 - previous_marketplace_purchase: *788 - repository: *755 + enterprise: *753 + installation: *754 + marketplace_purchase: *788 + organization: *755 + previous_marketplace_purchase: *789 + repository: *756 sender: *4 required: - action @@ -150149,11 +150177,11 @@ x-webhooks: type: string required: - to - enterprise: *752 - installation: *753 - member: *779 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + member: *780 + organization: *755 + repository: *756 sender: *4 required: - action @@ -150253,11 +150281,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *752 - installation: *753 - member: *779 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + member: *780 + organization: *755 + repository: *756 sender: *4 required: - action @@ -150336,11 +150364,11 @@ x-webhooks: type: string enum: - removed - enterprise: *752 - installation: *753 - member: *779 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + member: *780 + organization: *755 + repository: *756 sender: *4 required: - action @@ -150418,11 +150446,11 @@ x-webhooks: type: string enum: - added - enterprise: *752 - installation: *753 - member: *779 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + member: *780 + organization: *755 + repository: *756 scope: description: The scope of the membership. Currently, can only be `team`. @@ -150498,7 +150526,7 @@ x-webhooks: required: - login - id - team: &789 + team: &790 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -150688,11 +150716,11 @@ x-webhooks: type: string enum: - removed - enterprise: *752 - installation: *753 - member: *779 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + member: *780 + organization: *755 + repository: *756 scope: description: The scope of the membership. Currently, can only be `team`. @@ -150769,7 +150797,7 @@ x-webhooks: required: - login - id - team: *789 + team: *790 required: - action - scope @@ -150851,8 +150879,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *753 - merge_group: &791 + installation: *754 + merge_group: &792 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -150871,15 +150899,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *790 + head_commit: *791 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -150965,10 +150993,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *753 - merge_group: *791 - organization: *754 - repository: *755 + installation: *754 + merge_group: *792 + organization: *755 + repository: *756 sender: *4 required: - action @@ -151041,7 +151069,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *752 + enterprise: *753 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -151149,16 +151177,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *753 - organization: *754 + installation: *754 + organization: *755 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: *792 - required: *793 + properties: *793 + required: *794 nullable: true sender: *4 required: @@ -151239,11 +151267,11 @@ x-webhooks: type: string enum: - closed - enterprise: *752 - installation: *753 - milestone: *784 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + milestone: *785 + organization: *755 + repository: *756 sender: *4 required: - action @@ -151322,9 +151350,9 @@ x-webhooks: type: string enum: - created - enterprise: *752 - installation: *753 - milestone: &794 + enterprise: *753 + installation: *754 + milestone: &795 title: Milestone description: A collection of related issues and pull requests. type: object @@ -151461,8 +151489,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -151541,11 +151569,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *752 - installation: *753 - milestone: *784 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + milestone: *785 + organization: *755 + repository: *756 sender: *4 required: - action @@ -151655,11 +151683,11 @@ x-webhooks: type: string required: - from - enterprise: *752 - installation: *753 - milestone: *784 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + milestone: *785 + organization: *755 + repository: *756 sender: *4 required: - action @@ -151739,11 +151767,11 @@ x-webhooks: type: string enum: - opened - enterprise: *752 - installation: *753 - milestone: *794 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + milestone: *795 + organization: *755 + repository: *756 sender: *4 required: - action @@ -151822,11 +151850,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *779 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + blocked_user: *780 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -151905,11 +151933,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *779 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + blocked_user: *780 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -151988,9 +152016,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *752 - installation: *753 - membership: &795 + enterprise: *753 + installation: *754 + membership: &796 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -152082,8 +152110,8 @@ x-webhooks: - role - organization_url - user - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 required: - action @@ -152161,11 +152189,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *752 - installation: *753 - membership: *795 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + membership: *796 + organization: *755 + repository: *756 sender: *4 required: - action @@ -152244,8 +152272,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -152361,10 +152389,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 - user: *779 + user: *780 required: - action - invitation @@ -152442,11 +152470,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *752 - installation: *753 - membership: *795 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + membership: *796 + organization: *755 + repository: *756 sender: *4 required: - action @@ -152533,11 +152561,11 @@ x-webhooks: properties: from: type: string - enterprise: *752 - installation: *753 - membership: *795 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + membership: *796 + organization: *755 + repository: *756 sender: *4 required: - action @@ -152613,9 +152641,9 @@ x-webhooks: type: string enum: - published - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 package: description: Information about the package. type: object @@ -153114,7 +153142,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &796 + items: &797 title: Ruby Gems metadata type: object properties: @@ -153209,7 +153237,7 @@ x-webhooks: - owner - package_version - registry - repository: *755 + repository: *756 sender: *4 required: - action @@ -153285,9 +153313,9 @@ x-webhooks: type: string enum: - updated - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 package: description: Information about the package. type: object @@ -153640,7 +153668,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *796 + items: *797 source_url: type: string format: uri @@ -153710,7 +153738,7 @@ x-webhooks: - owner - package_version - registry - repository: *755 + repository: *756 sender: *4 required: - action @@ -153887,12 +153915,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *752 + enterprise: *753 id: type: integer - installation: *753 - organization: *754 - repository: *755 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - id @@ -153969,7 +153997,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &797 + personal_access_token_request: &798 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -154115,10 +154143,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *752 - organization: *754 + enterprise: *753 + organization: *755 sender: *4 - installation: *753 + installation: *754 required: - action - personal_access_token_request @@ -154195,11 +154223,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *797 - enterprise: *752 - organization: *754 + personal_access_token_request: *798 + enterprise: *753 + organization: *755 sender: *4 - installation: *753 + installation: *754 required: - action - personal_access_token_request @@ -154275,11 +154303,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *797 - enterprise: *752 - organization: *754 + personal_access_token_request: *798 + enterprise: *753 + organization: *755 sender: *4 - installation: *753 + installation: *754 required: - action - personal_access_token_request @@ -154354,11 +154382,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *797 - organization: *754 - enterprise: *752 + personal_access_token_request: *798 + organization: *755 + enterprise: *753 sender: *4 - installation: *753 + installation: *754 required: - action - personal_access_token_request @@ -154463,7 +154491,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *798 + last_response: *799 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -154495,8 +154523,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 zen: description: Random string of GitHub zen. @@ -154741,10 +154769,10 @@ x-webhooks: - from required: - note - enterprise: *752 - installation: *753 - organization: *754 - project_card: &799 + enterprise: *753 + installation: *754 + organization: *755 + project_card: &800 title: Project Card type: object properties: @@ -154863,7 +154891,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *755 + repository: *756 sender: *4 required: - action @@ -154944,11 +154972,11 @@ x-webhooks: type: string enum: - created - enterprise: *752 - installation: *753 - organization: *754 - project_card: *799 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + project_card: *800 + repository: *756 sender: *4 required: - action @@ -155028,9 +155056,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 project_card: title: Project Card type: object @@ -155158,8 +155186,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: *792 - required: *793 + properties: *793 + required: *794 nullable: true sender: *4 required: @@ -155253,11 +155281,11 @@ x-webhooks: - from required: - note - enterprise: *752 - installation: *753 - organization: *754 - project_card: *799 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + project_card: *800 + repository: *756 sender: *4 required: - action @@ -155351,9 +155379,9 @@ x-webhooks: - from required: - column_id - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 project_card: allOf: - title: Project Card @@ -155543,7 +155571,7 @@ x-webhooks: type: string required: - after_id - repository: *755 + repository: *756 sender: *4 required: - action @@ -155623,10 +155651,10 @@ x-webhooks: type: string enum: - closed - enterprise: *752 - installation: *753 - organization: *754 - project: &801 + enterprise: *753 + installation: *754 + organization: *755 + project: &802 title: Project type: object properties: @@ -155750,7 +155778,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *755 + repository: *756 sender: *4 required: - action @@ -155830,10 +155858,10 @@ x-webhooks: type: string enum: - created - enterprise: *752 - installation: *753 - organization: *754 - project_column: &800 + enterprise: *753 + installation: *754 + organization: *755 + project_column: &801 title: Project Column type: object properties: @@ -155872,7 +155900,7 @@ x-webhooks: - name - created_at - updated_at - repository: *755 + repository: *756 sender: *4 required: - action @@ -155951,18 +155979,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *752 - installation: *753 - organization: *754 - project_column: *800 + enterprise: *753 + installation: *754 + organization: *755 + project_column: *801 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: *792 - required: *793 + properties: *793 + required: *794 nullable: true sender: *4 required: @@ -156052,11 +156080,11 @@ x-webhooks: type: string required: - from - enterprise: *752 - installation: *753 - organization: *754 - project_column: *800 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + project_column: *801 + repository: *756 sender: *4 required: - action @@ -156136,11 +156164,11 @@ x-webhooks: type: string enum: - moved - enterprise: *752 - installation: *753 - organization: *754 - project_column: *800 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + project_column: *801 + repository: *756 sender: *4 required: - action @@ -156220,11 +156248,11 @@ x-webhooks: type: string enum: - created - enterprise: *752 - installation: *753 - organization: *754 - project: *801 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + project: *802 + repository: *756 sender: *4 required: - action @@ -156304,18 +156332,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *752 - installation: *753 - organization: *754 - project: *801 + enterprise: *753 + installation: *754 + organization: *755 + project: *802 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: *792 - required: *793 + properties: *793 + required: *794 nullable: true sender: *4 required: @@ -156417,11 +156445,11 @@ x-webhooks: type: string required: - from - enterprise: *752 - installation: *753 - organization: *754 - project: *801 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + project: *802 + repository: *756 sender: *4 required: - action @@ -156500,11 +156528,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *752 - installation: *753 - organization: *754 - project: *801 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + project: *802 + repository: *756 sender: *4 required: - action @@ -156585,9 +156613,9 @@ x-webhooks: type: string enum: - closed - installation: *753 - organization: *754 - projects_v2: &802 + installation: *754 + organization: *755 + projects_v2: &803 title: Projects v2 Project description: A projects v2 project type: object @@ -156730,9 +156758,9 @@ x-webhooks: type: string enum: - created - installation: *753 - organization: *754 - projects_v2: *802 + installation: *754 + organization: *755 + projects_v2: *803 sender: *4 required: - action @@ -156813,9 +156841,9 @@ x-webhooks: type: string enum: - deleted - installation: *753 - organization: *754 - projects_v2: *802 + installation: *754 + organization: *755 + projects_v2: *803 sender: *4 required: - action @@ -156932,9 +156960,9 @@ x-webhooks: type: string to: type: string - installation: *753 - organization: *754 - projects_v2: *802 + installation: *754 + organization: *755 + projects_v2: *803 sender: *4 required: - action @@ -157017,7 +157045,7 @@ x-webhooks: type: string enum: - archived - changes: &806 + changes: &807 type: object properties: archived_at: @@ -157031,9 +157059,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *753 - organization: *754 - projects_v2_item: &803 + installation: *754 + organization: *755 + projects_v2_item: &804 title: Projects v2 Item description: An item belonging to a project type: object @@ -157167,9 +157195,9 @@ x-webhooks: nullable: true to: type: string - installation: *753 - organization: *754 - projects_v2_item: *803 + installation: *754 + organization: *755 + projects_v2_item: *804 sender: *4 required: - action @@ -157251,9 +157279,9 @@ x-webhooks: type: string enum: - created - installation: *753 - organization: *754 - projects_v2_item: *803 + installation: *754 + organization: *755 + projects_v2_item: *804 sender: *4 required: - action @@ -157334,9 +157362,9 @@ x-webhooks: type: string enum: - deleted - installation: *753 - organization: *754 - projects_v2_item: *803 + installation: *754 + organization: *755 + projects_v2_item: *804 sender: *4 required: - action @@ -157442,7 +157470,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &804 + - &805 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -157460,7 +157488,7 @@ x-webhooks: required: - id - name - - &805 + - &806 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -157483,8 +157511,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *804 - *805 + - *806 required: - field_value - type: object @@ -157500,9 +157528,9 @@ x-webhooks: nullable: true required: - body - installation: *753 - organization: *754 - projects_v2_item: *803 + installation: *754 + organization: *755 + projects_v2_item: *804 sender: *4 required: - action @@ -157597,9 +157625,9 @@ x-webhooks: to: type: string nullable: true - installation: *753 - organization: *754 - projects_v2_item: *803 + installation: *754 + organization: *755 + projects_v2_item: *804 sender: *4 required: - action @@ -157682,10 +157710,10 @@ x-webhooks: type: string enum: - restored - changes: *806 - installation: *753 - organization: *754 - projects_v2_item: *803 + changes: *807 + installation: *754 + organization: *755 + projects_v2_item: *804 sender: *4 required: - action @@ -157767,9 +157795,9 @@ x-webhooks: type: string enum: - reopened - installation: *753 - organization: *754 - projects_v2: *802 + installation: *754 + organization: *755 + projects_v2: *803 sender: *4 required: - action @@ -157850,9 +157878,9 @@ x-webhooks: type: string enum: - created - installation: *753 - organization: *754 - projects_v2_status_update: &807 + installation: *754 + organization: *755 + projects_v2_status_update: &808 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -157979,9 +158007,9 @@ x-webhooks: type: string enum: - deleted - installation: *753 - organization: *754 - projects_v2_status_update: *807 + installation: *754 + organization: *755 + projects_v2_status_update: *808 sender: *4 required: - action @@ -158117,9 +158145,9 @@ x-webhooks: type: string format: date nullable: true - installation: *753 - organization: *754 - projects_v2_status_update: *807 + installation: *754 + organization: *755 + projects_v2_status_update: *808 sender: *4 required: - action @@ -158190,10 +158218,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - repository @@ -158270,13 +158298,13 @@ x-webhooks: type: string enum: - assigned - assignee: *779 - enterprise: *752 - installation: *753 - number: &808 + assignee: *780 + enterprise: *753 + installation: *754 + number: &809 description: The pull request number. type: integer - organization: *754 + organization: *755 pull_request: title: Pull Request type: object @@ -160559,7 +160587,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *755 + repository: *756 sender: *4 required: - action @@ -160641,11 +160669,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 number: type: integer - organization: *754 + organization: *755 pull_request: title: Pull Request type: object @@ -162923,7 +162951,7 @@ x-webhooks: - draft reason: type: string - repository: *755 + repository: *756 sender: *4 required: - action @@ -163005,11 +163033,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 number: type: integer - organization: *754 + organization: *755 pull_request: title: Pull Request type: object @@ -165287,7 +165315,7 @@ x-webhooks: - draft reason: type: string - repository: *755 + repository: *756 sender: *4 required: - action @@ -165369,13 +165397,13 @@ x-webhooks: type: string enum: - closed - enterprise: *752 - installation: *753 - number: *808 - organization: *754 - pull_request: &809 + enterprise: *753 + installation: *754 + number: *809 + organization: *755 + pull_request: &810 allOf: - - *606 + - *607 - type: object properties: allow_auto_merge: @@ -165437,7 +165465,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *755 + repository: *756 sender: *4 required: - action @@ -165518,12 +165546,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *752 - installation: *753 - number: *808 - organization: *754 - pull_request: *809 - repository: *755 + enterprise: *753 + installation: *754 + number: *809 + organization: *755 + pull_request: *810 + repository: *756 sender: *4 required: - action @@ -165603,11 +165631,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *752 - milestone: *589 - number: *808 - organization: *754 - pull_request: &810 + enterprise: *753 + milestone: *590 + number: *809 + organization: *755 + pull_request: &811 title: Pull Request type: object properties: @@ -167870,7 +167898,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *755 + repository: *756 sender: *4 required: - action @@ -167949,11 +167977,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 number: type: integer - organization: *754 + organization: *755 pull_request: title: Pull Request type: object @@ -170235,7 +170263,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *755 + repository: *756 sender: *4 required: - action @@ -170359,12 +170387,12 @@ x-webhooks: type: string required: - from - enterprise: *752 - installation: *753 - number: *808 - organization: *754 - pull_request: *809 - repository: *755 + enterprise: *753 + installation: *754 + number: *809 + organization: *755 + pull_request: *810 + repository: *756 sender: *4 required: - action @@ -170444,11 +170472,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 number: type: integer - organization: *754 + organization: *755 pull_request: title: Pull Request type: object @@ -172715,7 +172743,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *755 + repository: *756 sender: *4 required: - action @@ -172795,11 +172823,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *752 - installation: *753 - label: *778 - number: *808 - organization: *754 + enterprise: *753 + installation: *754 + label: *779 + number: *809 + organization: *755 pull_request: title: Pull Request type: object @@ -175081,7 +175109,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *755 + repository: *756 sender: *4 required: - action @@ -175162,10 +175190,10 @@ x-webhooks: type: string enum: - locked - enterprise: *752 - installation: *753 - number: *808 - organization: *754 + enterprise: *753 + installation: *754 + number: *809 + organization: *755 pull_request: title: Pull Request type: object @@ -177445,7 +177473,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *755 + repository: *756 sender: *4 required: - action @@ -177525,12 +177553,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *752 - milestone: *589 - number: *808 - organization: *754 - pull_request: *810 - repository: *755 + enterprise: *753 + milestone: *590 + number: *809 + organization: *755 + pull_request: *811 + repository: *756 sender: *4 required: - action @@ -177609,12 +177637,12 @@ x-webhooks: type: string enum: - opened - enterprise: *752 - installation: *753 - number: *808 - organization: *754 - pull_request: *809 - repository: *755 + enterprise: *753 + installation: *754 + number: *809 + organization: *755 + pull_request: *810 + repository: *756 sender: *4 required: - action @@ -177695,12 +177723,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *752 - installation: *753 - number: *808 - organization: *754 - pull_request: *809 - repository: *755 + enterprise: *753 + installation: *754 + number: *809 + organization: *755 + pull_request: *810 + repository: *756 sender: *4 required: - action @@ -177780,12 +177808,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *752 - installation: *753 - number: *808 - organization: *754 - pull_request: *809 - repository: *755 + enterprise: *753 + installation: *754 + number: *809 + organization: *755 + pull_request: *810 + repository: *756 sender: *4 required: - action @@ -178151,9 +178179,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 pull_request: type: object properties: @@ -180323,7 +180351,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *755 + repository: *756 sender: *4 required: - action @@ -180403,7 +180431,7 @@ x-webhooks: type: string enum: - deleted - comment: &812 + comment: &813 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. @@ -180688,9 +180716,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 pull_request: type: object properties: @@ -182848,7 +182876,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *755 + repository: *756 sender: *4 required: - action @@ -182928,11 +182956,11 @@ x-webhooks: type: string enum: - edited - changes: *811 - comment: *812 - enterprise: *752 - installation: *753 - organization: *754 + changes: *812 + comment: *813 + enterprise: *753 + installation: *754 + organization: *755 pull_request: type: object properties: @@ -185093,7 +185121,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *755 + repository: *756 sender: *4 required: - action @@ -185174,9 +185202,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 pull_request: title: Simple Pull Request type: object @@ -187349,7 +187377,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *755 + repository: *756 review: description: The review that was affected. type: object @@ -187592,9 +187620,9 @@ x-webhooks: type: string required: - from - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 pull_request: title: Simple Pull Request type: object @@ -189648,8 +189676,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *755 - review: &813 + repository: *756 + review: &814 description: The review that was affected. type: object properties: @@ -189878,12 +189906,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 number: description: The pull request number. type: integer - organization: *754 + organization: *755 pull_request: title: Pull Request type: object @@ -192166,7 +192194,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *755 + repository: *756 requested_reviewer: title: User type: object @@ -192250,12 +192278,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 number: description: The pull request number. type: integer - organization: *754 + organization: *755 pull_request: title: Pull Request type: object @@ -194545,7 +194573,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *755 + repository: *756 requested_team: title: Team description: Groups of organization members that gives permissions @@ -194737,12 +194765,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 number: description: The pull request number. type: integer - organization: *754 + organization: *755 pull_request: title: Pull Request type: object @@ -197027,7 +197055,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *755 + repository: *756 requested_reviewer: title: User type: object @@ -197112,12 +197140,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *752 - installation: *753 + enterprise: *753 + installation: *754 number: description: The pull request number. type: integer - organization: *754 + organization: *755 pull_request: title: Pull Request type: object @@ -199393,7 +199421,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *755 + repository: *756 requested_team: title: Team description: Groups of organization members that gives permissions @@ -199574,9 +199602,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 pull_request: title: Simple Pull Request type: object @@ -201751,8 +201779,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *755 - review: *813 + repository: *756 + review: *814 sender: *4 required: - action @@ -201832,9 +201860,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 pull_request: title: Simple Pull Request type: object @@ -203904,7 +203932,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *755 + repository: *756 sender: *4 thread: type: object @@ -204287,9 +204315,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 pull_request: title: Simple Pull Request type: object @@ -206345,7 +206373,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *755 + repository: *756 sender: *4 thread: type: object @@ -206731,10 +206759,10 @@ x-webhooks: type: string before: type: string - enterprise: *752 - installation: *753 - number: *808 - organization: *754 + enterprise: *753 + installation: *754 + number: *809 + organization: *755 pull_request: title: Pull Request type: object @@ -209005,7 +209033,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *755 + repository: *756 sender: *4 required: - action @@ -209087,11 +209115,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *814 - enterprise: *752 - installation: *753 - number: *808 - organization: *754 + assignee: *815 + enterprise: *753 + installation: *754 + number: *809 + organization: *755 pull_request: title: Pull Request type: object @@ -211374,7 +211402,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *755 + repository: *756 sender: *4 required: - action @@ -211453,11 +211481,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *752 - installation: *753 - label: *778 - number: *808 - organization: *754 + enterprise: *753 + installation: *754 + label: *779 + number: *809 + organization: *755 pull_request: title: Pull Request type: object @@ -213730,7 +213758,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *755 + repository: *756 sender: *4 required: - action @@ -213811,10 +213839,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *752 - installation: *753 - number: *808 - organization: *754 + enterprise: *753 + installation: *754 + number: *809 + organization: *755 pull_request: title: Pull Request type: object @@ -216079,7 +216107,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *755 + repository: *756 sender: *4 required: - action @@ -216279,7 +216307,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *752 + enterprise: *753 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -216371,8 +216399,8 @@ x-webhooks: - url - author - committer - installation: *753 - organization: *754 + installation: *754 + organization: *755 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -216947,9 +216975,9 @@ x-webhooks: type: string enum: - published - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 registry_package: type: object properties: @@ -217395,7 +217423,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *796 + items: *797 summary: type: string tag_name: @@ -217449,7 +217477,7 @@ x-webhooks: - owner - package_version - registry - repository: *755 + repository: *756 sender: *4 required: - action @@ -217527,9 +217555,9 @@ x-webhooks: type: string enum: - updated - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 registry_package: type: object properties: @@ -217837,7 +217865,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *796 + items: *797 summary: type: string tag_name: @@ -217886,7 +217914,7 @@ x-webhooks: - owner - package_version - registry - repository: *755 + repository: *756 sender: *4 required: - action @@ -217963,10 +217991,10 @@ x-webhooks: type: string enum: - created - enterprise: *752 - installation: *753 - organization: *754 - release: &815 + enterprise: *753 + installation: *754 + organization: *755 + release: &816 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -218271,7 +218299,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *755 + repository: *756 sender: *4 required: - action @@ -218348,11 +218376,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *752 - installation: *753 - organization: *754 - release: *815 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + release: *816 + repository: *756 sender: *4 required: - action @@ -218469,11 +218497,11 @@ x-webhooks: type: boolean required: - to - enterprise: *752 - installation: *753 - organization: *754 - release: *815 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + release: *816 + repository: *756 sender: *4 required: - action @@ -218551,9 +218579,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -218862,7 +218890,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *755 + repository: *756 sender: *4 required: - action @@ -218938,10 +218966,10 @@ x-webhooks: type: string enum: - published - enterprise: *752 - installation: *753 - organization: *754 - release: &816 + enterprise: *753 + installation: *754 + organization: *755 + release: &817 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -219247,7 +219275,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *755 + repository: *756 sender: *4 required: - action @@ -219323,11 +219351,11 @@ x-webhooks: type: string enum: - released - enterprise: *752 - installation: *753 - organization: *754 - release: *815 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + release: *816 + repository: *756 sender: *4 required: - action @@ -219403,11 +219431,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *752 - installation: *753 - organization: *754 - release: *816 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + release: *817 + repository: *756 sender: *4 required: - action @@ -219483,11 +219511,11 @@ x-webhooks: type: string enum: - published - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 - repository_advisory: *663 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 + repository_advisory: *664 sender: *4 required: - action @@ -219563,11 +219591,11 @@ x-webhooks: type: string enum: - reported - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 - repository_advisory: *663 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 + repository_advisory: *664 sender: *4 required: - action @@ -219643,10 +219671,10 @@ x-webhooks: type: string enum: - archived - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -219723,10 +219751,10 @@ x-webhooks: type: string enum: - created - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -219804,10 +219832,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -219891,10 +219919,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -220006,10 +220034,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -220081,10 +220109,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 status: type: string @@ -220165,10 +220193,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -220245,10 +220273,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -220342,10 +220370,10 @@ x-webhooks: - name required: - repository - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -220425,10 +220453,10 @@ x-webhooks: type: string enum: - created - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 repository_ruleset: *128 sender: *4 required: @@ -220507,10 +220535,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 repository_ruleset: *128 sender: *4 required: @@ -220589,10 +220617,10 @@ x-webhooks: type: string enum: - edited - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 repository_ruleset: *128 changes: type: object @@ -220897,10 +220925,10 @@ x-webhooks: - from required: - owner - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -220978,10 +221006,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -221059,7 +221087,7 @@ x-webhooks: type: string enum: - create - alert: &817 + alert: &818 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -221180,10 +221208,10 @@ x-webhooks: type: string enum: - open - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -221389,10 +221417,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -221470,11 +221498,11 @@ x-webhooks: type: string enum: - reopen - alert: *817 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + alert: *818 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -221673,10 +221701,10 @@ x-webhooks: enum: - fixed - open - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -221754,7 +221782,7 @@ x-webhooks: type: string enum: - created - alert: &818 + alert: &819 type: object properties: number: *100 @@ -221865,10 +221893,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -221949,11 +221977,11 @@ x-webhooks: type: string enum: - created - alert: *818 - installation: *753 - location: *819 - organization: *754 - repository: *755 + alert: *819 + installation: *754 + location: *820 + organization: *755 + repository: *756 sender: *4 required: - location @@ -222191,11 +222219,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *818 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + alert: *819 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -222273,11 +222301,11 @@ x-webhooks: type: string enum: - reopened - alert: *818 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + alert: *819 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -222355,11 +222383,11 @@ x-webhooks: type: string enum: - resolved - alert: *818 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + alert: *819 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -222437,11 +222465,11 @@ x-webhooks: type: string enum: - validated - alert: *818 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + alert: *819 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -222567,10 +222595,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *755 - enterprise: *752 - installation: *753 - organization: *754 + repository: *756 + enterprise: *753 + installation: *754 + organization: *755 sender: *4 required: - action @@ -222648,11 +222676,11 @@ x-webhooks: type: string enum: - published - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 - security_advisory: &820 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 + security_advisory: &821 description: The details of the security advisory, including summary, description, and severity. type: object @@ -222835,11 +222863,11 @@ x-webhooks: type: string enum: - updated - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 - security_advisory: *820 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 + security_advisory: *821 sender: *4 required: - action @@ -222912,10 +222940,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -223100,10 +223128,10 @@ x-webhooks: type: object properties: security_and_analysis: *324 - enterprise: *752 - installation: *753 - organization: *754 - repository: *386 + enterprise: *753 + installation: *754 + organization: *755 + repository: *387 sender: *4 required: - changes @@ -223181,12 +223209,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 - sponsorship: &821 + sponsorship: &822 type: object properties: created_at: @@ -223487,12 +223515,12 @@ x-webhooks: type: string enum: - created - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 - sponsorship: *821 + sponsorship: *822 required: - action - sponsorship @@ -223580,12 +223608,12 @@ x-webhooks: type: string required: - from - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 - sponsorship: *821 + sponsorship: *822 required: - action - changes @@ -223662,17 +223690,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &822 + effective_date: &823 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: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 - sponsorship: *821 + sponsorship: *822 required: - action - sponsorship @@ -223746,7 +223774,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &823 + changes: &824 type: object properties: tier: @@ -223790,13 +223818,13 @@ x-webhooks: - from required: - tier - effective_date: *822 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + effective_date: *823 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 - sponsorship: *821 + sponsorship: *822 required: - action - changes @@ -223873,13 +223901,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *823 - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + changes: *824 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 - sponsorship: *821 + sponsorship: *822 required: - action - changes @@ -223953,10 +223981,10 @@ x-webhooks: type: string enum: - created - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -224039,10 +224067,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -224462,15 +224490,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *752 + enterprise: *753 id: description: The unique identifier of the status. type: integer - installation: *753 + installation: *754 name: type: string - organization: *754 - repository: *755 + organization: *755 + repository: *756 sender: *4 sha: description: The Commit SHA. @@ -224585,9 +224613,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *153 - installation: *753 - organization: *754 - repository: *755 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -224677,9 +224705,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *153 - installation: *753 - organization: *754 - repository: *755 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -224769,9 +224797,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *153 - installation: *753 - organization: *754 - repository: *755 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -224861,9 +224889,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *153 - installation: *753 - organization: *754 - repository: *755 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -224940,12 +224968,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 - team: &824 + team: &825 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -225135,9 +225163,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 repository: title: Repository description: A git repository @@ -225595,7 +225623,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *824 + team: *825 required: - action - team @@ -225671,9 +225699,9 @@ x-webhooks: type: string enum: - created - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 repository: title: Repository description: A git repository @@ -226131,7 +226159,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *824 + team: *825 required: - action - team @@ -226208,9 +226236,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 repository: title: Repository description: A git repository @@ -226668,7 +226696,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *824 + team: *825 required: - action - team @@ -226812,9 +226840,9 @@ x-webhooks: - from required: - permissions - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 repository: title: Repository description: A git repository @@ -227272,7 +227300,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *824 + team: *825 required: - action - changes @@ -227350,9 +227378,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *752 - installation: *753 - organization: *754 + enterprise: *753 + installation: *754 + organization: *755 repository: title: Repository description: A git repository @@ -227810,7 +227838,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *824 + team: *825 required: - action - team @@ -227886,10 +227914,10 @@ x-webhooks: type: string enum: - started - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 required: - action @@ -227962,16 +227990,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *752 + enterprise: *753 inputs: type: object nullable: true additionalProperties: true - installation: *753 - organization: *754 + installation: *754 + organization: *755 ref: type: string - repository: *755 + repository: *756 sender: *4 workflow: type: string @@ -228053,10 +228081,10 @@ x-webhooks: type: string enum: - completed - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 workflow_job: allOf: @@ -228293,7 +228321,7 @@ x-webhooks: type: string required: - conclusion - deployment: *521 + deployment: *522 required: - action - repository @@ -228372,10 +228400,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 workflow_job: allOf: @@ -228635,7 +228663,7 @@ x-webhooks: required: - status - steps - deployment: *521 + deployment: *522 required: - action - repository @@ -228714,10 +228742,10 @@ x-webhooks: type: string enum: - queued - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 workflow_job: type: object @@ -228852,7 +228880,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *521 + deployment: *522 required: - action - repository @@ -228931,10 +228959,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 workflow_job: type: object @@ -229070,7 +229098,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *521 + deployment: *522 required: - action - repository @@ -229150,12 +229178,12 @@ x-webhooks: type: string enum: - completed - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 - workflow: *774 + workflow: *775 workflow_run: title: Workflow Run type: object @@ -230154,12 +230182,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 - workflow: *774 + workflow: *775 workflow_run: title: Workflow Run type: object @@ -231143,12 +231171,12 @@ x-webhooks: type: string enum: - requested - enterprise: *752 - installation: *753 - organization: *754 - repository: *755 + enterprise: *753 + installation: *754 + organization: *755 + repository: *756 sender: *4 - workflow: *774 + workflow: *775 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index 99c18a464b..49fb00286c 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -8336,6 +8336,9 @@ { "$ref": "#/components/parameters/enterprise" }, + { + "$ref": "#/components/parameters/advanced-security-product" + }, { "$ref": "#/components/parameters/per-page" }, @@ -28826,6 +28829,9 @@ { "$ref": "#/components/parameters/org" }, + { + "$ref": "#/components/parameters/advanced-security-product" + }, { "$ref": "#/components/parameters/per-page" }, @@ -33840,6 +33846,16 @@ } } }, + "code_security": { + "type": "object", + "description": "Use the `status` property to enable or disable GitHub Code Security for this repository.", + "properties": { + "status": { + "type": "string", + "description": "Can be `enabled` or `disabled`." + } + } + }, "secret_scanning": { "type": "object", "description": "Use the `status` property to enable or disable secret scanning for this repository. For more information, see \"[About secret scanning](/code-security/secret-security/about-secret-scanning).\"", @@ -113767,7 +113783,8 @@ }, "required": [ "file_patterns", - "minimum_approvals" + "minimum_approvals", + "reviewer" ] }, "repository-rule-pull-request": { @@ -117466,6 +117483,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -315510,6 +315539,19 @@ "default": false } }, + "advanced-security-product": { + "name": "advanced_security_product", + "in": "query", + "description": "The security feature to get GitHub Advanced Security active committers for.", + "required": false, + "schema": { + "type": "string", + "enum": [ + "code_security", + "secret_protection" + ] + } + }, "cost-center": { "name": "cost_center_id", "description": "The ID corresponding to the cost center.", diff --git a/descriptions/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index 32a7d18784..86c8daf501 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -5889,6 +5889,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - "$ref": "#/components/parameters/enterprise" + - "$ref": "#/components/parameters/advanced-security-product" - "$ref": "#/components/parameters/per-page" - "$ref": "#/components/parameters/page" responses: @@ -20863,6 +20864,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - "$ref": "#/components/parameters/org" + - "$ref": "#/components/parameters/advanced-security-product" - "$ref": "#/components/parameters/per-page" - "$ref": "#/components/parameters/page" responses: @@ -24516,6 +24518,14 @@ paths: status: type: string description: Can be `enabled` or `disabled`. + code_security: + type: object + description: Use the `status` property to enable or disable + GitHub Code Security for this repository. + properties: + status: + type: string + description: Can be `enabled` or `disabled`. secret_scanning: type: object description: Use the `status` property to enable or disable @@ -82872,6 +82882,7 @@ components: required: - file_patterns - minimum_approvals + - reviewer repository-rule-pull-request: title: pull_request description: Require all commits be made to a non-target branch and submitted @@ -85648,6 +85659,14 @@ components: enum: - enabled - disabled + code_security: + type: object + properties: + status: + type: string + enum: + - enabled + - disabled dependabot_security_updates: description: Enable or disable Dependabot security updates for the repository. type: object @@ -239138,6 +239157,17 @@ components: schema: type: boolean default: false + advanced-security-product: + name: advanced_security_product + in: query + description: The security feature to get GitHub Advanced Security active committers + for. + required: false + schema: + type: string + enum: + - code_security + - secret_protection cost-center: name: cost_center_id description: The ID corresponding to the cost center. diff --git a/descriptions/ghec/ghec.json b/descriptions/ghec/ghec.json index 99c18a464b..49fb00286c 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -8336,6 +8336,9 @@ { "$ref": "#/components/parameters/enterprise" }, + { + "$ref": "#/components/parameters/advanced-security-product" + }, { "$ref": "#/components/parameters/per-page" }, @@ -28826,6 +28829,9 @@ { "$ref": "#/components/parameters/org" }, + { + "$ref": "#/components/parameters/advanced-security-product" + }, { "$ref": "#/components/parameters/per-page" }, @@ -33840,6 +33846,16 @@ } } }, + "code_security": { + "type": "object", + "description": "Use the `status` property to enable or disable GitHub Code Security for this repository.", + "properties": { + "status": { + "type": "string", + "description": "Can be `enabled` or `disabled`." + } + } + }, "secret_scanning": { "type": "object", "description": "Use the `status` property to enable or disable secret scanning for this repository. For more information, see \"[About secret scanning](/code-security/secret-security/about-secret-scanning).\"", @@ -113767,7 +113783,8 @@ }, "required": [ "file_patterns", - "minimum_approvals" + "minimum_approvals", + "reviewer" ] }, "repository-rule-pull-request": { @@ -117466,6 +117483,18 @@ } } }, + "code_security": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } + }, "dependabot_security_updates": { "description": "Enable or disable Dependabot security updates for the repository.", "type": "object", @@ -315510,6 +315539,19 @@ "default": false } }, + "advanced-security-product": { + "name": "advanced_security_product", + "in": "query", + "description": "The security feature to get GitHub Advanced Security active committers for.", + "required": false, + "schema": { + "type": "string", + "enum": [ + "code_security", + "secret_protection" + ] + } + }, "cost-center": { "name": "cost_center_id", "description": "The ID corresponding to the cost center.", diff --git a/descriptions/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index 32a7d18784..86c8daf501 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -5889,6 +5889,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - "$ref": "#/components/parameters/enterprise" + - "$ref": "#/components/parameters/advanced-security-product" - "$ref": "#/components/parameters/per-page" - "$ref": "#/components/parameters/page" responses: @@ -20863,6 +20864,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - "$ref": "#/components/parameters/org" + - "$ref": "#/components/parameters/advanced-security-product" - "$ref": "#/components/parameters/per-page" - "$ref": "#/components/parameters/page" responses: @@ -24516,6 +24518,14 @@ paths: status: type: string description: Can be `enabled` or `disabled`. + code_security: + type: object + description: Use the `status` property to enable or disable + GitHub Code Security for this repository. + properties: + status: + type: string + description: Can be `enabled` or `disabled`. secret_scanning: type: object description: Use the `status` property to enable or disable @@ -82872,6 +82882,7 @@ components: required: - file_patterns - minimum_approvals + - reviewer repository-rule-pull-request: title: pull_request description: Require all commits be made to a non-target branch and submitted @@ -85648,6 +85659,14 @@ components: enum: - enabled - disabled + code_security: + type: object + properties: + status: + type: string + enum: + - enabled + - disabled dependabot_security_updates: description: Enable or disable Dependabot security updates for the repository. type: object @@ -239138,6 +239157,17 @@ components: schema: type: boolean default: false + advanced-security-product: + name: advanced_security_product + in: query + description: The security feature to get GitHub Advanced Security active committers + for. + required: false + schema: + type: string + enum: + - code_security + - secret_protection cost-center: name: cost_center_id description: The ID corresponding to the cost center. diff --git a/descriptions/ghes-3.12/dereferenced/ghes-3.12.2022-11-28.deref.json b/descriptions/ghes-3.12/dereferenced/ghes-3.12.2022-11-28.deref.json index 4b879f8a2f..d94969dc4f 100644 --- a/descriptions/ghes-3.12/dereferenced/ghes-3.12.2022-11-28.deref.json +++ b/descriptions/ghes-3.12/dereferenced/ghes-3.12.2022-11-28.deref.json @@ -41517,6 +41517,19 @@ "type": "string" } }, + { + "name": "advanced_security_product", + "in": "query", + "description": "The security feature to get GitHub Advanced Security active committers for.", + "required": false, + "schema": { + "type": "string", + "enum": [ + "code_security", + "secret_protection" + ] + } + }, { "name": "per_page", "description": "The number of results per page (max 100). For more information, see \"[Using pagination in the REST API](https://docs.github.com/enterprise-server@3.12/rest/using-the-rest-api/using-pagination-in-the-rest-api).\"", @@ -126524,6 +126537,19 @@ "type": "string" } }, + { + "name": "advanced_security_product", + "in": "query", + "description": "The security feature to get GitHub Advanced Security active committers for.", + "required": false, + "schema": { + "type": "string", + "enum": [ + "code_security", + "secret_protection" + ] + } + }, { "name": "per_page", "description": "The number of results per page (max 100). For more information, see \"[Using pagination in the REST API](https://docs.github.com/enterprise-server@3.12/rest/using-the-rest-api/using-pagination-in-the-rest-api).\"", diff --git a/descriptions/ghes-3.12/dereferenced/ghes-3.12.2022-11-28.deref.yaml b/descriptions/ghes-3.12/dereferenced/ghes-3.12.2022-11-28.deref.yaml index 6b70c59822..ad9f1b8298 100644 --- a/descriptions/ghes-3.12/dereferenced/ghes-3.12.2022-11-28.deref.yaml +++ b/descriptions/ghes-3.12/dereferenced/ghes-3.12.2022-11-28.deref.yaml @@ -4442,7 +4442,7 @@ paths: application/json: schema: *24 application/scim+json: - schema: &534 + schema: &535 title: Scim Error description: Scim Error type: object @@ -12305,7 +12305,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &356 + instances_url: &357 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -12340,7 +12340,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &357 + dismissed_reason: &358 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -12349,13 +12349,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &358 + dismissed_comment: &359 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &359 + rule: &360 type: object properties: id: @@ -12394,7 +12394,7 @@ paths: description: A set of tags applicable for the rule. items: type: string - tool: &360 + tool: &361 type: object properties: name: *90 @@ -12404,15 +12404,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *91 - most_recent_instance: &361 + most_recent_instance: &362 type: object properties: - ref: &354 + ref: &355 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &365 + analysis_key: &366 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -12423,7 +12423,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &366 + category: &367 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13323,7 +13323,7 @@ paths: enum: - development - runtime - security_advisory: &388 + security_advisory: &389 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -13554,7 +13554,7 @@ paths: nullable: true maxLength: 280 fixed_at: *102 - auto_dismissed_at: &389 + auto_dismissed_at: &390 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -13999,14 +13999,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &525 + state: &526 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: &526 + resolution: &527 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -14326,6 +14326,17 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *65 + - &251 + name: advanced_security_product + in: query + description: The security feature to get GitHub Advanced Security active committers + for. + required: false + schema: + type: string + enum: + - code_security + - secret_protection - *4 - *5 responses: @@ -14333,7 +14344,7 @@ paths: description: Success content: application/json: - schema: &251 + schema: &252 type: object properties: total_advanced_security_committers: @@ -14388,7 +14399,7 @@ paths: required: - repositories examples: - default: &252 + default: &253 value: total_advanced_security_committers: 2 total_count: 2 @@ -14410,7 +14421,7 @@ paths: - user_login: octokitten last_pushed_date: '2021-10-26' last_pushed_email: octokitten@github.com - '403': &253 + '403': &254 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -14557,7 +14568,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &432 + properties: &433 id: type: integer format: int64 @@ -14668,7 +14679,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &378 + properties: &379 url: type: string format: uri @@ -14738,7 +14749,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &379 + required: &380 - closed_issues - creator - description @@ -14817,7 +14828,7 @@ paths: timeline_url: type: string format: uri - type: &558 + type: &559 title: Issue Type description: The type of issue. type: object @@ -14942,7 +14953,7 @@ paths: - total - completed - percent_completed - required: &433 + required: &434 - assignee - closed_at - comments @@ -14964,7 +14975,7 @@ paths: - author_association - created_at - updated_at - comment: &430 + comment: &431 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -15526,7 +15537,7 @@ paths: url: type: string format: uri - user: &573 + user: &574 title: Public User description: Public User type: object @@ -20145,14 +20156,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &276 + - &277 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &277 + - &278 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -20223,7 +20234,7 @@ paths: '404': *26 '403': *43 '304': *42 - '301': &288 + '301': &289 description: Moved permanently content: application/json: @@ -20245,7 +20256,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &461 + - &462 name: all description: If `true`, show notifications marked as read. in: query @@ -20253,7 +20264,7 @@ paths: schema: type: boolean default: false - - &462 + - &463 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -20263,7 +20274,7 @@ paths: type: boolean default: false - *111 - - &463 + - &464 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: @@ -20703,7 +20714,7 @@ paths: - url - subscription_url examples: - default: &464 + default: &465 value: - id: '1' repository: @@ -21228,7 +21239,7 @@ paths: type: array items: *70 examples: - default: &582 + default: &583 value: - login: github id: 1 @@ -22041,7 +22052,7 @@ paths: type: integer repository_cache_usages: type: array - items: &293 + items: &294 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -22292,7 +22303,7 @@ paths: type: array items: *84 examples: - default: &579 + default: &580 value: total_count: 1 repositories: @@ -24092,7 +24103,7 @@ paths: description: Response content: application/json: - schema: &315 + schema: &316 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -24121,7 +24132,7 @@ paths: - key_id - key examples: - default: &316 + default: &317 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -24534,7 +24545,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#list-organization-variables parameters: - *135 - - &300 + - &301 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-server@3.12/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -25183,7 +25194,7 @@ paths: be returned. in: query required: false - schema: &355 + schema: &356 type: string description: Severity of a code scanning alert. enum: @@ -25679,7 +25690,7 @@ paths: description: Response content: application/json: - schema: &392 + schema: &393 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -25696,7 +25707,7 @@ paths: - key_id - key examples: - default: &393 + default: &394 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -26277,7 +26288,7 @@ paths: description: Response content: application/json: - schema: &271 + schema: &272 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -26358,7 +26369,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &272 + default: &273 value: group_id: '123' group_name: Octocat admins @@ -26413,7 +26424,7 @@ paths: description: Response content: application/json: - schema: &269 + schema: &270 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -26450,7 +26461,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &270 + default: &271 value: groups: - group_id: '123' @@ -27086,7 +27097,7 @@ paths: application/json: schema: *39 examples: - default: &427 + default: &428 value: id: 1 account: @@ -28779,7 +28790,7 @@ paths: - nuget - container - *135 - - &583 + - &584 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -28820,7 +28831,7 @@ paths: default: *214 '403': *43 '401': *41 - '400': &585 + '400': &586 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -30751,7 +30762,7 @@ paths: description: Response content: application/json: - schema: &287 + schema: &288 title: Full Repository description: Full Repository type: object @@ -31249,7 +31260,7 @@ paths: - network_count - subscribers_count examples: - default: &289 + default: &290 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -31821,7 +31832,7 @@ paths: - *135 - *4 - *5 - - &512 + - &513 name: targets description: | A comma-separated list of rule targets to filter by. @@ -32044,7 +32055,7 @@ paths: type: object description: A repository rule. oneOf: - - &496 + - &497 title: creation description: Only allow users with bypass permission to create matching refs. @@ -32056,7 +32067,7 @@ paths: type: string enum: - creation - - &497 + - &498 title: update description: Only allow users with bypass permission to update matching refs. @@ -32077,7 +32088,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &499 + - &500 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -32089,7 +32100,7 @@ paths: type: string enum: - deletion - - &500 + - &501 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -32101,7 +32112,7 @@ paths: type: string enum: - required_linear_history - - &501 + - &502 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -32125,7 +32136,7 @@ paths: type: string required: - required_deployment_environments - - &502 + - &503 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -32137,7 +32148,7 @@ paths: type: string enum: - required_signatures - - &503 + - &504 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -32190,7 +32201,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &504 + - &505 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -32238,7 +32249,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &505 + - &506 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -32250,7 +32261,7 @@ paths: type: string enum: - non_fast_forward - - &506 + - &507 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -32286,7 +32297,7 @@ paths: required: - operator - pattern - - &507 + - &508 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -32322,7 +32333,7 @@ paths: required: - operator - pattern - - &508 + - &509 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -32358,7 +32369,7 @@ paths: required: - operator - pattern - - &509 + - &510 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -32394,7 +32405,7 @@ paths: required: - operator - pattern - - &510 + - &511 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -32430,7 +32441,7 @@ paths: required: - operator - pattern - - &511 + - &512 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -32661,7 +32672,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *135 - - &513 + - &514 name: ref description: The name of the ref. Cannot contain wildcard characters. When specified, only rule evaluations triggered for this ref will be returned. @@ -32674,7 +32685,7 @@ paths: in: query schema: type: string - - &514 + - &515 name: time_period description: |- The time period to filter by. @@ -32690,14 +32701,14 @@ paths: - week - month default: day - - &515 + - &516 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 - - &516 + - &517 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -32717,7 +32728,7 @@ paths: description: Response content: application/json: - schema: &517 + schema: &518 title: Rule Suites description: Response type: array @@ -32771,7 +32782,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &518 + default: &519 value: - id: 21 actor_id: 12 @@ -32815,7 +32826,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *135 - - &519 + - &520 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -32831,7 +32842,7 @@ paths: description: Response content: application/json: - schema: &520 + schema: &521 title: Rule Suite description: Response type: object @@ -32929,7 +32940,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &521 + default: &522 value: id: 21 actor_id: 12 @@ -33146,7 +33157,7 @@ paths: - *9 - *5 - *4 - - &523 + - &524 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.12/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -33156,7 +33167,7 @@ paths: required: false schema: type: string - - &524 + - &525 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.12/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -33210,12 +33221,12 @@ paths: application/json: schema: type: array - items: &473 + items: &474 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &254 + properties: &255 id: description: Unique identifier of the team type: integer @@ -33268,7 +33279,7 @@ paths: LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string - required: &255 + required: &256 - id - node_id - url @@ -33280,7 +33291,7 @@ paths: - repositories_url - slug examples: - default: &256 + default: &257 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -33382,6 +33393,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *135 + - *251 - *4 - *5 responses: @@ -33389,10 +33401,10 @@ paths: description: Success content: application/json: - schema: *251 + schema: *252 examples: - default: *252 - '403': *253 + default: *253 + '403': *254 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -33420,7 +33432,7 @@ paths: application/json: schema: type: array - items: &278 + items: &279 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -33479,8 +33491,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *254 - required: *255 + properties: *255 + required: *256 nullable: true required: - id @@ -33495,7 +33507,7 @@ paths: - slug - parent examples: - default: *256 + default: *257 headers: Link: *6 '403': *43 @@ -33597,7 +33609,7 @@ paths: description: Response content: application/json: - schema: &257 + schema: &258 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -33660,8 +33672,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *254 - required: *255 + properties: *255 + required: *256 nullable: true members_count: type: integer @@ -33907,7 +33919,7 @@ paths: - repos_count - organization examples: - default: &258 + default: &259 value: id: 1 node_id: MDQ6VGVhbTE= @@ -33983,9 +33995,9 @@ paths: description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: *258 + default: *259 '404': *26 x-github: githubCloudOnly: false @@ -34069,16 +34081,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *257 + schema: *258 examples: - default: *258 + default: *259 '201': description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: *258 + default: *259 '404': *26 '422': *35 '403': *43 @@ -34148,7 +34160,7 @@ paths: application/json: schema: type: array - items: &259 + items: &260 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -34247,7 +34259,7 @@ paths: - updated_at - url examples: - default: &563 + default: &564 value: - author: login: octocat @@ -34356,9 +34368,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: &260 + default: &261 value: author: login: octocat @@ -34432,7 +34444,7 @@ paths: parameters: - *135 - *250 - - &261 + - &262 name: discussion_number description: The number that identifies the discussion. in: path @@ -34444,9 +34456,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34470,7 +34482,7 @@ paths: parameters: - *135 - *250 - - *261 + - *262 requestBody: required: false content: @@ -34493,9 +34505,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: &564 + default: &565 value: author: login: octocat @@ -34567,7 +34579,7 @@ paths: parameters: - *135 - *250 - - *261 + - *262 responses: '204': description: Response @@ -34595,7 +34607,7 @@ paths: parameters: - *135 - *250 - - *261 + - *262 - *9 - *4 - *5 @@ -34606,7 +34618,7 @@ paths: application/json: schema: type: array - items: &262 + items: &263 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -34678,7 +34690,7 @@ paths: - updated_at - url examples: - default: &565 + default: &566 value: - author: login: octocat @@ -34748,7 +34760,7 @@ paths: parameters: - *135 - *250 - - *261 + - *262 requestBody: required: true content: @@ -34770,9 +34782,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: &263 + default: &264 value: author: login: octocat @@ -34840,8 +34852,8 @@ paths: parameters: - *135 - *250 - - *261 - - &264 + - *262 + - &265 name: comment_number description: The number that identifies the comment. in: path @@ -34853,9 +34865,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *263 + default: *264 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34879,8 +34891,8 @@ paths: parameters: - *135 - *250 - - *261 - - *264 + - *262 + - *265 requestBody: required: true content: @@ -34902,9 +34914,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: &566 + default: &567 value: author: login: octocat @@ -34970,8 +34982,8 @@ paths: parameters: - *135 - *250 - - *261 - - *264 + - *262 + - *265 responses: '204': description: Response @@ -34999,8 +35011,8 @@ paths: parameters: - *135 - *250 - - *261 - - *264 + - *262 + - *265 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -35026,7 +35038,7 @@ paths: application/json: schema: type: array - items: &265 + items: &266 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -35069,7 +35081,7 @@ paths: - content - created_at examples: - default: &267 + default: &268 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -35121,8 +35133,8 @@ paths: parameters: - *135 - *250 - - *261 - - *264 + - *262 + - *265 requestBody: required: true content: @@ -35155,9 +35167,9 @@ paths: team discussion comment content: application/json: - schema: *265 + schema: *266 examples: - default: &266 + default: &267 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -35186,9 +35198,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35213,9 +35225,9 @@ paths: parameters: - *135 - *250 - - *261 - - *264 - - &268 + - *262 + - *265 + - &269 name: reaction_id description: The unique identifier of the reaction. in: path @@ -35249,7 +35261,7 @@ paths: parameters: - *135 - *250 - - *261 + - *262 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -35275,9 +35287,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *267 + default: *268 headers: Link: *6 x-github: @@ -35305,7 +35317,7 @@ paths: parameters: - *135 - *250 - - *261 + - *262 requestBody: required: true content: @@ -35337,16 +35349,16 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '201': description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -35371,8 +35383,8 @@ paths: parameters: - *135 - *250 - - *261 - - *268 + - *262 + - *269 responses: '204': description: Response @@ -35402,9 +35414,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *270 + default: *271 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -35447,9 +35459,9 @@ paths: description: Response content: application/json: - schema: *271 + schema: *272 examples: - default: *272 + default: *273 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -35554,7 +35566,7 @@ paths: description: Response content: application/json: - schema: &273 + schema: &274 title: Team Membership description: Team Membership type: object @@ -35581,7 +35593,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &567 + response-if-user-is-a-team-maintainer: &568 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -35644,9 +35656,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - response-if-users-membership-with-team-is-now-pending: &568 + response-if-users-membership-with-team-is-now-pending: &569 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -35720,7 +35732,7 @@ paths: application/json: schema: type: array - items: &274 + items: &275 title: Team Project description: A team's access to a project. type: object @@ -35788,7 +35800,7 @@ paths: - updated_at - permissions examples: - default: &569 + default: &570 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -35851,7 +35863,7 @@ paths: parameters: - *135 - *250 - - &275 + - &276 name: project_id description: The unique identifier of the project. in: path @@ -35863,9 +35875,9 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: - default: &570 + default: &571 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -35927,7 +35939,7 @@ paths: parameters: - *135 - *250 - - *275 + - *276 requestBody: required: false content: @@ -35993,7 +36005,7 @@ paths: parameters: - *135 - *250 - - *275 + - *276 responses: '204': description: Response @@ -36061,14 +36073,14 @@ paths: parameters: - *135 - *250 - - *276 - *277 + - *278 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &571 + schema: &572 title: Team Repository description: A team's access to a repository. type: object @@ -36639,8 +36651,8 @@ paths: parameters: - *135 - *250 - - *276 - *277 + - *278 requestBody: required: false content: @@ -36687,8 +36699,8 @@ paths: parameters: - *135 - *250 - - *276 - *277 + - *278 responses: '204': description: Response @@ -36723,9 +36735,9 @@ paths: application/json: schema: type: array - items: *278 + items: *279 examples: - response-if-child-teams-exist: &572 + response-if-child-teams-exist: &573 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -36843,7 +36855,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/cards#get-a-project-card parameters: - - &279 + - &280 name: card_id description: The unique identifier of the card. in: path @@ -36855,7 +36867,7 @@ paths: description: Response content: application/json: - schema: &280 + schema: &281 title: Project Card description: Project cards represent a scope of work. type: object @@ -36922,7 +36934,7 @@ paths: - created_at - updated_at examples: - default: &281 + default: &282 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -36972,7 +36984,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/cards#update-an-existing-project-card parameters: - - *279 + - *280 requestBody: required: false content: @@ -36999,9 +37011,9 @@ paths: description: Response content: application/json: - schema: *280 + schema: *281 examples: - default: *281 + default: *282 '304': *42 '403': *43 '401': *41 @@ -37022,7 +37034,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/cards#delete-a-project-card parameters: - - *279 + - *280 responses: '204': description: Response @@ -37060,7 +37072,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/cards#move-a-project-card parameters: - - *279 + - *280 requestBody: required: true content: @@ -37165,7 +37177,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/columns#get-a-project-column parameters: - - &282 + - &283 name: column_id description: The unique identifier of the column. in: path @@ -37177,7 +37189,7 @@ paths: description: Response content: application/json: - schema: &283 + schema: &284 title: Project Column description: Project columns contain cards of work. type: object @@ -37223,7 +37235,7 @@ paths: - created_at - updated_at examples: - default: &284 + default: &285 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -37252,7 +37264,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/columns#update-an-existing-project-column parameters: - - *282 + - *283 requestBody: required: true content: @@ -37276,9 +37288,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: *284 + default: *285 '304': *42 '403': *43 '401': *41 @@ -37297,7 +37309,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/columns#delete-a-project-column parameters: - - *282 + - *283 responses: '204': description: Response @@ -37320,7 +37332,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/cards#list-project-cards parameters: - - *282 + - *283 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -37341,7 +37353,7 @@ paths: application/json: schema: type: array - items: *280 + items: *281 examples: default: value: @@ -37394,7 +37406,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/cards#create-a-project-card parameters: - - *282 + - *283 requestBody: required: true content: @@ -37434,9 +37446,9 @@ paths: description: Response content: application/json: - schema: *280 + schema: *281 examples: - default: *281 + default: *282 '304': *42 '403': *43 '401': *41 @@ -37486,7 +37498,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/columns#move-a-project-column parameters: - - *282 + - *283 requestBody: required: true content: @@ -37542,7 +37554,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/projects#get-a-project parameters: - - *275 + - *276 responses: '200': description: Response @@ -37550,7 +37562,7 @@ paths: application/json: schema: *231 examples: - default: &285 + default: &286 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -37603,7 +37615,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/projects#update-a-project parameters: - - *275 + - *276 requestBody: required: false content: @@ -37651,7 +37663,7 @@ paths: application/json: schema: *231 examples: - default: *285 + default: *286 '404': description: Not Found if the authenticated user does not have access to the project @@ -37690,7 +37702,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/projects#delete-a-project parameters: - - *275 + - *276 responses: '204': description: Delete Success @@ -37734,7 +37746,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/collaborators#list-project-collaborators parameters: - - *275 + - *276 - name: affiliation description: Filters the collaborators by their affiliation. `outside` means outside collaborators of a project that are not a member of the project's @@ -37786,7 +37798,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/collaborators#add-project-collaborator parameters: - - *275 + - *276 - *8 requestBody: required: false @@ -37834,7 +37846,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *275 + - *276 - *8 responses: '204': @@ -37863,7 +37875,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *275 + - *276 - *8 responses: '200': @@ -37931,7 +37943,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/columns#list-project-columns parameters: - - *275 + - *276 - *4 - *5 responses: @@ -37941,7 +37953,7 @@ paths: application/json: schema: type: array - items: *283 + items: *284 examples: default: value: @@ -37973,7 +37985,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/columns#create-a-project-column parameters: - - *275 + - *276 requestBody: required: true content: @@ -37996,7 +38008,7 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: default: value: @@ -38057,7 +38069,7 @@ paths: resources: type: object properties: - core: &286 + core: &287 title: Rate Limit type: object properties: @@ -38074,19 +38086,19 @@ paths: - remaining - reset - used - graphql: *286 - search: *286 - code_search: *286 - source_import: *286 - integration_manifest: *286 - code_scanning_upload: *286 - actions_runner_registration: *286 - scim: *286 - code_scanning_autofix: *286 + graphql: *287 + search: *287 + code_search: *287 + source_import: *287 + integration_manifest: *287 + code_scanning_upload: *287 + actions_runner_registration: *287 + scim: *287 + code_scanning_autofix: *287 required: - core - search - rate: *286 + rate: *287 required: - rate - resources @@ -38190,14 +38202,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#get-a-repository parameters: - - *276 - *277 + - *278 responses: '200': description: Response content: application/json: - schema: *287 + schema: *288 examples: default-response: summary: Default response @@ -38696,7 +38708,7 @@ paths: status: disabled '403': *43 '404': *26 - '301': *288 + '301': *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38714,8 +38726,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#update-a-repository parameters: - - *276 - *277 + - *278 requestBody: required: false content: @@ -38928,10 +38940,10 @@ paths: description: Response content: application/json: - schema: *287 + schema: *288 examples: - default: *289 - '307': &290 + default: *290 + '307': &291 description: Temporary Redirect content: application/json: @@ -38976,8 +38988,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#delete-a-repository parameters: - - *276 - *277 + - *278 responses: '204': description: Response @@ -38999,7 +39011,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#delete-a-repository - '307': *290 + '307': *291 '404': *26 x-github: githubCloudOnly: false @@ -39022,11 +39034,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *276 - *277 + - *278 - *4 - *5 - - &307 + - &308 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -39049,7 +39061,7 @@ paths: type: integer artifacts: type: array - items: &291 + items: &292 title: Artifact description: An artifact type: object @@ -39120,7 +39132,7 @@ paths: - expires_at - updated_at examples: - default: &308 + default: &309 value: total_count: 2 artifacts: @@ -39179,9 +39191,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/artifacts#get-an-artifact parameters: - - *276 - *277 - - &292 + - *278 + - &293 name: artifact_id description: The unique identifier of the artifact. in: path @@ -39193,7 +39205,7 @@ paths: description: Response content: application/json: - schema: *291 + schema: *292 examples: default: value: @@ -39230,9 +39242,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/artifacts#delete-an-artifact parameters: - - *276 - *277 - - *292 + - *278 + - *293 responses: '204': description: Response @@ -39256,9 +39268,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/artifacts#download-an-artifact parameters: - - *276 - *277 - - *292 + - *278 + - *293 - name: archive_format in: path required: true @@ -39295,14 +39307,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *276 - *277 + - *278 responses: '200': description: Response content: application/json: - schema: *293 + schema: *294 examples: default: value: @@ -39328,14 +39340,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/cache#get-github-actions-cache-usage-policy-for-a-repository parameters: - - *276 - *277 + - *278 responses: '200': description: Response content: application/json: - schema: &294 + schema: &295 title: Actions cache usage policy for repository description: GitHub Actions cache usage policy for repository. type: object @@ -39347,7 +39359,7 @@ paths: required: - repo_cache_size_limit_in_gb examples: - default: &295 + default: &296 value: repo_cache_size_limit_in_gb: 14 x-github: @@ -39368,8 +39380,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/cache#set-github-actions-cache-usage-policy-for-a-repository parameters: - - *276 - *277 + - *278 responses: '204': description: Response @@ -39377,9 +39389,9 @@ paths: required: true content: application/json: - schema: *294 + schema: *295 examples: - selected_actions: *295 + selected_actions: *296 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39399,11 +39411,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *276 - *277 + - *278 - *4 - *5 - - &296 + - &297 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 @@ -39437,7 +39449,7 @@ paths: description: Response content: application/json: - schema: &297 + schema: &298 title: Repository actions caches description: Repository actions caches type: object @@ -39479,7 +39491,7 @@ paths: - total_count - actions_caches examples: - default: &298 + default: &299 value: total_count: 1 actions_caches: @@ -39511,23 +39523,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *276 - *277 + - *278 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *296 + - *297 responses: '200': description: Response content: application/json: - schema: *297 + schema: *298 examples: - default: *298 + default: *299 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39547,8 +39559,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *276 - *277 + - *278 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -39579,9 +39591,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *276 - *277 - - &299 + - *278 + - &300 name: job_id description: The unique identifier of the job. in: path @@ -39593,7 +39605,7 @@ paths: description: Response content: application/json: - schema: &311 + schema: &312 title: Job description: Information of a job execution in a workflow run type: object @@ -39900,9 +39912,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *276 - *277 - - *299 + - *278 + - *300 responses: '302': description: Response @@ -39930,9 +39942,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *276 - *277 - - *299 + - *278 + - *300 requestBody: required: false content: @@ -39977,8 +39989,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *276 - *277 + - *278 responses: '200': description: Status response @@ -40028,8 +40040,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *276 - *277 + - *278 requestBody: required: true content: @@ -40092,8 +40104,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#list-repository-organization-secrets parameters: - - *276 - *277 + - *278 - *4 - *5 responses: @@ -40111,7 +40123,7 @@ paths: type: integer secrets: type: array - items: &313 + items: &314 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -40131,7 +40143,7 @@ paths: - created_at - updated_at examples: - default: &314 + default: &315 value: total_count: 2 secrets: @@ -40164,9 +40176,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#list-repository-organization-variables parameters: - - *276 - *277 - - *300 + - *278 + - *301 - *5 responses: '200': @@ -40183,7 +40195,7 @@ paths: type: integer variables: type: array - items: &317 + items: &318 title: Actions Variable type: object properties: @@ -40213,7 +40225,7 @@ paths: - created_at - updated_at examples: - default: &318 + default: &319 value: total_count: 2 variables: @@ -40246,8 +40258,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *276 - *277 + - *278 responses: '200': description: Response @@ -40256,7 +40268,7 @@ paths: schema: type: object properties: - enabled: &301 + enabled: &302 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *69 @@ -40289,8 +40301,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *276 - *277 + - *278 responses: '204': description: Response @@ -40301,7 +40313,7 @@ paths: schema: type: object properties: - enabled: *301 + enabled: *302 allowed_actions: *69 required: - enabled @@ -40332,14 +40344,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *276 - *277 + - *278 responses: '200': description: Response content: application/json: - schema: &302 + schema: &303 type: object properties: access_level: @@ -40357,7 +40369,7 @@ paths: required: - access_level examples: - default: &303 + default: &304 value: access_level: organization x-github: @@ -40382,15 +40394,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *276 - *277 + - *278 requestBody: required: true content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 responses: '204': description: Response @@ -40414,8 +40426,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *276 - *277 + - *278 responses: '200': description: Response @@ -40446,8 +40458,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *276 - *277 + - *278 responses: '204': description: Response @@ -40479,8 +40491,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *276 - *277 + - *278 responses: '200': description: Response @@ -40509,8 +40521,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *276 - *277 + - *278 responses: '204': description: Success response @@ -40550,8 +40562,8 @@ paths: in: query schema: type: string - - *276 - *277 + - *278 - *4 - *5 responses: @@ -40595,8 +40607,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *276 - *277 + - *278 responses: '200': description: Response @@ -40628,8 +40640,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *276 - *277 + - *278 requestBody: required: true content: @@ -40703,8 +40715,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *276 - *277 + - *278 responses: '201': description: Response @@ -40740,8 +40752,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *276 - *277 + - *278 responses: '201': description: Response @@ -40771,8 +40783,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *276 - *277 + - *278 - *81 responses: '200': @@ -40802,8 +40814,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *276 - *277 + - *278 - *81 responses: '204': @@ -40829,8 +40841,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *276 - *277 + - *278 - *81 responses: '200': *87 @@ -40855,8 +40867,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *276 - *277 + - *278 - *81 requestBody: required: true @@ -40905,8 +40917,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *276 - *277 + - *278 - *81 requestBody: required: true @@ -40956,8 +40968,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *276 - *277 + - *278 - *81 responses: '200': *160 @@ -40987,8 +40999,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *276 - *277 + - *278 - *81 - *161 responses: @@ -41018,9 +41030,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *276 - *277 - - &321 + - *278 + - &322 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. @@ -41028,7 +41040,7 @@ paths: required: false schema: type: string - - &322 + - &323 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -41036,7 +41048,7 @@ paths: required: false schema: type: string - - &323 + - &324 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -41045,7 +41057,7 @@ paths: required: false schema: type: string - - &324 + - &325 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 @@ -41072,7 +41084,7 @@ paths: - pending - *4 - *5 - - &325 + - &326 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-server@3.12/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -41081,7 +41093,7 @@ paths: schema: type: string format: date-time - - &304 + - &305 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -41090,13 +41102,13 @@ paths: schema: type: boolean default: false - - &326 + - &327 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &327 + - &328 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -41119,7 +41131,7 @@ paths: type: integer workflow_runs: type: array - items: &305 + items: &306 title: Workflow Run description: An invocation of a workflow type: object @@ -41214,7 +41226,7 @@ paths: that triggered the run. type: array nullable: true - items: &345 + items: &346 title: Pull Request Minimal type: object properties: @@ -41333,7 +41345,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &349 + properties: &350 id: type: string description: SHA for the commit @@ -41384,7 +41396,7 @@ paths: - name - email nullable: true - required: &350 + required: &351 - id - tree_id - message @@ -41431,7 +41443,7 @@ paths: - workflow_url - pull_requests examples: - default: &328 + default: &329 value: total_count: 1 workflow_runs: @@ -41667,24 +41679,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *276 - *277 - - &306 + - *278 + - &307 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *304 + - *305 responses: '200': description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: &309 + default: &310 value: id: 30433642 name: Build @@ -41925,9 +41937,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *276 - *277 - - *306 + - *278 + - *307 responses: '204': description: Response @@ -41950,9 +41962,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *276 - *277 - - *306 + - *278 + - *307 responses: '200': description: Response @@ -42073,12 +42085,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *276 - *277 - - *306 + - *278 + - *307 - *4 - *5 - - *307 + - *308 responses: '200': description: Response @@ -42094,9 +42106,9 @@ paths: type: integer artifacts: type: array - items: *291 + items: *292 examples: - default: *308 + default: *309 headers: Link: *6 x-github: @@ -42120,25 +42132,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *276 - *277 - - *306 - - &310 + - *278 + - *307 + - &311 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *304 + - *305 responses: '200': description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: *309 + default: *310 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42161,10 +42173,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *276 - *277 - - *306 - - *310 + - *278 + - *307 + - *311 - *4 - *5 responses: @@ -42182,9 +42194,9 @@ paths: type: integer jobs: type: array - items: *311 + items: *312 examples: - default: &312 + default: &313 value: total_count: 1 jobs: @@ -42297,10 +42309,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *276 - *277 - - *306 - - *310 + - *278 + - *307 + - *311 responses: '302': description: Response @@ -42328,9 +42340,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *276 - *277 - - *306 + - *278 + - *307 responses: '202': description: Response @@ -42363,9 +42375,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *276 - *277 - - *306 + - *278 + - *307 requestBody: required: true content: @@ -42432,9 +42444,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *276 - *277 - - *306 + - *278 + - *307 responses: '202': description: Response @@ -42467,9 +42479,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *276 - *277 - - *306 + - *278 + - *307 - 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 @@ -42499,9 +42511,9 @@ paths: type: integer jobs: type: array - items: *311 + items: *312 examples: - default: *312 + default: *313 headers: Link: *6 x-github: @@ -42526,9 +42538,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *276 - *277 - - *306 + - *278 + - *307 responses: '302': description: Response @@ -42555,9 +42567,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *276 - *277 - - *306 + - *278 + - *307 responses: '204': description: Response @@ -42584,9 +42596,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *276 - *277 - - *306 + - *278 + - *307 responses: '200': description: Response @@ -42646,7 +42658,7 @@ paths: items: type: object properties: - type: &401 + type: &402 type: string description: The type of reviewer. enum: @@ -42656,7 +42668,7 @@ paths: reviewer: anyOf: - *19 - - *278 + - *279 required: - environment - wait_timer @@ -42731,9 +42743,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *276 - *277 - - *306 + - *278 + - *307 requestBody: required: true content: @@ -42780,7 +42792,7 @@ paths: application/json: schema: type: array - items: &396 + items: &397 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -42886,7 +42898,7 @@ paths: - created_at - updated_at examples: - default: &397 + default: &398 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -42942,9 +42954,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *276 - *277 - - *306 + - *278 + - *307 requestBody: required: false content: @@ -42988,9 +43000,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *276 - *277 - - *306 + - *278 + - *307 requestBody: required: false content: @@ -43037,8 +43049,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#list-repository-secrets parameters: - - *276 - *277 + - *278 - *4 - *5 responses: @@ -43056,9 +43068,9 @@ paths: type: integer secrets: type: array - items: *313 + items: *314 examples: - default: *314 + default: *315 headers: Link: *6 x-github: @@ -43083,16 +43095,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#get-a-repository-public-key parameters: - - *276 - *277 + - *278 responses: '200': description: Response content: application/json: - schema: *315 + schema: *316 examples: - default: *316 + default: *317 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43114,17 +43126,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#get-a-repository-secret parameters: - - *276 - *277 + - *278 - *163 responses: '200': description: Response content: application/json: - schema: *313 + schema: *314 examples: - default: &414 + default: &415 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -43150,8 +43162,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *276 - *277 + - *278 - *163 requestBody: required: true @@ -43209,8 +43221,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#delete-a-repository-secret parameters: - - *276 - *277 + - *278 - *163 responses: '204': @@ -43236,9 +43248,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#list-repository-variables parameters: - - *276 - *277 - - *300 + - *278 + - *301 - *5 responses: '200': @@ -43255,9 +43267,9 @@ paths: type: integer variables: type: array - items: *317 + items: *318 examples: - default: *318 + default: *319 headers: Link: *6 x-github: @@ -43280,8 +43292,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#create-a-repository-variable parameters: - - *276 - *277 + - *278 requestBody: required: true content: @@ -43333,17 +43345,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#get-a-repository-variable parameters: - - *276 - *277 + - *278 - *166 responses: '200': description: Response content: application/json: - schema: *317 + schema: *318 examples: - default: &415 + default: &416 value: name: USERNAME value: octocat @@ -43369,8 +43381,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#update-a-repository-variable parameters: - - *276 - *277 + - *278 - *166 requestBody: required: true @@ -43413,8 +43425,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#delete-a-repository-variable parameters: - - *276 - *277 + - *278 - *166 responses: '204': @@ -43440,8 +43452,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflows#list-repository-workflows parameters: - - *276 - *277 + - *278 - *4 - *5 responses: @@ -43459,7 +43471,7 @@ paths: type: integer workflows: type: array - items: &319 + items: &320 title: Workflow description: A GitHub Actions workflow type: object @@ -43566,9 +43578,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflows#get-a-workflow parameters: - - *276 - *277 - - &320 + - *278 + - &321 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -43583,7 +43595,7 @@ paths: description: Response content: application/json: - schema: *319 + schema: *320 examples: default: value: @@ -43616,9 +43628,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflows#disable-a-workflow parameters: - - *276 - *277 - - *320 + - *278 + - *321 responses: '204': description: Response @@ -43643,9 +43655,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *276 - *277 - - *320 + - *278 + - *321 responses: '204': description: Response @@ -43696,9 +43708,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflows#enable-a-workflow parameters: - - *276 - *277 - - *320 + - *278 + - *321 responses: '204': description: Response @@ -43725,19 +43737,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *276 - *277 - - *320 + - *278 - *321 - *322 - *323 - *324 + - *325 - *4 - *5 - - *325 - - *304 - *326 + - *305 - *327 + - *328 responses: '200': description: Response @@ -43753,9 +43765,9 @@ paths: type: integer workflow_runs: type: array - items: *305 + items: *306 examples: - default: *328 + default: *329 headers: Link: *6 x-github: @@ -43778,8 +43790,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#list-repository-activities parameters: - - *276 - *277 + - *278 - *9 - *4 - *88 @@ -43943,8 +43955,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/assignees#list-assignees parameters: - - *276 - *277 + - *278 - *4 - *5 responses: @@ -43981,8 +43993,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *276 - *277 + - *278 - name: assignee in: path required: true @@ -44016,8 +44028,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *276 - *277 + - *278 responses: '200': description: Response @@ -44025,7 +44037,7 @@ paths: application/json: schema: type: array - items: &329 + items: &330 title: Autolink reference description: An autolink reference. type: object @@ -44075,8 +44087,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *276 - *277 + - *278 requestBody: required: true content: @@ -44115,9 +44127,9 @@ paths: description: response content: application/json: - schema: *329 + schema: *330 examples: - default: &330 + default: &331 value: id: 1 key_prefix: TICKET- @@ -44148,9 +44160,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *276 - *277 - - &331 + - *278 + - &332 name: autolink_id description: The unique identifier of the autolink. in: path @@ -44162,9 +44174,9 @@ paths: description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: *330 + default: *331 '404': *26 x-github: githubCloudOnly: false @@ -44184,9 +44196,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *276 - *277 - - *331 + - *278 + - *332 responses: '204': description: Response @@ -44210,8 +44222,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *276 - *277 + - *278 responses: '200': description: Response if Dependabot is enabled @@ -44258,8 +44270,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branches#list-branches parameters: - - *276 - *277 + - *278 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -44297,7 +44309,7 @@ paths: - url protected: type: boolean - protection: &333 + protection: &334 title: Branch Protection description: Branch Protection type: object @@ -44339,7 +44351,7 @@ paths: required: - contexts - checks - enforce_admins: &336 + enforce_admins: &337 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -44354,7 +44366,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &338 + required_pull_request_reviews: &339 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -44375,7 +44387,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *278 + items: *279 apps: description: The list of apps with review dismissal access. @@ -44404,7 +44416,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *278 + items: *279 apps: description: The list of apps allowed to bypass pull request requirements. @@ -44430,7 +44442,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &335 + restrictions: &336 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -44737,9 +44749,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branches#get-a-branch parameters: - - *276 - *277 - - &334 + - *278 + - &335 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-server@3.12/graphql). @@ -44753,14 +44765,14 @@ paths: description: Response content: application/json: - schema: &344 + schema: &345 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &374 + commit: &375 title: Commit description: Commit type: object @@ -44794,7 +44806,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &332 + properties: &333 name: type: string example: '"Chris Wanstrath"' @@ -44809,7 +44821,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *332 + properties: *333 nullable: true message: type: string @@ -44830,7 +44842,7 @@ paths: required: - sha - url - verification: &421 + verification: &422 title: Verification type: object properties: @@ -44896,7 +44908,7 @@ paths: type: integer files: type: array - items: &385 + items: &386 title: Diff Entry description: Diff Entry type: object @@ -44979,7 +44991,7 @@ paths: - self protected: type: boolean - protection: *333 + protection: *334 protection_url: type: string format: uri @@ -45083,7 +45095,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *288 + '301': *289 '404': *26 x-github: githubCloudOnly: false @@ -45105,15 +45117,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-branch-protection parameters: - - *276 - *277 - - *334 + - *278 + - *335 responses: '200': description: Response content: application/json: - schema: *333 + schema: *334 examples: default: value: @@ -45307,9 +45319,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#update-branch-protection parameters: - - *276 - *277 - - *334 + - *278 + - *335 requestBody: required: true content: @@ -45564,7 +45576,7 @@ paths: url: type: string format: uri - required_status_checks: &341 + required_status_checks: &342 title: Status Check Policy description: Status Check Policy type: object @@ -45640,7 +45652,7 @@ paths: items: *19 teams: type: array - items: *278 + items: *279 apps: type: array items: *25 @@ -45658,7 +45670,7 @@ paths: items: *19 teams: type: array - items: *278 + items: *279 apps: type: array items: *25 @@ -45716,7 +45728,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *335 + restrictions: *336 required_conversation_resolution: type: object properties: @@ -45828,9 +45840,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#delete-branch-protection parameters: - - *276 - *277 - - *334 + - *278 + - *335 responses: '204': description: Response @@ -45855,17 +45867,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *276 - *277 - - *334 + - *278 + - *335 responses: '200': description: Response content: application/json: - schema: *336 + schema: *337 examples: - default: &337 + default: &338 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -45887,17 +45899,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *276 - *277 - - *334 + - *278 + - *335 responses: '200': description: Response content: application/json: - schema: *336 + schema: *337 examples: - default: *337 + default: *338 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45916,9 +45928,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *276 - *277 - - *334 + - *278 + - *335 responses: '204': description: Response @@ -45943,17 +45955,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *276 - *277 - - *334 + - *278 + - *335 responses: '200': description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: &339 + default: &340 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -46049,9 +46061,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *276 - *277 - - *334 + - *278 + - *335 requestBody: required: false content: @@ -46149,9 +46161,9 @@ paths: description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: *339 + default: *340 '422': *35 x-github: githubCloudOnly: false @@ -46172,9 +46184,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *276 - *277 - - *334 + - *278 + - *335 responses: '204': description: Response @@ -46201,17 +46213,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *276 - *277 - - *334 + - *278 + - *335 responses: '200': description: Response content: application/json: - schema: *336 + schema: *337 examples: - default: &340 + default: &341 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -46234,17 +46246,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *276 - *277 - - *334 + - *278 + - *335 responses: '200': description: Response content: application/json: - schema: *336 + schema: *337 examples: - default: *340 + default: *341 '404': *26 x-github: githubCloudOnly: false @@ -46264,9 +46276,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *276 - *277 - - *334 + - *278 + - *335 responses: '204': description: Response @@ -46291,17 +46303,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-status-checks-protection parameters: - - *276 - *277 - - *334 + - *278 + - *335 responses: '200': description: Response content: application/json: - schema: *341 + schema: *342 examples: - default: &342 + default: &343 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -46327,9 +46339,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#update-status-check-protection parameters: - - *276 - *277 - - *334 + - *278 + - *335 requestBody: required: false content: @@ -46381,9 +46393,9 @@ paths: description: Response content: application/json: - schema: *341 + schema: *342 examples: - default: *342 + default: *343 '404': *26 '422': *35 x-github: @@ -46405,9 +46417,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#remove-status-check-protection parameters: - - *276 - *277 - - *334 + - *278 + - *335 responses: '204': description: Response @@ -46431,9 +46443,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *276 - *277 - - *334 + - *278 + - *335 responses: '200': description: Response @@ -46467,9 +46479,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#add-status-check-contexts parameters: - - *276 - *277 - - *334 + - *278 + - *335 requestBody: required: false content: @@ -46536,9 +46548,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#set-status-check-contexts parameters: - - *276 - *277 - - *334 + - *278 + - *335 requestBody: required: false content: @@ -46602,9 +46614,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *276 - *277 - - *334 + - *278 + - *335 requestBody: content: application/json: @@ -46670,15 +46682,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-access-restrictions parameters: - - *276 - *277 - - *334 + - *278 + - *335 responses: '200': description: Response content: application/json: - schema: *335 + schema: *336 examples: default: value: @@ -46769,9 +46781,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#delete-access-restrictions parameters: - - *276 - *277 - - *334 + - *278 + - *335 responses: '204': description: Response @@ -46794,9 +46806,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *276 - *277 - - *334 + - *278 + - *335 responses: '200': description: Response @@ -46806,7 +46818,7 @@ paths: type: array items: *25 examples: - default: &343 + default: &344 value: - id: 1 slug: octoapp @@ -46863,9 +46875,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *276 - *277 - - *334 + - *278 + - *335 requestBody: required: true content: @@ -46899,7 +46911,7 @@ paths: type: array items: *25 examples: - default: *343 + default: *344 '422': *35 x-github: githubCloudOnly: false @@ -46920,9 +46932,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *276 - *277 - - *334 + - *278 + - *335 requestBody: required: true content: @@ -46956,7 +46968,7 @@ paths: type: array items: *25 examples: - default: *343 + default: *344 '422': *35 x-github: githubCloudOnly: false @@ -46977,9 +46989,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *276 - *277 - - *334 + - *278 + - *335 requestBody: required: true content: @@ -47013,7 +47025,7 @@ paths: type: array items: *25 examples: - default: *343 + default: *344 '422': *35 x-github: githubCloudOnly: false @@ -47035,9 +47047,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *276 - *277 - - *334 + - *278 + - *335 responses: '200': description: Response @@ -47045,9 +47057,9 @@ paths: application/json: schema: type: array - items: *278 + items: *279 examples: - default: *256 + default: *257 '404': *26 x-github: githubCloudOnly: false @@ -47067,9 +47079,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *276 - *277 - - *334 + - *278 + - *335 requestBody: required: false content: @@ -47105,9 +47117,9 @@ paths: application/json: schema: type: array - items: *278 + items: *279 examples: - default: *256 + default: *257 '422': *35 x-github: githubCloudOnly: false @@ -47128,9 +47140,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *276 - *277 - - *334 + - *278 + - *335 requestBody: required: false content: @@ -47166,9 +47178,9 @@ paths: application/json: schema: type: array - items: *278 + items: *279 examples: - default: *256 + default: *257 '422': *35 x-github: githubCloudOnly: false @@ -47189,9 +47201,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *276 - *277 - - *334 + - *278 + - *335 requestBody: content: application/json: @@ -47226,9 +47238,9 @@ paths: application/json: schema: type: array - items: *278 + items: *279 examples: - default: *256 + default: *257 '422': *35 x-github: githubCloudOnly: false @@ -47250,9 +47262,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *276 - *277 - - *334 + - *278 + - *335 responses: '200': description: Response @@ -47286,9 +47298,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *276 - *277 - - *334 + - *278 + - *335 requestBody: required: true content: @@ -47346,9 +47358,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *276 - *277 - - *334 + - *278 + - *335 requestBody: required: true content: @@ -47406,9 +47418,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *276 - *277 - - *334 + - *278 + - *335 requestBody: required: true content: @@ -47468,9 +47480,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branches#rename-a-branch parameters: - - *276 - *277 - - *334 + - *278 + - *335 requestBody: required: true content: @@ -47492,7 +47504,7 @@ paths: description: Response content: application/json: - schema: *344 + schema: *345 examples: default: value: @@ -47605,8 +47617,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/runs#create-a-check-run parameters: - - *276 - *277 + - *278 requestBody: required: true content: @@ -47885,7 +47897,7 @@ paths: description: Response content: application/json: - schema: &346 + schema: &347 title: CheckRun description: A check performed on the code of a given code change type: object @@ -48004,8 +48016,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *345 - deployment: &606 + items: *346 + deployment: &607 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -48285,9 +48297,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/runs#get-a-check-run parameters: - - *276 - *277 - - &347 + - *278 + - &348 name: check_run_id description: The unique identifier of the check run. in: path @@ -48299,9 +48311,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: &348 + default: &349 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -48401,9 +48413,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/runs#update-a-check-run parameters: - - *276 - *277 - - *347 + - *278 + - *348 requestBody: required: true content: @@ -48643,9 +48655,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *347 examples: - default: *348 + default: *349 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48665,9 +48677,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/runs#list-check-run-annotations parameters: - - *276 - *277 - - *347 + - *278 + - *348 - *4 - *5 responses: @@ -48764,9 +48776,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/runs#rerequest-a-check-run parameters: - - *276 - *277 - - *347 + - *278 + - *348 responses: '201': description: Response @@ -48810,8 +48822,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/suites#create-a-check-suite parameters: - - *276 - *277 + - *278 requestBody: required: true content: @@ -48833,7 +48845,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &351 + schema: &352 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -48897,7 +48909,7 @@ paths: nullable: true pull_requests: type: array - items: *345 + items: *346 nullable: true app: title: GitHub app @@ -48923,8 +48935,8 @@ paths: title: Simple Commit description: A commit. type: object - properties: *349 - required: *350 + properties: *350 + required: *351 latest_check_runs_count: type: integer check_runs_url: @@ -48952,7 +48964,7 @@ paths: - check_runs_url - pull_requests examples: - default: &352 + default: &353 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -49243,9 +49255,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49264,8 +49276,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *276 - *277 + - *278 requestBody: required: true content: @@ -49574,9 +49586,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/suites#get-a-check-suite parameters: - - *276 - *277 - - &353 + - *278 + - &354 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -49588,9 +49600,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49613,17 +49625,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *276 - *277 - - *353 - - &382 + - *278 + - *354 + - &383 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &383 + - &384 name: status description: Returns check runs with the specified `status`. in: query @@ -49662,9 +49674,9 @@ paths: type: integer check_runs: type: array - items: *346 + items: *347 examples: - default: &384 + default: &385 value: total_count: 1 check_runs: @@ -49766,9 +49778,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/suites#rerequest-a-check-suite parameters: - - *276 - *277 - - *353 + - *278 + - *354 responses: '201': description: Response @@ -49801,20 +49813,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *276 - *277 + - *278 - *178 - *179 - *5 - *4 - - &364 + - &365 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: *354 + schema: *355 - *9 - name: sort description: The property by which to sort the results. @@ -49837,7 +49849,7 @@ paths: be returned. in: query required: false - schema: *355 + schema: *356 responses: '200': description: Response @@ -49853,7 +49865,7 @@ paths: updated_at: *100 url: *97 html_url: *98 - instances_url: *356 + instances_url: *357 state: *92 fixed_at: *102 dismissed_by: @@ -49864,11 +49876,11 @@ paths: required: *18 nullable: true dismissed_at: *101 - dismissed_reason: *357 - dismissed_comment: *358 - rule: *359 - tool: *360 - most_recent_instance: *361 + dismissed_reason: *358 + dismissed_comment: *359 + rule: *360 + tool: *361 + most_recent_instance: *362 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -49991,7 +50003,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *42 - '403': *253 + '403': *254 '404': *26 '503': *104 x-github: @@ -50013,9 +50025,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *276 - *277 - - &362 + - *278 + - &363 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -50029,7 +50041,7 @@ paths: description: Response content: application/json: - schema: &363 + schema: &364 type: object properties: number: *93 @@ -50037,7 +50049,7 @@ paths: updated_at: *100 url: *97 html_url: *98 - instances_url: *356 + instances_url: *357 state: *92 fixed_at: *102 dismissed_by: @@ -50048,8 +50060,8 @@ paths: required: *18 nullable: true dismissed_at: *101 - dismissed_reason: *357 - dismissed_comment: *358 + dismissed_reason: *358 + dismissed_comment: *359 rule: type: object properties: @@ -50103,8 +50115,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *360 - most_recent_instance: *361 + tool: *361 + most_recent_instance: *362 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -50200,7 +50212,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *42 - '403': *253 + '403': *254 '404': *26 '503': *104 x-github: @@ -50220,9 +50232,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *276 - *277 - - *362 + - *278 + - *363 requestBody: required: true content: @@ -50237,8 +50249,8 @@ paths: enum: - open - dismissed - dismissed_reason: *357 - dismissed_comment: *358 + dismissed_reason: *358 + dismissed_comment: *359 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -50257,7 +50269,7 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: default: value: @@ -50333,7 +50345,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *34 - '403': &369 + '403': &370 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -50360,12 +50372,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *276 - *277 - - *362 + - *278 + - *363 - *5 - *4 - - *364 + - *365 responses: '200': description: Response @@ -50373,7 +50385,7 @@ paths: application/json: schema: type: array - items: *361 + items: *362 examples: default: value: @@ -50412,7 +50424,7 @@ paths: end_column: 50 classifications: - source - '403': *253 + '403': *254 '404': *26 '503': *104 x-github: @@ -50446,8 +50458,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *276 - *277 + - *278 - *178 - *179 - *5 @@ -50458,12 +50470,12 @@ paths: for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *354 + schema: *355 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &367 + schema: &368 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -50484,23 +50496,23 @@ paths: application/json: schema: type: array - items: &368 + items: &369 type: object properties: - ref: *354 - commit_sha: &370 + ref: *355 + commit_sha: &371 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: *365 + analysis_key: *366 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *366 + category: *367 error: type: string example: error reading field xyz @@ -50524,8 +50536,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *367 - tool: *360 + sarif_id: *368 + tool: *361 deletable: type: boolean warning: @@ -50586,7 +50598,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *253 + '403': *254 '404': *26 '503': *104 x-github: @@ -50622,8 +50634,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *276 - *277 + - *278 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -50636,7 +50648,7 @@ paths: description: Response content: application/json: - schema: *368 + schema: *369 examples: response: summary: application/json response @@ -50690,7 +50702,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *253 + '403': *254 '404': *26 '503': *104 x-github: @@ -50772,8 +50784,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *276 - *277 + - *278 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -50826,7 +50838,7 @@ paths: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete '400': *34 - '403': *369 + '403': *370 '404': *26 '503': *104 x-github: @@ -50848,8 +50860,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *276 - *277 + - *278 responses: '200': description: Response @@ -50911,7 +50923,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *253 + '403': *254 '404': *26 '503': *104 x-github: @@ -50932,8 +50944,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *276 - *277 + - *278 requestBody: required: true content: @@ -51004,7 +51016,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *369 + '403': *370 '404': *26 '409': description: Response if there is already a validation run in progress with @@ -51069,8 +51081,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *276 - *277 + - *278 requestBody: required: true content: @@ -51078,7 +51090,7 @@ paths: schema: type: object properties: - commit_sha: *370 + commit_sha: *371 ref: type: string description: |- @@ -51131,7 +51143,7 @@ paths: schema: type: object properties: - id: *367 + id: *368 url: type: string description: The REST API URL for checking the status of the upload. @@ -51145,7 +51157,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': *369 + '403': *370 '404': *26 '413': description: Payload Too Large if the sarif field is too large @@ -51168,8 +51180,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *276 - *277 + - *278 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -51215,7 +51227,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': *253 + '403': *254 '404': description: Not Found if the sarif id does not match any upload '503': *104 @@ -51240,8 +51252,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#list-codeowners-errors parameters: - - *276 - *277 + - *278 - 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 @@ -51364,8 +51376,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *276 - *277 + - *278 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -51407,7 +51419,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &371 + properties: &372 login: type: string example: octocat @@ -51500,7 +51512,7 @@ paths: user_view_type: type: string example: public - required: &372 + required: &373 - avatar_url - events_url - followers_url @@ -51573,8 +51585,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *276 - *277 + - *278 - *8 responses: '204': @@ -51611,8 +51623,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *276 - *277 + - *278 - *8 requestBody: required: false @@ -51678,8 +51690,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *276 - *277 + - *278 - *8 responses: '204': @@ -51709,8 +51721,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *276 - *277 + - *278 - *8 responses: '200': @@ -51731,8 +51743,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *371 - required: *372 + properties: *372 + required: *373 nullable: true required: - permission @@ -51787,8 +51799,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *276 - *277 + - *278 - *4 - *5 responses: @@ -51798,7 +51810,7 @@ paths: application/json: schema: type: array - items: &373 + items: &374 title: Commit Comment description: Commit Comment type: object @@ -51856,7 +51868,7 @@ paths: - created_at - updated_at examples: - default: &376 + default: &377 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -51915,17 +51927,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/comments#get-a-commit-comment parameters: - - *276 - *277 + - *278 - *120 responses: '200': description: Response content: application/json: - schema: *373 + schema: *374 examples: - default: &377 + default: &378 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -51982,8 +51994,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/comments#update-a-commit-comment parameters: - - *276 - *277 + - *278 - *120 requestBody: required: true @@ -52006,7 +52018,7 @@ paths: description: Response content: application/json: - schema: *373 + schema: *374 examples: default: value: @@ -52057,8 +52069,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/comments#delete-a-commit-comment parameters: - - *276 - *277 + - *278 - *120 responses: '204': @@ -52080,8 +52092,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *276 - *277 + - *278 - *120 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). @@ -52108,9 +52120,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *267 + default: *268 headers: Link: *6 '404': *26 @@ -52131,8 +52143,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *276 - *277 + - *278 - *120 requestBody: required: true @@ -52165,16 +52177,16 @@ paths: description: Reaction exists content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '201': description: Reaction created content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '422': *35 x-github: githubCloudOnly: false @@ -52196,10 +52208,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *276 - *277 + - *278 - *120 - - *268 + - *269 responses: '204': description: Response @@ -52248,8 +52260,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/commits#list-commits parameters: - - *276 - *277 + - *278 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -52305,9 +52317,9 @@ paths: application/json: schema: type: array - items: *374 + items: *375 examples: - default: &482 + default: &483 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -52400,9 +52412,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/commits#list-branches-for-head-commit parameters: - - *276 - *277 - - &375 + - *278 + - &376 name: commit_sha description: The SHA of the commit. in: path @@ -52474,9 +52486,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/comments#list-commit-comments parameters: - - *276 - *277 - - *375 + - *278 + - *376 - *4 - *5 responses: @@ -52486,9 +52498,9 @@ paths: application/json: schema: type: array - items: *373 + items: *374 examples: - default: *376 + default: *377 headers: Link: *6 x-github: @@ -52516,9 +52528,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/comments#create-a-commit-comment parameters: - - *276 - *277 - - *375 + - *278 + - *376 requestBody: required: true content: @@ -52553,9 +52565,9 @@ paths: description: Response content: application/json: - schema: *373 + schema: *374 examples: - default: *377 + default: *378 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -52583,9 +52595,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *276 - *277 - - *375 + - *278 + - *376 - *4 - *5 responses: @@ -52595,7 +52607,7 @@ paths: application/json: schema: type: array - items: &471 + items: &472 title: Pull Request Simple description: Pull Request Simple type: object @@ -52701,8 +52713,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *378 - required: *379 + properties: *379 + required: *380 nullable: true active_lock_reason: type: string @@ -52747,7 +52759,7 @@ paths: nullable: true requested_teams: type: array - items: *278 + items: *279 nullable: true head: type: object @@ -52798,7 +52810,7 @@ paths: _links: type: object properties: - comments: &380 + comments: &381 title: Link description: Hypermedia Link type: object @@ -52807,13 +52819,13 @@ paths: type: string required: - href - commits: *380 - statuses: *380 - html: *380 - issue: *380 - review_comments: *380 - review_comment: *380 - self: *380 + commits: *381 + statuses: *381 + html: *381 + issue: *381 + review_comments: *381 + review_comment: *381 + self: *381 required: - comments - commits @@ -52824,7 +52836,7 @@ paths: - review_comment - self author_association: *108 - auto_merge: &474 + auto_merge: &475 title: Auto merge description: The status of auto merging a pull request. type: object @@ -52887,7 +52899,7 @@ paths: - author_association - auto_merge examples: - default: &472 + default: &473 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -53424,11 +53436,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/commits#get-a-commit parameters: - - *276 - *277 + - *278 - *5 - *4 - - &381 + - &382 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)" @@ -53443,9 +53455,9 @@ paths: description: Response content: application/json: - schema: *374 + schema: *375 examples: - default: &457 + default: &458 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -53555,11 +53567,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *276 - *277 - - *381 + - *278 - *382 - *383 + - *384 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -53593,9 +53605,9 @@ paths: type: integer check_runs: type: array - items: *346 + items: *347 examples: - default: *384 + default: *385 headers: Link: *6 x-github: @@ -53620,9 +53632,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *276 - *277 - - *381 + - *278 + - *382 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -53630,7 +53642,7 @@ paths: schema: type: integer example: 1 - - *382 + - *383 - *4 - *5 responses: @@ -53648,7 +53660,7 @@ paths: type: integer check_suites: type: array - items: *351 + items: *352 examples: default: value: @@ -53848,9 +53860,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *276 - *277 - - *381 + - *278 + - *382 - *4 - *5 responses: @@ -54048,9 +54060,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *276 - *277 - - *381 + - *278 + - *382 - *4 - *5 responses: @@ -54060,7 +54072,7 @@ paths: application/json: schema: type: array - items: &529 + items: &530 title: Status description: The status of a commit. type: object @@ -54141,7 +54153,7 @@ paths: site_admin: false headers: Link: *6 - '301': *288 + '301': *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54209,8 +54221,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/commits#compare-two-commits parameters: - - *276 - *277 + - *278 - *5 - *4 - name: basehead @@ -54253,8 +54265,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *374 - merge_base_commit: *374 + base_commit: *375 + merge_base_commit: *375 status: type: string enum: @@ -54274,10 +54286,10 @@ paths: example: 6 commits: type: array - items: *374 + items: *375 files: type: array - items: *385 + items: *386 required: - url - html_url @@ -54556,8 +54568,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/contents#get-repository-content parameters: - - *276 - *277 + - *278 - name: path description: path parameter in: path @@ -54698,7 +54710,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &386 + response-if-content-is-a-file: &387 summary: Response if content is a file value: type: file @@ -54830,7 +54842,7 @@ paths: - size - type - url - - &487 + - &488 title: Content File description: Content File type: object @@ -55031,7 +55043,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *386 + response-if-content-is-a-file: *387 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -55100,7 +55112,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *26 '403': *43 - '302': &491 + '302': &492 description: Found '304': *42 x-github: @@ -55124,8 +55136,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/contents#create-or-update-file-contents parameters: - - *276 - *277 + - *278 - name: path description: path parameter in: path @@ -55218,7 +55230,7 @@ paths: description: Response content: application/json: - schema: &387 + schema: &388 title: File Commit description: File Commit type: object @@ -55364,7 +55376,7 @@ paths: description: Response content: application/json: - schema: *387 + schema: *388 examples: example-for-creating-a-file: value: @@ -55415,7 +55427,7 @@ paths: schema: oneOf: - *24 - - &416 + - &417 description: Repository rule violation was detected type: object properties: @@ -55468,8 +55480,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/contents#delete-a-file parameters: - - *276 - *277 + - *278 - name: path description: path parameter in: path @@ -55530,7 +55542,7 @@ paths: description: Response content: application/json: - schema: *387 + schema: *388 examples: default: value: @@ -55581,8 +55593,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#list-repository-contributors parameters: - - *276 - *277 + - *278 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -55705,8 +55717,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *276 - *277 + - *278 - *186 - *187 - *188 @@ -55727,7 +55739,7 @@ paths: application/json: schema: type: array - items: &390 + items: &391 type: object description: A Dependabot alert. properties: @@ -55760,7 +55772,7 @@ paths: enum: - development - runtime - security_advisory: *388 + security_advisory: *389 security_vulnerability: *96 url: *97 html_url: *98 @@ -55791,7 +55803,7 @@ paths: nullable: true maxLength: 280 fixed_at: *102 - auto_dismissed_at: *389 + auto_dismissed_at: *390 required: - number - state @@ -56018,9 +56030,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *276 - *277 - - &391 + - *278 + - &392 name: alert_number in: path description: |- @@ -56035,7 +56047,7 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: default: value: @@ -56139,9 +56151,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *276 - *277 - - *391 + - *278 + - *392 requestBody: required: true content: @@ -56186,7 +56198,7 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: default: value: @@ -56315,8 +56327,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependabot/secrets#list-repository-secrets parameters: - - *276 - *277 + - *278 - *4 - *5 responses: @@ -56334,7 +56346,7 @@ paths: type: integer secrets: type: array - items: &394 + items: &395 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -56387,16 +56399,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *276 - *277 + - *278 responses: '200': description: Response content: application/json: - schema: *392 + schema: *393 examples: - default: *393 + default: *394 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56416,15 +56428,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependabot/secrets#get-a-repository-secret parameters: - - *276 - *277 + - *278 - *163 responses: '200': description: Response content: application/json: - schema: *394 + schema: *395 examples: default: value: @@ -56450,8 +56462,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *276 - *277 + - *278 - *163 requestBody: required: true @@ -56504,8 +56516,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *276 - *277 + - *278 - *163 responses: '204': @@ -56528,8 +56540,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *276 - *277 + - *278 - 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 @@ -56689,8 +56701,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *276 - *277 + - *278 responses: '200': description: Response @@ -56915,8 +56927,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *276 - *277 + - *278 requestBody: required: true content: @@ -56991,7 +57003,7 @@ paths: - version - url additionalProperties: false - metadata: &395 + metadata: &396 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -57024,7 +57036,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *395 + metadata: *396 resolved: type: object description: A collection of resolved package dependencies. @@ -57037,7 +57049,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *395 + metadata: *396 relationship: type: string description: A notation of whether a dependency is requested @@ -57166,8 +57178,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/deployments#list-deployments parameters: - - *276 - *277 + - *278 - name: sha description: The SHA recorded at creation time. in: query @@ -57207,9 +57219,9 @@ paths: application/json: schema: type: array - items: *396 + items: *397 examples: - default: *397 + default: *398 headers: Link: *6 x-github: @@ -57275,8 +57287,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/deployments#create-a-deployment parameters: - - *276 - *277 + - *278 requestBody: required: true content: @@ -57357,7 +57369,7 @@ paths: description: Response content: application/json: - schema: *396 + schema: *397 examples: simple-example: summary: Simple example @@ -57430,9 +57442,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/deployments#get-a-deployment parameters: - - *276 - *277 - - &398 + - *278 + - &399 name: deployment_id description: deployment_id parameter in: path @@ -57444,7 +57456,7 @@ paths: description: Response content: application/json: - schema: *396 + schema: *397 examples: default: value: @@ -57509,9 +57521,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/deployments#delete-a-deployment parameters: - - *276 - *277 - - *398 + - *278 + - *399 responses: '204': description: Response @@ -57533,9 +57545,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/statuses#list-deployment-statuses parameters: - - *276 - *277 - - *398 + - *278 + - *399 - *4 - *5 responses: @@ -57545,7 +57557,7 @@ paths: application/json: schema: type: array - items: &399 + items: &400 title: Deployment Status description: The status of a deployment. type: object @@ -57706,9 +57718,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/statuses#create-a-deployment-status parameters: - - *276 - *277 - - *398 + - *278 + - *399 requestBody: required: true content: @@ -57783,9 +57795,9 @@ paths: description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: &400 + default: &401 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -57841,9 +57853,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/statuses#get-a-deployment-status parameters: - - *276 - *277 - - *398 + - *278 + - *399 - name: status_id in: path required: true @@ -57854,9 +57866,9 @@ paths: description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: *400 + default: *401 '404': *26 x-github: githubCloudOnly: false @@ -57881,8 +57893,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *276 - *277 + - *278 requestBody: required: true content: @@ -57939,8 +57951,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/environments#list-environments parameters: - - *276 - *277 + - *278 - *4 - *5 responses: @@ -57957,7 +57969,7 @@ paths: type: integer environments: type: array - items: &402 + items: &403 title: Environment description: Details of a deployment environment type: object @@ -58009,7 +58021,7 @@ paths: type: type: string example: wait_timer - wait_timer: &404 + wait_timer: &405 type: integer example: 30 description: The amount of time to delay a job after @@ -58046,11 +58058,11 @@ paths: items: type: object properties: - type: *401 + type: *402 reviewer: anyOf: - *19 - - *278 + - *279 required: - id - node_id @@ -58070,7 +58082,7 @@ paths: - id - node_id - type - deployment_branch_policy: &405 + deployment_branch_policy: &406 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -58185,9 +58197,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/environments#get-an-environment parameters: - - *276 - *277 - - &403 + - *278 + - &404 name: environment_name in: path required: true @@ -58200,9 +58212,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: &406 + default: &407 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -58285,9 +58297,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/environments#create-or-update-an-environment parameters: - - *276 - *277 - - *403 + - *278 + - *404 requestBody: required: false content: @@ -58296,7 +58308,7 @@ paths: type: object nullable: true properties: - wait_timer: *404 + wait_timer: *405 prevent_self_review: type: boolean example: false @@ -58313,13 +58325,13 @@ paths: items: type: object properties: - type: *401 + type: *402 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *405 + deployment_branch_policy: *406 additionalProperties: false examples: default: @@ -58339,9 +58351,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *406 + default: *407 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -58365,9 +58377,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/environments#delete-an-environment parameters: - - *276 - *277 - - *403 + - *278 + - *404 responses: '204': description: Default response @@ -58392,9 +58404,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *276 - *277 - - *403 + - *278 + - *404 - *4 - *5 responses: @@ -58412,7 +58424,7 @@ paths: example: 2 branch_policies: type: array - items: &407 + items: &408 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -58469,9 +58481,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *276 - *277 - - *403 + - *278 + - *404 requestBody: required: true content: @@ -58517,9 +58529,9 @@ paths: description: Response content: application/json: - schema: *407 + schema: *408 examples: - example-wildcard: &408 + example-wildcard: &409 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -58561,10 +58573,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *276 - *277 - - *403 - - &409 + - *278 + - *404 + - &410 name: branch_policy_id in: path required: true @@ -58576,9 +58588,9 @@ paths: description: Response content: application/json: - schema: *407 + schema: *408 examples: - default: *408 + default: *409 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58597,10 +58609,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *276 - *277 - - *403 - - *409 + - *278 + - *404 + - *410 requestBody: required: true content: @@ -58628,9 +58640,9 @@ paths: description: Response content: application/json: - schema: *407 + schema: *408 examples: - default: *408 + default: *409 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58649,10 +58661,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *276 - *277 - - *403 - - *409 + - *278 + - *404 + - *410 responses: '204': description: Response @@ -58677,9 +58689,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *403 + - *404 + - *278 - *277 - - *276 responses: '200': description: List of deployment protection rules @@ -58695,7 +58707,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &410 + items: &411 title: Deployment protection rule description: Deployment protection rule type: object @@ -58714,7 +58726,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &411 + app: &412 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -58813,9 +58825,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *403 + - *404 + - *278 - *277 - - *276 requestBody: content: application/json: @@ -58836,9 +58848,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *410 + schema: *411 examples: - default: &412 + default: &413 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -58873,9 +58885,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *403 + - *404 + - *278 - *277 - - *276 - *5 - *4 responses: @@ -58894,7 +58906,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *411 + items: *412 examples: default: value: @@ -58929,10 +58941,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *276 - *277 - - *403 - - &413 + - *278 + - *404 + - &414 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -58944,9 +58956,9 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: - default: *412 + default: *413 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58967,10 +58979,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *403 + - *404 + - *278 - *277 - - *276 - - *413 + - *414 responses: '204': description: Response @@ -58996,9 +59008,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#list-environment-secrets parameters: - - *276 - *277 - - *403 + - *278 + - *404 - *4 - *5 responses: @@ -59016,9 +59028,9 @@ paths: type: integer secrets: type: array - items: *313 + items: *314 examples: - default: *314 + default: *315 headers: Link: *6 x-github: @@ -59043,17 +59055,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#get-an-environment-public-key parameters: - - *276 - *277 - - *403 + - *278 + - *404 responses: '200': description: Response content: application/json: - schema: *315 + schema: *316 examples: - default: *316 + default: *317 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59075,18 +59087,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#get-an-environment-secret parameters: - - *276 - *277 - - *403 + - *278 + - *404 - *163 responses: '200': description: Response content: application/json: - schema: *313 + schema: *314 examples: - default: *414 + default: *415 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59108,9 +59120,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *276 - *277 - - *403 + - *278 + - *404 - *163 requestBody: required: true @@ -59168,9 +59180,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/secrets#delete-an-environment-secret parameters: - - *276 - *277 - - *403 + - *278 + - *404 - *163 responses: '204': @@ -59196,10 +59208,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#list-environment-variables parameters: - - *276 - *277 - - *403 - - *300 + - *278 + - *404 + - *301 - *5 responses: '200': @@ -59216,9 +59228,9 @@ paths: type: integer variables: type: array - items: *317 + items: *318 examples: - default: *318 + default: *319 headers: Link: *6 x-github: @@ -59241,9 +59253,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#create-an-environment-variable parameters: - - *276 - *277 - - *403 + - *278 + - *404 requestBody: required: true content: @@ -59295,18 +59307,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#get-an-environment-variable parameters: - - *276 - *277 - - *403 + - *278 + - *404 - *166 responses: '200': description: Response content: application/json: - schema: *317 + schema: *318 examples: - default: *415 + default: *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59327,10 +59339,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#update-an-environment-variable parameters: - - *276 - *277 + - *278 - *166 - - *403 + - *404 requestBody: required: true content: @@ -59372,10 +59384,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/actions/variables#delete-an-environment-variable parameters: - - *276 - *277 + - *278 - *166 - - *403 + - *404 responses: '204': description: Response @@ -59397,8 +59409,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/events#list-repository-events parameters: - - *276 - *277 + - *278 - *4 - *5 responses: @@ -59475,8 +59487,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/forks#list-forks parameters: - - *276 - *277 + - *278 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -59635,8 +59647,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/forks#create-a-fork parameters: - - *276 - *277 + - *278 requestBody: required: false content: @@ -59668,9 +59680,9 @@ paths: description: Response content: application/json: - schema: *287 + schema: *288 examples: - default: *289 + default: *290 '400': *34 '422': *35 '403': *43 @@ -59691,8 +59703,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/blobs#create-a-blob parameters: - - *276 - *277 + - *278 requestBody: required: true content: @@ -59752,7 +59764,7 @@ paths: schema: oneOf: - *138 - - *416 + - *417 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59777,8 +59789,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/blobs#get-a-blob parameters: - - *276 - *277 + - *278 - name: file_sha in: path required: true @@ -59877,8 +59889,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/commits#create-a-commit parameters: - - *276 - *277 + - *278 requestBody: required: true content: @@ -59987,7 +59999,7 @@ paths: description: Response content: application/json: - schema: &417 + schema: &418 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -60194,15 +60206,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/commits#get-a-commit-object parameters: - - *276 - *277 - - *375 + - *278 + - *376 responses: '200': description: Response content: application/json: - schema: *417 + schema: *418 examples: default: value: @@ -60255,9 +60267,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/refs#list-matching-references parameters: - - *276 - *277 - - &418 + - *278 + - &419 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. @@ -60274,7 +60286,7 @@ paths: application/json: schema: type: array - items: &419 + items: &420 title: Git Reference description: Git references within a repository type: object @@ -60349,17 +60361,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/refs#get-a-reference parameters: - - *276 - *277 - - *418 + - *278 + - *419 responses: '200': description: Response content: application/json: - schema: *419 + schema: *420 examples: - default: &420 + default: &421 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -60388,8 +60400,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/refs#create-a-reference parameters: - - *276 - *277 + - *278 requestBody: required: true content: @@ -60418,9 +60430,9 @@ paths: description: Response content: application/json: - schema: *419 + schema: *420 examples: - default: *420 + default: *421 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -60446,9 +60458,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/refs#update-a-reference parameters: - - *276 - *277 - - *418 + - *278 + - *419 requestBody: required: true content: @@ -60477,9 +60489,9 @@ paths: description: Response content: application/json: - schema: *419 + schema: *420 examples: - default: *420 + default: *421 '422': *35 '409': *140 x-github: @@ -60497,9 +60509,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/refs#delete-a-reference parameters: - - *276 - *277 - - *418 + - *278 + - *419 responses: '204': description: Response @@ -60552,8 +60564,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/tags#create-a-tag-object parameters: - - *276 - *277 + - *278 requestBody: required: true content: @@ -60620,7 +60632,7 @@ paths: description: Response content: application/json: - schema: &422 + schema: &423 title: Git Tag description: Metadata for a Git tag type: object @@ -60671,7 +60683,7 @@ paths: - sha - type - url - verification: *421 + verification: *422 required: - sha - url @@ -60681,7 +60693,7 @@ paths: - tag - message examples: - default: &423 + default: &424 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -60751,8 +60763,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/tags#get-a-tag parameters: - - *276 - *277 + - *278 - name: tag_sha in: path required: true @@ -60763,9 +60775,9 @@ paths: description: Response content: application/json: - schema: *422 + schema: *423 examples: - default: *423 + default: *424 '404': *26 '409': *140 x-github: @@ -60789,8 +60801,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/trees#create-a-tree parameters: - - *276 - *277 + - *278 requestBody: required: true content: @@ -60863,7 +60875,7 @@ paths: description: Response content: application/json: - schema: &424 + schema: &425 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -60975,8 +60987,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/git/trees#get-a-tree parameters: - - *276 - *277 + - *278 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -60999,7 +61011,7 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: default-response: summary: Default response @@ -61058,8 +61070,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#list-repository-webhooks parameters: - - *276 - *277 + - *278 - *4 - *5 responses: @@ -61069,7 +61081,7 @@ paths: application/json: schema: type: array - items: &425 + items: &426 title: Webhook description: Webhooks for repositories. type: object @@ -61123,7 +61135,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &636 + last_response: &637 title: Hook Response type: object properties: @@ -61197,8 +61209,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#create-a-repository-webhook parameters: - - *276 - *277 + - *278 requestBody: required: false content: @@ -61250,9 +61262,9 @@ paths: description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: &426 + default: &427 value: type: Repository id: 12345678 @@ -61300,17 +61312,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#get-a-repository-webhook parameters: - - *276 - *277 + - *278 - *3 responses: '200': description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: *426 + default: *427 '404': *26 x-github: githubCloudOnly: false @@ -61330,8 +61342,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#update-a-repository-webhook parameters: - - *276 - *277 + - *278 - *3 requestBody: required: true @@ -61377,9 +61389,9 @@ paths: description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: *426 + default: *427 '422': *35 '404': *26 x-github: @@ -61400,8 +61412,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *276 - *277 + - *278 - *3 responses: '204': @@ -61426,8 +61438,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *276 - *277 + - *278 - *3 responses: '200': @@ -61455,8 +61467,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *276 - *277 + - *278 - *3 requestBody: required: false @@ -61501,8 +61513,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *276 - *277 + - *278 - *3 - *4 - *201 @@ -61534,8 +61546,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *276 - *277 + - *278 - *3 - *36 responses: @@ -61564,8 +61576,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *276 - *277 + - *278 - *3 - *36 responses: @@ -61589,8 +61601,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *276 - *277 + - *278 - *3 responses: '204': @@ -61616,8 +61628,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *276 - *277 + - *278 - *3 responses: '204': @@ -61642,8 +61654,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *276 - *277 + - *278 responses: '200': description: Response @@ -61651,8 +61663,8 @@ paths: application/json: schema: *39 examples: - default: *427 - '301': *288 + default: *428 + '301': *289 '404': *26 x-github: githubCloudOnly: false @@ -61671,8 +61683,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/invitations#list-repository-invitations parameters: - - *276 - *277 + - *278 - *4 - *5 responses: @@ -61682,7 +61694,7 @@ paths: application/json: schema: type: array - items: &428 + items: &429 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -61745,7 +61757,7 @@ paths: - html_url - created_at examples: - default: &587 + default: &588 value: - id: 1 repository: @@ -61876,9 +61888,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *276 - *277 - - &429 + - *278 + - &430 name: invitation_id description: The unique identifier of the invitation. in: path @@ -61913,7 +61925,7 @@ paths: description: Response content: application/json: - schema: *428 + schema: *429 examples: default: value: @@ -62044,9 +62056,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *276 - *277 - - *429 + - *278 + - *430 responses: '204': description: Response @@ -62077,8 +62089,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/issues#list-repository-issues parameters: - - *276 - *277 + - *278 - 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 @@ -62299,7 +62311,7 @@ paths: state_reason: completed headers: Link: *6 - '301': *288 + '301': *289 '422': *35 '404': *26 x-github: @@ -62328,8 +62340,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/issues#create-an-issue parameters: - - *276 - *277 + - *278 requestBody: required: true content: @@ -62413,7 +62425,7 @@ paths: application/json: schema: *121 examples: - default: &435 + default: &436 value: id: 1 node_id: MDU6SXNzdWUx @@ -62597,9 +62609,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *276 - *277 - - &480 + - *278 + - &481 name: sort description: The property to sort the results by. in: query @@ -62629,9 +62641,9 @@ paths: application/json: schema: type: array - items: *430 + items: *431 examples: - default: &437 + default: &438 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -62689,17 +62701,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/comments#get-an-issue-comment parameters: - - *276 - *277 + - *278 - *120 responses: '200': description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: &431 + default: &432 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -62753,8 +62765,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/comments#update-an-issue-comment parameters: - - *276 - *277 + - *278 - *120 requestBody: required: true @@ -62777,9 +62789,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: *431 + default: *432 '422': *35 x-github: githubCloudOnly: false @@ -62797,8 +62809,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/comments#delete-an-issue-comment parameters: - - *276 - *277 + - *278 - *120 responses: '204': @@ -62819,8 +62831,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *276 - *277 + - *278 - *120 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). @@ -62847,9 +62859,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *267 + default: *268 headers: Link: *6 '404': *26 @@ -62870,8 +62882,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *276 - *277 + - *278 - *120 requestBody: required: true @@ -62904,16 +62916,16 @@ paths: description: Reaction exists content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '201': description: Reaction created content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '422': *35 x-github: githubCloudOnly: false @@ -62935,10 +62947,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *276 - *277 + - *278 - *120 - - *268 + - *269 responses: '204': description: Response @@ -62958,8 +62970,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/events#list-issue-events-for-a-repository parameters: - - *276 - *277 + - *278 - *4 - *5 responses: @@ -62969,7 +62981,7 @@ paths: application/json: schema: type: array - items: &434 + items: &435 title: Issue Event description: Issue Event type: object @@ -63012,8 +63024,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *432 - required: *433 + properties: *433 + required: *434 nullable: true label: title: Issue Event Label @@ -63057,7 +63069,7 @@ paths: properties: *17 required: *18 nullable: true - requested_team: *278 + requested_team: *279 dismissed_review: title: Issue Event Dismissed Review type: object @@ -63320,8 +63332,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/events#get-an-issue-event parameters: - - *276 - *277 + - *278 - name: event_id in: path required: true @@ -63332,7 +63344,7 @@ paths: description: Response content: application/json: - schema: *434 + schema: *435 examples: default: value: @@ -63559,9 +63571,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue parameters: - - *276 - *277 - - &436 + - *278 + - &437 name: issue_number description: The number that identifies the issue. in: path @@ -63575,8 +63587,8 @@ paths: application/json: schema: *121 examples: - default: *435 - '301': *288 + default: *436 + '301': *289 '404': *26 '410': *232 '304': *42 @@ -63603,9 +63615,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/issues#update-an-issue parameters: - - *276 - *277 - - *436 + - *278 + - *437 requestBody: required: false content: @@ -63710,11 +63722,11 @@ paths: application/json: schema: *121 examples: - default: *435 + default: *436 '422': *35 '503': *104 '403': *43 - '301': *288 + '301': *289 '404': *26 '410': *232 x-github: @@ -63734,9 +63746,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *276 - *277 - - *436 + - *278 + - *437 requestBody: required: false content: @@ -63764,7 +63776,7 @@ paths: application/json: schema: *121 examples: - default: *435 + default: *436 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63780,9 +63792,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *276 - *277 - - *436 + - *278 + - *437 requestBody: content: application/json: @@ -63809,7 +63821,7 @@ paths: application/json: schema: *121 examples: - default: *435 + default: *436 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63831,9 +63843,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *276 - *277 - - *436 + - *278 + - *437 - name: assignee in: path required: true @@ -63873,9 +63885,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/comments#list-issue-comments parameters: - - *276 - *277 - - *436 + - *278 + - *437 - *111 - *4 - *5 @@ -63886,9 +63898,9 @@ paths: application/json: schema: type: array - items: *430 + items: *431 examples: - default: *437 + default: *438 headers: Link: *6 '404': *26 @@ -63921,9 +63933,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/comments#create-an-issue-comment parameters: - - *276 - *277 - - *436 + - *278 + - *437 requestBody: required: true content: @@ -63945,9 +63957,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: *431 + default: *432 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 @@ -63974,9 +63986,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/events#list-issue-events parameters: - - *276 - *277 - - *436 + - *278 + - *437 - *4 - *5 responses: @@ -63990,7 +64002,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &440 + - &441 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -64044,7 +64056,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &441 + - &442 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -64180,7 +64192,7 @@ paths: - performed_via_github_app - assignee - assigner - - &442 + - &443 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -64231,7 +64243,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &443 + - &444 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -64282,7 +64294,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &444 + - &445 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -64336,7 +64348,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &445 + - &446 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -64370,7 +64382,7 @@ paths: properties: *106 required: *107 review_requester: *19 - requested_team: *278 + requested_team: *279 requested_reviewer: *19 required: - review_requester @@ -64383,7 +64395,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &446 + - &447 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -64417,7 +64429,7 @@ paths: properties: *106 required: *107 review_requester: *19 - requested_team: *278 + requested_team: *279 requested_reviewer: *19 required: - review_requester @@ -64430,7 +64442,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &447 + - &448 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -64490,7 +64502,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &448 + - &449 title: Locked Issue Event description: Locked Issue Event type: object @@ -64538,7 +64550,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &449 + - &450 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -64604,7 +64616,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &450 + - &451 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -64670,7 +64682,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &451 + - &452 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -64736,7 +64748,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &452 + - &453 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -64844,9 +64856,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#list-labels-for-an-issue parameters: - - *276 - *277 - - *436 + - *278 + - *437 - *4 - *5 responses: @@ -64856,7 +64868,7 @@ paths: application/json: schema: type: array - items: &438 + items: &439 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -64903,7 +64915,7 @@ paths: - color - default examples: - default: &439 + default: &440 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -64921,7 +64933,7 @@ paths: default: false headers: Link: *6 - '301': *288 + '301': *289 '404': *26 '410': *232 x-github: @@ -64940,9 +64952,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#add-labels-to-an-issue parameters: - - *276 - *277 - - *436 + - *278 + - *437 requestBody: required: false content: @@ -65001,10 +65013,10 @@ paths: application/json: schema: type: array - items: *438 + items: *439 examples: - default: *439 - '301': *288 + default: *440 + '301': *289 '404': *26 '410': *232 '422': *35 @@ -65023,9 +65035,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#set-labels-for-an-issue parameters: - - *276 - *277 - - *436 + - *278 + - *437 requestBody: required: false content: @@ -65085,10 +65097,10 @@ paths: application/json: schema: type: array - items: *438 + items: *439 examples: - default: *439 - '301': *288 + default: *440 + '301': *289 '404': *26 '410': *232 '422': *35 @@ -65107,13 +65119,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *276 - *277 - - *436 + - *278 + - *437 responses: '204': description: Response - '301': *288 + '301': *289 '404': *26 '410': *232 x-github: @@ -65134,9 +65146,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *276 - *277 - - *436 + - *278 + - *437 - name: name in: path required: true @@ -65149,7 +65161,7 @@ paths: application/json: schema: type: array - items: *438 + items: *439 examples: default: value: @@ -65160,7 +65172,7 @@ paths: description: Something isn't working color: f29513 default: true - '301': *288 + '301': *289 '404': *26 '410': *232 x-github: @@ -65182,9 +65194,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/issues#lock-an-issue parameters: - - *276 - *277 - - *436 + - *278 + - *437 requestBody: required: false content: @@ -65230,9 +65242,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/issues#unlock-an-issue parameters: - - *276 - *277 - - *436 + - *278 + - *437 responses: '204': description: Response @@ -65254,9 +65266,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *276 - *277 - - *436 + - *278 + - *437 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -65282,9 +65294,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *267 + default: *268 headers: Link: *6 '404': *26 @@ -65306,9 +65318,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *276 - *277 - - *436 + - *278 + - *437 requestBody: required: true content: @@ -65340,16 +65352,16 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '201': description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '422': *35 x-github: githubCloudOnly: false @@ -65371,10 +65383,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *276 - *277 - - *436 - - *268 + - *278 + - *437 + - *269 responses: '204': description: Response @@ -65394,9 +65406,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *276 - *277 - - *436 + - *278 + - *437 - *4 - *5 responses: @@ -65411,7 +65423,6 @@ paths: description: Timeline Event type: object anyOf: - - *440 - *441 - *442 - *443 @@ -65424,6 +65435,7 @@ paths: - *450 - *451 - *452 + - *453 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -65724,7 +65736,7 @@ paths: type: string comments: type: array - items: &475 + items: &476 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -65933,7 +65945,7 @@ paths: type: string comments: type: array - items: *373 + items: *374 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -66239,8 +66251,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *276 - *277 + - *278 - *4 - *5 responses: @@ -66250,7 +66262,7 @@ paths: application/json: schema: type: array - items: &453 + items: &454 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -66313,8 +66325,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *276 - *277 + - *278 requestBody: required: true content: @@ -66350,9 +66362,9 @@ paths: description: Response content: application/json: - schema: *453 + schema: *454 examples: - default: &454 + default: &455 value: id: 1 key: ssh-rsa AAA... @@ -66385,9 +66397,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *276 - *277 - - &455 + - *278 + - &456 name: key_id description: The unique identifier of the key. in: path @@ -66399,9 +66411,9 @@ paths: description: Response content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 '404': *26 x-github: githubCloudOnly: false @@ -66419,9 +66431,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *276 - *277 - - *455 + - *278 + - *456 responses: '204': description: Response @@ -66441,8 +66453,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#list-labels-for-a-repository parameters: - - *276 - *277 + - *278 - *4 - *5 responses: @@ -66452,9 +66464,9 @@ paths: application/json: schema: type: array - items: *438 + items: *439 examples: - default: *439 + default: *440 headers: Link: *6 '404': *26 @@ -66475,8 +66487,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#create-a-label parameters: - - *276 - *277 + - *278 requestBody: required: true content: @@ -66512,9 +66524,9 @@ paths: description: Response content: application/json: - schema: *438 + schema: *439 examples: - default: &456 + default: &457 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -66546,8 +66558,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#get-a-label parameters: - - *276 - *277 + - *278 - name: name in: path required: true @@ -66558,9 +66570,9 @@ paths: description: Response content: application/json: - schema: *438 + schema: *439 examples: - default: *456 + default: *457 '404': *26 x-github: githubCloudOnly: false @@ -66577,8 +66589,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#update-a-label parameters: - - *276 - *277 + - *278 - name: name in: path required: true @@ -66617,7 +66629,7 @@ paths: description: Response content: application/json: - schema: *438 + schema: *439 examples: default: value: @@ -66643,8 +66655,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#delete-a-label parameters: - - *276 - *277 + - *278 - name: name in: path required: true @@ -66670,8 +66682,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#list-repository-languages parameters: - - *276 - *277 + - *278 responses: '200': description: Response @@ -66707,8 +66719,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *276 - *277 + - *278 responses: '202': *141 '403': @@ -66736,8 +66748,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *276 - *277 + - *278 responses: '204': description: Response @@ -66763,8 +66775,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *276 - *277 + - *278 responses: '200': description: Response @@ -66909,8 +66921,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *276 - *277 + - *278 requestBody: required: true content: @@ -66975,8 +66987,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/branches/branches#merge-a-branch parameters: - - *276 - *277 + - *278 requestBody: required: true content: @@ -67010,9 +67022,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *374 + schema: *375 examples: - default: *457 + default: *458 '204': description: Response when already merged '404': @@ -67037,8 +67049,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/milestones#list-milestones parameters: - - *276 - *277 + - *278 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -67079,12 +67091,12 @@ paths: application/json: schema: type: array - items: &458 + items: &459 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *378 - required: *379 + properties: *379 + required: *380 examples: default: value: @@ -67140,8 +67152,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/milestones#create-a-milestone parameters: - - *276 - *277 + - *278 requestBody: required: true content: @@ -67181,9 +67193,9 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: &459 + default: &460 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -67242,9 +67254,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/milestones#get-a-milestone parameters: - - *276 - *277 - - &460 + - *278 + - &461 name: milestone_number description: The number that identifies the milestone. in: path @@ -67256,9 +67268,9 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *459 + default: *460 '404': *26 x-github: githubCloudOnly: false @@ -67275,9 +67287,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/milestones#update-a-milestone parameters: - - *276 - *277 - - *460 + - *278 + - *461 requestBody: required: false content: @@ -67315,9 +67327,9 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *459 + default: *460 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67333,9 +67345,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/milestones#delete-a-milestone parameters: - - *276 - *277 - - *460 + - *278 + - *461 responses: '204': description: Response @@ -67356,9 +67368,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *276 - *277 - - *460 + - *278 + - *461 - *4 - *5 responses: @@ -67368,9 +67380,9 @@ paths: application/json: schema: type: array - items: *438 + items: *439 examples: - default: *439 + default: *440 headers: Link: *6 x-github: @@ -67389,12 +67401,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *276 - *277 - - *461 + - *278 - *462 - - *111 - *463 + - *111 + - *464 - *4 - *5 responses: @@ -67406,7 +67418,7 @@ paths: type: array items: *131 examples: - default: *464 + default: *465 headers: Link: *6 x-github: @@ -67430,8 +67442,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *276 - *277 + - *278 requestBody: required: false content: @@ -67489,14 +67501,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#get-a-apiname-pages-site parameters: - - *276 - *277 + - *278 responses: '200': description: Response content: application/json: - schema: &465 + schema: &466 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -67621,7 +67633,7 @@ paths: - custom_404 - public examples: - default: &466 + default: &467 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -67662,8 +67674,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#create-a-apiname-pages-site parameters: - - *276 - *277 + - *278 requestBody: required: true content: @@ -67717,9 +67729,9 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: - default: *466 + default: *467 '422': *35 '409': *140 x-github: @@ -67742,8 +67754,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *276 - *277 + - *278 requestBody: required: true content: @@ -67842,8 +67854,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *276 - *277 + - *278 responses: '204': description: Response @@ -67869,8 +67881,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#list-apiname-pages-builds parameters: - - *276 - *277 + - *278 - *4 - *5 responses: @@ -67880,7 +67892,7 @@ paths: application/json: schema: type: array - items: &467 + items: &468 title: Page Build description: Page Build type: object @@ -67974,8 +67986,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#request-a-apiname-pages-build parameters: - - *276 - *277 + - *278 responses: '201': description: Response @@ -68020,16 +68032,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#get-latest-pages-build parameters: - - *276 - *277 + - *278 responses: '200': description: Response content: application/json: - schema: *467 + schema: *468 examples: - default: &468 + default: &469 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -68077,8 +68089,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#get-apiname-pages-build parameters: - - *276 - *277 + - *278 - name: build_id in: path required: true @@ -68089,9 +68101,9 @@ paths: description: Response content: application/json: - schema: *467 + schema: *468 examples: - default: *468 + default: *469 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68111,8 +68123,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pages/pages#create-a-github-pages-deployment parameters: - - *276 - *277 + - *278 requestBody: required: true content: @@ -68204,8 +68216,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/repo-pre-receive-hooks#list-pre-receive-hooks-for-a-repository parameters: - - *276 - *277 + - *278 - *4 - *5 - *9 @@ -68226,7 +68238,7 @@ paths: application/json: schema: type: array - items: &469 + items: &470 type: object properties: id: @@ -68260,17 +68272,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/repo-pre-receive-hooks#get-a-pre-receive-hook-for-a-repository parameters: - - *276 - *277 + - *278 - *16 responses: '200': description: Response content: application/json: - schema: *469 + schema: *470 examples: - default: &470 + default: &471 value: id: 42 name: Check Commits @@ -68292,15 +68304,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/repo-pre-receive-hooks#update-pre-receive-hook-enforcement-for-a-repository parameters: - - *276 - *277 + - *278 - *16 responses: '200': description: Response content: application/json: - schema: *469 + schema: *470 examples: default: value: @@ -68344,8 +68356,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/repo-pre-receive-hooks#remove-pre-receive-hook-enforcement-for-a-repository parameters: - - *276 - *277 + - *278 - *16 responses: '200': @@ -68353,9 +68365,9 @@ paths: global level. content: application/json: - schema: *469 + schema: *470 examples: - default: *470 + default: *471 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68375,8 +68387,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/projects#list-repository-projects parameters: - - *276 - *277 + - *278 - name: state description: Indicates the state of the projects to return. in: query @@ -68457,8 +68469,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/projects/projects#create-a-repository-project parameters: - - *276 - *277 + - *278 requestBody: required: true content: @@ -68486,7 +68498,7 @@ paths: application/json: schema: *231 examples: - default: *285 + default: *286 '401': *41 '403': *43 '404': *26 @@ -68522,8 +68534,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#list-pull-requests parameters: - - *276 - *277 + - *278 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -68583,9 +68595,9 @@ paths: application/json: schema: type: array - items: *471 + items: *472 examples: - default: *472 + default: *473 headers: Link: *6 '304': *42 @@ -68617,8 +68629,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#create-a-pull-request parameters: - - *276 - *277 + - *278 requestBody: required: true content: @@ -68683,7 +68695,7 @@ paths: description: Response content: application/json: - schema: &477 + schema: &478 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -68794,8 +68806,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *378 - required: *379 + properties: *379 + required: *380 nullable: true active_lock_reason: type: string @@ -68840,7 +68852,7 @@ paths: nullable: true requested_teams: type: array - items: *473 + items: *474 nullable: true head: type: object @@ -68879,14 +68891,14 @@ paths: _links: type: object properties: - comments: *380 - commits: *380 - statuses: *380 - html: *380 - issue: *380 - review_comments: *380 - review_comment: *380 - self: *380 + comments: *381 + commits: *381 + statuses: *381 + html: *381 + issue: *381 + review_comments: *381 + review_comment: *381 + self: *381 required: - comments - commits @@ -68897,7 +68909,7 @@ paths: - review_comment - self author_association: *108 - auto_merge: *474 + auto_merge: *475 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -68989,7 +69001,7 @@ paths: - merged_by - review_comments examples: - default: &478 + default: &479 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -69516,8 +69528,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *276 - *277 + - *278 - name: sort in: query required: false @@ -69546,9 +69558,9 @@ paths: application/json: schema: type: array - items: *475 + items: *476 examples: - default: &481 + default: &482 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -69625,17 +69637,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *276 - *277 + - *278 - *120 responses: '200': description: Response content: application/json: - schema: *475 + schema: *476 examples: - default: &476 + default: &477 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -69710,8 +69722,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *276 - *277 + - *278 - *120 requestBody: required: true @@ -69734,9 +69746,9 @@ paths: description: Response content: application/json: - schema: *475 + schema: *476 examples: - default: *476 + default: *477 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69752,8 +69764,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *276 - *277 + - *278 - *120 responses: '204': @@ -69775,8 +69787,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *276 - *277 + - *278 - *120 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). @@ -69803,9 +69815,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *267 + default: *268 headers: Link: *6 '404': *26 @@ -69826,8 +69838,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *276 - *277 + - *278 - *120 requestBody: required: true @@ -69860,16 +69872,16 @@ paths: description: Reaction exists content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '201': description: Reaction created content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '422': *35 x-github: githubCloudOnly: false @@ -69891,10 +69903,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *276 - *277 + - *278 - *120 - - *268 + - *269 responses: '204': description: Response @@ -69937,9 +69949,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#get-a-pull-request parameters: - - *276 - *277 - - &479 + - *278 + - &480 name: pull_number description: The number that identifies the pull request. in: path @@ -69952,9 +69964,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *477 + schema: *478 examples: - default: *478 + default: *479 '304': *42 '404': *26 '406': @@ -69989,9 +70001,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#update-a-pull-request parameters: - - *276 - *277 - - *479 + - *278 + - *480 requestBody: required: false content: @@ -70033,9 +70045,9 @@ paths: description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: *478 + default: *479 '422': *35 '403': *43 x-github: @@ -70063,10 +70075,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *276 - *277 - - *479 + - *278 - *480 + - *481 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -70086,9 +70098,9 @@ paths: application/json: schema: type: array - items: *475 + items: *476 examples: - default: *481 + default: *482 headers: Link: *6 x-github: @@ -70121,9 +70133,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *276 - *277 - - *479 + - *278 + - *480 requestBody: required: true content: @@ -70228,7 +70240,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *476 examples: example-for-a-multi-line-comment: value: @@ -70316,9 +70328,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *276 - *277 - - *479 + - *278 + - *480 - *120 requestBody: required: true @@ -70341,7 +70353,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *476 examples: default: value: @@ -70427,9 +70439,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *276 - *277 - - *479 + - *278 + - *480 - *4 - *5 responses: @@ -70439,9 +70451,9 @@ paths: application/json: schema: type: array - items: *374 + items: *375 examples: - default: *482 + default: *483 headers: Link: *6 x-github: @@ -70471,9 +70483,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#list-pull-requests-files parameters: - - *276 - *277 - - *479 + - *278 + - *480 - *4 - *5 responses: @@ -70483,7 +70495,7 @@ paths: application/json: schema: type: array - items: *385 + items: *386 examples: default: value: @@ -70521,9 +70533,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *276 - *277 - - *479 + - *278 + - *480 responses: '204': description: Response if pull request has been merged @@ -70546,9 +70558,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#merge-a-pull-request parameters: - - *276 - *277 - - *479 + - *278 + - *480 requestBody: required: false content: @@ -70659,9 +70671,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *276 - *277 - - *479 + - *278 + - *480 responses: '200': description: Response @@ -70677,7 +70689,7 @@ paths: items: *19 teams: type: array - items: *278 + items: *279 required: - users - teams @@ -70736,9 +70748,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *276 - *277 - - *479 + - *278 + - *480 requestBody: required: false content: @@ -70775,7 +70787,7 @@ paths: description: Response content: application/json: - schema: *471 + schema: *472 examples: default: value: @@ -71311,9 +71323,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *276 - *277 - - *479 + - *278 + - *480 requestBody: required: true content: @@ -71347,7 +71359,7 @@ paths: description: Response content: application/json: - schema: *471 + schema: *472 examples: default: value: @@ -71852,9 +71864,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *276 - *277 - - *479 + - *278 + - *480 - *4 - *5 responses: @@ -71864,7 +71876,7 @@ paths: application/json: schema: type: array - items: &483 + items: &484 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -72015,9 +72027,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *276 - *277 - - *479 + - *278 + - *480 requestBody: required: false content: @@ -72103,9 +72115,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: &485 + default: &486 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -72168,10 +72180,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *276 - *277 - - *479 - - &484 + - *278 + - *480 + - &485 name: review_id description: The unique identifier of the review. in: path @@ -72183,9 +72195,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: &486 + default: &487 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -72244,10 +72256,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *276 - *277 - - *479 - - *484 + - *278 + - *480 + - *485 requestBody: required: true content: @@ -72270,7 +72282,7 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: default: value: @@ -72332,18 +72344,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *276 - *277 - - *479 - - *484 + - *278 + - *480 + - *485 responses: '200': description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: *485 + default: *486 '422': *27 '404': *26 x-github: @@ -72370,10 +72382,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *276 - *277 - - *479 - - *484 + - *278 + - *480 + - *485 - *4 - *5 responses: @@ -72456,9 +72468,9 @@ paths: _links: type: object properties: - self: *380 - html: *380 - pull_request: *380 + self: *381 + html: *381 + pull_request: *381 required: - self - html @@ -72601,10 +72613,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *276 - *277 - - *479 - - *484 + - *278 + - *480 + - *485 requestBody: required: true content: @@ -72632,7 +72644,7 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: default: value: @@ -72695,10 +72707,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *276 - *277 - - *479 - - *484 + - *278 + - *480 + - *485 requestBody: required: true content: @@ -72733,9 +72745,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: *486 + default: *487 '404': *26 '422': *27 '403': *43 @@ -72757,9 +72769,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *276 - *277 - - *479 + - *278 + - *480 requestBody: required: false content: @@ -72822,8 +72834,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/contents#get-a-repository-readme parameters: - - *276 - *277 + - *278 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -72836,9 +72848,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: &488 + default: &489 value: type: file encoding: base64 @@ -72880,8 +72892,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *276 - *277 + - *278 - name: dir description: The alternate path to look for a README file in: path @@ -72901,9 +72913,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: *488 + default: *489 '404': *26 '422': *35 x-github: @@ -72925,8 +72937,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/releases#list-releases parameters: - - *276 - *277 + - *278 - *4 - *5 responses: @@ -72936,7 +72948,7 @@ paths: application/json: schema: type: array - items: &489 + items: &490 title: Release description: A release. type: object @@ -72999,7 +73011,7 @@ paths: author: *19 assets: type: array - items: &490 + items: &491 title: Release Asset description: Data related to a release. type: object @@ -73176,8 +73188,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/releases#create-a-release parameters: - - *276 - *277 + - *278 requestBody: required: true content: @@ -73247,9 +73259,9 @@ paths: description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: &494 + default: &495 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -73347,9 +73359,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/assets#get-a-release-asset parameters: - - *276 - *277 - - &492 + - *278 + - &493 name: asset_id description: The unique identifier of the asset. in: path @@ -73361,9 +73373,9 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: &493 + default: &494 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 @@ -73397,7 +73409,7 @@ paths: type: User site_admin: false '404': *26 - '302': *491 + '302': *492 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73413,9 +73425,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/assets#update-a-release-asset parameters: - - *276 - *277 - - *492 + - *278 + - *493 requestBody: required: false content: @@ -73443,9 +73455,9 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: *493 + default: *494 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73461,9 +73473,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/assets#delete-a-release-asset parameters: - - *276 - *277 - - *492 + - *278 + - *493 responses: '204': description: Response @@ -73487,8 +73499,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *276 - *277 + - *278 requestBody: required: true content: @@ -73573,16 +73585,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/releases#get-the-latest-release parameters: - - *276 - *277 + - *278 responses: '200': description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: *494 + default: *495 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73599,8 +73611,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/releases#get-a-release-by-tag-name parameters: - - *276 - *277 + - *278 - name: tag description: tag parameter in: path @@ -73613,9 +73625,9 @@ paths: description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: *494 + default: *495 '404': *26 x-github: githubCloudOnly: false @@ -73637,9 +73649,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/releases#get-a-release parameters: - - *276 - *277 - - &495 + - *278 + - &496 name: release_id description: The unique identifier of the release. in: path @@ -73653,9 +73665,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-server@3.12/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *489 + schema: *490 examples: - default: *494 + default: *495 '401': description: Unauthorized x-github: @@ -73673,9 +73685,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/releases#update-a-release parameters: - - *276 - *277 - - *495 + - *278 + - *496 requestBody: required: false content: @@ -73732,9 +73744,9 @@ paths: description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: *494 + default: *495 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73750,9 +73762,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/releases#delete-a-release parameters: - - *276 - *277 - - *495 + - *278 + - *496 responses: '204': description: Response @@ -73772,9 +73784,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/releases/assets#list-release-assets parameters: - - *276 - *277 - - *495 + - *278 + - *496 - *4 - *5 responses: @@ -73784,7 +73796,7 @@ paths: application/json: schema: type: array - items: *490 + items: *491 examples: default: value: @@ -73865,9 +73877,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: - - *276 - *277 - - *495 + - *278 + - *496 - name: name in: query required: true @@ -73893,7 +73905,7 @@ paths: description: Response for successful upload content: application/json: - schema: *490 + schema: *491 examples: response-for-successful-upload: value: @@ -73947,9 +73959,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *276 - *277 - - *495 + - *278 + - *496 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -73973,9 +73985,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *267 + default: *268 headers: Link: *6 '404': *26 @@ -73996,9 +74008,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *276 - *277 - - *495 + - *278 + - *496 requestBody: required: true content: @@ -74028,16 +74040,16 @@ paths: description: Reaction exists content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '201': description: Reaction created content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '422': *35 x-github: githubCloudOnly: false @@ -74059,10 +74071,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#delete-a-release-reaction parameters: - - *276 - *277 - - *495 - - *268 + - *278 + - *496 + - *269 responses: '204': description: Response @@ -74082,8 +74094,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#list-repository-cache-replication-status parameters: - - *276 - *277 + - *278 - *4 - *5 responses: @@ -74158,9 +74170,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/rules#get-rules-for-a-branch parameters: - - *276 - *277 - - *334 + - *278 + - *335 - *4 - *5 responses: @@ -74176,8 +74188,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *496 - - &498 + - *497 + - &499 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -74197,47 +74209,47 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *497 - *498 - - allOf: - *499 - - *498 - allOf: - *500 - - *498 + - *499 - allOf: - *501 - - *498 + - *499 - allOf: - *502 - - *498 + - *499 - allOf: - *503 - - *498 + - *499 - allOf: - *504 - - *498 + - *499 - allOf: - *505 - - *498 + - *499 - allOf: - *506 - - *498 + - *499 - allOf: - *507 - - *498 + - *499 - allOf: - *508 - - *498 + - *499 - allOf: - *509 - - *498 + - *499 - allOf: - *510 - - *498 + - *499 - allOf: - *511 - - *498 + - *499 + - allOf: + - *512 + - *499 examples: default: value: @@ -74276,8 +74288,8 @@ paths: category: repos subcategory: rules parameters: - - *276 - *277 + - *278 - *4 - *5 - name: includes_parents @@ -74288,7 +74300,7 @@ paths: schema: type: boolean default: true - - *512 + - *513 responses: '200': description: Response @@ -74343,8 +74355,8 @@ paths: category: repos subcategory: rules parameters: - - *276 - *277 + - *278 requestBody: description: Request body required: true @@ -74405,7 +74417,7 @@ paths: application/json: schema: *241 examples: - default: &522 + default: &523 value: id: 42 name: super cool ruleset @@ -74452,12 +74464,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *276 - *277 - - *513 + - *278 - *514 - *515 - *516 + - *517 - *4 - *5 responses: @@ -74465,9 +74477,9 @@ paths: description: Response content: application/json: - schema: *517 + schema: *518 examples: - default: *518 + default: *519 '404': *26 '500': *219 x-github: @@ -74488,17 +74500,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *276 - *277 - - *519 + - *278 + - *520 responses: '200': description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: *521 + default: *522 '404': *26 '500': *219 x-github: @@ -74526,8 +74538,8 @@ paths: category: repos subcategory: rules parameters: - - *276 - *277 + - *278 - name: ruleset_id description: The ID of the ruleset. in: path @@ -74549,7 +74561,7 @@ paths: application/json: schema: *241 examples: - default: *522 + default: *523 '404': *26 '500': *219 put: @@ -74567,8 +74579,8 @@ paths: category: repos subcategory: rules parameters: - - *276 - *277 + - *278 - name: ruleset_id description: The ID of the ruleset. in: path @@ -74631,7 +74643,7 @@ paths: application/json: schema: *241 examples: - default: *522 + default: *523 '404': *26 '500': *219 delete: @@ -74649,8 +74661,8 @@ paths: category: repos subcategory: rules parameters: - - *276 - *277 + - *278 - name: ruleset_id description: The ID of the ruleset. in: path @@ -74678,8 +74690,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *276 - *277 + - *278 - *243 - *244 - *245 @@ -74687,8 +74699,8 @@ paths: - *9 - *5 - *4 - - *523 - *524 + - *525 - *247 responses: '200': @@ -74697,7 +74709,7 @@ paths: application/json: schema: type: array - items: &527 + items: &528 type: object properties: number: *93 @@ -74716,8 +74728,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *525 - resolution: *526 + state: *526 + resolution: *527 resolved_at: type: string format: date-time @@ -74895,15 +74907,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *276 - *277 - - *362 + - *278 + - *363 responses: '200': description: Response content: application/json: - schema: *527 + schema: *528 examples: default: value: @@ -74943,9 +74955,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *276 - *277 - - *362 + - *278 + - *363 requestBody: required: true content: @@ -74953,8 +74965,8 @@ paths: schema: type: object properties: - state: *525 - resolution: *526 + state: *526 + resolution: *527 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -74972,7 +74984,7 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: default: value: @@ -75039,9 +75051,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *276 - *277 - - *362 + - *278 + - *363 - *5 - *4 responses: @@ -75052,7 +75064,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &654 + items: &655 type: object properties: type: @@ -75359,8 +75371,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/starring#list-stargazers parameters: - - *276 - *277 + - *278 - *4 - *5 responses: @@ -75456,8 +75468,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *276 - *277 + - *278 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -75466,7 +75478,7 @@ paths: application/json: schema: type: array - items: &528 + items: &529 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -75497,8 +75509,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *276 - *277 + - *278 responses: '200': description: Response @@ -75571,8 +75583,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *276 - *277 + - *278 responses: '200': description: Response @@ -75668,8 +75680,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *276 - *277 + - *278 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -75823,8 +75835,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *276 - *277 + - *278 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -75834,7 +75846,7 @@ paths: application/json: schema: type: array - items: *528 + items: *529 examples: default: value: @@ -75867,8 +75879,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/commits/statuses#create-a-commit-status parameters: - - *276 - *277 + - *278 - name: sha in: path required: true @@ -75922,7 +75934,7 @@ paths: description: Response content: application/json: - schema: *529 + schema: *530 examples: default: value: @@ -75976,8 +75988,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/watching#list-watchers parameters: - - *276 - *277 + - *278 - *4 - *5 responses: @@ -76009,14 +76021,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/watching#get-a-repository-subscription parameters: - - *276 - *277 + - *278 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &530 + schema: &531 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -76084,8 +76096,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/watching#set-a-repository-subscription parameters: - - *276 - *277 + - *278 requestBody: required: false content: @@ -76111,7 +76123,7 @@ paths: description: Response content: application/json: - schema: *530 + schema: *531 examples: default: value: @@ -76138,8 +76150,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/watching#delete-a-repository-subscription parameters: - - *276 - *277 + - *278 responses: '204': description: Response @@ -76159,8 +76171,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#list-repository-tags parameters: - - *276 - *277 + - *278 - *4 - *5 responses: @@ -76239,8 +76251,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *276 - *277 + - *278 responses: '200': description: Response @@ -76248,7 +76260,7 @@ paths: application/json: schema: type: array - items: &531 + items: &532 title: Tag protection description: Tag protection type: object @@ -76300,8 +76312,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *276 - *277 + - *278 requestBody: required: true content: @@ -76324,7 +76336,7 @@ paths: description: Response content: application/json: - schema: *531 + schema: *532 examples: default: value: @@ -76355,8 +76367,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *276 - *277 + - *278 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -76393,8 +76405,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *276 - *277 + - *278 - name: ref in: path required: true @@ -76430,8 +76442,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#list-repository-teams parameters: - - *276 - *277 + - *278 - *4 - *5 responses: @@ -76441,9 +76453,9 @@ paths: application/json: schema: type: array - items: *278 + items: *279 examples: - default: *256 + default: *257 headers: Link: *6 '404': *26 @@ -76463,8 +76475,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#get-all-repository-topics parameters: - - *276 - *277 + - *278 - *5 - *4 responses: @@ -76472,7 +76484,7 @@ paths: description: Response content: application/json: - schema: &532 + schema: &533 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -76484,7 +76496,7 @@ paths: required: - names examples: - default: &533 + default: &534 value: names: - octocat @@ -76507,8 +76519,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#replace-all-repository-topics parameters: - - *276 - *277 + - *278 requestBody: required: true content: @@ -76539,9 +76551,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: *533 + default: *534 '404': *26 '422': *27 x-github: @@ -76564,8 +76576,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#transfer-a-repository parameters: - - *276 - *277 + - *278 requestBody: required: true content: @@ -76839,8 +76851,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *276 - *277 + - *278 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -76863,8 +76875,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#enable-vulnerability-alerts parameters: - - *276 - *277 + - *278 responses: '204': description: Response @@ -76886,8 +76898,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/repos/repos#disable-vulnerability-alerts parameters: - - *276 - *277 + - *278 responses: '204': description: Response @@ -76913,8 +76925,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *276 - *277 + - *278 - name: ref in: path required: true @@ -77006,9 +77018,9 @@ paths: description: Response content: application/json: - schema: *287 + schema: *288 examples: - default: *289 + default: *290 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -77182,7 +77194,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &541 + - &542 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -77191,7 +77203,7 @@ paths: schema: type: string example: members - - &546 + - &547 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -77202,7 +77214,7 @@ paths: default: 1 format: int32 example: 1 - - &547 + - &548 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -77244,7 +77256,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &535 + items: &536 allOf: - type: object required: @@ -77319,7 +77331,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: &548 + meta: &549 type: object description: The metadata associated with the creation/updates to the user. @@ -77379,31 +77391,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &536 + '400': &537 description: Bad request content: application/json: - schema: *534 + schema: *535 application/scim+json: - schema: *534 - '401': &537 + schema: *535 + '401': &538 description: Authorization failure - '403': &538 + '403': &539 description: Permission denied - '429': &539 + '429': &540 description: Too many requests content: application/json: - schema: *534 + schema: *535 application/scim+json: - schema: *534 - '500': &540 + schema: *535 + '500': &541 description: Internal server error content: application/json: - schema: *534 + schema: *535 application/scim+json: - schema: *534 + schema: *535 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -77430,7 +77442,7 @@ paths: required: true content: application/json: - schema: &544 + schema: &545 type: object required: - schemas @@ -77486,9 +77498,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *535 + schema: *536 examples: - group: &542 + group: &543 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -77507,13 +77519,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': *536 - '401': *537 - '403': *538 - '409': &545 + '400': *537 + '401': *538 + '403': *539 + '409': &546 description: Duplicate record detected - '429': *539 - '500': *540 + '429': *540 + '500': *541 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -77534,7 +77546,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &543 + - &544 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -77542,22 +77554,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *541 + - *542 - *65 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *535 + schema: *536 examples: - default: *542 - '400': *536 - '401': *537 - '403': *538 + default: *543 + '400': *537 + '401': *538 + '403': *539 '404': *26 - '429': *539 - '500': *540 + '429': *540 + '500': *541 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -77579,13 +77591,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *543 + - *544 - *65 requestBody: required: true content: application/json: - schema: *544 + schema: *545 examples: group: summary: Group @@ -77611,17 +77623,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *535 + schema: *536 examples: - group: *542 - groupWithMembers: *542 - '400': *536 - '401': *537 - '403': *538 + group: *543 + groupWithMembers: *543 + '400': *537 + '401': *538 + '403': *539 '404': *26 - '409': *545 - '429': *539 - '500': *540 + '409': *546 + '429': *540 + '500': *541 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -77645,13 +77657,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *543 + - *544 - *65 requestBody: required: true content: application/json: - schema: &555 + schema: &556 type: object required: - Operations @@ -77711,17 +77723,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *535 + schema: *536 examples: - updateGroup: *542 - addMembers: *542 - '400': *536 - '401': *537 - '403': *538 + updateGroup: *543 + addMembers: *543 + '400': *537 + '401': *538 + '403': *539 '404': *26 - '409': *545 - '429': *539 - '500': *540 + '409': *546 + '429': *540 + '500': *541 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -77741,17 +77753,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *543 + - *544 - *65 responses: '204': description: Group was deleted, no content - '400': *536 - '401': *537 - '403': *538 + '400': *537 + '401': *538 + '403': *539 '404': *26 - '429': *539 - '500': *540 + '429': *540 + '500': *541 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -77788,8 +77800,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *546 - *547 + - *548 - *65 responses: '200': @@ -77822,7 +77834,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &550 + items: &551 allOf: - type: object required: @@ -77901,7 +77913,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &549 + roles: &550 type: array description: The roles assigned to the user. items: @@ -77957,7 +77969,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *548 + meta: *549 startIndex: type: integer description: A starting index for the returned page @@ -77994,11 +78006,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *536 - '401': *537 - '403': *538 - '429': *539 - '500': *540 + '400': *537 + '401': *538 + '403': *539 + '429': *540 + '500': *541 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -78027,7 +78039,7 @@ paths: required: true content: application/json: - schema: &553 + schema: &554 type: object required: - schemas @@ -78109,9 +78121,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *549 + roles: *550 examples: - user: &554 + user: &555 summary: User value: schemas: @@ -78158,9 +78170,9 @@ paths: description: User has been created content: application/scim+json: - schema: *550 + schema: *551 examples: - user: &551 + user: &552 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -78186,13 +78198,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: *551 - '400': *536 - '401': *537 - '403': *538 - '409': *545 - '429': *539 - '500': *540 + enterpriseOwner: *552 + '400': *537 + '401': *538 + '403': *539 + '409': *546 + '429': *540 + '500': *541 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -78213,7 +78225,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &552 + - &553 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -78226,15 +78238,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *550 + schema: *551 examples: - default: *551 - '400': *536 - '401': *537 - '403': *538 + default: *552 + '400': *537 + '401': *538 + '403': *539 '404': *26 - '429': *539 - '500': *540 + '429': *540 + '500': *541 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -78259,30 +78271,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *552 + - *553 - *65 requestBody: required: true content: application/json: - schema: *553 + schema: *554 examples: - user: *554 + user: *555 responses: '200': description: User was updated content: application/scim+json: - schema: *550 + schema: *551 examples: - user: *551 - '400': *536 - '401': *537 - '403': *538 + user: *552 + '400': *537 + '401': *538 + '403': *539 '404': *26 - '409': *545 - '429': *539 - '500': *540 + '409': *546 + '429': *540 + '500': *541 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -78320,13 +78332,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *552 + - *553 - *65 requestBody: required: true content: application/json: - schema: *555 + schema: *556 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -78366,18 +78378,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *550 - examples: - userMultiValuedProperties: *551 - userSingleValuedProperties: *551 - disableUser: *551 - '400': *536 - '401': *537 - '403': *538 + schema: *551 + examples: + userMultiValuedProperties: *552 + userSingleValuedProperties: *552 + disableUser: *552 + '400': *537 + '401': *538 + '403': *539 '404': *26 - '409': *545 - '429': *539 - '500': *540 + '409': *546 + '429': *540 + '500': *541 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -78397,17 +78409,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *552 + - *553 - *65 responses: '204': description: User was deleted, no content - '400': *536 - '401': *537 - '403': *538 + '400': *537 + '401': *538 + '403': *539 '404': *26 - '429': *539 - '500': *540 + '429': *540 + '500': *541 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -78534,7 +78546,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &556 + text_matches: &557 title: Search Result Text Matches type: array items: @@ -78697,7 +78709,7 @@ paths: enum: - author-date - committer-date - - &557 + - &558 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 @@ -78768,7 +78780,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *332 + properties: *333 nullable: true comment_count: type: integer @@ -78788,7 +78800,7 @@ paths: url: type: string format: uri - verification: *421 + verification: *422 required: - author - committer @@ -78807,7 +78819,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *332 + properties: *333 nullable: true parents: type: array @@ -78825,7 +78837,7 @@ paths: type: number node_id: type: string - text_matches: *556 + text_matches: *557 required: - sha - node_id @@ -79018,7 +79030,7 @@ paths: - interactions - created - updated - - *557 + - *558 - *4 - *5 - name: advanced_search @@ -79145,8 +79157,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *378 - required: *379 + properties: *379 + required: *380 nullable: true comments: type: integer @@ -79160,7 +79172,7 @@ paths: type: string format: date-time nullable: true - text_matches: *556 + text_matches: *557 pull_request: type: object properties: @@ -79204,7 +79216,7 @@ paths: timeline_url: type: string format: uri - type: *558 + type: *559 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -79385,7 +79397,7 @@ paths: enum: - created - updated - - *557 + - *558 - *4 - *5 responses: @@ -79429,7 +79441,7 @@ paths: nullable: true score: type: number - text_matches: *556 + text_matches: *557 required: - id - node_id @@ -79515,7 +79527,7 @@ paths: - forks - help-wanted-issues - updated - - *557 + - *558 - *4 - *5 responses: @@ -79754,7 +79766,7 @@ paths: - admin - pull - push - text_matches: *556 + text_matches: *557 temp_clone_token: type: string allow_merge_commit: @@ -80055,7 +80067,7 @@ paths: type: string format: uri nullable: true - text_matches: *556 + text_matches: *557 related: type: array nullable: true @@ -80248,7 +80260,7 @@ paths: - followers - repositories - joined - - *557 + - *558 - *4 - *5 responses: @@ -80352,7 +80364,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *556 + text_matches: *557 blog: type: string nullable: true @@ -80547,7 +80559,7 @@ paths: description: Response content: application/json: - schema: &559 + schema: &560 type: object properties: status: @@ -80567,7 +80579,7 @@ paths: - name - number examples: - default: &560 + default: &561 value: status: scheduled scheduled_time: Tuesday, January 22 at 15:34 -0800 @@ -80612,9 +80624,9 @@ paths: description: Response content: application/json: - schema: *559 + schema: *560 examples: - default: *560 + default: *561 '401': description: Unauthorized requestBody: @@ -81178,7 +81190,7 @@ paths: application/json: schema: type: array - items: &561 + items: &562 type: object properties: key: @@ -81186,7 +81198,7 @@ paths: pretty-print: type: string examples: - default: &562 + default: &563 value: - key: ssh-rsa AAAAB3NzaC1yc2EAAAAB... pretty-print: ssh-rsa 01:14:0f:f2:0f:e2:fe:e8:f4:72:62:af:75:f7:1a:88:3e:04:92:64 @@ -81229,9 +81241,9 @@ paths: application/json: schema: type: array - items: *561 + items: *562 examples: - default: *562 + default: *563 '401': description: Unauthorized requestBody: @@ -81283,9 +81295,9 @@ paths: application/json: schema: type: array - items: *561 + items: *562 examples: - default: *562 + default: *563 '401': description: Unauthorized requestBody: @@ -81442,9 +81454,9 @@ paths: description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: *258 + default: *259 '404': *26 x-github: githubCloudOnly: false @@ -81534,16 +81546,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *257 + schema: *258 examples: - default: *258 + default: *259 '201': description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: *258 + default: *259 '404': *26 '422': *35 '403': *43 @@ -81613,9 +81625,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *563 + default: *564 headers: Link: *6 x-github: @@ -81678,9 +81690,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 x-github: triggersNotification: true githubCloudOnly: false @@ -81708,15 +81720,15 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#get-a-discussion-legacy parameters: - *7 - - *261 + - *262 responses: '200': description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81742,7 +81754,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#update-a-discussion-legacy parameters: - *7 - - *261 + - *262 requestBody: required: false content: @@ -81765,9 +81777,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *564 + default: *565 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81793,7 +81805,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussions#delete-a-discussion-legacy parameters: - *7 - - *261 + - *262 responses: '204': description: Response @@ -81823,7 +81835,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - *7 - - *261 + - *262 - *9 - *4 - *5 @@ -81834,9 +81846,9 @@ paths: application/json: schema: type: array - items: *262 + items: *263 examples: - default: *565 + default: *566 headers: Link: *6 x-github: @@ -81866,7 +81878,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - *7 - - *261 + - *262 requestBody: required: true content: @@ -81888,9 +81900,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *263 + default: *264 x-github: triggersNotification: true githubCloudOnly: false @@ -81918,16 +81930,16 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - *7 - - *261 - - *264 + - *262 + - *265 responses: '200': description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *263 + default: *264 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81953,8 +81965,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - *7 - - *261 - - *264 + - *262 + - *265 requestBody: required: true content: @@ -81976,9 +81988,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *566 + default: *567 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82004,8 +82016,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - *7 - - *261 - - *264 + - *262 + - *265 responses: '204': description: Response @@ -82035,8 +82047,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - *7 - - *261 - - *264 + - *262 + - *265 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -82062,9 +82074,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *267 + default: *268 headers: Link: *6 x-github: @@ -82094,8 +82106,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - *7 - - *261 - - *264 + - *262 + - *265 requestBody: required: true content: @@ -82127,9 +82139,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82156,7 +82168,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - *7 - - *261 + - *262 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -82182,9 +82194,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *267 + default: *268 headers: Link: *6 x-github: @@ -82214,7 +82226,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - *7 - - *261 + - *262 requestBody: required: true content: @@ -82246,9 +82258,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82444,9 +82456,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - response-if-user-is-a-team-maintainer: *567 + response-if-user-is-a-team-maintainer: *568 '404': *26 x-github: githubCloudOnly: false @@ -82505,9 +82517,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - response-if-users-membership-with-team-is-now-pending: *568 + response-if-users-membership-with-team-is-now-pending: *569 '403': description: Forbidden if team synchronization is set up '422': @@ -82581,9 +82593,9 @@ paths: application/json: schema: type: array - items: *274 + items: *275 examples: - default: *569 + default: *570 headers: Link: *6 '404': *26 @@ -82611,15 +82623,15 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - *7 - - *275 + - *276 responses: '200': description: Response content: application/json: - schema: *274 + schema: *275 examples: - default: *570 + default: *571 '404': description: Not Found if project is not managed by this team x-github: @@ -82645,7 +82657,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - *7 - - *275 + - *276 requestBody: required: false content: @@ -82714,7 +82726,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - *7 - - *275 + - *276 responses: '204': description: Response @@ -82784,14 +82796,14 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - *7 - - *276 - *277 + - *278 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *571 + schema: *572 examples: alternative-response-with-extra-repository-information: value: @@ -82943,8 +82955,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - *7 - - *276 - *277 + - *278 requestBody: required: false content: @@ -82995,8 +83007,8 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - *7 - - *276 - *277 + - *278 responses: '204': description: Response @@ -83031,9 +83043,9 @@ paths: application/json: schema: type: array - items: *278 + items: *279 examples: - response-if-child-teams-exist: *572 + response-if-child-teams-exist: *573 headers: Link: *6 '404': *26 @@ -83066,7 +83078,7 @@ paths: application/json: schema: oneOf: - - &574 + - &575 title: Private User description: Private User type: object @@ -83269,7 +83281,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *573 + - *574 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -83420,7 +83432,7 @@ paths: description: Response content: application/json: - schema: *574 + schema: *575 examples: default: value: @@ -83498,7 +83510,7 @@ paths: type: array items: *213 examples: - default: &584 + default: &585 value: - id: 197 name: hello_docker @@ -83585,7 +83597,7 @@ paths: application/json: schema: type: array - items: &575 + items: &576 title: Email description: Email type: object @@ -83610,7 +83622,7 @@ paths: - verified - visibility examples: - default: &586 + default: &587 value: - email: octocat@github.com verified: true @@ -83685,7 +83697,7 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: default: value: @@ -83941,7 +83953,7 @@ paths: application/json: schema: type: array - items: &576 + items: &577 title: GPG Key description: A unique encryption key type: object @@ -84072,7 +84084,7 @@ paths: - subkeys - revoked examples: - default: &596 + default: &597 value: - id: 3 name: Octocat's GPG Key @@ -84157,9 +84169,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: &577 + default: &578 value: id: 3 name: Octocat's GPG Key @@ -84216,7 +84228,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &578 + - &579 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -84228,9 +84240,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: *577 + default: *578 '404': *26 '304': *42 '403': *43 @@ -84253,7 +84265,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *578 + - *579 responses: '204': description: Response @@ -84444,7 +84456,7 @@ paths: type: array items: *84 examples: - default: *579 + default: *580 headers: Link: *6 '404': *26 @@ -84620,7 +84632,7 @@ paths: application/json: schema: type: array - items: &580 + items: &581 title: Key description: Key type: object @@ -84717,9 +84729,9 @@ paths: description: Response content: application/json: - schema: *580 + schema: *581 examples: - default: &581 + default: &582 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -84752,15 +84764,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *455 + - *456 responses: '200': description: Response content: application/json: - schema: *580 + schema: *581 examples: - default: *581 + default: *582 '404': *26 '304': *42 '403': *43 @@ -84783,7 +84795,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *455 + - *456 responses: '204': description: Response @@ -85603,7 +85615,7 @@ paths: type: array items: *70 examples: - default: *582 + default: *583 headers: Link: *6 '304': *42 @@ -85645,7 +85657,7 @@ paths: - docker - nuget - container - - *583 + - *584 - *5 - *4 responses: @@ -85657,8 +85669,8 @@ paths: type: array items: *213 examples: - default: *584 - '400': *585 + default: *585 + '400': *586 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85687,7 +85699,7 @@ paths: application/json: schema: *213 examples: - default: &597 + default: &598 value: id: 40201 name: octo-name @@ -86137,9 +86149,9 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: - default: *586 + default: *587 headers: Link: *6 '304': *42 @@ -86252,7 +86264,7 @@ paths: type: array items: *84 examples: - default: &593 + default: &594 summary: Default response value: - id: 1296269 @@ -86554,9 +86566,9 @@ paths: description: Response content: application/json: - schema: *287 + schema: *288 examples: - default: *289 + default: *290 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -86594,9 +86606,9 @@ paths: application/json: schema: type: array - items: *428 + items: *429 examples: - default: *587 + default: *588 headers: Link: *6 '304': *42 @@ -86619,7 +86631,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *429 + - *430 responses: '204': description: Response @@ -86642,7 +86654,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *429 + - *430 responses: '204': description: Response @@ -86675,7 +86687,7 @@ paths: application/json: schema: type: array - items: &588 + items: &589 title: Social account description: Social media account type: object @@ -86690,7 +86702,7 @@ paths: - provider - url examples: - default: &589 + default: &590 value: - provider: twitter url: https://twitter.com/github @@ -86752,9 +86764,9 @@ paths: application/json: schema: type: array - items: *588 + items: *589 examples: - default: *589 + default: *590 '422': *35 '304': *42 '404': *26 @@ -86841,7 +86853,7 @@ paths: application/json: schema: type: array - items: &590 + items: &591 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -86861,7 +86873,7 @@ paths: - title - created_at examples: - default: &598 + default: &599 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -86927,9 +86939,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: &591 + default: &592 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -86960,7 +86972,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &592 + - &593 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -86972,9 +86984,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: *591 + default: *592 '404': *26 '304': *42 '403': *43 @@ -86997,7 +87009,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *592 + - *593 responses: '204': description: Response @@ -87026,7 +87038,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &599 + - &600 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 @@ -87051,11 +87063,11 @@ paths: type: array items: *84 examples: - default-response: *593 + default-response: *594 application/vnd.github.v3.star+json: schema: type: array - items: &600 + items: &601 title: Starred Repository description: Starred Repository type: object @@ -87211,8 +87223,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *276 - *277 + - *278 responses: '204': description: Response if this repository is starred by you @@ -87240,8 +87252,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *276 - *277 + - *278 responses: '204': description: Response @@ -87265,8 +87277,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.12/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *276 - *277 + - *278 responses: '204': description: Response @@ -87338,7 +87350,7 @@ paths: application/json: schema: type: array - items: *257 + items: *258 examples: default: value: @@ -87425,10 +87437,10 @@ paths: application/json: schema: oneOf: + - *575 - *574 - - *573 examples: - default-response: &594 + default-response: &595 summary: Default response value: login: octocat @@ -87463,7 +87475,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &595 + response-with-git-hub-plan-information: &596 summary: Response with GitHub plan information value: login: octocat @@ -87575,11 +87587,11 @@ paths: application/json: schema: oneOf: + - *575 - *574 - - *573 examples: - default-response: *594 - response-with-git-hub-plan-information: *595 + default-response: *595 + response-with-git-hub-plan-information: *596 '404': *26 x-github: githubCloudOnly: false @@ -87610,7 +87622,7 @@ paths: type: array items: *213 examples: - default: *584 + default: *585 '403': *43 '401': *41 x-github: @@ -88014,9 +88026,9 @@ paths: application/json: schema: type: array - items: *576 + items: *577 examples: - default: *596 + default: *597 headers: Link: *6 x-github: @@ -88120,7 +88132,7 @@ paths: application/json: schema: *39 examples: - default: *427 + default: *428 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88198,7 +88210,7 @@ paths: type: array items: *70 examples: - default: *582 + default: *583 headers: Link: *6 x-github: @@ -88237,7 +88249,7 @@ paths: - docker - nuget - container - - *583 + - *584 - *8 - *5 - *4 @@ -88250,10 +88262,10 @@ paths: type: array items: *213 examples: - default: *584 + default: *585 '403': *43 '401': *41 - '400': *585 + '400': *586 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88283,7 +88295,7 @@ paths: application/json: schema: *213 examples: - default: *597 + default: *598 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88916,9 +88928,9 @@ paths: application/json: schema: type: array - items: *588 + items: *589 examples: - default: *589 + default: *590 headers: Link: *6 x-github: @@ -88948,9 +88960,9 @@ paths: application/json: schema: type: array - items: *590 + items: *591 examples: - default: *598 + default: *599 headers: Link: *6 x-github: @@ -88975,7 +88987,7 @@ paths: url: https://docs.github.com/enterprise-server@3.12/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *8 - - *599 + - *600 - *9 - *4 - *5 @@ -88987,11 +88999,11 @@ paths: schema: anyOf: - type: array - items: *600 + items: *601 - type: array items: *84 examples: - default-response: *593 + default-response: *594 headers: Link: *6 x-github: @@ -89201,7 +89213,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &601 + enterprise: &602 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -89259,7 +89271,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &602 + installation: &603 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -89278,7 +89290,7 @@ x-webhooks: required: - id - node_id - organization: &603 + organization: &604 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -89338,13 +89350,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &604 + repository: &605 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: &630 + properties: &631 id: description: Unique identifier of the repository example: 42 @@ -90021,7 +90033,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &631 + required: &632 - archive_url - assignees_url - blobs_url @@ -90172,10 +90184,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -90261,11 +90273,11 @@ x-webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 - rule: &605 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 + rule: &606 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-server@3.12/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -90482,11 +90494,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 - rule: *605 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 + rule: *606 sender: *19 required: - action @@ -90660,11 +90672,11 @@ x-webhooks: - everyone required: - from - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 - rule: *605 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 + rule: *606 sender: *19 required: - action @@ -90749,12 +90761,12 @@ x-webhooks: type: string cache_location: type: string - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 ref: type: string - repository: *604 + repository: *605 sender: *19 required: - cache_location @@ -90848,7 +90860,7 @@ x-webhooks: type: string enum: - completed - check_run: &607 + check_run: &608 title: CheckRun description: A check performed on the code of a given code change type: object @@ -90911,7 +90923,7 @@ x-webhooks: type: string pull_requests: type: array - items: *345 + items: *346 repository: *153 status: example: completed @@ -90949,7 +90961,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *606 + deployment: *607 details_url: example: https://example.com type: string @@ -90999,7 +91011,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *345 + items: *346 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -91034,9 +91046,9 @@ x-webhooks: - output - app - pull_requests - installation: *602 - organization: *603 - repository: *604 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - check_run @@ -91439,10 +91451,10 @@ x-webhooks: type: string enum: - created - check_run: *607 - installation: *602 - organization: *603 - repository: *604 + check_run: *608 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - check_run @@ -91848,10 +91860,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *607 - installation: *602 - organization: *603 - repository: *604 + check_run: *608 + installation: *603 + organization: *604 + repository: *605 requested_action: description: The action requested by the user. type: object @@ -92266,10 +92278,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *607 - installation: *602 - organization: *603 - repository: *604 + check_run: *608 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - check_run @@ -93256,10 +93268,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -93939,10 +93951,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -94616,10 +94628,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -94792,7 +94804,7 @@ x-webhooks: required: - login - id - dismissed_comment: *358 + dismissed_comment: *359 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -94937,20 +94949,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &608 + commit_oid: &609 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *601 - installation: *602 - organization: *603 - ref: &609 + enterprise: *602 + installation: *603 + organization: *604 + ref: &610 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *604 + repository: *605 sender: *19 required: - action @@ -95122,7 +95134,7 @@ x-webhooks: required: - login - id - dismissed_comment: *358 + dismissed_comment: *359 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -95352,12 +95364,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *608 - enterprise: *601 - installation: *602 - organization: *603 - ref: *609 - repository: *604 + commit_oid: *609 + enterprise: *602 + installation: *603 + organization: *604 + ref: *610 + repository: *605 sender: *19 required: - action @@ -95462,7 +95474,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *358 + dismissed_comment: *359 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -95630,12 +95642,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *608 - enterprise: *601 - installation: *602 - organization: *603 - ref: *609 - repository: *604 + commit_oid: *609 + enterprise: *602 + installation: *603 + organization: *604 + ref: *610 + repository: *605 sender: *19 required: - action @@ -95808,7 +95820,7 @@ x-webhooks: required: - login - id - dismissed_comment: *358 + dismissed_comment: *359 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -95974,12 +95986,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *608 - enterprise: *601 - installation: *602 - organization: *603 - ref: *609 - repository: *604 + commit_oid: *609 + enterprise: *602 + installation: *603 + organization: *604 + ref: *610 + repository: *605 sender: *19 required: - action @@ -96086,7 +96098,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *358 + dismissed_comment: *359 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -96254,16 +96266,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 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: *604 + repository: *605 sender: *19 required: - action @@ -96367,7 +96379,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *358 + dismissed_comment: *359 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -96507,12 +96519,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *608 - enterprise: *601 - installation: *602 - organization: *603 - ref: *609 - repository: *604 + commit_oid: *609 + enterprise: *602 + installation: *603 + organization: *604 + ref: *610 + repository: *605 sender: *19 required: - action @@ -96779,10 +96791,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -96872,18 +96884,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *603 - pusher_type: &610 + organization: *604 + pusher_type: &611 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &611 + ref: &612 description: The [`git ref`](https://docs.github.com/enterprise-server@3.12/rest/git/refs#get-a-reference) resource. type: string @@ -96893,7 +96905,7 @@ x-webhooks: enum: - tag - branch - repository: *604 + repository: *605 sender: *19 required: - ref @@ -96982,18 +96994,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *601 - installation: *602 - organization: *603 - pusher_type: *610 - ref: *611 + enterprise: *602 + installation: *603 + organization: *604 + pusher_type: *611 + ref: *612 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *604 + repository: *605 sender: *19 required: - ref @@ -97087,11 +97099,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *390 - installation: *602 - organization: *603 - enterprise: *601 - repository: *604 + alert: *391 + installation: *603 + organization: *604 + enterprise: *602 + repository: *605 sender: *19 required: - action @@ -97185,11 +97197,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *390 - installation: *602 - organization: *603 - enterprise: *601 - repository: *604 + alert: *391 + installation: *603 + organization: *604 + enterprise: *602 + repository: *605 sender: *19 required: - action @@ -97283,11 +97295,11 @@ x-webhooks: type: string enum: - created - alert: *390 - installation: *602 - organization: *603 - enterprise: *601 - repository: *604 + alert: *391 + installation: *603 + organization: *604 + enterprise: *602 + repository: *605 sender: *19 required: - action @@ -97379,11 +97391,11 @@ x-webhooks: type: string enum: - dismissed - alert: *390 - installation: *602 - organization: *603 - enterprise: *601 - repository: *604 + alert: *391 + installation: *603 + organization: *604 + enterprise: *602 + repository: *605 sender: *19 required: - action @@ -97475,11 +97487,11 @@ x-webhooks: type: string enum: - fixed - alert: *390 - installation: *602 - organization: *603 - enterprise: *601 - repository: *604 + alert: *391 + installation: *603 + organization: *604 + enterprise: *602 + repository: *605 sender: *19 required: - action @@ -97572,11 +97584,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *390 - installation: *602 - organization: *603 - enterprise: *601 - repository: *604 + alert: *391 + installation: *603 + organization: *604 + enterprise: *602 + repository: *605 sender: *19 required: - action @@ -97668,11 +97680,11 @@ x-webhooks: type: string enum: - reopened - alert: *390 - installation: *602 - organization: *603 - enterprise: *601 - repository: *604 + alert: *391 + installation: *603 + organization: *604 + enterprise: *602 + repository: *605 sender: *19 required: - action @@ -97759,9 +97771,9 @@ x-webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - key: &612 + enterprise: *602 + installation: *603 + key: &613 description: The [`deploy key`](https://docs.github.com/enterprise-server@3.12/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -97795,8 +97807,8 @@ x-webhooks: - verified - created_at - read_only - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *19 required: - action @@ -97883,11 +97895,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - key: *612 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + key: *613 + organization: *604 + repository: *605 sender: *19 required: - action @@ -98458,12 +98470,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 - workflow: &616 + workflow: &617 title: Workflow type: object nullable: true @@ -99199,13 +99211,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *396 + deployment: *397 pull_requests: type: array - items: *477 - repository: *604 - organization: *603 - installation: *602 + items: *478 + repository: *605 + organization: *604 + installation: *603 sender: *19 responses: '200': @@ -99286,7 +99298,7 @@ x-webhooks: type: string enum: - approved - approver: &613 + approver: &614 type: object properties: avatar_url: @@ -99329,11 +99341,11 @@ x-webhooks: type: string comment: type: string - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 - reviewers: &614 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 + reviewers: &615 type: array items: type: object @@ -99412,7 +99424,7 @@ x-webhooks: sender: *19 since: type: string - workflow_job_run: &615 + workflow_job_run: &616 type: object properties: conclusion: @@ -100153,18 +100165,18 @@ x-webhooks: type: string enum: - rejected - approver: *613 + approver: *614 comment: type: string - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 - reviewers: *614 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 + reviewers: *615 sender: *19 since: type: string - workflow_job_run: *615 + workflow_job_run: *616 workflow_job_runs: type: array items: @@ -100878,13 +100890,13 @@ x-webhooks: type: string enum: - requested - enterprise: *601 + enterprise: *602 environment: type: string - installation: *602 - organization: *603 - repository: *604 - requestor: &621 + installation: *603 + organization: *604 + repository: *605 + requestor: &622 title: User type: object nullable: true @@ -102793,12 +102805,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 - workflow: *616 + workflow: *617 workflow_run: title: Deployment Workflow Run type: object @@ -103488,7 +103500,7 @@ x-webhooks: type: string enum: - answered - answer: &619 + answer: &620 type: object properties: author_association: @@ -103645,7 +103657,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &617 + discussion: &618 title: Discussion description: A Discussion in a repository. type: object @@ -103931,7 +103943,7 @@ x-webhooks: - id labels: type: array - items: *438 + items: *439 required: - repository_url - category @@ -103953,10 +103965,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -104093,11 +104105,11 @@ x-webhooks: - from required: - category - discussion: *617 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *618 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -104190,11 +104202,11 @@ x-webhooks: type: string enum: - closed - discussion: *617 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *618 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -104286,7 +104298,7 @@ x-webhooks: type: string enum: - created - comment: &618 + comment: &619 type: object properties: author_association: @@ -104443,11 +104455,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *617 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *618 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -104540,12 +104552,12 @@ x-webhooks: type: string enum: - deleted - comment: *618 - discussion: *617 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + comment: *619 + discussion: *618 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -104650,12 +104662,12 @@ x-webhooks: - from required: - body - comment: *618 - discussion: *617 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + comment: *619 + discussion: *618 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -104749,11 +104761,11 @@ x-webhooks: type: string enum: - created - discussion: *617 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *618 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -104845,11 +104857,11 @@ x-webhooks: type: string enum: - deleted - discussion: *617 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *618 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -104959,11 +104971,11 @@ x-webhooks: type: string required: - from - discussion: *617 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *618 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -105055,10 +105067,10 @@ x-webhooks: type: string enum: - labeled - discussion: *617 - enterprise: *601 - installation: *602 - label: &620 + discussion: *618 + enterprise: *602 + installation: *603 + label: &621 title: Label type: object properties: @@ -105090,8 +105102,8 @@ x-webhooks: - color - default - description - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *19 required: - action @@ -105184,11 +105196,11 @@ x-webhooks: type: string enum: - locked - discussion: *617 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *618 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -105280,11 +105292,11 @@ x-webhooks: type: string enum: - pinned - discussion: *617 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *618 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -105376,11 +105388,11 @@ x-webhooks: type: string enum: - reopened - discussion: *617 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *618 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -105475,16 +105487,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *617 - new_repository: *604 + new_discussion: *618 + new_repository: *605 required: - new_discussion - new_repository - discussion: *617 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *618 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -105577,10 +105589,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *617 - old_answer: *619 - organization: *603 - repository: *604 + discussion: *618 + old_answer: *620 + organization: *604 + repository: *605 sender: *19 required: - action @@ -105672,12 +105684,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *617 - enterprise: *601 - installation: *602 - label: *620 - organization: *603 - repository: *604 + discussion: *618 + enterprise: *602 + installation: *603 + label: *621 + organization: *604 + repository: *605 sender: *19 required: - action @@ -105770,11 +105782,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *617 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *618 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -105866,11 +105878,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *617 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + discussion: *618 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -106111,7 +106123,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *601 + enterprise: *602 forkee: description: The created [`repository`](https://docs.github.com/enterprise-server@3.12/rest/repos/repos#get-a-repository) resource. @@ -106771,9 +106783,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *602 - organization: *603 - repository: *604 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - forkee @@ -106939,9 +106951,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 pages: description: The pages that were updated. type: array @@ -106978,7 +106990,7 @@ x-webhooks: - action - sha - html_url - repository: *604 + repository: *605 sender: *19 required: - pages @@ -107064,10 +107076,10 @@ x-webhooks: type: string enum: - created - enterprise: *601 + enterprise: *602 installation: *39 - organization: *603 - repositories: &622 + organization: *604 + repositories: &623 description: An array of repository objects that the installation can access. type: array @@ -107093,8 +107105,8 @@ x-webhooks: - name - full_name - private - repository: *604 - requester: *621 + repository: *605 + requester: *622 sender: *19 required: - action @@ -107179,11 +107191,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *601 + enterprise: *602 installation: *39 - organization: *603 - repositories: *622 - repository: *604 + organization: *604 + repositories: *623 + repository: *605 requester: nullable: true sender: *19 @@ -107269,11 +107281,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *601 + enterprise: *602 installation: *39 - organization: *603 - repositories: *622 - repository: *604 + organization: *604 + repositories: *623 + repository: *605 requester: nullable: true sender: *19 @@ -107359,10 +107371,10 @@ x-webhooks: type: string enum: - added - enterprise: *601 + enterprise: *602 installation: *39 - organization: *603 - repositories_added: &623 + organization: *604 + repositories_added: &624 description: An array of repository objects, which were added to the installation. type: array @@ -107408,15 +107420,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *604 - repository_selection: &624 + repository: *605 + repository_selection: &625 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *621 + requester: *622 sender: *19 required: - action @@ -107505,10 +107517,10 @@ x-webhooks: type: string enum: - removed - enterprise: *601 + enterprise: *602 installation: *39 - organization: *603 - repositories_added: *623 + organization: *604 + repositories_added: *624 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -107535,9 +107547,9 @@ x-webhooks: - name - full_name - private - repository: *604 - repository_selection: *624 - requester: *621 + repository: *605 + repository_selection: *625 + requester: *622 sender: *19 required: - action @@ -107626,11 +107638,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *601 + enterprise: *602 installation: *39 - organization: *603 - repositories: *622 - repository: *604 + organization: *604 + repositories: *623 + repository: *605 requester: nullable: true sender: *19 @@ -107819,10 +107831,10 @@ x-webhooks: type: string required: - from - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 target_type: type: string @@ -107911,11 +107923,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *601 + enterprise: *602 installation: *39 - organization: *603 - repositories: *622 - repository: *604 + organization: *604 + repositories: *623 + repository: *605 requester: nullable: true sender: *19 @@ -108177,8 +108189,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 issue: description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) the comment belongs to. @@ -109001,7 +109013,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *558 + type: *559 updated_at: type: string format: date-time @@ -109334,8 +109346,8 @@ x-webhooks: - state - locked - assignee - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *19 required: - action @@ -109425,7 +109437,7 @@ x-webhooks: type: string enum: - deleted - comment: &625 + comment: &626 title: issue comment description: The [comment](https://docs.github.com/enterprise-server@3.12/rest/issues/comments#get-an-issue-comment) itself. @@ -109590,8 +109602,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 issue: description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) the comment belongs to. @@ -110410,7 +110422,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *558 + type: *559 updated_at: type: string format: date-time @@ -110745,8 +110757,8 @@ x-webhooks: - state - locked - assignee - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *19 required: - action @@ -110836,7 +110848,7 @@ x-webhooks: type: string enum: - edited - changes: &646 + changes: &647 description: The changes to the comment. type: object properties: @@ -110848,9 +110860,9 @@ x-webhooks: type: string required: - from - comment: *625 - enterprise: *601 - installation: *602 + comment: *626 + enterprise: *602 + installation: *603 issue: description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) the comment belongs to. @@ -111672,7 +111684,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *558 + type: *559 updated_at: type: string format: date-time @@ -112005,8 +112017,8 @@ x-webhooks: - state - locked - assignee - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *19 required: - action @@ -112098,10 +112110,10 @@ x-webhooks: type: string enum: - assigned - assignee: *621 - enterprise: *601 - installation: *602 - issue: &628 + assignee: *622 + enterprise: *602 + installation: *603 + issue: &629 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) itself. @@ -112919,7 +112931,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *558 + type: *559 updated_at: type: string format: date-time @@ -113020,8 +113032,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *19 required: - action @@ -113111,8 +113123,8 @@ x-webhooks: type: string enum: - closed - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 issue: description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) itself. @@ -113935,7 +113947,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *558 + type: *559 updated_at: type: string format: date-time @@ -114171,8 +114183,8 @@ x-webhooks: required: - state - closed_at - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *19 required: - action @@ -114261,8 +114273,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -115074,7 +115086,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *558 + type: *559 updated_at: type: string format: date-time @@ -115174,8 +115186,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *19 required: - action @@ -115264,8 +115276,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -116101,7 +116113,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *558 + type: *559 updated_at: type: string format: date-time @@ -116180,7 +116192,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &626 + milestone: &627 title: Milestone description: A collection of related issues and pull requests. type: object @@ -116318,8 +116330,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *19 required: - action @@ -116428,8 +116440,8 @@ x-webhooks: type: string required: - from - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -117244,7 +117256,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *558 + type: *559 title: description: Title of the issue type: string @@ -117348,9 +117360,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *620 - organization: *603 - repository: *604 + label: *621 + organization: *604 + repository: *605 sender: *19 required: - action @@ -117440,8 +117452,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -118255,7 +118267,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *558 + type: *559 title: description: Title of the issue type: string @@ -118359,9 +118371,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *620 - organization: *603 - repository: *604 + label: *621 + organization: *604 + repository: *605 sender: *19 required: - action @@ -118451,8 +118463,8 @@ x-webhooks: type: string enum: - locked - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -119290,7 +119302,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *558 + type: *559 title: description: Title of the issue type: string @@ -119371,8 +119383,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *19 required: - action @@ -119461,8 +119473,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -120297,7 +120309,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *558 + type: *559 updated_at: type: string format: date-time @@ -120375,9 +120387,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *626 - organization: *603 - repository: *604 + milestone: *627 + organization: *604 + repository: *605 sender: *19 required: - action @@ -121842,8 +121854,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -122661,7 +122673,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *558 + type: *559 updated_at: type: string format: date-time @@ -122761,8 +122773,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *19 required: - action @@ -122852,9 +122864,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *601 - installation: *602 - issue: &627 + enterprise: *602 + installation: *603 + issue: &628 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) itself. @@ -123666,7 +123678,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *558 + type: *559 updated_at: type: string format: date-time @@ -123766,8 +123778,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *19 required: - action @@ -123856,8 +123868,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -124774,9 +124786,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *558 - organization: *603 - repository: *604 + type: *559 + organization: *604 + repository: *605 sender: *19 required: - action @@ -125681,7 +125693,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *558 + type: *559 updated_at: type: string format: date-time @@ -126243,11 +126255,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *601 - installation: *602 - issue: *627 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + issue: *628 + organization: *604 + repository: *605 sender: *19 required: - action @@ -126338,7 +126350,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &649 + assignee: &650 title: User type: object nullable: true @@ -126408,11 +126420,11 @@ x-webhooks: required: - login - id - enterprise: *601 - installation: *602 - issue: *628 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + issue: *629 + organization: *604 + repository: *605 sender: *19 required: - action @@ -126501,12 +126513,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *601 - installation: *602 - issue: *628 - label: *620 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + issue: *629 + label: *621 + organization: *604 + repository: *605 sender: *19 required: - action @@ -126596,8 +126608,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.12/rest/issues/issues#get-an-issue) @@ -127436,7 +127448,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *558 + type: *559 updated_at: type: string format: date-time @@ -127514,8 +127526,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *19 required: - action @@ -127605,11 +127617,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *601 - installation: *602 - issue: *627 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + issue: *628 + organization: *604 + repository: *605 sender: *19 required: - action @@ -127698,11 +127710,11 @@ x-webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - label: *620 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + label: *621 + organization: *604 + repository: *605 sender: *19 required: - action @@ -127790,11 +127802,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - label: *620 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + label: *621 + organization: *604 + repository: *605 sender: *19 required: - action @@ -127914,11 +127926,11 @@ x-webhooks: type: string required: - from - enterprise: *601 - installation: *602 - label: *620 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + label: *621 + organization: *604 + repository: *605 sender: *19 required: - action @@ -128019,11 +128031,11 @@ x-webhooks: - read required: - to - enterprise: *601 - installation: *602 - member: *621 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + member: *622 + organization: *604 + repository: *605 sender: *19 required: - action @@ -128133,11 +128145,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *601 - installation: *602 - member: *621 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + member: *622 + organization: *604 + repository: *605 sender: *19 required: - action @@ -128226,11 +128238,11 @@ x-webhooks: type: string enum: - removed - enterprise: *601 - installation: *602 - member: *621 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + member: *622 + organization: *604 + repository: *605 sender: *19 required: - action @@ -128318,11 +128330,11 @@ x-webhooks: type: string enum: - added - enterprise: *601 - installation: *602 - member: *621 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + member: *622 + organization: *604 + repository: *605 scope: description: The scope of the membership. Currently, can only be `team`. @@ -128398,7 +128410,7 @@ x-webhooks: required: - login - id - team: &629 + team: &630 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -128598,11 +128610,11 @@ x-webhooks: type: string enum: - removed - enterprise: *601 - installation: *602 - member: *621 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + member: *622 + organization: *604 + repository: *605 scope: description: The scope of the membership. Currently, can only be `team`. @@ -128679,7 +128691,7 @@ x-webhooks: required: - login - id - team: *629 + team: *630 required: - action - scope @@ -128767,7 +128779,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *601 + enterprise: *602 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -128875,16 +128887,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *602 - organization: *603 + installation: *603 + organization: *604 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: *630 - required: *631 + properties: *631 + required: *632 nullable: true sender: *19 required: @@ -128975,11 +128987,11 @@ x-webhooks: type: string enum: - closed - enterprise: *601 - installation: *602 - milestone: *626 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + milestone: *627 + organization: *604 + repository: *605 sender: *19 required: - action @@ -129068,9 +129080,9 @@ x-webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - milestone: &632 + enterprise: *602 + installation: *603 + milestone: &633 title: Milestone description: A collection of related issues and pull requests. type: object @@ -129207,8 +129219,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *19 required: - action @@ -129297,11 +129309,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - milestone: *626 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + milestone: *627 + organization: *604 + repository: *605 sender: *19 required: - action @@ -129421,11 +129433,11 @@ x-webhooks: type: string required: - from - enterprise: *601 - installation: *602 - milestone: *626 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + milestone: *627 + organization: *604 + repository: *605 sender: *19 required: - action @@ -129515,11 +129527,11 @@ x-webhooks: type: string enum: - opened - enterprise: *601 - installation: *602 - milestone: *632 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + milestone: *633 + organization: *604 + repository: *605 sender: *19 required: - action @@ -129608,9 +129620,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - membership: &633 + enterprise: *602 + installation: *603 + membership: &634 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -129702,8 +129714,8 @@ x-webhooks: - role - organization_url - user - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *19 required: - action @@ -129791,11 +129803,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *601 - installation: *602 - membership: *633 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + membership: *634 + organization: *604 + repository: *605 sender: *19 required: - action @@ -129884,8 +129896,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -130001,10 +130013,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *19 - user: *621 + user: *622 required: - action - invitation @@ -130092,11 +130104,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *601 - installation: *602 - membership: *633 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + membership: *634 + organization: *604 + repository: *605 sender: *19 required: - action @@ -130193,11 +130205,11 @@ x-webhooks: properties: from: type: string - enterprise: *601 - installation: *602 - membership: *633 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + membership: *634 + organization: *604 + repository: *605 sender: *19 required: - action @@ -130283,9 +130295,9 @@ x-webhooks: type: string enum: - published - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 package: description: Information about the package. type: object @@ -130784,7 +130796,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &634 + items: &635 title: Ruby Gems metadata type: object properties: @@ -130879,7 +130891,7 @@ x-webhooks: - owner - package_version - registry - repository: *604 + repository: *605 sender: *19 required: - action @@ -130965,9 +130977,9 @@ x-webhooks: type: string enum: - updated - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 package: description: Information about the package. type: object @@ -131320,7 +131332,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *634 + items: *635 source_url: type: string format: uri @@ -131390,7 +131402,7 @@ x-webhooks: - owner - package_version - registry - repository: *604 + repository: *605 sender: *19 required: - action @@ -131577,12 +131589,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *601 + enterprise: *602 id: type: integer - installation: *602 - organization: *603 - repository: *604 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - id @@ -131659,7 +131671,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &635 + personal_access_token_request: &636 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -131805,10 +131817,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *601 - organization: *603 + enterprise: *602 + organization: *604 sender: *19 - installation: *602 + installation: *603 required: - action - personal_access_token_request @@ -131885,11 +131897,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *635 - enterprise: *601 - organization: *603 + personal_access_token_request: *636 + enterprise: *602 + organization: *604 sender: *19 - installation: *602 + installation: *603 required: - action - personal_access_token_request @@ -131965,11 +131977,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *635 - enterprise: *601 - organization: *603 + personal_access_token_request: *636 + enterprise: *602 + organization: *604 sender: *19 - installation: *602 + installation: *603 required: - action - personal_access_token_request @@ -132044,11 +132056,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *635 - organization: *603 - enterprise: *601 + personal_access_token_request: *636 + organization: *604 + enterprise: *602 sender: *19 - installation: *602 + installation: *603 required: - action - personal_access_token_request @@ -132163,7 +132175,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *636 + last_response: *637 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -132195,8 +132207,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *19 zen: description: Random string of GitHub zen. @@ -132451,10 +132463,10 @@ x-webhooks: - from required: - note - enterprise: *601 - installation: *602 - organization: *603 - project_card: &637 + enterprise: *602 + installation: *603 + organization: *604 + project_card: &638 title: Project Card type: object properties: @@ -132573,7 +132585,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *604 + repository: *605 sender: *19 required: - action @@ -132664,11 +132676,11 @@ x-webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 - project_card: *637 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + project_card: *638 + repository: *605 sender: *19 required: - action @@ -132758,9 +132770,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 project_card: title: Project Card type: object @@ -132888,8 +132900,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: *630 - required: *631 + properties: *631 + required: *632 nullable: true sender: *19 required: @@ -132993,11 +133005,11 @@ x-webhooks: - from required: - note - enterprise: *601 - installation: *602 - organization: *603 - project_card: *637 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + project_card: *638 + repository: *605 sender: *19 required: - action @@ -133101,9 +133113,9 @@ x-webhooks: - from required: - column_id - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 project_card: allOf: - title: Project Card @@ -133293,7 +133305,7 @@ x-webhooks: type: string required: - after_id - repository: *604 + repository: *605 sender: *19 required: - action @@ -133383,10 +133395,10 @@ x-webhooks: type: string enum: - closed - enterprise: *601 - installation: *602 - organization: *603 - project: &639 + enterprise: *602 + installation: *603 + organization: *604 + project: &640 title: Project type: object properties: @@ -133510,7 +133522,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *604 + repository: *605 sender: *19 required: - action @@ -133600,10 +133612,10 @@ x-webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 - project_column: &638 + enterprise: *602 + installation: *603 + organization: *604 + project_column: &639 title: Project Column type: object properties: @@ -133642,7 +133654,7 @@ x-webhooks: - name - created_at - updated_at - repository: *604 + repository: *605 sender: *19 required: - action @@ -133731,18 +133743,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - organization: *603 - project_column: *638 + enterprise: *602 + installation: *603 + organization: *604 + project_column: *639 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: *630 - required: *631 + properties: *631 + required: *632 nullable: true sender: *19 required: @@ -133842,11 +133854,11 @@ x-webhooks: type: string required: - from - enterprise: *601 - installation: *602 - organization: *603 - project_column: *638 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + project_column: *639 + repository: *605 sender: *19 required: - action @@ -133936,11 +133948,11 @@ x-webhooks: type: string enum: - moved - enterprise: *601 - installation: *602 - organization: *603 - project_column: *638 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + project_column: *639 + repository: *605 sender: *19 required: - action @@ -134030,11 +134042,11 @@ x-webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 - project: *639 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + project: *640 + repository: *605 sender: *19 required: - action @@ -134124,18 +134136,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - organization: *603 - project: *639 + enterprise: *602 + installation: *603 + organization: *604 + project: *640 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: *630 - required: *631 + properties: *631 + required: *632 nullable: true sender: *19 required: @@ -134247,11 +134259,11 @@ x-webhooks: type: string required: - from - enterprise: *601 - installation: *602 - organization: *603 - project: *639 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + project: *640 + repository: *605 sender: *19 required: - action @@ -134340,11 +134352,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *601 - installation: *602 - organization: *603 - project: *639 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + project: *640 + repository: *605 sender: *19 required: - action @@ -134435,9 +134447,9 @@ x-webhooks: type: string enum: - closed - installation: *602 - organization: *603 - projects_v2: &640 + installation: *603 + organization: *604 + projects_v2: &641 title: Projects v2 Project description: A projects v2 project type: object @@ -134590,9 +134602,9 @@ x-webhooks: type: string enum: - created - installation: *602 - organization: *603 - projects_v2: *640 + installation: *603 + organization: *604 + projects_v2: *641 sender: *19 required: - action @@ -134683,9 +134695,9 @@ x-webhooks: type: string enum: - deleted - installation: *602 - organization: *603 - projects_v2: *640 + installation: *603 + organization: *604 + projects_v2: *641 sender: *19 required: - action @@ -134812,9 +134824,9 @@ x-webhooks: type: string to: type: string - installation: *602 - organization: *603 - projects_v2: *640 + installation: *603 + organization: *604 + projects_v2: *641 sender: *19 required: - action @@ -134907,7 +134919,7 @@ x-webhooks: type: string enum: - archived - changes: &642 + changes: &643 type: object properties: archived_at: @@ -134921,9 +134933,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *602 - organization: *603 - projects_v2_item: &641 + installation: *603 + organization: *604 + projects_v2_item: &642 title: Projects v2 Item description: An item belonging to a project type: object @@ -135067,9 +135079,9 @@ x-webhooks: nullable: true to: type: string - installation: *602 - organization: *603 - projects_v2_item: *641 + installation: *603 + organization: *604 + projects_v2_item: *642 sender: *19 required: - action @@ -135161,9 +135173,9 @@ x-webhooks: type: string enum: - created - installation: *602 - organization: *603 - projects_v2_item: *641 + installation: *603 + organization: *604 + projects_v2_item: *642 sender: *19 required: - action @@ -135254,9 +135266,9 @@ x-webhooks: type: string enum: - deleted - installation: *602 - organization: *603 - projects_v2_item: *641 + installation: *603 + organization: *604 + projects_v2_item: *642 sender: *19 required: - action @@ -135378,9 +135390,9 @@ x-webhooks: nullable: true required: - body - installation: *602 - organization: *603 - projects_v2_item: *641 + installation: *603 + organization: *604 + projects_v2_item: *642 sender: *19 required: - action @@ -135485,9 +135497,9 @@ x-webhooks: to: type: string nullable: true - installation: *602 - organization: *603 - projects_v2_item: *641 + installation: *603 + organization: *604 + projects_v2_item: *642 sender: *19 required: - action @@ -135580,10 +135592,10 @@ x-webhooks: type: string enum: - restored - changes: *642 - installation: *602 - organization: *603 - projects_v2_item: *641 + changes: *643 + installation: *603 + organization: *604 + projects_v2_item: *642 sender: *19 required: - action @@ -135675,9 +135687,9 @@ x-webhooks: type: string enum: - reopened - installation: *602 - organization: *603 - projects_v2: *640 + installation: *603 + organization: *604 + projects_v2: *641 sender: *19 required: - action @@ -135758,10 +135770,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - repository @@ -135848,13 +135860,13 @@ x-webhooks: type: string enum: - assigned - assignee: *621 - enterprise: *601 - installation: *602 - number: &643 + assignee: *622 + enterprise: *602 + installation: *603 + number: &644 description: The pull request number. type: integer - organization: *603 + organization: *604 pull_request: title: Pull Request type: object @@ -138137,7 +138149,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *605 sender: *19 required: - action @@ -138229,11 +138241,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 number: type: integer - organization: *603 + organization: *604 pull_request: title: Pull Request type: object @@ -140511,7 +140523,7 @@ x-webhooks: - draft reason: type: string - repository: *604 + repository: *605 sender: *19 required: - action @@ -140603,11 +140615,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 number: type: integer - organization: *603 + organization: *604 pull_request: title: Pull Request type: object @@ -142885,7 +142897,7 @@ x-webhooks: - draft reason: type: string - repository: *604 + repository: *605 sender: *19 required: - action @@ -142977,13 +142989,13 @@ x-webhooks: type: string enum: - closed - enterprise: *601 - installation: *602 - number: *643 - organization: *603 - pull_request: &644 + enterprise: *602 + installation: *603 + number: *644 + organization: *604 + pull_request: &645 allOf: - - *477 + - *478 - type: object properties: allow_auto_merge: @@ -143045,7 +143057,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *604 + repository: *605 sender: *19 required: - action @@ -143136,12 +143148,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *601 - installation: *602 - number: *643 - organization: *603 - pull_request: *644 - repository: *604 + enterprise: *602 + installation: *603 + number: *644 + organization: *604 + pull_request: *645 + repository: *605 sender: *19 required: - action @@ -143231,11 +143243,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *601 - milestone: *458 - number: *643 - organization: *603 - pull_request: &645 + enterprise: *602 + milestone: *459 + number: *644 + organization: *604 + pull_request: &646 title: Pull Request type: object properties: @@ -145498,7 +145510,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *605 sender: *19 required: - action @@ -145630,12 +145642,12 @@ x-webhooks: type: string required: - from - enterprise: *601 - installation: *602 - number: *643 - organization: *603 - pull_request: *644 - repository: *604 + enterprise: *602 + installation: *603 + number: *644 + organization: *604 + pull_request: *645 + repository: *605 sender: *19 required: - action @@ -145725,11 +145737,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *601 - installation: *602 - label: *620 - number: *643 - organization: *603 + enterprise: *602 + installation: *603 + label: *621 + number: *644 + organization: *604 pull_request: title: Pull Request type: object @@ -148011,7 +148023,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *605 sender: *19 required: - action @@ -148102,10 +148114,10 @@ x-webhooks: type: string enum: - locked - enterprise: *601 - installation: *602 - number: *643 - organization: *603 + enterprise: *602 + installation: *603 + number: *644 + organization: *604 pull_request: title: Pull Request type: object @@ -150385,7 +150397,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *605 sender: *19 required: - action @@ -150475,12 +150487,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *601 - milestone: *458 - number: *643 - organization: *603 - pull_request: *645 - repository: *604 + enterprise: *602 + milestone: *459 + number: *644 + organization: *604 + pull_request: *646 + repository: *605 sender: *19 required: - action @@ -150569,12 +150581,12 @@ x-webhooks: type: string enum: - opened - enterprise: *601 - installation: *602 - number: *643 - organization: *603 - pull_request: *644 - repository: *604 + enterprise: *602 + installation: *603 + number: *644 + organization: *604 + pull_request: *645 + repository: *605 sender: *19 required: - action @@ -150665,12 +150677,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *601 - installation: *602 - number: *643 - organization: *603 - pull_request: *644 - repository: *604 + enterprise: *602 + installation: *603 + number: *644 + organization: *604 + pull_request: *645 + repository: *605 sender: *19 required: - action @@ -150760,12 +150772,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *601 - installation: *602 - number: *643 - organization: *603 - pull_request: *644 - repository: *604 + enterprise: *602 + installation: *603 + number: *644 + organization: *604 + pull_request: *645 + repository: *605 sender: *19 required: - action @@ -151141,9 +151153,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 pull_request: type: object properties: @@ -153313,7 +153325,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *604 + repository: *605 sender: *19 required: - action @@ -153403,7 +153415,7 @@ x-webhooks: type: string enum: - deleted - comment: &647 + comment: &648 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-server@3.12/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -153688,9 +153700,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 pull_request: type: object properties: @@ -155848,7 +155860,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *604 + repository: *605 sender: *19 required: - action @@ -155938,11 +155950,11 @@ x-webhooks: type: string enum: - edited - changes: *646 - comment: *647 - enterprise: *601 - installation: *602 - organization: *603 + changes: *647 + comment: *648 + enterprise: *602 + installation: *603 + organization: *604 pull_request: type: object properties: @@ -158103,7 +158115,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *604 + repository: *605 sender: *19 required: - action @@ -158194,9 +158206,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 pull_request: title: Simple Pull Request type: object @@ -160369,7 +160381,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *604 + repository: *605 review: description: The review that was affected. type: object @@ -160622,9 +160634,9 @@ x-webhooks: type: string required: - from - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 pull_request: title: Simple Pull Request type: object @@ -162678,8 +162690,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *604 - review: &648 + repository: *605 + review: &649 description: The review that was affected. type: object properties: @@ -162918,12 +162930,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 number: description: The pull request number. type: integer - organization: *603 + organization: *604 pull_request: title: Pull Request type: object @@ -165206,7 +165218,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *605 requested_reviewer: title: User type: object @@ -165290,12 +165302,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 number: description: The pull request number. type: integer - organization: *603 + organization: *604 pull_request: title: Pull Request type: object @@ -167585,7 +167597,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *605 requested_team: title: Team description: Groups of organization members that gives permissions @@ -167787,12 +167799,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 number: description: The pull request number. type: integer - organization: *603 + organization: *604 pull_request: title: Pull Request type: object @@ -170077,7 +170089,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *605 requested_reviewer: title: User type: object @@ -170162,12 +170174,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *601 - installation: *602 + enterprise: *602 + installation: *603 number: description: The pull request number. type: integer - organization: *603 + organization: *604 pull_request: title: Pull Request type: object @@ -172443,7 +172455,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *605 requested_team: title: Team description: Groups of organization members that gives permissions @@ -172634,9 +172646,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 pull_request: title: Simple Pull Request type: object @@ -174811,8 +174823,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *604 - review: *648 + repository: *605 + review: *649 sender: *19 required: - action @@ -174902,9 +174914,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 pull_request: title: Simple Pull Request type: object @@ -176974,7 +176986,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *604 + repository: *605 sender: *19 thread: type: object @@ -177367,9 +177379,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 pull_request: title: Simple Pull Request type: object @@ -179425,7 +179437,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *604 + repository: *605 sender: *19 thread: type: object @@ -179821,10 +179833,10 @@ x-webhooks: type: string before: type: string - enterprise: *601 - installation: *602 - number: *643 - organization: *603 + enterprise: *602 + installation: *603 + number: *644 + organization: *604 pull_request: title: Pull Request type: object @@ -182095,7 +182107,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *605 sender: *19 required: - action @@ -182187,11 +182199,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *649 - enterprise: *601 - installation: *602 - number: *643 - organization: *603 + assignee: *650 + enterprise: *602 + installation: *603 + number: *644 + organization: *604 pull_request: title: Pull Request type: object @@ -184474,7 +184486,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *605 sender: *19 required: - action @@ -184563,11 +184575,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *601 - installation: *602 - label: *620 - number: *643 - organization: *603 + enterprise: *602 + installation: *603 + label: *621 + number: *644 + organization: *604 pull_request: title: Pull Request type: object @@ -186840,7 +186852,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *605 sender: *19 required: - action @@ -186931,10 +186943,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *601 - installation: *602 - number: *643 - organization: *603 + enterprise: *602 + installation: *603 + number: *644 + organization: *604 pull_request: title: Pull Request type: object @@ -189199,7 +189211,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *604 + repository: *605 sender: *19 required: - action @@ -189409,7 +189421,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *601 + enterprise: *602 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -189501,8 +189513,8 @@ x-webhooks: - url - author - committer - installation: *602 - organization: *603 + installation: *603 + organization: *604 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -190081,9 +190093,9 @@ x-webhooks: type: string enum: - published - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 registry_package: type: object properties: @@ -190529,7 +190541,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *634 + items: *635 summary: type: string tag_name: @@ -190583,7 +190595,7 @@ x-webhooks: - owner - package_version - registry - repository: *604 + repository: *605 sender: *19 required: - action @@ -190671,9 +190683,9 @@ x-webhooks: type: string enum: - updated - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 registry_package: type: object properties: @@ -190981,7 +190993,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *634 + items: *635 summary: type: string tag_name: @@ -191030,7 +191042,7 @@ x-webhooks: - owner - package_version - registry - repository: *604 + repository: *605 sender: *19 required: - action @@ -191117,10 +191129,10 @@ x-webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 - release: &650 + enterprise: *602 + installation: *603 + organization: *604 + release: &651 title: Release description: The [release](https://docs.github.com/enterprise-server@3.12/rest/releases/releases/#get-a-release) object. @@ -191425,7 +191437,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *604 + repository: *605 sender: *19 required: - action @@ -191512,11 +191524,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - organization: *603 - release: *650 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + release: *651 + repository: *605 sender: *19 required: - action @@ -191643,11 +191655,11 @@ x-webhooks: type: boolean required: - to - enterprise: *601 - installation: *602 - organization: *603 - release: *650 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + release: *651 + repository: *605 sender: *19 required: - action @@ -191735,9 +191747,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.12/rest/releases/releases/#get-a-release) @@ -192046,7 +192058,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *604 + repository: *605 sender: *19 required: - action @@ -192132,10 +192144,10 @@ x-webhooks: type: string enum: - published - enterprise: *601 - installation: *602 - organization: *603 - release: &651 + enterprise: *602 + installation: *603 + organization: *604 + release: &652 title: Release description: The [release](https://docs.github.com/enterprise-server@3.12/rest/releases/releases/#get-a-release) object. @@ -192441,7 +192453,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *604 + repository: *605 sender: *19 required: - action @@ -192527,11 +192539,11 @@ x-webhooks: type: string enum: - released - enterprise: *601 - installation: *602 - organization: *603 - release: *650 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + release: *651 + repository: *605 sender: *19 required: - action @@ -192617,11 +192629,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *601 - installation: *602 - organization: *603 - release: *651 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + release: *652 + repository: *605 sender: *19 required: - action @@ -192707,10 +192719,10 @@ x-webhooks: type: string enum: - anonymous_access_disabled - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -192795,10 +192807,10 @@ x-webhooks: type: string enum: - anonymous_access_enabled - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -192883,10 +192895,10 @@ x-webhooks: type: string enum: - archived - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -192973,10 +192985,10 @@ x-webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -193064,10 +193076,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -193161,10 +193173,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -193286,10 +193298,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -193377,10 +193389,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -193467,10 +193479,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -193574,10 +193586,10 @@ x-webhooks: - name required: - repository - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -193657,10 +193669,10 @@ x-webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 repository_ruleset: *241 sender: *19 required: @@ -193739,10 +193751,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 repository_ruleset: *241 sender: *19 required: @@ -193821,10 +193833,10 @@ x-webhooks: type: string enum: - edited - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 repository_ruleset: *241 changes: type: object @@ -194139,10 +194151,10 @@ x-webhooks: - from required: - owner - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -194230,10 +194242,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -194321,7 +194333,7 @@ x-webhooks: type: string enum: - create - alert: &652 + alert: &653 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -194442,10 +194454,10 @@ x-webhooks: type: string enum: - open - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -194661,10 +194673,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -194752,11 +194764,11 @@ x-webhooks: type: string enum: - reopen - alert: *652 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + alert: *653 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -194965,10 +194977,10 @@ x-webhooks: enum: - fixed - open - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -195056,7 +195068,7 @@ x-webhooks: type: string enum: - created - alert: &653 + alert: &654 type: object properties: number: *93 @@ -195131,10 +195143,10 @@ x-webhooks: description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' nullable: true - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -195225,11 +195237,11 @@ x-webhooks: type: string enum: - created - alert: *653 - installation: *602 - location: *654 - organization: *603 - repository: *604 + alert: *654 + installation: *603 + location: *655 + organization: *604 + repository: *605 sender: *19 required: - location @@ -195472,11 +195484,11 @@ x-webhooks: type: string enum: - reopened - alert: *653 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + alert: *654 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -195564,11 +195576,11 @@ x-webhooks: type: string enum: - resolved - alert: *653 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + alert: *654 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -195654,11 +195666,11 @@ x-webhooks: type: string enum: - published - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 - security_advisory: &655 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 + security_advisory: &656 description: The details of the security advisory, including summary, description, and severity. type: object @@ -195851,11 +195863,11 @@ x-webhooks: type: string enum: - updated - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 - security_advisory: *655 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 + security_advisory: *656 sender: *19 required: - action @@ -195938,10 +195950,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -196136,10 +196148,10 @@ x-webhooks: type: object properties: security_and_analysis: *235 - enterprise: *601 - installation: *602 - organization: *603 - repository: *287 + enterprise: *602 + installation: *603 + organization: *604 + repository: *288 sender: *19 required: - changes @@ -196227,12 +196239,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 - sponsorship: &656 + sponsorship: &657 type: object properties: created_at: @@ -196543,12 +196555,12 @@ x-webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 - sponsorship: *656 + sponsorship: *657 required: - action - sponsorship @@ -196646,12 +196658,12 @@ x-webhooks: type: string required: - from - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 - sponsorship: *656 + sponsorship: *657 required: - action - changes @@ -196738,17 +196750,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &657 + effective_date: &658 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 - sponsorship: *656 + sponsorship: *657 required: - action - sponsorship @@ -196832,7 +196844,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &658 + changes: &659 type: object properties: tier: @@ -196876,13 +196888,13 @@ x-webhooks: - from required: - tier - effective_date: *657 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + effective_date: *658 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 - sponsorship: *656 + sponsorship: *657 required: - action - changes @@ -196969,13 +196981,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *658 - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + changes: *659 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 - sponsorship: *656 + sponsorship: *657 required: - action - changes @@ -197059,10 +197071,10 @@ x-webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 starred_at: description: 'The time the star was created. This is a timestamp @@ -197155,10 +197167,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 starred_at: description: 'The time the star was created. This is a timestamp @@ -197584,15 +197596,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *601 + enterprise: *602 id: description: The unique identifier of the status. type: integer - installation: *602 + installation: *603 name: type: string - organization: *603 - repository: *604 + organization: *604 + repository: *605 sender: *19 sha: description: The Commit SHA. @@ -197704,12 +197716,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 - team: &659 + team: &660 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -197909,9 +197921,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 repository: title: Repository description: A git repository @@ -198363,7 +198375,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *659 + team: *660 required: - action - team @@ -198449,9 +198461,9 @@ x-webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 repository: title: Repository description: A git repository @@ -198903,7 +198915,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *659 + team: *660 required: - action - team @@ -198990,9 +199002,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 repository: title: Repository description: A git repository @@ -199444,7 +199456,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *659 + team: *660 required: - action - team @@ -199598,9 +199610,9 @@ x-webhooks: - from required: - permissions - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 repository: title: Repository description: A git repository @@ -200052,7 +200064,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *659 + team: *660 required: - action - changes @@ -200140,9 +200152,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *601 - installation: *602 - organization: *603 + enterprise: *602 + installation: *603 + organization: *604 repository: title: Repository description: A git repository @@ -200594,7 +200606,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *659 + team: *660 required: - action - team @@ -200677,12 +200689,12 @@ x-webhooks: type: string enum: - created - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 - user: *621 + user: *622 required: - action responses: @@ -200760,12 +200772,12 @@ x-webhooks: type: string enum: - deleted - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 - user: *621 + user: *622 required: - action responses: @@ -200846,10 +200858,10 @@ x-webhooks: type: string enum: - started - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 required: - action @@ -200932,16 +200944,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *601 + enterprise: *602 inputs: type: object nullable: true additionalProperties: true - installation: *602 - organization: *603 + installation: *603 + organization: *604 ref: type: string - repository: *604 + repository: *605 sender: *19 workflow: type: string @@ -201033,10 +201045,10 @@ x-webhooks: type: string enum: - completed - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 workflow_job: allOf: @@ -201273,7 +201285,7 @@ x-webhooks: type: string required: - conclusion - deployment: *396 + deployment: *397 required: - action - repository @@ -201362,10 +201374,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 workflow_job: allOf: @@ -201625,7 +201637,7 @@ x-webhooks: required: - status - steps - deployment: *396 + deployment: *397 required: - action - repository @@ -201714,10 +201726,10 @@ x-webhooks: type: string enum: - queued - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 workflow_job: type: object @@ -201852,7 +201864,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *396 + deployment: *397 required: - action - repository @@ -201941,10 +201953,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 workflow_job: type: object @@ -202080,7 +202092,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *396 + deployment: *397 required: - action - repository @@ -202170,12 +202182,12 @@ x-webhooks: type: string enum: - completed - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 - workflow: *616 + workflow: *617 workflow_run: title: Workflow Run type: object @@ -203184,12 +203196,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *601 - installation: *602 - organization: *603 - repository: *604 + enterprise: *602 + installation: *603 + organization: *604 + repository: *605 sender: *19 - workflow: *616 + workflow: *617 workflow_run: title: Workflow Run type: object @@ -204183,12 +204195,12 @@ x-webhooks: type: string enum: - requested - enterprise: *601 - installation: *602 - {"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}