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{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}