diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index 486faba919..7c0e738cf2 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -20426,6 +20426,11 @@ "goproxy_server" ] }, + "url": { + "description": "The URL of the private registry.", + "type": "string", + "format": "uri" + }, "username": { "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", "type": [ @@ -20461,6 +20466,7 @@ }, "required": [ "registry_type", + "url", "encrypted_value", "key_id", "visibility" @@ -20471,6 +20477,7 @@ "summary": "Example of a private registry configuration with private visibility", "value": { "registry_type": "maven_repository", + "url": "https://maven.pkg.github.com/organization/", "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678", @@ -20481,6 +20488,7 @@ "summary": "Example of a private registry configuration with selected visibility", "value": { "registry_type": "maven_repository", + "url": "https://maven.pkg.github.com/organization/", "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678", @@ -20681,6 +20689,11 @@ "goproxy_server" ] }, + "url": { + "description": "The URL of the private registry.", + "type": "string", + "format": "uri" + }, "username": { "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", "type": [ diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index 0137b33cc9..4f8d6ec0c4 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -14814,6 +14814,10 @@ paths: - maven_repository - nuget_feed - goproxy_server + url: + description: The URL of the private registry. + type: string + format: uri username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -14854,6 +14858,7 @@ paths: type: integer required: - registry_type + - url - encrypted_value - key_id - visibility @@ -14863,6 +14868,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -14872,6 +14878,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -15014,6 +15021,10 @@ paths: - maven_repository - nuget_feed - goproxy_server + url: + description: The URL of the private registry. + type: string + format: uri username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 486faba919..7c0e738cf2 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -20426,6 +20426,11 @@ "goproxy_server" ] }, + "url": { + "description": "The URL of the private registry.", + "type": "string", + "format": "uri" + }, "username": { "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", "type": [ @@ -20461,6 +20466,7 @@ }, "required": [ "registry_type", + "url", "encrypted_value", "key_id", "visibility" @@ -20471,6 +20477,7 @@ "summary": "Example of a private registry configuration with private visibility", "value": { "registry_type": "maven_repository", + "url": "https://maven.pkg.github.com/organization/", "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678", @@ -20481,6 +20488,7 @@ "summary": "Example of a private registry configuration with selected visibility", "value": { "registry_type": "maven_repository", + "url": "https://maven.pkg.github.com/organization/", "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678", @@ -20681,6 +20689,11 @@ "goproxy_server" ] }, + "url": { + "description": "The URL of the private registry.", + "type": "string", + "format": "uri" + }, "username": { "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", "type": [ diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 0137b33cc9..4f8d6ec0c4 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -14814,6 +14814,10 @@ paths: - maven_repository - nuget_feed - goproxy_server + url: + description: The URL of the private registry. + type: string + format: uri username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -14854,6 +14858,7 @@ paths: type: integer required: - registry_type + - url - encrypted_value - key_id - visibility @@ -14863,6 +14868,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -14872,6 +14878,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -15014,6 +15021,10 @@ paths: - maven_repository - nuget_feed - goproxy_server + url: + description: The URL of the private registry. + type: string + format: uri username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 9b93863b42..11fbdb4baa 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -138219,6 +138219,11 @@ "goproxy_server" ] }, + "url": { + "description": "The URL of the private registry.", + "type": "string", + "format": "uri" + }, "username": { "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", "type": [ @@ -138254,6 +138259,7 @@ }, "required": [ "registry_type", + "url", "encrypted_value", "key_id", "visibility" @@ -138264,6 +138270,7 @@ "summary": "Example of a private registry configuration with private visibility", "value": { "registry_type": "maven_repository", + "url": "https://maven.pkg.github.com/organization/", "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678", @@ -138274,6 +138281,7 @@ "summary": "Example of a private registry configuration with selected visibility", "value": { "registry_type": "maven_repository", + "url": "https://maven.pkg.github.com/organization/", "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678", @@ -138788,6 +138796,11 @@ "goproxy_server" ] }, + "url": { + "description": "The URL of the private registry.", + "type": "string", + "format": "uri" + }, "username": { "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", "type": [ diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index bd8440b692..92cb5b4a2a 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -33680,6 +33680,10 @@ paths: - maven_repository - nuget_feed - goproxy_server + url: + description: The URL of the private registry. + type: string + format: uri username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -33720,6 +33724,7 @@ paths: type: integer required: - registry_type + - url - encrypted_value - key_id - visibility @@ -33729,6 +33734,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -33738,6 +33744,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -33939,6 +33946,10 @@ paths: - maven_repository - nuget_feed - goproxy_server + url: + description: The URL of the private registry. + type: string + format: uri username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index 9b93863b42..11fbdb4baa 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -138219,6 +138219,11 @@ "goproxy_server" ] }, + "url": { + "description": "The URL of the private registry.", + "type": "string", + "format": "uri" + }, "username": { "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", "type": [ @@ -138254,6 +138259,7 @@ }, "required": [ "registry_type", + "url", "encrypted_value", "key_id", "visibility" @@ -138264,6 +138270,7 @@ "summary": "Example of a private registry configuration with private visibility", "value": { "registry_type": "maven_repository", + "url": "https://maven.pkg.github.com/organization/", "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678", @@ -138274,6 +138281,7 @@ "summary": "Example of a private registry configuration with selected visibility", "value": { "registry_type": "maven_repository", + "url": "https://maven.pkg.github.com/organization/", "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678", @@ -138788,6 +138796,11 @@ "goproxy_server" ] }, + "url": { + "description": "The URL of the private registry.", + "type": "string", + "format": "uri" + }, "username": { "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", "type": [ diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index bd8440b692..92cb5b4a2a 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -33680,6 +33680,10 @@ paths: - maven_repository - nuget_feed - goproxy_server + url: + description: The URL of the private registry. + type: string + format: uri username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -33720,6 +33724,7 @@ paths: type: integer required: - registry_type + - url - encrypted_value - key_id - visibility @@ -33729,6 +33734,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -33738,6 +33744,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -33939,6 +33946,10 @@ paths: - maven_repository - nuget_feed - goproxy_server + url: + description: The URL of the private registry. + type: string + format: uri username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index 1b617c3b2a..c6c5a4015f 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -173514,6 +173514,11 @@ "goproxy_server" ] }, + "url": { + "description": "The URL of the private registry.", + "type": "string", + "format": "uri" + }, "username": { "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", "type": [ @@ -173549,6 +173554,7 @@ }, "required": [ "registry_type", + "url", "encrypted_value", "key_id", "visibility" @@ -173559,6 +173565,7 @@ "summary": "Example of a private registry configuration with private visibility", "value": { "registry_type": "maven_repository", + "url": "https://maven.pkg.github.com/organization/", "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678", @@ -173569,6 +173576,7 @@ "summary": "Example of a private registry configuration with selected visibility", "value": { "registry_type": "maven_repository", + "url": "https://maven.pkg.github.com/organization/", "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678", @@ -174083,6 +174091,11 @@ "goproxy_server" ] }, + "url": { + "description": "The URL of the private registry.", + "type": "string", + "format": "uri" + }, "username": { "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", "type": [ diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index ccde7ac4ba..31929c861c 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -42820,6 +42820,10 @@ paths: - maven_repository - nuget_feed - goproxy_server + url: + description: The URL of the private registry. + type: string + format: uri username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -42860,6 +42864,7 @@ paths: type: integer required: - registry_type + - url - encrypted_value - key_id - visibility @@ -42869,6 +42874,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -42878,6 +42884,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -43079,6 +43086,10 @@ paths: - maven_repository - nuget_feed - goproxy_server + url: + description: The URL of the private registry. + type: string + format: uri username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index 1b617c3b2a..c6c5a4015f 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -173514,6 +173514,11 @@ "goproxy_server" ] }, + "url": { + "description": "The URL of the private registry.", + "type": "string", + "format": "uri" + }, "username": { "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", "type": [ @@ -173549,6 +173554,7 @@ }, "required": [ "registry_type", + "url", "encrypted_value", "key_id", "visibility" @@ -173559,6 +173565,7 @@ "summary": "Example of a private registry configuration with private visibility", "value": { "registry_type": "maven_repository", + "url": "https://maven.pkg.github.com/organization/", "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678", @@ -173569,6 +173576,7 @@ "summary": "Example of a private registry configuration with selected visibility", "value": { "registry_type": "maven_repository", + "url": "https://maven.pkg.github.com/organization/", "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678", @@ -174083,6 +174091,11 @@ "goproxy_server" ] }, + "url": { + "description": "The URL of the private registry.", + "type": "string", + "format": "uri" + }, "username": { "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", "type": [ diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index ccde7ac4ba..31929c861c 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -42820,6 +42820,10 @@ paths: - maven_repository - nuget_feed - goproxy_server + url: + description: The URL of the private registry. + type: string + format: uri username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -42860,6 +42864,7 @@ paths: type: integer required: - registry_type + - url - encrypted_value - key_id - visibility @@ -42869,6 +42874,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -42878,6 +42884,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -43079,6 +43086,10 @@ paths: - maven_repository - nuget_feed - goproxy_server + url: + description: The URL of the private registry. + type: string + format: uri username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index 14d8ea0af3..e61b9e45bb 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -27681,6 +27681,11 @@ "goproxy_server" ] }, + "url": { + "description": "The URL of the private registry.", + "type": "string", + "format": "uri" + }, "username": { "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", "type": [ @@ -27716,6 +27721,7 @@ }, "required": [ "registry_type", + "url", "encrypted_value", "key_id", "visibility" @@ -27726,6 +27732,7 @@ "summary": "Example of a private registry configuration with private visibility", "value": { "registry_type": "maven_repository", + "url": "https://maven.pkg.github.com/organization/", "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678", @@ -27736,6 +27743,7 @@ "summary": "Example of a private registry configuration with selected visibility", "value": { "registry_type": "maven_repository", + "url": "https://maven.pkg.github.com/organization/", "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678", @@ -27936,6 +27944,11 @@ "goproxy_server" ] }, + "url": { + "description": "The URL of the private registry.", + "type": "string", + "format": "uri" + }, "username": { "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", "type": [ diff --git a/descriptions-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index d9c3e6561c..c72a7f0246 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -20016,6 +20016,10 @@ paths: - maven_repository - nuget_feed - goproxy_server + url: + description: The URL of the private registry. + type: string + format: uri username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -20056,6 +20060,7 @@ paths: type: integer required: - registry_type + - url - encrypted_value - key_id - visibility @@ -20065,6 +20070,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -20074,6 +20080,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -20216,6 +20223,10 @@ paths: - maven_repository - nuget_feed - goproxy_server + url: + description: The URL of the private registry. + type: string + format: uri username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry diff --git a/descriptions-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index 14d8ea0af3..e61b9e45bb 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -27681,6 +27681,11 @@ "goproxy_server" ] }, + "url": { + "description": "The URL of the private registry.", + "type": "string", + "format": "uri" + }, "username": { "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", "type": [ @@ -27716,6 +27721,7 @@ }, "required": [ "registry_type", + "url", "encrypted_value", "key_id", "visibility" @@ -27726,6 +27732,7 @@ "summary": "Example of a private registry configuration with private visibility", "value": { "registry_type": "maven_repository", + "url": "https://maven.pkg.github.com/organization/", "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678", @@ -27736,6 +27743,7 @@ "summary": "Example of a private registry configuration with selected visibility", "value": { "registry_type": "maven_repository", + "url": "https://maven.pkg.github.com/organization/", "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678", @@ -27936,6 +27944,11 @@ "goproxy_server" ] }, + "url": { + "description": "The URL of the private registry.", + "type": "string", + "format": "uri" + }, "username": { "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", "type": [ diff --git a/descriptions-next/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index d9c3e6561c..c72a7f0246 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -20016,6 +20016,10 @@ paths: - maven_repository - nuget_feed - goproxy_server + url: + description: The URL of the private registry. + type: string + format: uri username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -20056,6 +20060,7 @@ paths: type: integer required: - registry_type + - url - encrypted_value - key_id - visibility @@ -20065,6 +20070,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -20074,6 +20080,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -20216,6 +20223,10 @@ paths: - maven_repository - nuget_feed - goproxy_server + url: + description: The URL of the private registry. + type: string + format: uri username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry diff --git a/descriptions-next/ghes-3.16/dereferenced/ghes-3.16.2022-11-28.deref.json b/descriptions-next/ghes-3.16/dereferenced/ghes-3.16.2022-11-28.deref.json index 3fca5d7ba4..d0df3f9da7 100644 --- a/descriptions-next/ghes-3.16/dereferenced/ghes-3.16.2022-11-28.deref.json +++ b/descriptions-next/ghes-3.16/dereferenced/ghes-3.16.2022-11-28.deref.json @@ -143070,317 +143070,6 @@ "category": "private-registries", "subcategory": "organization-configurations" } - }, - "post": { - "summary": "Create a private registry for an organization", - "description": "\nCreates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/enterprise-server@3.16/rest/guides/encrypting-secrets-for-the-rest-api).\"\n\nOAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint.", - "tags": [ - "private-registries" - ], - "operationId": "private-registries/create-org-private-registry", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/enterprise-server@3.16/rest/private-registries/organization-configurations#create-a-private-registry-for-an-organization" - }, - "parameters": [ - { - "name": "org", - "description": "The organization name. The name is not case sensitive.", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "registry_type": { - "description": "The registry type.", - "type": "string", - "enum": [ - "maven_repository", - "nuget_feed", - "goproxy_server" - ] - }, - "username": { - "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", - "type": [ - "string", - "null" - ] - }, - "encrypted_value": { - "description": "The value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get private registries public key for an organization](https://docs.github.com/enterprise-server@3.16/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization) endpoint.", - "type": "string", - "pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$" - }, - "key_id": { - "description": "The ID of the key you used to encrypt the secret.", - "type": "string" - }, - "visibility": { - "description": "Which type of organization repositories have access to the private registry. `selected` means only the repositories specified by `selected_repository_ids` can access the private registry.", - "type": "string", - "enum": [ - "all", - "private", - "selected" - ] - }, - "selected_repository_ids": { - "description": "An array of repository IDs that can access the organization private registry. You can only provide a list of repository IDs when `visibility` is set to `selected`. You can manage the list of selected repositories using the [Update a private registry for an organization](https://docs.github.com/enterprise-server@3.16/rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization) endpoint. This field should be omitted if `visibility` is set to `all` or `private`.", - "type": "array", - "items": { - "type": "integer" - } - } - }, - "required": [ - "registry_type", - "encrypted_value", - "key_id", - "visibility" - ] - }, - "examples": { - "org-private-registry-with-private-visibility": { - "summary": "Example of a private registry configuration with private visibility", - "value": { - "registry_type": "maven_repository", - "username": "monalisa", - "encrypted_value": "c2VjcmV0", - "key_id": "012345678912345678", - "visibility": "private" - } - }, - "org-private-registry-with-selected-visibility": { - "summary": "Example of a private registry configuration with selected visibility", - "value": { - "registry_type": "maven_repository", - "username": "monalisa", - "encrypted_value": "c2VjcmV0", - "key_id": "012345678912345678", - "visibility": "selected", - "selected_repository_ids": [ - 1296269, - 1296280 - ] - } - } - } - } - } - }, - "responses": { - "201": { - "description": "The organization private registry configuration", - "content": { - "application/json": { - "schema": { - "title": "Organization private registry", - "description": "Private registry configuration for an organization", - "type": "object", - "properties": { - "name": { - "description": "The name of the private registry configuration.", - "type": "string", - "examples": [ - "MAVEN_REPOSITORY_SECRET" - ] - }, - "registry_type": { - "description": "The registry type.", - "enum": [ - "maven_repository", - "nuget_feed", - "goproxy_server" - ], - "type": "string" - }, - "username": { - "description": "The username to use when authenticating with the private registry.", - "type": "string", - "examples": [ - "monalisa" - ] - }, - "visibility": { - "description": "Which type of organization repositories have access to the private registry. `selected` means only the repositories specified by `selected_repository_ids` can access the private registry.", - "enum": [ - "all", - "private", - "selected" - ], - "type": "string" - }, - "selected_repository_ids": { - "type": "array", - "description": "An array of repository IDs that can access the organization private registry when `visibility` is set to `selected`.", - "items": { - "type": "integer" - } - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "updated_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "name", - "registry_type", - "visibility", - "created_at", - "updated_at" - ] - }, - "examples": { - "org-private-registry-with-selected-visibility": { - "value": { - "name": "MAVEN_REPOSITORY_SECRET", - "registry_type": "maven_repository", - "username": "monalisa", - "visibility": "private", - "created_at": "2019-08-10T14:59:22Z", - "updated_at": "2020-01-10T14:59:22Z" - } - }, - "org-private-registry-with-private-visibility": { - "value": { - "name": "MAVEN_REPOSITORY_SECRET", - "registry_type": "maven_repository", - "username": "monalisa", - "visibility": "selected", - "selected_repository_ids": [ - 1296269, - 1296280 - ], - "created_at": "2019-08-10T14:59:22Z", - "updated_at": "2020-01-10T14:59:22Z" - } - } - } - } - } - }, - "404": { - "description": "Resource not found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "url": { - "type": "string" - }, - "status": { - "type": "string" - } - } - } - } - } - }, - "422": { - "description": "Validation failed, or the endpoint has been spammed.", - "content": { - "application/json": { - "schema": { - "title": "Validation Error", - "description": "Validation Error", - "type": "object", - "required": [ - "message", - "documentation_url" - ], - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "errors": { - "type": "array", - "items": { - "type": "object", - "required": [ - "code" - ], - "properties": { - "resource": { - "type": "string" - }, - "field": { - "type": "string" - }, - "message": { - "type": "string" - }, - "code": { - "type": "string" - }, - "index": { - "type": "integer" - }, - "value": { - "oneOf": [ - { - "type": [ - "string", - "null" - ] - }, - { - "type": [ - "integer", - "null" - ] - }, - { - "type": [ - "array", - "null" - ], - "items": { - "type": "string" - } - } - ] - } - } - } - } - } - } - } - } - } - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "category": "private-registries", - "subcategory": "organization-configurations" - } } }, "/orgs/{org}/private-registries/public-key": { @@ -143678,6 +143367,11 @@ "goproxy_server" ] }, + "url": { + "description": "The URL of the private registry.", + "type": "string", + "format": "uri" + }, "username": { "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", "type": [ diff --git a/descriptions-next/ghes-3.16/dereferenced/ghes-3.16.2022-11-28.deref.yaml b/descriptions-next/ghes-3.16/dereferenced/ghes-3.16.2022-11-28.deref.yaml index 527a16daa3..c01f1bced4 100644 --- a/descriptions-next/ghes-3.16/dereferenced/ghes-3.16.2022-11-28.deref.yaml +++ b/descriptions-next/ghes-3.16/dereferenced/ghes-3.16.2022-11-28.deref.yaml @@ -4670,7 +4670,7 @@ paths: application/json: schema: *22 application/scim+json: - schema: &559 + schema: &558 title: Scim Error description: Scim Error type: object @@ -7039,7 +7039,7 @@ paths: schema: type: string '422': *33 - '410': &254 + '410': &253 description: Gone content: application/json: @@ -13267,7 +13267,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &379 + instances_url: &378 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -13303,7 +13303,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &380 + dismissed_reason: &379 type: - string - 'null' @@ -13314,14 +13314,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &381 + dismissed_comment: &380 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &382 + rule: &381 type: object properties: id: @@ -13382,7 +13382,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &383 + tool: &382 type: object properties: name: *100 @@ -13393,15 +13393,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *101 - most_recent_instance: &384 + most_recent_instance: &383 type: object properties: - ref: &377 + ref: &376 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &390 + analysis_key: &389 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -13412,7 +13412,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &391 + category: &390 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -15470,7 +15470,7 @@ paths: - development - runtime - - security_advisory: &411 + security_advisory: &410 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -15706,7 +15706,7 @@ paths: dismissal. maxLength: 280 fixed_at: *120 - auto_dismissed_at: &412 + auto_dismissed_at: &411 type: - string - 'null' @@ -16075,7 +16075,7 @@ paths: url: https://docs.github.com/enterprise-server@3.16/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *63 - - &269 + - &268 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -16086,7 +16086,7 @@ paths: enum: - open - resolved - - &270 + - &269 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -16096,7 +16096,7 @@ paths: required: false schema: type: string - - &271 + - &270 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -16105,7 +16105,7 @@ paths: required: false schema: type: string - - &272 + - &271 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -16121,7 +16121,7 @@ paths: - *4 - *98 - *99 - - &273 + - &272 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -16130,7 +16130,7 @@ paths: required: false schema: type: string - - &274 + - &273 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -16139,7 +16139,7 @@ paths: schema: type: boolean default: false - - &275 + - &274 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -16155,7 +16155,7 @@ paths: application/json: schema: type: array - items: &276 + items: &275 type: object properties: number: *110 @@ -16171,14 +16171,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &547 + state: &546 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: &548 + resolution: &547 type: - string - 'null' @@ -16272,7 +16272,7 @@ paths: description: Whether the detected secret was found in multiple repositories in the same organization or enterprise. examples: - default: &277 + default: &276 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -16553,7 +16553,7 @@ paths: description: Success content: application/json: - schema: &279 + schema: &278 type: object properties: total_advanced_security_committers: @@ -16616,7 +16616,7 @@ paths: required: - repositories examples: - default: &280 + default: &279 value: total_advanced_security_committers: 2 total_count: 2 @@ -16904,7 +16904,7 @@ paths: milestone: anyOf: - type: 'null' - - &402 + - &401 title: Milestone description: A collection of related issues and pull requests. @@ -17076,7 +17076,7 @@ paths: timeline_url: type: string format: uri - type: &583 + type: &582 title: Issue Type description: The type of issue. type: @@ -17221,7 +17221,7 @@ paths: - author_association - created_at - updated_at - comment: &453 + comment: &452 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -17791,7 +17791,7 @@ paths: url: type: string format: uri - user: &594 + user: &593 title: Public User description: Public User type: object @@ -22488,14 +22488,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &300 + - &299 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &301 + - &300 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -22566,7 +22566,7 @@ paths: '404': *24 '403': *41 '304': *40 - '301': &312 + '301': &311 description: Moved permanently content: application/json: @@ -22588,7 +22588,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &481 + - &480 name: all description: If `true`, show notifications marked as read. in: query @@ -22596,7 +22596,7 @@ paths: schema: type: boolean default: false - - &482 + - &481 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -22606,7 +22606,7 @@ paths: type: boolean default: false - *126 - - &483 + - &482 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: @@ -22977,7 +22977,7 @@ paths: type: boolean examples: - false - security_and_analysis: &260 + security_and_analysis: &259 type: - object - 'null' @@ -23116,7 +23116,7 @@ paths: - url - subscription_url examples: - default: &484 + default: &483 value: - id: '1' repository: @@ -23669,7 +23669,7 @@ paths: type: array items: *68 examples: - default: &603 + default: &602 value: - login: github id: 1 @@ -24649,7 +24649,7 @@ paths: type: integer repository_cache_usages: type: array - items: &317 + items: &316 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -24903,7 +24903,7 @@ paths: type: array items: *82 examples: - default: &600 + default: &599 value: total_count: 1 repositories: @@ -26709,7 +26709,7 @@ paths: description: Response content: application/json: - schema: &339 + schema: &338 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -26744,7 +26744,7 @@ paths: - key_id - key examples: - default: &340 + default: &339 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -27157,7 +27157,7 @@ paths: url: https://docs.github.com/enterprise-server@3.16/rest/actions/variables#list-organization-variables parameters: - *149 - - &324 + - &323 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-server@3.16/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -27811,7 +27811,7 @@ paths: be returned. in: query required: false - schema: &378 + schema: &377 type: string description: Severity of a code scanning alert. enum: @@ -29138,7 +29138,7 @@ paths: description: Response content: application/json: - schema: &415 + schema: &414 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -29157,7 +29157,7 @@ paths: - key_id - key examples: - default: &416 + default: &415 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -29739,7 +29739,7 @@ paths: description: Response content: application/json: - schema: &295 + schema: &294 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -29829,7 +29829,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &296 + default: &295 value: group_id: '123' group_name: Octocat admins @@ -29884,7 +29884,7 @@ paths: description: Response content: application/json: - schema: &293 + schema: &292 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -29924,7 +29924,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &294 + default: &293 value: groups: - group_id: '123' @@ -30575,7 +30575,7 @@ paths: application/json: schema: *37 examples: - default: &450 + default: &449 value: id: 1 account: @@ -32996,7 +32996,7 @@ paths: - slug - parent examples: - default: &278 + default: &277 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -33379,7 +33379,7 @@ paths: - nuget - container - *149 - - &604 + - &603 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -33420,7 +33420,7 @@ paths: default: *235 '403': *41 '401': *39 - '400': &606 + '400': &605 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -34846,183 +34846,6 @@ paths: enabledForGitHubApps: true category: private-registries subcategory: organization-configurations - post: - summary: Create a private registry for an organization - description: |2- - - Creates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see "[Encrypting secrets for the REST API](https://docs.github.com/enterprise-server@3.16/rest/guides/encrypting-secrets-for-the-rest-api)." - - OAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint. - tags: - - private-registries - operationId: private-registries/create-org-private-registry - externalDocs: - description: API method documentation - url: https://docs.github.com/enterprise-server@3.16/rest/private-registries/organization-configurations#create-a-private-registry-for-an-organization - parameters: - - *149 - requestBody: - required: true - content: - application/json: - schema: - type: object - properties: - registry_type: - description: The registry type. - type: string - enum: - - maven_repository - - nuget_feed - - goproxy_server - username: - description: The username to use when authenticating with the private - registry. This field should be omitted if the private registry - does not require a username for authentication. - type: - - string - - 'null' - encrypted_value: - description: The value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) - using the public key retrieved from the [Get private registries - public key for an organization](https://docs.github.com/enterprise-server@3.16/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization) - endpoint. - type: string - pattern: "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$" - key_id: - description: The ID of the key you used to encrypt the secret. - type: string - visibility: - description: Which type of organization repositories have access - to the private registry. `selected` means only the repositories - specified by `selected_repository_ids` can access the private - registry. - type: string - enum: - - all - - private - - selected - selected_repository_ids: - description: An array of repository IDs that can access the organization - private registry. You can only provide a list of repository IDs - when `visibility` is set to `selected`. You can manage the list - of selected repositories using the [Update a private registry - for an organization](https://docs.github.com/enterprise-server@3.16/rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization) - endpoint. This field should be omitted if `visibility` is set - to `all` or `private`. - type: array - items: - type: integer - required: - - registry_type - - encrypted_value - - key_id - - visibility - examples: - org-private-registry-with-private-visibility: - summary: Example of a private registry configuration with private - visibility - value: - registry_type: maven_repository - username: monalisa - encrypted_value: c2VjcmV0 - key_id: '012345678912345678' - visibility: private - org-private-registry-with-selected-visibility: - summary: Example of a private registry configuration with selected - visibility - value: - registry_type: maven_repository - username: monalisa - encrypted_value: c2VjcmV0 - key_id: '012345678912345678' - visibility: selected - selected_repository_ids: - - 1296269 - - 1296280 - responses: - '201': - description: The organization private registry configuration - content: - application/json: - schema: - title: Organization private registry - description: Private registry configuration for an organization - type: object - properties: - name: - description: The name of the private registry configuration. - type: string - examples: - - MAVEN_REPOSITORY_SECRET - registry_type: - description: The registry type. - enum: - - maven_repository - - nuget_feed - - goproxy_server - type: string - username: - description: The username to use when authenticating with the - private registry. - type: string - examples: - - monalisa - visibility: - description: Which type of organization repositories have access - to the private registry. `selected` means only the repositories - specified by `selected_repository_ids` can access the private - registry. - enum: - - all - - private - - selected - type: string - selected_repository_ids: - type: array - description: An array of repository IDs that can access the organization - private registry when `visibility` is set to `selected`. - items: - type: integer - created_at: - type: string - format: date-time - updated_at: - type: string - format: date-time - required: - - name - - registry_type - - visibility - - created_at - - updated_at - examples: - org-private-registry-with-selected-visibility: &252 - value: - name: MAVEN_REPOSITORY_SECRET - registry_type: maven_repository - username: monalisa - visibility: private - created_at: '2019-08-10T14:59:22Z' - updated_at: '2020-01-10T14:59:22Z' - org-private-registry-with-private-visibility: - value: - name: MAVEN_REPOSITORY_SECRET - registry_type: maven_repository - username: monalisa - visibility: selected - selected_repository_ids: - - 1296269 - - 1296280 - created_at: '2019-08-10T14:59:22Z' - updated_at: '2020-01-10T14:59:22Z' - '404': *24 - '422': *33 - x-github: - githubCloudOnly: false - enabledForGitHubApps: true - category: private-registries - subcategory: organization-configurations "/orgs/{org}/private-registries/public-key": get: summary: Get private registries public key for an organization @@ -35097,7 +34920,14 @@ paths: application/json: schema: *251 examples: - default: *252 + default: + value: + name: MAVEN_REPOSITORY_SECRET + registry_type: maven_repository + username: monalisa + visibility: private + created_at: '2019-08-10T14:59:22Z' + updated_at: '2020-01-10T14:59:22Z' '404': *24 x-github: githubCloudOnly: false @@ -35134,6 +34964,10 @@ paths: - maven_repository - nuget_feed - goproxy_server + url: + description: The URL of the private registry. + type: string + format: uri username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -35246,7 +35080,7 @@ paths: application/json: schema: type: array - items: &253 + items: &252 title: Project description: Projects are a way to organize columns and cards of work. @@ -35428,7 +35262,7 @@ paths: description: Response content: application/json: - schema: *253 + schema: *252 examples: default: value: @@ -35466,7 +35300,7 @@ paths: '401': *39 '403': *41 '404': *24 - '410': *254 + '410': *253 '422': *25 x-github: githubCloudOnly: false @@ -35497,7 +35331,7 @@ paths: application/json: schema: type: array - items: &255 + items: &254 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -35573,7 +35407,7 @@ paths: - property_name - value_type examples: - default: &256 + default: &255 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -35632,7 +35466,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *255 + items: *254 minItems: 1 maxItems: 100 required: @@ -35662,9 +35496,9 @@ paths: application/json: schema: type: array - items: *255 + items: *254 examples: - default: *256 + default: *255 '403': *41 '404': *24 x-github: @@ -35686,7 +35520,7 @@ paths: url: https://docs.github.com/enterprise-server@3.16/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - *149 - - &257 + - &256 name: custom_property_name description: The custom property name in: path @@ -35698,9 +35532,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *254 examples: - default: &258 + default: &257 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -35735,7 +35569,7 @@ paths: url: https://docs.github.com/enterprise-server@3.16/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - *149 - - *257 + - *256 requestBody: required: true content: @@ -35813,9 +35647,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *254 examples: - default: *258 + default: *257 '403': *41 '404': *24 x-github: @@ -35839,7 +35673,7 @@ paths: url: https://docs.github.com/enterprise-server@3.16/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - *149 - - *257 + - *256 responses: '204': *198 '403': *41 @@ -35904,7 +35738,7 @@ paths: - octocat/Hello-World properties: type: array - items: &259 + items: &258 title: Custom Property Value description: Custom property name and associated value type: object @@ -35994,7 +35828,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *259 + items: *258 required: - repository_names - properties @@ -36398,7 +36232,7 @@ paths: description: Response content: application/json: - schema: &311 + schema: &310 title: Full Repository description: Full Repository type: object @@ -36893,7 +36727,7 @@ paths: - key - name - html_url - security_and_analysis: *260 + security_and_analysis: *259 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -36977,7 +36811,7 @@ paths: - network_count - subscribers_count examples: - default: &313 + default: &312 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -37549,7 +37383,7 @@ paths: - *149 - *4 - *5 - - &534 + - &533 name: targets description: | A comma-separated list of rule targets to filter by. @@ -37568,7 +37402,7 @@ paths: application/json: schema: type: array - items: &267 + items: &266 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -37601,7 +37435,7 @@ paths: source: type: string description: The name of the source - enforcement: &263 + enforcement: &262 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -37614,7 +37448,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &264 + items: &263 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -37682,7 +37516,7 @@ paths: description: The html URL of the ruleset conditions: anyOf: - - &261 + - &260 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -37706,7 +37540,7 @@ paths: match. items: type: string - - &265 + - &264 title: Organization ruleset conditions type: object description: |- @@ -37719,7 +37553,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *261 + - *260 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -37753,7 +37587,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *261 + - *260 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -37775,7 +37609,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *261 + - *260 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -37788,7 +37622,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &262 + items: &261 title: Repository ruleset property targeting definition type: object @@ -37821,7 +37655,7 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *262 + items: *261 required: - repository_property type: @@ -37829,12 +37663,12 @@ paths: - object rules: type: array - items: &266 + items: &265 title: Repository Rule type: object description: A repository rule. oneOf: - - &516 + - &515 title: creation description: Only allow users with bypass permission to create matching refs. @@ -37846,7 +37680,7 @@ paths: type: string enum: - creation - - &517 + - &516 title: update description: Only allow users with bypass permission to update matching refs. @@ -37867,7 +37701,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &519 + - &518 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -37879,7 +37713,7 @@ paths: type: string enum: - deletion - - &520 + - &519 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -37891,7 +37725,7 @@ paths: type: string enum: - required_linear_history - - &521 + - &520 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -37969,7 +37803,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &522 + - &521 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -37993,7 +37827,7 @@ paths: type: string required: - required_deployment_environments - - &523 + - &522 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -38005,7 +37839,7 @@ paths: type: string enum: - required_signatures - - &524 + - &523 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -38056,7 +37890,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &525 + - &524 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -38104,7 +37938,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &526 + - &525 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -38116,7 +37950,7 @@ paths: type: string enum: - non_fast_forward - - &527 + - &526 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -38152,7 +37986,7 @@ paths: required: - operator - pattern - - &528 + - &527 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -38188,7 +38022,7 @@ paths: required: - operator - pattern - - &529 + - &528 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -38224,7 +38058,7 @@ paths: required: - operator - pattern - - &530 + - &529 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -38260,7 +38094,7 @@ paths: required: - operator - pattern - - &531 + - &530 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -38296,7 +38130,7 @@ paths: required: - operator - pattern - - &532 + - &531 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -38346,7 +38180,7 @@ paths: - repository_id required: - workflows - - &533 + - &532 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -38479,16 +38313,16 @@ paths: - tag - push default: branch - enforcement: *263 + enforcement: *262 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *264 - conditions: *265 + items: *263 + conditions: *264 rules: type: array description: An array of rules within the ruleset. - items: *266 + items: *265 source_type: type: string description: The type of the source of the ruleset @@ -38532,9 +38366,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *266 examples: - default: &268 + default: &267 value: id: 21 name: super cool ruleset @@ -38589,7 +38423,7 @@ paths: url: https://docs.github.com/enterprise-server@3.16/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *149 - - &535 + - &534 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 @@ -38604,7 +38438,7 @@ paths: in: query schema: type: string - - &536 + - &535 name: time_period description: |- The time period to filter by. @@ -38620,14 +38454,14 @@ paths: - week - month default: day - - &537 + - &536 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 - - &538 + - &537 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -38647,7 +38481,7 @@ paths: description: Response content: application/json: - schema: &539 + schema: &538 title: Rule Suites description: Response type: array @@ -38703,7 +38537,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &540 + default: &539 value: - id: 21 actor_id: 12 @@ -38747,7 +38581,7 @@ paths: url: https://docs.github.com/enterprise-server@3.16/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *149 - - &541 + - &540 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -38763,7 +38597,7 @@ paths: description: Response content: application/json: - schema: &542 + schema: &541 title: Rule Suite description: Response type: object @@ -38870,7 +38704,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &543 + default: &542 value: id: 21 actor_id: 12 @@ -38943,9 +38777,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *266 examples: - default: *268 + default: *267 '404': *24 '500': *240 put: @@ -38988,16 +38822,16 @@ paths: - branch - tag - push - enforcement: *263 + enforcement: *262 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *264 - conditions: *265 + items: *263 + conditions: *264 rules: description: An array of rules within the ruleset. type: array - items: *266 + items: *265 examples: default: value: @@ -39032,9 +38866,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *266 examples: - default: *268 + default: *267 '404': *24 '500': *240 delete: @@ -39081,14 +38915,14 @@ paths: url: https://docs.github.com/enterprise-server@3.16/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *149 + - *268 - *269 - *270 - *271 - - *272 - *9 - *5 - *4 - - &545 + - &544 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.16/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -39098,7 +38932,7 @@ paths: required: false schema: type: string - - &546 + - &545 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.16/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -39108,9 +38942,9 @@ paths: required: false schema: type: string + - *272 - *273 - *274 - - *275 responses: '200': description: Response @@ -39118,9 +38952,9 @@ paths: application/json: schema: type: array - items: *276 + items: *275 examples: - default: *277 + default: *276 headers: Link: *6 '404': *24 @@ -39153,7 +38987,7 @@ paths: type: array items: *232 examples: - default: *278 + default: *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39236,9 +39070,9 @@ paths: description: Success content: application/json: - schema: *279 + schema: *278 examples: - default: *280 + default: *279 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -39266,7 +39100,7 @@ paths: application/json: schema: type: array - items: &302 + items: &301 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -39339,7 +39173,7 @@ paths: - slug - parent examples: - default: *278 + default: *277 headers: Link: *6 '403': *41 @@ -39441,7 +39275,7 @@ paths: description: Response content: application/json: - schema: &281 + schema: &280 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -39821,7 +39655,7 @@ paths: - repos_count - organization examples: - default: &282 + default: &281 value: id: 1 node_id: MDQ6VGVhbTE= @@ -39897,9 +39731,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *280 examples: - default: *282 + default: *281 '404': *24 x-github: githubCloudOnly: false @@ -39984,16 +39818,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *281 + schema: *280 examples: - default: *282 + default: *281 '201': description: Response content: application/json: - schema: *281 + schema: *280 examples: - default: *282 + default: *281 '404': *24 '422': *33 '403': *41 @@ -40063,7 +39897,7 @@ paths: application/json: schema: type: array - items: &283 + items: &282 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -40174,7 +40008,7 @@ paths: - updated_at - url examples: - default: &584 + default: &583 value: - author: login: octocat @@ -40283,9 +40117,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *282 examples: - default: &284 + default: &283 value: author: login: octocat @@ -40359,7 +40193,7 @@ paths: parameters: - *149 - *231 - - &285 + - &284 name: discussion_number description: The number that identifies the discussion. in: path @@ -40371,9 +40205,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *282 examples: - default: *284 + default: *283 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40397,7 +40231,7 @@ paths: parameters: - *149 - *231 - - *285 + - *284 requestBody: required: false content: @@ -40420,9 +40254,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *282 examples: - default: &585 + default: &584 value: author: login: octocat @@ -40494,7 +40328,7 @@ paths: parameters: - *149 - *231 - - *285 + - *284 responses: '204': description: Response @@ -40522,7 +40356,7 @@ paths: parameters: - *149 - *231 - - *285 + - *284 - *9 - *4 - *5 @@ -40533,7 +40367,7 @@ paths: application/json: schema: type: array - items: &286 + items: &285 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -40613,7 +40447,7 @@ paths: - updated_at - url examples: - default: &586 + default: &585 value: - author: login: octocat @@ -40683,7 +40517,7 @@ paths: parameters: - *149 - *231 - - *285 + - *284 requestBody: required: true content: @@ -40705,9 +40539,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *285 examples: - default: &287 + default: &286 value: author: login: octocat @@ -40775,8 +40609,8 @@ paths: parameters: - *149 - *231 - - *285 - - &288 + - *284 + - &287 name: comment_number description: The number that identifies the comment. in: path @@ -40788,9 +40622,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *285 examples: - default: *287 + default: *286 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40814,8 +40648,8 @@ paths: parameters: - *149 - *231 - - *285 - - *288 + - *284 + - *287 requestBody: required: true content: @@ -40837,9 +40671,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *285 examples: - default: &587 + default: &586 value: author: login: octocat @@ -40905,8 +40739,8 @@ paths: parameters: - *149 - *231 - - *285 - - *288 + - *284 + - *287 responses: '204': description: Response @@ -40934,8 +40768,8 @@ paths: parameters: - *149 - *231 - - *285 - - *288 + - *284 + - *287 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.16/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -40961,7 +40795,7 @@ paths: application/json: schema: type: array - items: &289 + items: &288 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -41005,7 +40839,7 @@ paths: - content - created_at examples: - default: &291 + default: &290 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -41057,8 +40891,8 @@ paths: parameters: - *149 - *231 - - *285 - - *288 + - *284 + - *287 requestBody: required: true content: @@ -41091,9 +40925,9 @@ paths: team discussion comment content: application/json: - schema: *289 + schema: *288 examples: - default: &290 + default: &289 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -41122,9 +40956,9 @@ paths: description: Response content: application/json: - schema: *289 + schema: *288 examples: - default: *290 + default: *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41149,9 +40983,9 @@ paths: parameters: - *149 - *231 - - *285 - - *288 - - &292 + - *284 + - *287 + - &291 name: reaction_id description: The unique identifier of the reaction. in: path @@ -41185,7 +41019,7 @@ paths: parameters: - *149 - *231 - - *285 + - *284 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.16/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -41211,9 +41045,9 @@ paths: application/json: schema: type: array - items: *289 + items: *288 examples: - default: *291 + default: *290 headers: Link: *6 x-github: @@ -41241,7 +41075,7 @@ paths: parameters: - *149 - *231 - - *285 + - *284 requestBody: required: true content: @@ -41273,16 +41107,16 @@ paths: description: Response content: application/json: - schema: *289 + schema: *288 examples: - default: *290 + default: *289 '201': description: Response content: application/json: - schema: *289 + schema: *288 examples: - default: *290 + default: *289 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -41307,8 +41141,8 @@ paths: parameters: - *149 - *231 - - *285 - - *292 + - *284 + - *291 responses: '204': description: Response @@ -41338,9 +41172,9 @@ paths: description: Response content: application/json: - schema: *293 + schema: *292 examples: - default: *294 + default: *293 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -41384,9 +41218,9 @@ paths: description: Response content: application/json: - schema: *295 + schema: *294 examples: - default: *296 + default: *295 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -41491,7 +41325,7 @@ paths: description: Response content: application/json: - schema: &297 + schema: &296 title: Team Membership description: Team Membership type: object @@ -41519,7 +41353,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &588 + response-if-user-is-a-team-maintainer: &587 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -41582,9 +41416,9 @@ paths: description: Response content: application/json: - schema: *297 + schema: *296 examples: - response-if-users-membership-with-team-is-now-pending: &589 + response-if-users-membership-with-team-is-now-pending: &588 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -41657,7 +41491,7 @@ paths: application/json: schema: type: array - items: &298 + items: &297 title: Team Project description: A team's access to a project. type: object @@ -41726,7 +41560,7 @@ paths: - updated_at - permissions examples: - default: &590 + default: &589 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -41791,7 +41625,7 @@ paths: parameters: - *149 - *231 - - &299 + - &298 name: project_id description: The unique identifier of the project. in: path @@ -41803,9 +41637,9 @@ paths: description: Response content: application/json: - schema: *298 + schema: *297 examples: - default: &591 + default: &590 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -41869,7 +41703,7 @@ paths: parameters: - *149 - *231 - - *299 + - *298 requestBody: required: false content: @@ -41938,7 +41772,7 @@ paths: parameters: - *149 - *231 - - *299 + - *298 responses: '204': description: Response @@ -42009,14 +41843,14 @@ paths: parameters: - *149 - *231 + - *299 - *300 - - *301 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &592 + schema: &591 title: Team Repository description: A team's access to a repository. type: object @@ -42659,8 +42493,8 @@ paths: parameters: - *149 - *231 + - *299 - *300 - - *301 requestBody: required: false content: @@ -42707,8 +42541,8 @@ paths: parameters: - *149 - *231 + - *299 - *300 - - *301 responses: '204': description: Response @@ -42743,9 +42577,9 @@ paths: application/json: schema: type: array - items: *302 + items: *301 examples: - response-if-child-teams-exist: &593 + response-if-child-teams-exist: &592 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -42872,7 +42706,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/projects/cards#get-a-project-card parameters: - - &303 + - &302 name: card_id description: The unique identifier of the card. in: path @@ -42884,7 +42718,7 @@ paths: description: Response content: application/json: - schema: &304 + schema: &303 title: Project Card description: Project cards represent a scope of work. type: object @@ -42959,7 +42793,7 @@ paths: - created_at - updated_at examples: - default: &305 + default: &304 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -43015,7 +42849,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/projects/cards#update-an-existing-project-card parameters: - - *303 + - *302 requestBody: required: false content: @@ -43045,9 +42879,9 @@ paths: description: Response content: application/json: - schema: *304 + schema: *303 examples: - default: *305 + default: *304 '304': *40 '403': *41 '401': *39 @@ -43074,7 +42908,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/projects/cards#delete-a-project-card parameters: - - *303 + - *302 responses: '204': description: Response @@ -43118,7 +42952,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/projects/cards#move-a-project-card parameters: - - *303 + - *302 requestBody: required: true content: @@ -43231,7 +43065,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/projects/columns#get-a-project-column parameters: - - &306 + - &305 name: column_id description: The unique identifier of the column. in: path @@ -43243,7 +43077,7 @@ paths: description: Response content: application/json: - schema: &307 + schema: &306 title: Project Column description: Project columns contain cards of work. type: object @@ -43297,7 +43131,7 @@ paths: - created_at - updated_at examples: - default: &308 + default: &307 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -43332,7 +43166,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/projects/columns#update-an-existing-project-column parameters: - - *306 + - *305 requestBody: required: true content: @@ -43357,9 +43191,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *306 examples: - default: *308 + default: *307 '304': *40 '403': *41 '401': *39 @@ -43384,7 +43218,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/projects/columns#delete-a-project-column parameters: - - *306 + - *305 responses: '204': description: Response @@ -43413,7 +43247,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/projects/cards#list-project-cards parameters: - - *306 + - *305 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -43434,7 +43268,7 @@ paths: application/json: schema: type: array - items: *304 + items: *303 examples: default: value: @@ -43493,7 +43327,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/projects/cards#create-a-project-card parameters: - - *306 + - *305 requestBody: required: true content: @@ -43537,9 +43371,9 @@ paths: description: Response content: application/json: - schema: *304 + schema: *303 examples: - default: *305 + default: *304 '304': *40 '403': *41 '401': *39 @@ -43595,7 +43429,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/projects/columns#move-a-project-column parameters: - - *306 + - *305 requestBody: required: true content: @@ -43656,15 +43490,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/projects/projects#get-a-project parameters: - - *299 + - *298 responses: '200': description: Response content: application/json: - schema: *253 + schema: *252 examples: - default: &309 + default: &308 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -43721,7 +43555,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/projects/projects#update-a-project parameters: - - *299 + - *298 requestBody: required: false content: @@ -43770,9 +43604,9 @@ paths: description: Response content: application/json: - schema: *253 + schema: *252 examples: - default: *309 + default: *308 '404': description: Not Found if the authenticated user does not have access to the project @@ -43793,7 +43627,7 @@ paths: items: type: string '401': *39 - '410': *254 + '410': *253 '422': *25 x-github: githubCloudOnly: false @@ -43816,7 +43650,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/projects/projects#delete-a-project parameters: - - *299 + - *298 responses: '204': description: Delete Success @@ -43837,7 +43671,7 @@ paths: items: type: string '401': *39 - '410': *254 + '410': *253 '404': *24 x-github: githubCloudOnly: false @@ -43861,7 +43695,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/projects/collaborators#list-project-collaborators parameters: - - *299 + - *298 - 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 @@ -43918,7 +43752,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/projects/collaborators#add-project-collaborator parameters: - - *299 + - *298 - *8 requestBody: required: false @@ -43973,7 +43807,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *299 + - *298 - *8 responses: '204': @@ -44005,7 +43839,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *299 + - *298 - *8 responses: '200': @@ -44076,7 +43910,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/projects/columns#list-project-columns parameters: - - *299 + - *298 - *4 - *5 responses: @@ -44086,7 +43920,7 @@ paths: application/json: schema: type: array - items: *307 + items: *306 examples: default: value: @@ -44124,7 +43958,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/projects/columns#create-a-project-column parameters: - - *299 + - *298 requestBody: required: true content: @@ -44148,7 +43982,7 @@ paths: description: Response content: application/json: - schema: *307 + schema: *306 examples: default: value: @@ -44213,7 +44047,7 @@ paths: resources: type: object properties: - core: &310 + core: &309 title: Rate Limit type: object properties: @@ -44230,20 +44064,20 @@ paths: - remaining - reset - used - graphql: *310 - search: *310 - code_search: *310 - source_import: *310 - integration_manifest: *310 - code_scanning_upload: *310 - actions_runner_registration: *310 - scim: *310 - dependency_sbom: *310 - code_scanning_autofix: *310 + graphql: *309 + search: *309 + code_search: *309 + source_import: *309 + integration_manifest: *309 + code_scanning_upload: *309 + actions_runner_registration: *309 + scim: *309 + dependency_sbom: *309 + code_scanning_autofix: *309 required: - core - search - rate: *310 + rate: *309 required: - rate - resources @@ -44347,14 +44181,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/repos#get-a-repository parameters: + - *299 - *300 - - *301 responses: '200': description: Response content: application/json: - schema: *311 + schema: *310 examples: default-response: summary: Default response @@ -44855,7 +44689,7 @@ paths: status: disabled '403': *41 '404': *24 - '301': *312 + '301': *311 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44873,8 +44707,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/repos#update-a-repository parameters: + - *299 - *300 - - *301 requestBody: required: false content: @@ -45097,10 +44931,10 @@ paths: description: Response content: application/json: - schema: *311 + schema: *310 examples: - default: *313 - '307': &314 + default: *312 + '307': &313 description: Temporary Redirect content: application/json: @@ -45145,8 +44979,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/repos#delete-a-repository parameters: + - *299 - *300 - - *301 responses: '204': description: Response @@ -45168,7 +45002,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-server@3.16/rest/repos/repos#delete-a-repository - '307': *314 + '307': *313 '404': *24 '409': *107 x-github: @@ -45192,11 +45026,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/artifacts#list-artifacts-for-a-repository parameters: + - *299 - *300 - - *301 - *4 - *5 - - &331 + - &330 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -45219,7 +45053,7 @@ paths: type: integer artifacts: type: array - items: &315 + items: &314 title: Artifact description: An artifact type: object @@ -45305,7 +45139,7 @@ paths: - expires_at - updated_at examples: - default: &332 + default: &331 value: total_count: 2 artifacts: @@ -45364,9 +45198,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/artifacts#get-an-artifact parameters: + - *299 - *300 - - *301 - - &316 + - &315 name: artifact_id description: The unique identifier of the artifact. in: path @@ -45378,7 +45212,7 @@ paths: description: Response content: application/json: - schema: *315 + schema: *314 examples: default: value: @@ -45415,9 +45249,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/artifacts#delete-an-artifact parameters: + - *299 - *300 - - *301 - - *316 + - *315 responses: '204': description: Response @@ -45441,9 +45275,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/artifacts#download-an-artifact parameters: + - *299 - *300 - - *301 - - *316 + - *315 - name: archive_format in: path required: true @@ -45457,7 +45291,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': *254 + '410': *253 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45480,14 +45314,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: + - *299 - *300 - - *301 responses: '200': description: Response content: application/json: - schema: *317 + schema: *316 examples: default: value: @@ -45513,14 +45347,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/cache#get-github-actions-cache-usage-policy-for-a-repository parameters: + - *299 - *300 - - *301 responses: '200': description: Response content: application/json: - schema: &318 + schema: &317 title: Actions cache usage policy for repository description: GitHub Actions cache usage policy for repository. type: object @@ -45533,7 +45367,7 @@ paths: required: - repo_cache_size_limit_in_gb examples: - default: &319 + default: &318 value: repo_cache_size_limit_in_gb: 14 x-github: @@ -45554,8 +45388,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/cache#set-github-actions-cache-usage-policy-for-a-repository parameters: + - *299 - *300 - - *301 responses: '204': description: Response @@ -45563,9 +45397,9 @@ paths: required: true content: application/json: - schema: *318 + schema: *317 examples: - selected_actions: *319 + selected_actions: *318 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45585,11 +45419,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: + - *299 - *300 - - *301 - *4 - *5 - - &320 + - &319 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 @@ -45623,7 +45457,7 @@ paths: description: Response content: application/json: - schema: &321 + schema: &320 title: Repository actions caches description: Repository actions caches type: object @@ -45673,7 +45507,7 @@ paths: - total_count - actions_caches examples: - default: &322 + default: &321 value: total_count: 1 actions_caches: @@ -45705,23 +45539,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: + - *299 - *300 - - *301 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *320 + - *319 responses: '200': description: Response content: application/json: - schema: *321 + schema: *320 examples: - default: *322 + default: *321 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45741,8 +45575,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: + - *299 - *300 - - *301 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -45773,9 +45607,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: + - *299 - *300 - - *301 - - &323 + - &322 name: job_id description: The unique identifier of the job. in: path @@ -45787,7 +45621,7 @@ paths: description: Response content: application/json: - schema: &335 + schema: &334 title: Job description: Information of a job execution in a workflow run type: object @@ -46134,9 +45968,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: + - *299 - *300 - - *301 - - *323 + - *322 responses: '302': description: Response @@ -46164,9 +45998,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: + - *299 - *300 - - *301 - - *323 + - *322 requestBody: required: false content: @@ -46212,8 +46046,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: + - *299 - *300 - - *301 responses: '200': description: Status response @@ -46263,8 +46097,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -46327,8 +46161,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/secrets#list-repository-organization-secrets parameters: + - *299 - *300 - - *301 - *4 - *5 responses: @@ -46346,7 +46180,7 @@ paths: type: integer secrets: type: array - items: &337 + items: &336 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -46367,7 +46201,7 @@ paths: - created_at - updated_at examples: - default: &338 + default: &337 value: total_count: 2 secrets: @@ -46400,9 +46234,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/variables#list-repository-organization-variables parameters: + - *299 - *300 - - *301 - - *324 + - *323 - *5 responses: '200': @@ -46419,7 +46253,7 @@ paths: type: integer variables: type: array - items: &341 + items: &340 title: Actions Variable type: object properties: @@ -46453,7 +46287,7 @@ paths: - created_at - updated_at examples: - default: &342 + default: &341 value: total_count: 2 variables: @@ -46486,8 +46320,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: + - *299 - *300 - - *301 responses: '200': description: Response @@ -46496,7 +46330,7 @@ paths: schema: type: object properties: - enabled: &325 + enabled: &324 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *67 @@ -46529,8 +46363,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: + - *299 - *300 - - *301 responses: '204': description: Response @@ -46541,7 +46375,7 @@ paths: schema: type: object properties: - enabled: *325 + enabled: *324 allowed_actions: *67 required: - enabled @@ -46572,14 +46406,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: + - *299 - *300 - - *301 responses: '200': description: Response content: application/json: - schema: &326 + schema: &325 type: object properties: access_level: @@ -46597,7 +46431,7 @@ paths: required: - access_level examples: - default: &327 + default: &326 value: access_level: organization x-github: @@ -46622,15 +46456,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: + - *299 - *300 - - *301 requestBody: required: true content: application/json: - schema: *326 + schema: *325 examples: - default: *327 + default: *326 responses: '204': description: Response @@ -46654,8 +46488,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: + - *299 - *300 - - *301 responses: '200': description: Response @@ -46686,8 +46520,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: + - *299 - *300 - - *301 responses: '204': description: Response @@ -46719,8 +46553,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: + - *299 - *300 - - *301 responses: '200': description: Response @@ -46749,8 +46583,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: + - *299 - *300 - - *301 responses: '204': description: Success response @@ -46790,8 +46624,8 @@ paths: in: query schema: type: string + - *299 - *300 - - *301 - *4 - *5 responses: @@ -46835,8 +46669,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: + - *299 - *300 - - *301 responses: '200': description: Response @@ -46868,8 +46702,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -46943,8 +46777,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: + - *299 - *300 - - *301 responses: '201': description: Response @@ -46980,8 +46814,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: + - *299 - *300 - - *301 responses: '201': description: Response @@ -47011,8 +46845,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: + - *299 - *300 - - *301 - *79 responses: '200': @@ -47042,8 +46876,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: + - *299 - *300 - - *301 - *79 responses: '204': @@ -47070,8 +46904,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: + - *299 - *300 - - *301 - *79 responses: '200': *85 @@ -47096,8 +46930,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: + - *299 - *300 - - *301 - *79 requestBody: required: true @@ -47146,8 +46980,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: + - *299 - *300 - - *301 - *79 requestBody: required: true @@ -47197,8 +47031,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: + - *299 - *300 - - *301 - *79 responses: '200': *172 @@ -47228,8 +47062,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: + - *299 - *300 - - *301 - *79 - *173 responses: @@ -47259,9 +47093,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: + - *299 - *300 - - *301 - - &345 + - &344 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. @@ -47269,7 +47103,7 @@ paths: required: false schema: type: string - - &346 + - &345 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -47277,7 +47111,7 @@ paths: required: false schema: type: string - - &347 + - &346 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -47286,7 +47120,7 @@ paths: required: false schema: type: string - - &348 + - &347 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 @@ -47313,7 +47147,7 @@ paths: - pending - *4 - *5 - - &349 + - &348 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/enterprise-server@3.16/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -47322,7 +47156,7 @@ paths: schema: type: string format: date-time - - &328 + - &327 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -47331,13 +47165,13 @@ paths: schema: type: boolean default: false - - &350 + - &349 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &351 + - &350 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -47360,7 +47194,7 @@ paths: type: integer workflow_runs: type: array - items: &329 + items: &328 title: Workflow Run description: An invocation of a workflow type: object @@ -47477,7 +47311,7 @@ paths: type: - array - 'null' - items: &369 + items: &368 title: Pull Request Minimal type: object properties: @@ -47604,7 +47438,7 @@ paths: head_commit: anyOf: - type: 'null' - - &373 + - &372 title: Simple Commit description: A commit. type: object @@ -47719,7 +47553,7 @@ paths: - workflow_url - pull_requests examples: - default: &352 + default: &351 value: total_count: 1 workflow_runs: @@ -47955,24 +47789,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/workflow-runs#get-a-workflow-run parameters: + - *299 - *300 - - *301 - - &330 + - &329 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *328 + - *327 responses: '200': description: Response content: application/json: - schema: *329 + schema: *328 examples: - default: &333 + default: &332 value: id: 30433642 name: Build @@ -48213,9 +48047,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/workflow-runs#delete-a-workflow-run parameters: + - *299 - *300 - - *301 - - *330 + - *329 responses: '204': description: Response @@ -48238,9 +48072,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: + - *299 - *300 - - *301 - - *330 + - *329 responses: '200': description: Response @@ -48370,12 +48204,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/artifacts#list-workflow-run-artifacts parameters: + - *299 - *300 - - *301 - - *330 + - *329 - *4 - *5 - - *331 + - *330 responses: '200': description: Response @@ -48391,9 +48225,9 @@ paths: type: integer artifacts: type: array - items: *315 + items: *314 examples: - default: *332 + default: *331 headers: Link: *6 x-github: @@ -48417,25 +48251,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: + - *299 - *300 - - *301 - - *330 - - &334 + - *329 + - &333 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *328 + - *327 responses: '200': description: Response content: application/json: - schema: *329 + schema: *328 examples: - default: *333 + default: *332 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48458,10 +48292,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: + - *299 - *300 - - *301 - - *330 - - *334 + - *329 + - *333 - *4 - *5 responses: @@ -48479,9 +48313,9 @@ paths: type: integer jobs: type: array - items: *335 + items: *334 examples: - default: &336 + default: &335 value: total_count: 1 jobs: @@ -48594,10 +48428,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: + - *299 - *300 - - *301 - - *330 - - *334 + - *329 + - *333 responses: '302': description: Response @@ -48625,9 +48459,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/workflow-runs#cancel-a-workflow-run parameters: + - *299 - *300 - - *301 - - *330 + - *329 responses: '202': description: Response @@ -48660,9 +48494,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: + - *299 - *300 - - *301 - - *330 + - *329 requestBody: required: true content: @@ -48729,9 +48563,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: + - *299 - *300 - - *301 - - *330 + - *329 responses: '202': description: Response @@ -48764,9 +48598,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: + - *299 - *300 - - *301 - - *330 + - *329 - 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 @@ -48796,9 +48630,9 @@ paths: type: integer jobs: type: array - items: *335 + items: *334 examples: - default: *336 + default: *335 headers: Link: *6 x-github: @@ -48823,9 +48657,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/workflow-runs#download-workflow-run-logs parameters: + - *299 - *300 - - *301 - - *330 + - *329 responses: '302': description: Response @@ -48852,9 +48686,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/workflow-runs#delete-workflow-run-logs parameters: + - *299 - *300 - - *301 - - *330 + - *329 responses: '204': description: Response @@ -48881,9 +48715,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: + - *299 - *300 - - *301 - - *330 + - *329 responses: '200': description: Response @@ -48952,7 +48786,7 @@ paths: items: type: object properties: - type: &424 + type: &423 type: string description: The type of reviewer. enum: @@ -48963,7 +48797,7 @@ paths: reviewer: anyOf: - *17 - - *302 + - *301 required: - environment - wait_timer @@ -49038,9 +48872,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: + - *299 - *300 - - *301 - - *330 + - *329 requestBody: required: true content: @@ -49090,7 +48924,7 @@ paths: application/json: schema: type: array - items: &419 + items: &418 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -49202,7 +49036,7 @@ paths: - created_at - updated_at examples: - default: &420 + default: &419 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -49258,9 +49092,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/workflow-runs#re-run-a-workflow parameters: + - *299 - *300 - - *301 - - *330 + - *329 requestBody: required: false content: @@ -49305,9 +49139,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: + - *299 - *300 - - *301 - - *330 + - *329 requestBody: required: false content: @@ -49355,8 +49189,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/secrets#list-repository-secrets parameters: + - *299 - *300 - - *301 - *4 - *5 responses: @@ -49374,9 +49208,9 @@ paths: type: integer secrets: type: array - items: *337 + items: *336 examples: - default: *338 + default: *337 headers: Link: *6 x-github: @@ -49401,16 +49235,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/secrets#get-a-repository-public-key parameters: + - *299 - *300 - - *301 responses: '200': description: Response content: application/json: - schema: *339 + schema: *338 examples: - default: *340 + default: *339 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49432,17 +49266,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/secrets#get-a-repository-secret parameters: + - *299 - *300 - - *301 - *175 responses: '200': description: Response content: application/json: - schema: *337 + schema: *336 examples: - default: &437 + default: &436 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -49468,8 +49302,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/secrets#create-or-update-a-repository-secret parameters: + - *299 - *300 - - *301 - *175 requestBody: required: true @@ -49527,8 +49361,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/secrets#delete-a-repository-secret parameters: + - *299 - *300 - - *301 - *175 responses: '204': @@ -49554,9 +49388,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/variables#list-repository-variables parameters: + - *299 - *300 - - *301 - - *324 + - *323 - *5 responses: '200': @@ -49573,9 +49407,9 @@ paths: type: integer variables: type: array - items: *341 + items: *340 examples: - default: *342 + default: *341 headers: Link: *6 x-github: @@ -49598,8 +49432,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/variables#create-a-repository-variable parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -49651,17 +49485,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/variables#get-a-repository-variable parameters: + - *299 - *300 - - *301 - *178 responses: '200': description: Response content: application/json: - schema: *341 + schema: *340 examples: - default: &438 + default: &437 value: name: USERNAME value: octocat @@ -49687,8 +49521,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/variables#update-a-repository-variable parameters: + - *299 - *300 - - *301 - *178 requestBody: required: true @@ -49731,8 +49565,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/variables#delete-a-repository-variable parameters: + - *299 - *300 - - *301 - *178 responses: '204': @@ -49758,8 +49592,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/workflows#list-repository-workflows parameters: + - *299 - *300 - - *301 - *4 - *5 responses: @@ -49777,7 +49611,7 @@ paths: type: integer workflows: type: array - items: &343 + items: &342 title: Workflow description: A GitHub Actions workflow type: object @@ -49895,9 +49729,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/workflows#get-a-workflow parameters: + - *299 - *300 - - *301 - - &344 + - &343 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -49912,7 +49746,7 @@ paths: description: Response content: application/json: - schema: *343 + schema: *342 examples: default: value: @@ -49945,9 +49779,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/workflows#disable-a-workflow parameters: + - *299 - *300 - - *301 - - *344 + - *343 responses: '204': description: Response @@ -49972,9 +49806,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/workflows#create-a-workflow-dispatch-event parameters: + - *299 - *300 - - *301 - - *344 + - *343 responses: '204': description: Response @@ -50025,9 +49859,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/workflows#enable-a-workflow parameters: + - *299 - *300 - - *301 - - *344 + - *343 responses: '204': description: Response @@ -50054,19 +49888,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: + - *299 - *300 - - *301 + - *343 - *344 - *345 - *346 - *347 - - *348 - *4 - *5 + - *348 + - *327 - *349 - - *328 - *350 - - *351 responses: '200': description: Response @@ -50082,9 +49916,9 @@ paths: type: integer workflow_runs: type: array - items: *329 + items: *328 examples: - default: *352 + default: *351 headers: Link: *6 x-github: @@ -50107,8 +49941,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/repos#list-repository-activities parameters: + - *299 - *300 - - *301 - *9 - *4 - *98 @@ -50276,8 +50110,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/assignees#list-assignees parameters: + - *299 - *300 - - *301 - *4 - *5 responses: @@ -50314,8 +50148,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: + - *299 - *300 - - *301 - name: assignee in: path required: true @@ -50349,8 +50183,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: + - *299 - *300 - - *301 responses: '200': description: Response @@ -50358,7 +50192,7 @@ paths: application/json: schema: type: array - items: &353 + items: &352 title: Autolink reference description: An autolink reference. type: object @@ -50412,8 +50246,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -50452,9 +50286,9 @@ paths: description: response content: application/json: - schema: *353 + schema: *352 examples: - default: &354 + default: &353 value: id: 1 key_prefix: TICKET- @@ -50485,9 +50319,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: + - *299 - *300 - - *301 - - &355 + - &354 name: autolink_id description: The unique identifier of the autolink. in: path @@ -50499,9 +50333,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *352 examples: - default: *354 + default: *353 '404': *24 x-github: githubCloudOnly: false @@ -50521,9 +50355,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: + - *299 - *300 - - *301 - - *355 + - *354 responses: '204': description: Response @@ -50547,8 +50381,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: + - *299 - *300 - - *301 responses: '200': description: Response if Dependabot is enabled @@ -50597,8 +50431,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branches#list-branches parameters: + - *299 - *300 - - *301 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -50636,7 +50470,7 @@ paths: - url protected: type: boolean - protection: &357 + protection: &356 title: Branch Protection description: Branch Protection type: object @@ -50679,7 +50513,7 @@ paths: required: - contexts - checks - enforce_admins: &360 + enforce_admins: &359 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -50696,7 +50530,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &362 + required_pull_request_reviews: &361 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -50718,7 +50552,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *302 + items: *301 apps: description: The list of apps with review dismissal access. @@ -50750,7 +50584,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *302 + items: *301 apps: description: The list of apps allowed to bypass pull request requirements. @@ -50780,7 +50614,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &359 + restrictions: &358 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -51105,9 +50939,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branches#get-a-branch parameters: + - *299 - *300 - - *301 - - &358 + - &357 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-server@3.16/graphql). @@ -51121,14 +50955,14 @@ paths: description: Response content: application/json: - schema: &368 + schema: &367 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &398 + commit: &397 title: Commit description: Commit type: object @@ -51167,7 +51001,7 @@ paths: author: anyOf: - type: 'null' - - &356 + - &355 title: Git User description: Metaproperties for Git author/committer information. @@ -51188,7 +51022,7 @@ paths: committer: anyOf: - type: 'null' - - *356 + - *355 message: type: string examples: @@ -51212,7 +51046,7 @@ paths: required: - sha - url - verification: &444 + verification: &443 title: Verification type: object properties: @@ -51287,7 +51121,7 @@ paths: type: integer files: type: array - items: &408 + items: &407 title: Diff Entry description: Diff Entry type: object @@ -51381,7 +51215,7 @@ paths: - self protected: type: boolean - protection: *357 + protection: *356 protection_url: type: string format: uri @@ -51487,7 +51321,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *312 + '301': *311 '404': *24 x-github: githubCloudOnly: false @@ -51509,15 +51343,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branch-protection#get-branch-protection parameters: + - *299 - *300 - - *301 - - *358 + - *357 responses: '200': description: Response content: application/json: - schema: *357 + schema: *356 examples: default: value: @@ -51711,9 +51545,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branch-protection#update-branch-protection parameters: + - *299 - *300 - - *301 - - *358 + - *357 requestBody: required: true content: @@ -51973,7 +51807,7 @@ paths: url: type: string format: uri - required_status_checks: &365 + required_status_checks: &364 title: Status Check Policy description: Status Check Policy type: object @@ -52054,7 +51888,7 @@ paths: items: *17 teams: type: array - items: *302 + items: *301 apps: type: array items: *23 @@ -52072,7 +51906,7 @@ paths: items: *17 teams: type: array - items: *302 + items: *301 apps: type: array items: *23 @@ -52132,7 +51966,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *359 + restrictions: *358 required_conversation_resolution: type: object properties: @@ -52244,9 +52078,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branch-protection#delete-branch-protection parameters: + - *299 - *300 - - *301 - - *358 + - *357 responses: '204': description: Response @@ -52271,17 +52105,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branch-protection#get-admin-branch-protection parameters: + - *299 - *300 - - *301 - - *358 + - *357 responses: '200': description: Response content: application/json: - schema: *360 + schema: *359 examples: - default: &361 + default: &360 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -52303,17 +52137,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branch-protection#set-admin-branch-protection parameters: + - *299 - *300 - - *301 - - *358 + - *357 responses: '200': description: Response content: application/json: - schema: *360 + schema: *359 examples: - default: *361 + default: *360 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52332,9 +52166,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branch-protection#delete-admin-branch-protection parameters: + - *299 - *300 - - *301 - - *358 + - *357 responses: '204': description: Response @@ -52359,17 +52193,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branch-protection#get-pull-request-review-protection parameters: + - *299 - *300 - - *301 - - *358 + - *357 responses: '200': description: Response content: application/json: - schema: *362 + schema: *361 examples: - default: &363 + default: &362 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -52465,9 +52299,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branch-protection#update-pull-request-review-protection parameters: + - *299 - *300 - - *301 - - *358 + - *357 requestBody: required: false content: @@ -52565,9 +52399,9 @@ paths: description: Response content: application/json: - schema: *362 + schema: *361 examples: - default: *363 + default: *362 '422': *33 x-github: githubCloudOnly: false @@ -52588,9 +52422,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branch-protection#delete-pull-request-review-protection parameters: + - *299 - *300 - - *301 - - *358 + - *357 responses: '204': description: Response @@ -52617,17 +52451,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branch-protection#get-commit-signature-protection parameters: + - *299 - *300 - - *301 - - *358 + - *357 responses: '200': description: Response content: application/json: - schema: *360 + schema: *359 examples: - default: &364 + default: &363 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -52650,17 +52484,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branch-protection#create-commit-signature-protection parameters: + - *299 - *300 - - *301 - - *358 + - *357 responses: '200': description: Response content: application/json: - schema: *360 + schema: *359 examples: - default: *364 + default: *363 '404': *24 x-github: githubCloudOnly: false @@ -52680,9 +52514,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branch-protection#delete-commit-signature-protection parameters: + - *299 - *300 - - *301 - - *358 + - *357 responses: '204': description: Response @@ -52707,17 +52541,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branch-protection#get-status-checks-protection parameters: + - *299 - *300 - - *301 - - *358 + - *357 responses: '200': description: Response content: application/json: - schema: *365 + schema: *364 examples: - default: &366 + default: &365 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -52743,9 +52577,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branch-protection#update-status-check-protection parameters: + - *299 - *300 - - *301 - - *358 + - *357 requestBody: required: false content: @@ -52797,9 +52631,9 @@ paths: description: Response content: application/json: - schema: *365 + schema: *364 examples: - default: *366 + default: *365 '404': *24 '422': *33 x-github: @@ -52821,9 +52655,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branch-protection#remove-status-check-protection parameters: + - *299 - *300 - - *301 - - *358 + - *357 responses: '204': description: Response @@ -52847,9 +52681,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branch-protection#get-all-status-check-contexts parameters: + - *299 - *300 - - *301 - - *358 + - *357 responses: '200': description: Response @@ -52883,9 +52717,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branch-protection#add-status-check-contexts parameters: + - *299 - *300 - - *301 - - *358 + - *357 requestBody: required: false content: @@ -52952,9 +52786,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branch-protection#set-status-check-contexts parameters: + - *299 - *300 - - *301 - - *358 + - *357 requestBody: required: false content: @@ -53018,9 +52852,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branch-protection#remove-status-check-contexts parameters: + - *299 - *300 - - *301 - - *358 + - *357 requestBody: content: application/json: @@ -53086,15 +52920,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branch-protection#get-access-restrictions parameters: + - *299 - *300 - - *301 - - *358 + - *357 responses: '200': description: Response content: application/json: - schema: *359 + schema: *358 examples: default: value: @@ -53185,9 +53019,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branch-protection#delete-access-restrictions parameters: + - *299 - *300 - - *301 - - *358 + - *357 responses: '204': description: Response @@ -53210,9 +53044,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: + - *299 - *300 - - *301 - - *358 + - *357 responses: '200': description: Response @@ -53222,7 +53056,7 @@ paths: type: array items: *23 examples: - default: &367 + default: &366 value: - id: 1 slug: octoapp @@ -53279,9 +53113,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branch-protection#add-app-access-restrictions parameters: + - *299 - *300 - - *301 - - *358 + - *357 requestBody: required: true content: @@ -53315,7 +53149,7 @@ paths: type: array items: *23 examples: - default: *367 + default: *366 '422': *33 x-github: githubCloudOnly: false @@ -53336,9 +53170,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branch-protection#set-app-access-restrictions parameters: + - *299 - *300 - - *301 - - *358 + - *357 requestBody: required: true content: @@ -53372,7 +53206,7 @@ paths: type: array items: *23 examples: - default: *367 + default: *366 '422': *33 x-github: githubCloudOnly: false @@ -53393,9 +53227,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branch-protection#remove-app-access-restrictions parameters: + - *299 - *300 - - *301 - - *358 + - *357 requestBody: required: true content: @@ -53429,7 +53263,7 @@ paths: type: array items: *23 examples: - default: *367 + default: *366 '422': *33 x-github: githubCloudOnly: false @@ -53451,9 +53285,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: + - *299 - *300 - - *301 - - *358 + - *357 responses: '200': description: Response @@ -53461,9 +53295,9 @@ paths: application/json: schema: type: array - items: *302 + items: *301 examples: - default: *278 + default: *277 '404': *24 x-github: githubCloudOnly: false @@ -53483,9 +53317,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branch-protection#add-team-access-restrictions parameters: + - *299 - *300 - - *301 - - *358 + - *357 requestBody: required: false content: @@ -53521,9 +53355,9 @@ paths: application/json: schema: type: array - items: *302 + items: *301 examples: - default: *278 + default: *277 '422': *33 x-github: githubCloudOnly: false @@ -53544,9 +53378,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branch-protection#set-team-access-restrictions parameters: + - *299 - *300 - - *301 - - *358 + - *357 requestBody: required: false content: @@ -53582,9 +53416,9 @@ paths: application/json: schema: type: array - items: *302 + items: *301 examples: - default: *278 + default: *277 '422': *33 x-github: githubCloudOnly: false @@ -53605,9 +53439,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branch-protection#remove-team-access-restrictions parameters: + - *299 - *300 - - *301 - - *358 + - *357 requestBody: content: application/json: @@ -53642,9 +53476,9 @@ paths: application/json: schema: type: array - items: *302 + items: *301 examples: - default: *278 + default: *277 '422': *33 x-github: githubCloudOnly: false @@ -53666,9 +53500,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: + - *299 - *300 - - *301 - - *358 + - *357 responses: '200': description: Response @@ -53702,9 +53536,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branch-protection#add-user-access-restrictions parameters: + - *299 - *300 - - *301 - - *358 + - *357 requestBody: required: true content: @@ -53762,9 +53596,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branch-protection#set-user-access-restrictions parameters: + - *299 - *300 - - *301 - - *358 + - *357 requestBody: required: true content: @@ -53822,9 +53656,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branch-protection#remove-user-access-restrictions parameters: + - *299 - *300 - - *301 - - *358 + - *357 requestBody: required: true content: @@ -53884,9 +53718,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branches#rename-a-branch parameters: + - *299 - *300 - - *301 - - *358 + - *357 requestBody: required: true content: @@ -53908,7 +53742,7 @@ paths: description: Response content: application/json: - schema: *368 + schema: *367 examples: default: value: @@ -54021,8 +53855,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/checks/runs#create-a-check-run parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -54301,7 +54135,7 @@ paths: description: Response content: application/json: - schema: &370 + schema: &369 title: CheckRun description: A check performed on the code of a given code change type: object @@ -54436,8 +54270,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *369 - deployment: &634 + items: *368 + deployment: &633 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -54724,9 +54558,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/checks/runs#get-a-check-run parameters: + - *299 - *300 - - *301 - - &371 + - &370 name: check_run_id description: The unique identifier of the check run. in: path @@ -54738,9 +54572,9 @@ paths: description: Response content: application/json: - schema: *370 + schema: *369 examples: - default: &372 + default: &371 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -54840,9 +54674,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/checks/runs#update-a-check-run parameters: + - *299 - *300 - - *301 - - *371 + - *370 requestBody: required: true content: @@ -55082,9 +54916,9 @@ paths: description: Response content: application/json: - schema: *370 + schema: *369 examples: - default: *372 + default: *371 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55104,9 +54938,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/checks/runs#list-check-run-annotations parameters: + - *299 - *300 - - *301 - - *371 + - *370 - *4 - *5 responses: @@ -55216,9 +55050,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/checks/runs#rerequest-a-check-run parameters: + - *299 - *300 - - *301 - - *371 + - *370 responses: '201': description: Response @@ -55262,8 +55096,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/checks/suites#create-a-check-suite parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -55285,7 +55119,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &374 + schema: &373 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -55367,7 +55201,7 @@ paths: type: - array - 'null' - items: *369 + items: *368 app: anyOf: - type: 'null' @@ -55383,7 +55217,7 @@ paths: - string - 'null' format: date-time - head_commit: *373 + head_commit: *372 latest_check_runs_count: type: integer check_runs_url: @@ -55411,7 +55245,7 @@ paths: - check_runs_url - pull_requests examples: - default: &375 + default: &374 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -55702,9 +55536,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *374 + schema: *373 examples: - default: *375 + default: *374 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55723,8 +55557,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/checks/suites#update-repository-preferences-for-check-suites parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -56033,9 +55867,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/checks/suites#get-a-check-suite parameters: + - *299 - *300 - - *301 - - &376 + - &375 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -56047,9 +55881,9 @@ paths: description: Response content: application/json: - schema: *374 + schema: *373 examples: - default: *375 + default: *374 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56072,17 +55906,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/checks/runs#list-check-runs-in-a-check-suite parameters: + - *299 - *300 - - *301 - - *376 - - &405 + - *375 + - &404 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &406 + - &405 name: status description: Returns check runs with the specified `status`. in: query @@ -56121,9 +55955,9 @@ paths: type: integer check_runs: type: array - items: *370 + items: *369 examples: - default: &407 + default: &406 value: total_count: 1 check_runs: @@ -56225,9 +56059,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/checks/suites#rerequest-a-check-suite parameters: + - *299 - *300 - - *301 - - *376 + - *375 responses: '201': description: Response @@ -56260,21 +56094,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: + - *299 - *300 - - *301 - *190 - *191 - *5 - *4 - - &388 + - &387 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: *377 - - &389 + schema: *376 + - &388 name: pr description: The number of the pull request for the results you want to list. in: query @@ -56305,7 +56139,7 @@ paths: be returned. in: query required: false - schema: *378 + schema: *377 responses: '200': description: Response @@ -56321,7 +56155,7 @@ paths: updated_at: *118 url: *115 html_url: *116 - instances_url: *379 + instances_url: *378 state: *102 fixed_at: *120 dismissed_by: @@ -56329,11 +56163,11 @@ paths: - type: 'null' - *17 dismissed_at: *119 - dismissed_reason: *380 - dismissed_comment: *381 - rule: *382 - tool: *383 - most_recent_instance: *384 + dismissed_reason: *379 + dismissed_comment: *380 + rule: *381 + tool: *382 + most_recent_instance: *383 dismissal_approved_by: anyOf: - type: 'null' @@ -56453,7 +56287,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *40 - '403': &385 + '403': &384 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -56480,9 +56314,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: + - *299 - *300 - - *301 - - &386 + - &385 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -56496,7 +56330,7 @@ paths: description: Response content: application/json: - schema: &387 + schema: &386 type: object properties: number: *110 @@ -56504,7 +56338,7 @@ paths: updated_at: *118 url: *115 html_url: *116 - instances_url: *379 + instances_url: *378 state: *102 fixed_at: *120 dismissed_by: @@ -56512,8 +56346,8 @@ paths: - type: 'null' - *17 dismissed_at: *119 - dismissed_reason: *380 - dismissed_comment: *381 + dismissed_reason: *379 + dismissed_comment: *380 rule: type: object properties: @@ -56575,8 +56409,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *383 - most_recent_instance: *384 + tool: *382 + most_recent_instance: *383 dismissal_approved_by: anyOf: - type: 'null' @@ -56669,7 +56503,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *40 - '403': *385 + '403': *384 '404': *24 '503': *121 x-github: @@ -56689,9 +56523,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: + - *299 - *300 - - *301 - - *386 + - *385 requestBody: required: true content: @@ -56706,8 +56540,8 @@ paths: enum: - open - dismissed - dismissed_reason: *380 - dismissed_comment: *381 + dismissed_reason: *379 + dismissed_comment: *380 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -56726,7 +56560,7 @@ paths: description: Response content: application/json: - schema: *387 + schema: *386 examples: default: value: @@ -56802,7 +56636,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *32 - '403': &394 + '403': &393 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -56829,13 +56663,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: + - *299 - *300 - - *301 - - *386 + - *385 - *5 - *4 + - *387 - *388 - - *389 responses: '200': description: Response @@ -56843,7 +56677,7 @@ paths: application/json: schema: type: array - items: *384 + items: *383 examples: default: value: @@ -56882,7 +56716,7 @@ paths: end_column: 50 classifications: - source - '403': *385 + '403': *384 '404': *24 '503': *121 x-github: @@ -56916,25 +56750,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: + - *299 - *300 - - *301 - *190 - *191 - *5 - *4 - - *389 + - *388 - 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: *377 + schema: *376 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &392 + schema: &391 type: string description: An identifier for the upload. examples: @@ -56956,23 +56790,23 @@ paths: application/json: schema: type: array - items: &393 + items: &392 type: object properties: - ref: *377 - commit_sha: &395 + ref: *376 + commit_sha: &394 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: *390 + analysis_key: *389 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *391 + category: *390 error: type: string examples: @@ -56997,8 +56831,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *392 - tool: *383 + sarif_id: *391 + tool: *382 deletable: type: boolean warning: @@ -57060,7 +56894,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *385 + '403': *384 '404': *24 '503': *121 x-github: @@ -57096,8 +56930,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: + - *299 - *300 - - *301 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -57110,7 +56944,7 @@ paths: description: Response content: application/json: - schema: *393 + schema: *392 examples: response: summary: application/json response @@ -57164,7 +56998,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *385 + '403': *384 '404': *24 '503': *121 x-github: @@ -57246,8 +57080,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: + - *299 - *300 - - *301 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -57303,7 +57137,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': *32 - '403': *394 + '403': *393 '404': *24 '503': *121 x-github: @@ -57325,8 +57159,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: + - *299 - *300 - - *301 responses: '200': description: Response @@ -57408,7 +57242,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *385 + '403': *384 '404': *24 '503': *121 x-github: @@ -57429,8 +57263,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -57514,7 +57348,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *394 + '403': *393 '404': *24 '409': description: Response if there is already a validation run in progress with @@ -57579,8 +57413,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -57588,7 +57422,7 @@ paths: schema: type: object properties: - commit_sha: *395 + commit_sha: *394 ref: type: string description: |- @@ -57643,7 +57477,7 @@ paths: schema: type: object properties: - id: *392 + id: *391 url: type: string description: The REST API URL for checking the status of the upload. @@ -57657,7 +57491,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': *394 + '403': *393 '404': *24 '413': description: Payload Too Large if the sarif field is too large @@ -57680,8 +57514,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: + - *299 - *300 - - *301 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -57729,7 +57563,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': *385 + '403': *384 '404': description: Not Found if the sarif id does not match any upload '503': *121 @@ -57754,8 +57588,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: + - *299 - *300 - - *301 responses: '200': description: Response @@ -57829,8 +57663,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/repos#list-codeowners-errors parameters: + - *299 - *300 - - *301 - 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 @@ -57961,8 +57795,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/collaborators/collaborators#list-repository-collaborators parameters: + - *299 - *300 - - *301 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -58000,7 +57834,7 @@ paths: application/json: schema: type: array - items: &396 + items: &395 title: Collaborator description: Collaborator type: object @@ -58192,8 +58026,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: + - *299 - *300 - - *301 - *8 responses: '204': @@ -58230,8 +58064,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/collaborators/collaborators#add-a-repository-collaborator parameters: + - *299 - *300 - - *301 - *8 requestBody: required: false @@ -58301,8 +58135,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: + - *299 - *300 - - *301 - *8 responses: '204': @@ -58334,8 +58168,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: + - *299 - *300 - - *301 - *8 responses: '200': @@ -58356,7 +58190,7 @@ paths: user: anyOf: - type: 'null' - - *396 + - *395 required: - permission - role_name @@ -58410,8 +58244,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/commits/comments#list-commit-comments-for-a-repository parameters: + - *299 - *300 - - *301 - *4 - *5 responses: @@ -58421,7 +58255,7 @@ paths: application/json: schema: type: array - items: &397 + items: &396 title: Commit Comment description: Commit Comment type: object @@ -58479,7 +58313,7 @@ paths: - created_at - updated_at examples: - default: &400 + default: &399 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -58538,17 +58372,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/commits/comments#get-a-commit-comment parameters: + - *299 - *300 - - *301 - *135 responses: '200': description: Response content: application/json: - schema: *397 + schema: *396 examples: - default: &401 + default: &400 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -58605,8 +58439,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/commits/comments#update-a-commit-comment parameters: + - *299 - *300 - - *301 - *135 requestBody: required: true @@ -58629,7 +58463,7 @@ paths: description: Response content: application/json: - schema: *397 + schema: *396 examples: default: value: @@ -58680,8 +58514,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/commits/comments#delete-a-commit-comment parameters: + - *299 - *300 - - *301 - *135 responses: '204': @@ -58703,8 +58537,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: + - *299 - *300 - - *301 - *135 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.16/rest/reactions/reactions#about-reactions). @@ -58731,9 +58565,9 @@ paths: application/json: schema: type: array - items: *289 + items: *288 examples: - default: *291 + default: *290 headers: Link: *6 '404': *24 @@ -58754,8 +58588,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: + - *299 - *300 - - *301 - *135 requestBody: required: true @@ -58788,16 +58622,16 @@ paths: description: Reaction exists content: application/json: - schema: *289 + schema: *288 examples: - default: *290 + default: *289 '201': description: Reaction created content: application/json: - schema: *289 + schema: *288 examples: - default: *290 + default: *289 '422': *33 x-github: githubCloudOnly: false @@ -58819,10 +58653,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: + - *299 - *300 - - *301 - *135 - - *292 + - *291 responses: '204': description: Response @@ -58871,8 +58705,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/commits/commits#list-commits parameters: + - *299 - *300 - - *301 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -58928,9 +58762,9 @@ paths: application/json: schema: type: array - items: *398 + items: *397 examples: - default: &502 + default: &501 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -59023,9 +58857,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/commits/commits#list-branches-for-head-commit parameters: + - *299 - *300 - - *301 - - &399 + - &398 name: commit_sha description: The SHA of the commit. in: path @@ -59097,9 +58931,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/commits/comments#list-commit-comments parameters: + - *299 - *300 - - *301 - - *399 + - *398 - *4 - *5 responses: @@ -59109,9 +58943,9 @@ paths: application/json: schema: type: array - items: *397 + items: *396 examples: - default: *400 + default: *399 headers: Link: *6 x-github: @@ -59139,9 +58973,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/commits/comments#create-a-commit-comment parameters: + - *299 - *300 - - *301 - - *399 + - *398 requestBody: required: true content: @@ -59176,9 +59010,9 @@ paths: description: Response content: application/json: - schema: *397 + schema: *396 examples: - default: *401 + default: *400 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -59206,9 +59040,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: + - *299 - *300 - - *301 - - *399 + - *398 - *4 - *5 responses: @@ -59218,7 +59052,7 @@ paths: application/json: schema: type: array - items: &492 + items: &491 title: Pull Request Simple description: Pull Request Simple type: object @@ -59338,7 +59172,7 @@ paths: milestone: anyOf: - type: 'null' - - *402 + - *401 active_lock_reason: type: - string @@ -59393,7 +59227,7 @@ paths: type: - array - 'null' - items: *302 + items: *301 head: type: object properties: @@ -59437,7 +59271,7 @@ paths: _links: type: object properties: - comments: &403 + comments: &402 title: Link description: Hypermedia Link type: object @@ -59446,13 +59280,13 @@ paths: type: string required: - href - commits: *403 - statuses: *403 - html: *403 - issue: *403 - review_comments: *403 - review_comment: *403 - self: *403 + commits: *402 + statuses: *402 + html: *402 + issue: *402 + review_comments: *402 + review_comment: *402 + self: *402 required: - comments - commits @@ -59463,7 +59297,7 @@ paths: - review_comment - self author_association: *123 - auto_merge: &494 + auto_merge: &493 title: Auto merge description: The status of auto merging a pull request. type: @@ -59528,7 +59362,7 @@ paths: - author_association - auto_merge examples: - default: &493 + default: &492 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -60065,11 +59899,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/commits/commits#get-a-commit parameters: + - *299 - *300 - - *301 - *5 - *4 - - &404 + - &403 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)" @@ -60084,9 +59918,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *397 examples: - default: &478 + default: &477 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -60196,11 +60030,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/checks/runs#list-check-runs-for-a-git-reference parameters: + - *299 - *300 - - *301 + - *403 - *404 - *405 - - *406 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -60234,9 +60068,9 @@ paths: type: integer check_runs: type: array - items: *370 + items: *369 examples: - default: *407 + default: *406 headers: Link: *6 x-github: @@ -60261,9 +60095,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/checks/suites#list-check-suites-for-a-git-reference parameters: + - *299 - *300 - - *301 - - *404 + - *403 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -60271,7 +60105,7 @@ paths: schema: type: integer example: 1 - - *405 + - *404 - *4 - *5 responses: @@ -60289,7 +60123,7 @@ paths: type: integer check_suites: type: array - items: *374 + items: *373 examples: default: value: @@ -60489,9 +60323,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: + - *299 - *300 - - *301 - - *404 + - *403 - *4 - *5 responses: @@ -60693,9 +60527,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: + - *299 - *300 - - *301 - - *404 + - *403 - *4 - *5 responses: @@ -60705,7 +60539,7 @@ paths: application/json: schema: type: array - items: &554 + items: &553 title: Status description: The status of a commit. type: object @@ -60786,7 +60620,7 @@ paths: site_admin: false headers: Link: *6 - '301': *312 + '301': *311 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60854,8 +60688,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/commits/commits#compare-two-commits parameters: + - *299 - *300 - - *301 - *5 - *4 - name: basehead @@ -60903,8 +60737,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *398 - merge_base_commit: *398 + base_commit: *397 + merge_base_commit: *397 status: type: string enum: @@ -60928,10 +60762,10 @@ paths: - 6 commits: type: array - items: *398 + items: *397 files: type: array - items: *408 + items: *407 required: - url - html_url @@ -61210,8 +61044,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/contents#get-repository-content parameters: + - *299 - *300 - - *301 - name: path description: path parameter in: path @@ -61364,7 +61198,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &409 + response-if-content-is-a-file: &408 summary: Response if content is a file value: type: file @@ -61501,7 +61335,7 @@ paths: - size - type - url - - &507 + - &506 title: Content File description: Content File type: object @@ -61719,7 +61553,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *409 + response-if-content-is-a-file: *408 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -61788,7 +61622,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *24 '403': *41 - '302': &511 + '302': &510 description: Found '304': *40 x-github: @@ -61812,8 +61646,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/contents#create-or-update-file-contents parameters: + - *299 - *300 - - *301 - name: path description: path parameter in: path @@ -61908,7 +61742,7 @@ paths: description: Response content: application/json: - schema: &410 + schema: &409 title: File Commit description: File Commit type: object @@ -62057,7 +61891,7 @@ paths: description: Response content: application/json: - schema: *410 + schema: *409 examples: example-for-creating-a-file: value: @@ -62108,7 +61942,7 @@ paths: schema: oneOf: - *22 - - &439 + - &438 description: Repository rule violation was detected type: object properties: @@ -62129,7 +61963,7 @@ paths: items: type: object properties: - placeholder_id: &550 + placeholder_id: &549 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -62161,8 +61995,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/contents#delete-a-file parameters: + - *299 - *300 - - *301 - name: path description: path parameter in: path @@ -62223,7 +62057,7 @@ paths: description: Response content: application/json: - schema: *410 + schema: *409 examples: default: value: @@ -62274,8 +62108,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/repos#list-repository-contributors parameters: + - *299 - *300 - - *301 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -62399,8 +62233,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: + - *299 - *300 - - *301 - *204 - *205 - *206 @@ -62443,7 +62277,7 @@ paths: application/json: schema: type: array - items: &413 + items: &412 type: object description: A Dependabot alert. properties: @@ -62478,7 +62312,7 @@ paths: - development - runtime - - security_advisory: *411 + security_advisory: *410 security_vulnerability: *114 url: *115 html_url: *116 @@ -62509,7 +62343,7 @@ paths: dismissal. maxLength: 280 fixed_at: *120 - auto_dismissed_at: *412 + auto_dismissed_at: *411 required: - number - state @@ -62739,9 +62573,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/dependabot/alerts#get-a-dependabot-alert parameters: + - *299 - *300 - - *301 - - &414 + - &413 name: alert_number in: path description: |- @@ -62756,7 +62590,7 @@ paths: description: Response content: application/json: - schema: *413 + schema: *412 examples: default: value: @@ -62869,9 +62703,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/dependabot/alerts#update-a-dependabot-alert parameters: + - *299 - *300 - - *301 - - *414 + - *413 requestBody: required: true content: @@ -62916,7 +62750,7 @@ paths: description: Response content: application/json: - schema: *413 + schema: *412 examples: default: value: @@ -63045,8 +62879,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/dependabot/secrets#list-repository-secrets parameters: + - *299 - *300 - - *301 - *4 - *5 responses: @@ -63064,7 +62898,7 @@ paths: type: integer secrets: type: array - items: &417 + items: &416 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -63118,16 +62952,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/dependabot/secrets#get-a-repository-public-key parameters: + - *299 - *300 - - *301 responses: '200': description: Response content: application/json: - schema: *415 + schema: *414 examples: - default: *416 + default: *415 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63147,15 +62981,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/dependabot/secrets#get-a-repository-secret parameters: + - *299 - *300 - - *301 - *175 responses: '200': description: Response content: application/json: - schema: *417 + schema: *416 examples: default: value: @@ -63181,8 +63015,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: + - *299 - *300 - - *301 - *175 requestBody: required: true @@ -63235,8 +63069,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/dependabot/secrets#delete-a-repository-secret parameters: + - *299 - *300 - - *301 - *175 responses: '204': @@ -63259,8 +63093,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: + - *299 - *300 - - *301 - 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 @@ -63434,8 +63268,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: + - *299 - *300 - - *301 responses: '200': description: Response @@ -63681,8 +63515,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -63765,7 +63599,7 @@ paths: - version - url additionalProperties: false - metadata: &418 + metadata: &417 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -63804,7 +63638,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *418 + metadata: *417 resolved: type: object description: A collection of resolved package dependencies. @@ -63818,7 +63652,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *418 + metadata: *417 relationship: type: string description: A notation of whether a dependency is requested @@ -63951,8 +63785,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/deployments/deployments#list-deployments parameters: + - *299 - *300 - - *301 - name: sha description: The SHA recorded at creation time. in: query @@ -63993,9 +63827,9 @@ paths: application/json: schema: type: array - items: *419 + items: *418 examples: - default: *420 + default: *419 headers: Link: *6 x-github: @@ -64061,8 +63895,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/deployments/deployments#create-a-deployment parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -64144,7 +63978,7 @@ paths: description: Response content: application/json: - schema: *419 + schema: *418 examples: simple-example: summary: Simple example @@ -64217,9 +64051,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/deployments/deployments#get-a-deployment parameters: + - *299 - *300 - - *301 - - &421 + - &420 name: deployment_id description: deployment_id parameter in: path @@ -64231,7 +64065,7 @@ paths: description: Response content: application/json: - schema: *419 + schema: *418 examples: default: value: @@ -64296,9 +64130,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/deployments/deployments#delete-a-deployment parameters: + - *299 - *300 - - *301 - - *421 + - *420 responses: '204': description: Response @@ -64320,9 +64154,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/deployments/statuses#list-deployment-statuses parameters: + - *299 - *300 - - *301 - - *421 + - *420 - *4 - *5 responses: @@ -64332,7 +64166,7 @@ paths: application/json: schema: type: array - items: &422 + items: &421 title: Deployment Status description: The status of a deployment. type: object @@ -64496,9 +64330,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/deployments/statuses#create-a-deployment-status parameters: + - *299 - *300 - - *301 - - *421 + - *420 requestBody: required: true content: @@ -64573,9 +64407,9 @@ paths: description: Response content: application/json: - schema: *422 + schema: *421 examples: - default: &423 + default: &422 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -64631,9 +64465,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/deployments/statuses#get-a-deployment-status parameters: + - *299 - *300 - - *301 - - *421 + - *420 - name: status_id in: path required: true @@ -64644,9 +64478,9 @@ paths: description: Response content: application/json: - schema: *422 + schema: *421 examples: - default: *423 + default: *422 '404': *24 x-github: githubCloudOnly: false @@ -64671,8 +64505,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/repos#create-a-repository-dispatch-event parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -64729,8 +64563,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/deployments/environments#list-environments parameters: + - *299 - *300 - - *301 - *4 - *5 responses: @@ -64748,7 +64582,7 @@ paths: - 5 environments: type: array - items: &425 + items: &424 title: Environment description: Details of a deployment environment type: object @@ -64810,7 +64644,7 @@ paths: type: string examples: - wait_timer - wait_timer: &427 + wait_timer: &426 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -64852,11 +64686,11 @@ paths: items: type: object properties: - type: *424 + type: *423 reviewer: anyOf: - *17 - - *302 + - *301 required: - id - node_id @@ -64879,7 +64713,7 @@ paths: - id - node_id - type - deployment_branch_policy: &428 + deployment_branch_policy: &427 type: - object - 'null' @@ -64995,9 +64829,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/deployments/environments#get-an-environment parameters: + - *299 - *300 - - *301 - - &426 + - &425 name: environment_name in: path required: true @@ -65010,9 +64844,9 @@ paths: description: Response content: application/json: - schema: *425 + schema: *424 examples: - default: &429 + default: &428 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -65095,9 +64929,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/deployments/environments#create-or-update-an-environment parameters: + - *299 - *300 - - *301 - - *426 + - *425 requestBody: required: false content: @@ -65107,7 +64941,7 @@ paths: - object - 'null' properties: - wait_timer: *427 + wait_timer: *426 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -65126,14 +64960,14 @@ paths: items: type: object properties: - type: *424 + type: *423 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *428 + deployment_branch_policy: *427 additionalProperties: false examples: default: @@ -65153,9 +64987,9 @@ paths: description: Response content: application/json: - schema: *425 + schema: *424 examples: - default: *429 + default: *428 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -65179,9 +65013,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/deployments/environments#delete-an-environment parameters: + - *299 - *300 - - *301 - - *426 + - *425 responses: '204': description: Default response @@ -65206,9 +65040,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/deployments/branch-policies#list-deployment-branch-policies parameters: + - *299 - *300 - - *301 - - *426 + - *425 - *4 - *5 responses: @@ -65227,7 +65061,7 @@ paths: - 2 branch_policies: type: array - items: &430 + items: &429 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -65288,9 +65122,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: + - *299 - *300 - - *301 - - *426 + - *425 requestBody: required: true content: @@ -65338,9 +65172,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *429 examples: - example-wildcard: &431 + example-wildcard: &430 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -65382,10 +65216,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: + - *299 - *300 - - *301 - - *426 - - &432 + - *425 + - &431 name: branch_policy_id in: path required: true @@ -65397,9 +65231,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *429 examples: - default: *431 + default: *430 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65418,10 +65252,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: + - *299 - *300 - - *301 - - *426 - - *432 + - *425 + - *431 requestBody: required: true content: @@ -65450,9 +65284,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *429 examples: - default: *431 + default: *430 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65471,10 +65305,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: + - *299 - *300 - - *301 - - *426 - - *432 + - *425 + - *431 responses: '204': description: Response @@ -65499,9 +65333,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *426 - - *301 + - *425 - *300 + - *299 responses: '200': description: List of deployment protection rules @@ -65518,7 +65352,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &433 + items: &432 title: Deployment protection rule description: Deployment protection rule type: object @@ -65540,7 +65374,7 @@ paths: for the environment. examples: - true - app: &434 + app: &433 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -65643,9 +65477,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *426 - - *301 + - *425 - *300 + - *299 requestBody: content: application/json: @@ -65666,9 +65500,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *433 + schema: *432 examples: - default: &435 + default: &434 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -65703,9 +65537,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *426 - - *301 + - *425 - *300 + - *299 - *5 - *4 responses: @@ -65725,7 +65559,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *434 + items: *433 examples: default: value: @@ -65760,10 +65594,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: + - *299 - *300 - - *301 - - *426 - - &436 + - *425 + - &435 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -65775,9 +65609,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *432 examples: - default: *435 + default: *434 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65798,10 +65632,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *426 - - *301 + - *425 - *300 - - *436 + - *299 + - *435 responses: '204': description: Response @@ -65827,9 +65661,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/secrets#list-environment-secrets parameters: + - *299 - *300 - - *301 - - *426 + - *425 - *4 - *5 responses: @@ -65847,9 +65681,9 @@ paths: type: integer secrets: type: array - items: *337 + items: *336 examples: - default: *338 + default: *337 headers: Link: *6 x-github: @@ -65874,17 +65708,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/secrets#get-an-environment-public-key parameters: + - *299 - *300 - - *301 - - *426 + - *425 responses: '200': description: Response content: application/json: - schema: *339 + schema: *338 examples: - default: *340 + default: *339 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65906,18 +65740,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/secrets#get-an-environment-secret parameters: + - *299 - *300 - - *301 - - *426 + - *425 - *175 responses: '200': description: Response content: application/json: - schema: *337 + schema: *336 examples: - default: *437 + default: *436 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65939,9 +65773,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/secrets#create-or-update-an-environment-secret parameters: + - *299 - *300 - - *301 - - *426 + - *425 - *175 requestBody: required: true @@ -65999,9 +65833,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/secrets#delete-an-environment-secret parameters: + - *299 - *300 - - *301 - - *426 + - *425 - *175 responses: '204': @@ -66027,10 +65861,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/variables#list-environment-variables parameters: + - *299 - *300 - - *301 - - *426 - - *324 + - *425 + - *323 - *5 responses: '200': @@ -66047,9 +65881,9 @@ paths: type: integer variables: type: array - items: *341 + items: *340 examples: - default: *342 + default: *341 headers: Link: *6 x-github: @@ -66072,9 +65906,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/variables#create-an-environment-variable parameters: + - *299 - *300 - - *301 - - *426 + - *425 requestBody: required: true content: @@ -66126,18 +65960,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/variables#get-an-environment-variable parameters: + - *299 - *300 - - *301 - - *426 + - *425 - *178 responses: '200': description: Response content: application/json: - schema: *341 + schema: *340 examples: - default: *438 + default: *437 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66158,10 +65992,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/variables#update-an-environment-variable parameters: + - *299 - *300 - - *301 - *178 - - *426 + - *425 requestBody: required: true content: @@ -66203,10 +66037,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/actions/variables#delete-an-environment-variable parameters: + - *299 - *300 - - *301 - *178 - - *426 + - *425 responses: '204': description: Response @@ -66228,8 +66062,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/activity/events#list-repository-events parameters: + - *299 - *300 - - *301 - *4 - *5 responses: @@ -66306,8 +66140,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/forks#list-forks parameters: + - *299 - *300 - - *301 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -66466,8 +66300,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/forks#create-a-fork parameters: + - *299 - *300 - - *301 requestBody: required: false content: @@ -66500,9 +66334,9 @@ paths: description: Response content: application/json: - schema: *311 + schema: *310 examples: - default: *313 + default: *312 '400': *32 '422': *33 '403': *41 @@ -66523,8 +66357,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/git/blobs#create-a-blob parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -66584,7 +66418,7 @@ paths: schema: oneOf: - *152 - - *439 + - *438 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66609,8 +66443,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/git/blobs#get-a-blob parameters: + - *299 - *300 - - *301 - name: file_sha in: path required: true @@ -66710,8 +66544,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/git/commits#create-a-commit parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -66820,7 +66654,7 @@ paths: description: Response content: application/json: - schema: &440 + schema: &439 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -67039,15 +66873,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/git/commits#get-a-commit-object parameters: + - *299 - *300 - - *301 - - *399 + - *398 responses: '200': description: Response content: application/json: - schema: *440 + schema: *439 examples: default: value: @@ -67100,9 +66934,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/git/refs#list-matching-references parameters: + - *299 - *300 - - *301 - - &441 + - &440 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. @@ -67119,7 +66953,7 @@ paths: application/json: schema: type: array - items: &442 + items: &441 title: Git Reference description: Git references within a repository type: object @@ -67195,17 +67029,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/git/refs#get-a-reference parameters: + - *299 - *300 - - *301 - - *441 + - *440 responses: '200': description: Response content: application/json: - schema: *442 + schema: *441 examples: - default: &443 + default: &442 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -67234,8 +67068,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/git/refs#create-a-reference parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -67264,9 +67098,9 @@ paths: description: Response content: application/json: - schema: *442 + schema: *441 examples: - default: *443 + default: *442 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -67292,9 +67126,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/git/refs#update-a-reference parameters: + - *299 - *300 - - *301 - - *441 + - *440 requestBody: required: true content: @@ -67323,9 +67157,9 @@ paths: description: Response content: application/json: - schema: *442 + schema: *441 examples: - default: *443 + default: *442 '422': *33 '409': *107 x-github: @@ -67343,9 +67177,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/git/refs#delete-a-reference parameters: + - *299 - *300 - - *301 - - *441 + - *440 responses: '204': description: Response @@ -67400,8 +67234,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/git/tags#create-a-tag-object parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -67468,7 +67302,7 @@ paths: description: Response content: application/json: - schema: &445 + schema: &444 title: Git Tag description: Metadata for a Git tag type: object @@ -67524,7 +67358,7 @@ paths: - sha - type - url - verification: *444 + verification: *443 required: - sha - url @@ -67534,7 +67368,7 @@ paths: - tag - message examples: - default: &446 + default: &445 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -67604,8 +67438,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/git/tags#get-a-tag parameters: + - *299 - *300 - - *301 - name: tag_sha in: path required: true @@ -67616,9 +67450,9 @@ paths: description: Response content: application/json: - schema: *445 + schema: *444 examples: - default: *446 + default: *445 '404': *24 '409': *107 x-github: @@ -67642,8 +67476,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/git/trees#create-a-tree parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -67717,7 +67551,7 @@ paths: description: Response content: application/json: - schema: &447 + schema: &446 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -67819,8 +67653,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/git/trees#get-a-tree parameters: + - *299 - *300 - - *301 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -67843,7 +67677,7 @@ paths: description: Response content: application/json: - schema: *447 + schema: *446 examples: default-response: summary: Default response @@ -67902,8 +67736,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/webhooks#list-repository-webhooks parameters: + - *299 - *300 - - *301 - *4 - *5 responses: @@ -67913,7 +67747,7 @@ paths: application/json: schema: type: array - items: &448 + items: &447 title: Webhook description: Webhooks for repositories. type: object @@ -67976,7 +67810,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &662 + last_response: &661 title: Hook Response type: object properties: @@ -68053,8 +67887,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/webhooks#create-a-repository-webhook parameters: + - *299 - *300 - - *301 requestBody: required: false content: @@ -68107,9 +67941,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *447 examples: - default: &449 + default: &448 value: type: Repository id: 12345678 @@ -68157,17 +67991,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/webhooks#get-a-repository-webhook parameters: + - *299 - *300 - - *301 - *3 responses: '200': description: Response content: application/json: - schema: *448 + schema: *447 examples: - default: *449 + default: *448 '404': *24 x-github: githubCloudOnly: false @@ -68187,8 +68021,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/webhooks#update-a-repository-webhook parameters: + - *299 - *300 - - *301 - *3 requestBody: required: true @@ -68234,9 +68068,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *447 examples: - default: *449 + default: *448 '422': *33 '404': *24 x-github: @@ -68257,8 +68091,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/webhooks#delete-a-repository-webhook parameters: + - *299 - *300 - - *301 - *3 responses: '204': @@ -68283,8 +68117,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: + - *299 - *300 - - *301 - *3 responses: '200': @@ -68312,8 +68146,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: + - *299 - *300 - - *301 - *3 requestBody: required: false @@ -68358,8 +68192,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: + - *299 - *300 - - *301 - *3 - *4 - *219 @@ -68391,8 +68225,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: + - *299 - *300 - - *301 - *3 - *34 responses: @@ -68421,8 +68255,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: + - *299 - *300 - - *301 - *3 - *34 responses: @@ -68446,8 +68280,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/webhooks#ping-a-repository-webhook parameters: + - *299 - *300 - - *301 - *3 responses: '204': @@ -68473,8 +68307,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/webhooks#test-the-push-repository-webhook parameters: + - *299 - *300 - - *301 - *3 responses: '204': @@ -68499,8 +68333,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: + - *299 - *300 - - *301 responses: '200': description: Response @@ -68508,8 +68342,8 @@ paths: application/json: schema: *37 examples: - default: *450 - '301': *312 + default: *449 + '301': *311 '404': *24 x-github: githubCloudOnly: false @@ -68528,8 +68362,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/collaborators/invitations#list-repository-invitations parameters: + - *299 - *300 - - *301 - *4 - *5 responses: @@ -68539,7 +68373,7 @@ paths: application/json: schema: type: array - items: &451 + items: &450 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -68601,7 +68435,7 @@ paths: - html_url - created_at examples: - default: &608 + default: &607 value: - id: 1 repository: @@ -68732,9 +68566,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/collaborators/invitations#update-a-repository-invitation parameters: + - *299 - *300 - - *301 - - &452 + - &451 name: invitation_id description: The unique identifier of the invitation. in: path @@ -68769,7 +68603,7 @@ paths: description: Response content: application/json: - schema: *451 + schema: *450 examples: default: value: @@ -68900,9 +68734,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/collaborators/invitations#delete-a-repository-invitation parameters: + - *299 - *300 - - *301 - - *452 + - *451 responses: '204': description: Response @@ -68933,8 +68767,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/issues#list-repository-issues parameters: + - *299 - *300 - - *301 - 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 @@ -69155,7 +68989,7 @@ paths: state_reason: completed headers: Link: *6 - '301': *312 + '301': *311 '422': *33 '404': *24 x-github: @@ -69184,8 +69018,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/issues#create-an-issue parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -69277,7 +69111,7 @@ paths: application/json: schema: *136 examples: - default: &456 + default: &455 value: id: 1 node_id: MDU6SXNzdWUx @@ -69433,7 +69267,7 @@ paths: '422': *33 '503': *121 '404': *24 - '410': *254 + '410': *253 x-github: triggersNotification: true githubCloudOnly: false @@ -69461,9 +69295,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/comments#list-issue-comments-for-a-repository parameters: + - *299 - *300 - - *301 - - &500 + - &499 name: sort description: The property to sort the results by. in: query @@ -69493,9 +69327,9 @@ paths: application/json: schema: type: array - items: *453 + items: *452 examples: - default: &458 + default: &457 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -69553,17 +69387,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/comments#get-an-issue-comment parameters: + - *299 - *300 - - *301 - *135 responses: '200': description: Response content: application/json: - schema: *453 + schema: *452 examples: - default: &454 + default: &453 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -69617,8 +69451,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/comments#update-an-issue-comment parameters: + - *299 - *300 - - *301 - *135 requestBody: required: true @@ -69641,9 +69475,9 @@ paths: description: Response content: application/json: - schema: *453 + schema: *452 examples: - default: *454 + default: *453 '422': *33 x-github: githubCloudOnly: false @@ -69661,8 +69495,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/comments#delete-an-issue-comment parameters: + - *299 - *300 - - *301 - *135 responses: '204': @@ -69683,8 +69517,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: + - *299 - *300 - - *301 - *135 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.16/rest/reactions/reactions#about-reactions). @@ -69711,9 +69545,9 @@ paths: application/json: schema: type: array - items: *289 + items: *288 examples: - default: *291 + default: *290 headers: Link: *6 '404': *24 @@ -69734,8 +69568,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: + - *299 - *300 - - *301 - *135 requestBody: required: true @@ -69768,16 +69602,16 @@ paths: description: Reaction exists content: application/json: - schema: *289 + schema: *288 examples: - default: *290 + default: *289 '201': description: Reaction created content: application/json: - schema: *289 + schema: *288 examples: - default: *290 + default: *289 '422': *33 x-github: githubCloudOnly: false @@ -69799,10 +69633,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: + - *299 - *300 - - *301 - *135 - - *292 + - *291 responses: '204': description: Response @@ -69822,8 +69656,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/events#list-issue-events-for-a-repository parameters: + - *299 - *300 - - *301 - *4 - *5 responses: @@ -69833,7 +69667,7 @@ paths: application/json: schema: type: array - items: &455 + items: &454 title: Issue Event description: Issue Event type: object @@ -69913,7 +69747,7 @@ paths: anyOf: - type: 'null' - *17 - requested_team: *302 + requested_team: *301 dismissed_review: title: Issue Event Dismissed Review type: object @@ -70172,8 +70006,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/events#get-an-issue-event parameters: + - *299 - *300 - - *301 - name: event_id in: path required: true @@ -70184,7 +70018,7 @@ paths: description: Response content: application/json: - schema: *455 + schema: *454 examples: default: value: @@ -70377,7 +70211,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *24 - '410': *254 + '410': *253 '403': *41 x-github: githubCloudOnly: false @@ -70411,9 +70245,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/issues#get-an-issue parameters: + - *299 - *300 - - *301 - - &457 + - &456 name: issue_number description: The number that identifies the issue. in: path @@ -70427,10 +70261,10 @@ paths: application/json: schema: *136 examples: - default: *456 - '301': *312 + default: *455 + '301': *311 '404': *24 - '410': *254 + '410': *253 '304': *40 x-github: githubCloudOnly: false @@ -70455,9 +70289,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/issues#update-an-issue parameters: + - *299 - *300 - - *301 - - *457 + - *456 requestBody: required: false content: @@ -70577,13 +70411,13 @@ paths: application/json: schema: *136 examples: - default: *456 + default: *455 '422': *33 '503': *121 '403': *41 - '301': *312 + '301': *311 '404': *24 - '410': *254 + '410': *253 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70601,9 +70435,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/assignees#add-assignees-to-an-issue parameters: + - *299 - *300 - - *301 - - *457 + - *456 requestBody: required: false content: @@ -70631,7 +70465,7 @@ paths: application/json: schema: *136 examples: - default: *456 + default: *455 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70647,9 +70481,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/assignees#remove-assignees-from-an-issue parameters: + - *299 - *300 - - *301 - - *457 + - *456 requestBody: content: application/json: @@ -70676,7 +70510,7 @@ paths: application/json: schema: *136 examples: - default: *456 + default: *455 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70698,9 +70532,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: + - *299 - *300 - - *301 - - *457 + - *456 - name: assignee in: path required: true @@ -70740,9 +70574,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/comments#list-issue-comments parameters: + - *299 - *300 - - *301 - - *457 + - *456 - *126 - *4 - *5 @@ -70753,13 +70587,13 @@ paths: application/json: schema: type: array - items: *453 + items: *452 examples: - default: *458 + default: *457 headers: Link: *6 '404': *24 - '410': *254 + '410': *253 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70788,9 +70622,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/comments#create-an-issue-comment parameters: + - *299 - *300 - - *301 - - *457 + - *456 requestBody: required: true content: @@ -70812,16 +70646,16 @@ paths: description: Response content: application/json: - schema: *453 + schema: *452 examples: - default: *454 + default: *453 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *41 - '410': *254 + '410': *253 '422': *33 '404': *24 x-github: @@ -70841,9 +70675,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/events#list-issue-events parameters: + - *299 - *300 - - *301 - - *457 + - *456 - *4 - *5 responses: @@ -70857,7 +70691,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &461 + - &460 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -70906,7 +70740,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &462 + - &461 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -71034,7 +70868,7 @@ paths: - performed_via_github_app - assignee - assigner - - &463 + - &462 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -71080,7 +70914,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &464 + - &463 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -71126,7 +70960,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &465 + - &464 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -71175,7 +71009,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &466 + - &465 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -71204,7 +71038,7 @@ paths: - type: 'null' - *23 review_requester: *17 - requested_team: *302 + requested_team: *301 requested_reviewer: *17 required: - review_requester @@ -71217,7 +71051,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &467 + - &466 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -71246,7 +71080,7 @@ paths: - type: 'null' - *23 review_requester: *17 - requested_team: *302 + requested_team: *301 requested_reviewer: *17 required: - review_requester @@ -71259,7 +71093,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &468 + - &467 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -71315,7 +71149,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &469 + - &468 title: Locked Issue Event description: Locked Issue Event type: object @@ -71360,7 +71194,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &470 + - &469 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -71421,7 +71255,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &471 + - &470 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -71482,7 +71316,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &472 + - &471 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -71543,7 +71377,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &473 + - &472 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -71636,7 +71470,7 @@ paths: color: red headers: Link: *6 - '410': *254 + '410': *253 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71653,9 +71487,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/labels#list-labels-for-an-issue parameters: + - *299 - *300 - - *301 - - *457 + - *456 - *4 - *5 responses: @@ -71665,7 +71499,7 @@ paths: application/json: schema: type: array - items: &459 + items: &458 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -71720,7 +71554,7 @@ paths: - color - default examples: - default: &460 + default: &459 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -71738,9 +71572,9 @@ paths: default: false headers: Link: *6 - '301': *312 + '301': *311 '404': *24 - '410': *254 + '410': *253 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71757,9 +71591,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/labels#add-labels-to-an-issue parameters: + - *299 - *300 - - *301 - - *457 + - *456 requestBody: required: false content: @@ -71818,12 +71652,12 @@ paths: application/json: schema: type: array - items: *459 + items: *458 examples: - default: *460 - '301': *312 + default: *459 + '301': *311 '404': *24 - '410': *254 + '410': *253 '422': *33 x-github: githubCloudOnly: false @@ -71840,9 +71674,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/labels#set-labels-for-an-issue parameters: + - *299 - *300 - - *301 - - *457 + - *456 requestBody: required: false content: @@ -71902,12 +71736,12 @@ paths: application/json: schema: type: array - items: *459 + items: *458 examples: - default: *460 - '301': *312 + default: *459 + '301': *311 '404': *24 - '410': *254 + '410': *253 '422': *33 x-github: githubCloudOnly: false @@ -71924,15 +71758,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/labels#remove-all-labels-from-an-issue parameters: + - *299 - *300 - - *301 - - *457 + - *456 responses: '204': description: Response - '301': *312 + '301': *311 '404': *24 - '410': *254 + '410': *253 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71951,9 +71785,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/labels#remove-a-label-from-an-issue parameters: + - *299 - *300 - - *301 - - *457 + - *456 - name: name in: path required: true @@ -71966,7 +71800,7 @@ paths: application/json: schema: type: array - items: *459 + items: *458 examples: default: value: @@ -71977,9 +71811,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *312 + '301': *311 '404': *24 - '410': *254 + '410': *253 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71999,9 +71833,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/issues#lock-an-issue parameters: + - *299 - *300 - - *301 - - *457 + - *456 requestBody: required: false content: @@ -72030,7 +71864,7 @@ paths: '204': description: Response '403': *41 - '410': *254 + '410': *253 '404': *24 '422': *33 x-github: @@ -72048,9 +71882,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/issues#unlock-an-issue parameters: + - *299 - *300 - - *301 - - *457 + - *456 responses: '204': description: Response @@ -72072,9 +71906,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/reactions/reactions#list-reactions-for-an-issue parameters: + - *299 - *300 - - *301 - - *457 + - *456 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.16/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -72100,13 +71934,13 @@ paths: application/json: schema: type: array - items: *289 + items: *288 examples: - default: *291 + default: *290 headers: Link: *6 '404': *24 - '410': *254 + '410': *253 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72124,9 +71958,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/reactions/reactions#create-reaction-for-an-issue parameters: + - *299 - *300 - - *301 - - *457 + - *456 requestBody: required: true content: @@ -72158,16 +71992,16 @@ paths: description: Response content: application/json: - schema: *289 + schema: *288 examples: - default: *290 + default: *289 '201': description: Response content: application/json: - schema: *289 + schema: *288 examples: - default: *290 + default: *289 '422': *33 x-github: githubCloudOnly: false @@ -72189,10 +72023,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/reactions/reactions#delete-an-issue-reaction parameters: + - *299 - *300 - - *301 - - *457 - - *292 + - *456 + - *291 responses: '204': description: Response @@ -72212,9 +72046,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/timeline#list-timeline-events-for-an-issue parameters: + - *299 - *300 - - *301 - - *457 + - *456 - *4 - *5 responses: @@ -72229,6 +72063,7 @@ paths: description: Timeline Event type: object anyOf: + - *460 - *461 - *462 - *463 @@ -72241,7 +72076,6 @@ paths: - *470 - *471 - *472 - - *473 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -72560,7 +72394,7 @@ paths: type: string comments: type: array - items: &495 + items: &494 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -72798,7 +72632,7 @@ paths: type: string comments: type: array - items: *397 + items: *396 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -73073,7 +72907,7 @@ paths: headers: Link: *6 '404': *24 - '410': *254 + '410': *253 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73090,8 +72924,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: + - *299 - *300 - - *301 - *4 - *5 responses: @@ -73101,7 +72935,7 @@ paths: application/json: schema: type: array - items: &474 + items: &473 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -73168,8 +73002,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -73205,9 +73039,9 @@ paths: description: Response content: application/json: - schema: *474 + schema: *473 examples: - default: &475 + default: &474 value: id: 1 key: ssh-rsa AAA... @@ -73241,9 +73075,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: + - *299 - *300 - - *301 - - &476 + - &475 name: key_id description: The unique identifier of the key. in: path @@ -73255,9 +73089,9 @@ paths: description: Response content: application/json: - schema: *474 + schema: *473 examples: - default: *475 + default: *474 '404': *24 x-github: githubCloudOnly: false @@ -73275,9 +73109,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: + - *299 - *300 - - *301 - - *476 + - *475 responses: '204': description: Response @@ -73297,8 +73131,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/labels#list-labels-for-a-repository parameters: + - *299 - *300 - - *301 - *4 - *5 responses: @@ -73308,9 +73142,9 @@ paths: application/json: schema: type: array - items: *459 + items: *458 examples: - default: *460 + default: *459 headers: Link: *6 '404': *24 @@ -73331,8 +73165,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/labels#create-a-label parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -73368,9 +73202,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *458 examples: - default: &477 + default: &476 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -73402,8 +73236,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/labels#get-a-label parameters: + - *299 - *300 - - *301 - name: name in: path required: true @@ -73414,9 +73248,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *458 examples: - default: *477 + default: *476 '404': *24 x-github: githubCloudOnly: false @@ -73433,8 +73267,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/labels#update-a-label parameters: + - *299 - *300 - - *301 - name: name in: path required: true @@ -73473,7 +73307,7 @@ paths: description: Response content: application/json: - schema: *459 + schema: *458 examples: default: value: @@ -73499,8 +73333,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/labels#delete-a-label parameters: + - *299 - *300 - - *301 - name: name in: path required: true @@ -73526,8 +73360,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/repos#list-repository-languages parameters: + - *299 - *300 - - *301 responses: '200': description: Response @@ -73563,8 +73397,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/lfs#enable-git-lfs-for-a-repository parameters: + - *299 - *300 - - *301 responses: '202': *108 '403': @@ -73592,8 +73426,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/lfs#disable-git-lfs-for-a-repository parameters: + - *299 - *300 - - *301 responses: '204': description: Response @@ -73619,9 +73453,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/licenses/licenses#get-the-license-for-a-repository parameters: + - *299 - *300 - - *301 - - *388 + - *387 responses: '200': description: Response @@ -73768,8 +73602,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -73834,8 +73668,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/branches/branches#merge-a-branch parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -73869,9 +73703,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *398 + schema: *397 examples: - default: *478 + default: *477 '204': description: Response when already merged '404': @@ -73896,8 +73730,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/milestones#list-milestones parameters: + - *299 - *300 - - *301 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -73938,7 +73772,7 @@ paths: application/json: schema: type: array - items: *402 + items: *401 examples: default: value: @@ -73994,8 +73828,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/milestones#create-a-milestone parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -74035,9 +73869,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *401 examples: - default: &479 + default: &478 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -74096,9 +73930,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/milestones#get-a-milestone parameters: + - *299 - *300 - - *301 - - &480 + - &479 name: milestone_number description: The number that identifies the milestone. in: path @@ -74110,9 +73944,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *401 examples: - default: *479 + default: *478 '404': *24 x-github: githubCloudOnly: false @@ -74129,9 +73963,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/milestones#update-a-milestone parameters: + - *299 - *300 - - *301 - - *480 + - *479 requestBody: required: false content: @@ -74169,9 +74003,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *401 examples: - default: *479 + default: *478 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74187,9 +74021,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/milestones#delete-a-milestone parameters: + - *299 - *300 - - *301 - - *480 + - *479 responses: '204': description: Response @@ -74210,9 +74044,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: + - *299 - *300 - - *301 - - *480 + - *479 - *4 - *5 responses: @@ -74222,9 +74056,9 @@ paths: application/json: schema: type: array - items: *459 + items: *458 examples: - default: *460 + default: *459 headers: Link: *6 x-github: @@ -74243,12 +74077,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: + - *299 - *300 - - *301 + - *480 - *481 - - *482 - *126 - - *483 + - *482 - *4 - *5 responses: @@ -74260,7 +74094,7 @@ paths: type: array items: *145 examples: - default: *484 + default: *483 headers: Link: *6 x-github: @@ -74284,8 +74118,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/activity/notifications#mark-repository-notifications-as-read parameters: + - *299 - *300 - - *301 requestBody: required: false content: @@ -74343,14 +74177,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pages/pages#get-a-apiname-pages-site parameters: + - *299 - *300 - - *301 responses: '200': description: Response content: application/json: - schema: &485 + schema: &484 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -74494,7 +74328,7 @@ paths: - custom_404 - public examples: - default: &486 + default: &485 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -74535,8 +74369,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pages/pages#create-a-apiname-pages-site parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -74591,9 +74425,9 @@ paths: description: Response content: application/json: - schema: *485 + schema: *484 examples: - default: *486 + default: *485 '422': *33 '409': *107 x-github: @@ -74616,8 +74450,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -74717,8 +74551,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pages/pages#delete-a-apiname-pages-site parameters: + - *299 - *300 - - *301 responses: '204': description: Response @@ -74744,8 +74578,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pages/pages#list-apiname-pages-builds parameters: + - *299 - *300 - - *301 - *4 - *5 responses: @@ -74755,7 +74589,7 @@ paths: application/json: schema: type: array - items: &487 + items: &486 title: Page Build description: Page Build type: object @@ -74847,8 +74681,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pages/pages#request-a-apiname-pages-build parameters: + - *299 - *300 - - *301 responses: '201': description: Response @@ -74895,16 +74729,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pages/pages#get-latest-pages-build parameters: + - *299 - *300 - - *301 responses: '200': description: Response content: application/json: - schema: *487 + schema: *486 examples: - default: &488 + default: &487 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -74952,8 +74786,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pages/pages#get-apiname-pages-build parameters: + - *299 - *300 - - *301 - name: build_id in: path required: true @@ -74964,9 +74798,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *486 examples: - default: *488 + default: *487 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74986,8 +74820,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pages/pages#create-a-github-pages-deployment parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -75090,9 +74924,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: + - *299 - *300 - - *301 - - &489 + - &488 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -75150,9 +74984,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pages/pages#cancel-a-github-pages-deployment parameters: + - *299 - *300 - - *301 - - *489 + - *488 responses: '204': *198 '404': *24 @@ -75175,8 +75009,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/enterprise-admin/repo-pre-receive-hooks#list-pre-receive-hooks-for-a-repository parameters: + - *299 - *300 - - *301 - *4 - *5 - *9 @@ -75197,7 +75031,7 @@ paths: application/json: schema: type: array - items: &490 + items: &489 type: object properties: id: @@ -75231,17 +75065,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/enterprise-admin/repo-pre-receive-hooks#get-a-pre-receive-hook-for-a-repository parameters: + - *299 - *300 - - *301 - *16 responses: '200': description: Response content: application/json: - schema: *490 + schema: *489 examples: - default: &491 + default: &490 value: id: 42 name: Check Commits @@ -75263,15 +75097,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/enterprise-admin/repo-pre-receive-hooks#update-pre-receive-hook-enforcement-for-a-repository parameters: + - *299 - *300 - - *301 - *16 responses: '200': description: Response content: application/json: - schema: *490 + schema: *489 examples: default: value: @@ -75315,8 +75149,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/enterprise-admin/repo-pre-receive-hooks#remove-pre-receive-hook-enforcement-for-a-repository parameters: + - *299 - *300 - - *301 - *16 responses: '200': @@ -75324,9 +75158,9 @@ paths: global level. content: application/json: - schema: *490 + schema: *489 examples: - default: *491 + default: *490 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75346,8 +75180,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/projects/projects#list-repository-projects parameters: + - *299 - *300 - - *301 - name: state description: Indicates the state of the projects to return. in: query @@ -75368,7 +75202,7 @@ paths: application/json: schema: type: array - items: *253 + items: *252 examples: default: value: @@ -75408,7 +75242,7 @@ paths: '401': *39 '403': *41 '404': *24 - '410': *254 + '410': *253 '422': *25 x-github: githubCloudOnly: false @@ -75431,8 +75265,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/projects/projects#create-a-repository-project parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -75458,13 +75292,13 @@ paths: description: Response content: application/json: - schema: *253 + schema: *252 examples: - default: *309 + default: *308 '401': *39 '403': *41 '404': *24 - '410': *254 + '410': *253 '422': *25 x-github: githubCloudOnly: false @@ -75487,8 +75321,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: + - *299 - *300 - - *301 responses: '200': description: Response @@ -75496,7 +75330,7 @@ paths: application/json: schema: type: array - items: *259 + items: *258 examples: default: value: @@ -75527,8 +75361,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -75540,7 +75374,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *259 + items: *258 required: - properties examples: @@ -75590,8 +75424,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pulls/pulls#list-pull-requests parameters: + - *299 - *300 - - *301 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -75651,9 +75485,9 @@ paths: application/json: schema: type: array - items: *492 + items: *491 examples: - default: *493 + default: *492 headers: Link: *6 '304': *40 @@ -75685,8 +75519,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pulls/pulls#create-a-pull-request parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -75753,7 +75587,7 @@ paths: description: Response content: application/json: - schema: &497 + schema: &496 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -75882,7 +75716,7 @@ paths: milestone: anyOf: - type: 'null' - - *402 + - *401 active_lock_reason: type: - string @@ -75975,14 +75809,14 @@ paths: _links: type: object properties: - comments: *403 - commits: *403 - statuses: *403 - html: *403 - issue: *403 - review_comments: *403 - review_comment: *403 - self: *403 + comments: *402 + commits: *402 + statuses: *402 + html: *402 + issue: *402 + review_comments: *402 + review_comment: *402 + self: *402 required: - comments - commits @@ -75993,7 +75827,7 @@ paths: - review_comment - self author_association: *123 - auto_merge: *494 + auto_merge: *493 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -76095,7 +75929,7 @@ paths: - merged_by - review_comments examples: - default: &498 + default: &497 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -76622,8 +76456,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pulls/comments#list-review-comments-in-a-repository parameters: + - *299 - *300 - - *301 - name: sort in: query required: false @@ -76652,9 +76486,9 @@ paths: application/json: schema: type: array - items: *495 + items: *494 examples: - default: &501 + default: &500 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -76731,17 +76565,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: + - *299 - *300 - - *301 - *135 responses: '200': description: Response content: application/json: - schema: *495 + schema: *494 examples: - default: &496 + default: &495 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -76816,8 +76650,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: + - *299 - *300 - - *301 - *135 requestBody: required: true @@ -76840,9 +76674,9 @@ paths: description: Response content: application/json: - schema: *495 + schema: *494 examples: - default: *496 + default: *495 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76858,8 +76692,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: + - *299 - *300 - - *301 - *135 responses: '204': @@ -76881,8 +76715,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: + - *299 - *300 - - *301 - *135 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.16/rest/reactions/reactions#about-reactions). @@ -76909,9 +76743,9 @@ paths: application/json: schema: type: array - items: *289 + items: *288 examples: - default: *291 + default: *290 headers: Link: *6 '404': *24 @@ -76932,8 +76766,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: + - *299 - *300 - - *301 - *135 requestBody: required: true @@ -76966,16 +76800,16 @@ paths: description: Reaction exists content: application/json: - schema: *289 + schema: *288 examples: - default: *290 + default: *289 '201': description: Reaction created content: application/json: - schema: *289 + schema: *288 examples: - default: *290 + default: *289 '422': *33 x-github: githubCloudOnly: false @@ -76997,10 +76831,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: + - *299 - *300 - - *301 - *135 - - *292 + - *291 responses: '204': description: Response @@ -77043,9 +76877,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pulls/pulls#get-a-pull-request parameters: + - *299 - *300 - - *301 - - &499 + - &498 name: pull_number description: The number that identifies the pull request. in: path @@ -77058,9 +76892,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *497 + schema: *496 examples: - default: *498 + default: *497 '304': *40 '404': *24 '406': @@ -77095,9 +76929,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pulls/pulls#update-a-pull-request parameters: + - *299 - *300 - - *301 - - *499 + - *498 requestBody: required: false content: @@ -77139,9 +76973,9 @@ paths: description: Response content: application/json: - schema: *497 + schema: *496 examples: - default: *498 + default: *497 '422': *33 '403': *41 x-github: @@ -77169,10 +77003,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: + - *299 - *300 - - *301 + - *498 - *499 - - *500 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -77192,9 +77026,9 @@ paths: application/json: schema: type: array - items: *495 + items: *494 examples: - default: *501 + default: *500 headers: Link: *6 x-github: @@ -77227,9 +77061,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: + - *299 - *300 - - *301 - - *499 + - *498 requestBody: required: true content: @@ -77335,7 +77169,7 @@ paths: description: Response content: application/json: - schema: *495 + schema: *494 examples: example-for-a-multi-line-comment: value: @@ -77423,9 +77257,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: + - *299 - *300 - - *301 - - *499 + - *498 - *135 requestBody: required: true @@ -77448,7 +77282,7 @@ paths: description: Response content: application/json: - schema: *495 + schema: *494 examples: default: value: @@ -77534,9 +77368,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pulls/pulls#list-commits-on-a-pull-request parameters: + - *299 - *300 - - *301 - - *499 + - *498 - *4 - *5 responses: @@ -77546,9 +77380,9 @@ paths: application/json: schema: type: array - items: *398 + items: *397 examples: - default: *502 + default: *501 headers: Link: *6 x-github: @@ -77578,9 +77412,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pulls/pulls#list-pull-requests-files parameters: + - *299 - *300 - - *301 - - *499 + - *498 - *4 - *5 responses: @@ -77590,7 +77424,7 @@ paths: application/json: schema: type: array - items: *408 + items: *407 examples: default: value: @@ -77628,9 +77462,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: + - *299 - *300 - - *301 - - *499 + - *498 responses: '204': description: Response if pull request has been merged @@ -77653,9 +77487,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pulls/pulls#merge-a-pull-request parameters: + - *299 - *300 - - *301 - - *499 + - *498 requestBody: required: false content: @@ -77767,9 +77601,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: + - *299 - *300 - - *301 - - *499 + - *498 responses: '200': description: Response @@ -77785,7 +77619,7 @@ paths: items: *17 teams: type: array - items: *302 + items: *301 required: - users - teams @@ -77844,9 +77678,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: + - *299 - *300 - - *301 - - *499 + - *498 requestBody: required: false content: @@ -77883,7 +77717,7 @@ paths: description: Response content: application/json: - schema: *492 + schema: *491 examples: default: value: @@ -78419,9 +78253,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: + - *299 - *300 - - *301 - - *499 + - *498 requestBody: required: true content: @@ -78455,7 +78289,7 @@ paths: description: Response content: application/json: - schema: *492 + schema: *491 examples: default: value: @@ -78960,9 +78794,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: + - *299 - *300 - - *301 - - *499 + - *498 - *4 - *5 responses: @@ -78972,7 +78806,7 @@ paths: application/json: schema: type: array - items: &503 + items: &502 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -79128,9 +78962,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: + - *299 - *300 - - *301 - - *499 + - *498 requestBody: required: false content: @@ -79220,9 +79054,9 @@ paths: description: Response content: application/json: - schema: *503 + schema: *502 examples: - default: &505 + default: &504 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -79285,10 +79119,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: + - *299 - *300 - - *301 - - *499 - - &504 + - *498 + - &503 name: review_id description: The unique identifier of the review. in: path @@ -79300,9 +79134,9 @@ paths: description: Response content: application/json: - schema: *503 + schema: *502 examples: - default: &506 + default: &505 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -79361,10 +79195,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: + - *299 - *300 - - *301 - - *499 - - *504 + - *498 + - *503 requestBody: required: true content: @@ -79387,7 +79221,7 @@ paths: description: Response content: application/json: - schema: *503 + schema: *502 examples: default: value: @@ -79449,18 +79283,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: + - *299 - *300 - - *301 - - *499 - - *504 + - *498 + - *503 responses: '200': description: Response content: application/json: - schema: *503 + schema: *502 examples: - default: *505 + default: *504 '422': *25 '404': *24 x-github: @@ -79487,10 +79321,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: + - *299 - *300 - - *301 - - *499 - - *504 + - *498 + - *503 - *4 - *5 responses: @@ -79588,9 +79422,9 @@ paths: _links: type: object properties: - self: *403 - html: *403 - pull_request: *403 + self: *402 + html: *402 + pull_request: *402 required: - self - html @@ -79748,10 +79582,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: + - *299 - *300 - - *301 - - *499 - - *504 + - *498 + - *503 requestBody: required: true content: @@ -79780,7 +79614,7 @@ paths: description: Response content: application/json: - schema: *503 + schema: *502 examples: default: value: @@ -79843,10 +79677,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: + - *299 - *300 - - *301 - - *499 - - *504 + - *498 + - *503 requestBody: required: true content: @@ -79881,9 +79715,9 @@ paths: description: Response content: application/json: - schema: *503 + schema: *502 examples: - default: *506 + default: *505 '404': *24 '422': *25 '403': *41 @@ -79905,9 +79739,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/pulls/pulls#update-a-pull-request-branch parameters: + - *299 - *300 - - *301 - - *499 + - *498 requestBody: required: false content: @@ -79971,8 +79805,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/contents#get-a-repository-readme parameters: + - *299 - *300 - - *301 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -79985,9 +79819,9 @@ paths: description: Response content: application/json: - schema: *507 + schema: *506 examples: - default: &508 + default: &507 value: type: file encoding: base64 @@ -80029,8 +79863,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: + - *299 - *300 - - *301 - name: dir description: The alternate path to look for a README file in: path @@ -80050,9 +79884,9 @@ paths: description: Response content: application/json: - schema: *507 + schema: *506 examples: - default: *508 + default: *507 '404': *24 '422': *33 x-github: @@ -80074,8 +79908,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/releases/releases#list-releases parameters: + - *299 - *300 - - *301 - *4 - *5 responses: @@ -80085,7 +79919,7 @@ paths: application/json: schema: type: array - items: &509 + items: &508 title: Release description: A release. type: object @@ -80157,7 +79991,7 @@ paths: author: *17 assets: type: array - items: &510 + items: &509 title: Release Asset description: Data related to a release. type: object @@ -80339,8 +80173,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/releases/releases#create-a-release parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -80410,9 +80244,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *508 examples: - default: &514 + default: &513 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -80511,9 +80345,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/releases/assets#get-a-release-asset parameters: + - *299 - *300 - - *301 - - &512 + - &511 name: asset_id description: The unique identifier of the asset. in: path @@ -80525,9 +80359,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *509 examples: - default: &513 + default: &512 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 @@ -80562,7 +80396,7 @@ paths: type: User site_admin: false '404': *24 - '302': *511 + '302': *510 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80578,9 +80412,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/releases/assets#update-a-release-asset parameters: + - *299 - *300 - - *301 - - *512 + - *511 requestBody: required: false content: @@ -80609,9 +80443,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *509 examples: - default: *513 + default: *512 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80627,9 +80461,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/releases/assets#delete-a-release-asset parameters: + - *299 - *300 - - *301 - - *512 + - *511 responses: '204': description: Response @@ -80653,8 +80487,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/releases/releases#generate-release-notes-content-for-a-release parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -80740,16 +80574,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/releases/releases#get-the-latest-release parameters: + - *299 - *300 - - *301 responses: '200': description: Response content: application/json: - schema: *509 + schema: *508 examples: - default: *514 + default: *513 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80766,8 +80600,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/releases/releases#get-a-release-by-tag-name parameters: + - *299 - *300 - - *301 - name: tag description: tag parameter in: path @@ -80780,9 +80614,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *508 examples: - default: *514 + default: *513 '404': *24 x-github: githubCloudOnly: false @@ -80804,9 +80638,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/releases/releases#get-a-release parameters: + - *299 - *300 - - *301 - - &515 + - &514 name: release_id description: The unique identifier of the release. in: path @@ -80820,9 +80654,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-server@3.16/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *509 + schema: *508 examples: - default: *514 + default: *513 '401': description: Unauthorized x-github: @@ -80840,9 +80674,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/releases/releases#update-a-release parameters: + - *299 - *300 - - *301 - - *515 + - *514 requestBody: required: false content: @@ -80899,9 +80733,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *508 examples: - default: *514 + default: *513 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80917,9 +80751,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/releases/releases#delete-a-release parameters: + - *299 - *300 - - *301 - - *515 + - *514 responses: '204': description: Response @@ -80939,9 +80773,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/releases/assets#list-release-assets parameters: + - *299 - *300 - - *301 - - *515 + - *514 - *4 - *5 responses: @@ -80951,7 +80785,7 @@ paths: application/json: schema: type: array - items: *510 + items: *509 examples: default: value: @@ -81033,9 +80867,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: + - *299 - *300 - - *301 - - *515 + - *514 - name: name in: query required: true @@ -81061,7 +80895,7 @@ paths: description: Response for successful upload content: application/json: - schema: *510 + schema: *509 examples: response-for-successful-upload: value: @@ -81116,9 +80950,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/reactions/reactions#list-reactions-for-a-release parameters: + - *299 - *300 - - *301 - - *515 + - *514 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.16/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -81142,9 +80976,9 @@ paths: application/json: schema: type: array - items: *289 + items: *288 examples: - default: *291 + default: *290 headers: Link: *6 '404': *24 @@ -81165,9 +80999,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/reactions/reactions#create-reaction-for-a-release parameters: + - *299 - *300 - - *301 - - *515 + - *514 requestBody: required: true content: @@ -81197,16 +81031,16 @@ paths: description: Reaction exists content: application/json: - schema: *289 + schema: *288 examples: - default: *290 + default: *289 '201': description: Reaction created content: application/json: - schema: *289 + schema: *288 examples: - default: *290 + default: *289 '422': *33 x-github: githubCloudOnly: false @@ -81228,10 +81062,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/reactions/reactions#delete-a-release-reaction parameters: + - *299 - *300 - - *301 - - *515 - - *292 + - *514 + - *291 responses: '204': description: Response @@ -81251,8 +81085,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/repos#list-repository-cache-replication-status parameters: + - *299 - *300 - - *301 - *4 - *5 responses: @@ -81327,9 +81161,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/rules#get-rules-for-a-branch parameters: + - *299 - *300 - - *301 - - *358 + - *357 - *4 - *5 responses: @@ -81345,8 +81179,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *516 - - &518 + - *515 + - &517 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -81366,53 +81200,53 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: + - *516 - *517 + - allOf: - *518 + - *517 - allOf: - *519 - - *518 + - *517 - allOf: - *520 - - *518 + - *517 - allOf: - *521 - - *518 + - *517 - allOf: - *522 - - *518 + - *517 - allOf: - *523 - - *518 + - *517 - allOf: - *524 - - *518 + - *517 - allOf: - *525 - - *518 + - *517 - allOf: - *526 - - *518 + - *517 - allOf: - *527 - - *518 + - *517 - allOf: - *528 - - *518 + - *517 - allOf: - *529 - - *518 + - *517 - allOf: - *530 - - *518 + - *517 - allOf: - *531 - - *518 + - *517 - allOf: - *532 - - *518 - - allOf: - - *533 - - *518 + - *517 examples: default: value: @@ -81451,8 +81285,8 @@ paths: category: repos subcategory: rules parameters: + - *299 - *300 - - *301 - *4 - *5 - name: includes_parents @@ -81463,7 +81297,7 @@ paths: schema: type: boolean default: true - - *534 + - *533 responses: '200': description: Response @@ -81471,7 +81305,7 @@ paths: application/json: schema: type: array - items: *267 + items: *266 examples: default: value: @@ -81518,8 +81352,8 @@ paths: category: repos subcategory: rules parameters: + - *299 - *300 - - *301 requestBody: description: Request body required: true @@ -81539,16 +81373,16 @@ paths: - tag - push default: branch - enforcement: *263 + enforcement: *262 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *264 - conditions: *261 + items: *263 + conditions: *260 rules: type: array description: An array of rules within the ruleset. - items: *266 + items: *265 required: - name - enforcement @@ -81579,9 +81413,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *266 examples: - default: &544 + default: &543 value: id: 42 name: super cool ruleset @@ -81628,12 +81462,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/rule-suites#list-repository-rule-suites parameters: + - *299 - *300 - - *301 + - *534 - *535 - *536 - *537 - - *538 - *4 - *5 responses: @@ -81641,9 +81475,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *538 examples: - default: *540 + default: *539 '404': *24 '500': *240 x-github: @@ -81664,17 +81498,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/rule-suites#get-a-repository-rule-suite parameters: + - *299 - *300 - - *301 - - *541 + - *540 responses: '200': description: Response content: application/json: - schema: *542 + schema: *541 examples: - default: *543 + default: *542 '404': *24 '500': *240 x-github: @@ -81702,8 +81536,8 @@ paths: category: repos subcategory: rules parameters: + - *299 - *300 - - *301 - name: ruleset_id description: The ID of the ruleset. in: path @@ -81723,9 +81557,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *266 examples: - default: *544 + default: *543 '404': *24 '500': *240 put: @@ -81743,8 +81577,8 @@ paths: category: repos subcategory: rules parameters: + - *299 - *300 - - *301 - name: ruleset_id description: The ID of the ruleset. in: path @@ -81769,16 +81603,16 @@ paths: - branch - tag - push - enforcement: *263 + enforcement: *262 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *264 - conditions: *261 + items: *263 + conditions: *260 rules: description: An array of rules within the ruleset. type: array - items: *266 + items: *265 examples: default: value: @@ -81806,9 +81640,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *266 examples: - default: *544 + default: *543 '404': *24 '500': *240 delete: @@ -81826,8 +81660,8 @@ paths: category: repos subcategory: rules parameters: + - *299 - *300 - - *301 - name: ruleset_id description: The ID of the ruleset. in: path @@ -81855,20 +81689,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: + - *299 - *300 - - *301 + - *268 - *269 - *270 - *271 - - *272 - *9 - *5 - *4 + - *544 - *545 - - *546 + - *272 - *273 - *274 - - *275 responses: '200': description: Response @@ -81876,7 +81710,7 @@ paths: application/json: schema: type: array - items: &549 + items: &548 type: object properties: number: *110 @@ -81892,8 +81726,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *547 - resolution: *548 + state: *546 + resolution: *547 resolved_at: type: - string @@ -82117,15 +81951,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: + - *299 - *300 - - *301 - - *386 + - *385 responses: '200': description: Response content: application/json: - schema: *549 + schema: *548 examples: default: value: @@ -82166,9 +82000,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: + - *299 - *300 - - *301 - - *386 + - *385 requestBody: required: true content: @@ -82176,8 +82010,8 @@ paths: schema: type: object properties: - state: *547 - resolution: *548 + state: *546 + resolution: *547 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -82196,7 +82030,7 @@ paths: description: Response content: application/json: - schema: *549 + schema: *548 examples: default: value: @@ -82264,9 +82098,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: + - *299 - *300 - - *301 - - *386 + - *385 - *5 - *4 responses: @@ -82277,7 +82111,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &682 + items: &681 type: object properties: type: @@ -82656,8 +82490,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -82665,14 +82499,14 @@ paths: schema: type: object properties: - reason: &551 + reason: &550 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *550 + placeholder_id: *549 required: - reason - placeholder_id @@ -82689,7 +82523,7 @@ paths: schema: type: object properties: - reason: *551 + reason: *550 expire_at: type: - string @@ -82733,8 +82567,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: + - *299 - *300 - - *301 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -82749,7 +82583,7 @@ paths: properties: incremental_scans: type: array - items: &552 + items: &551 description: Information on a single scan performed by secret scanning on the repository type: object @@ -82777,15 +82611,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *552 + items: *551 backfill_scans: type: array - items: *552 + items: *551 custom_pattern_backfill_scans: type: array items: allOf: - - *552 + - *551 - type: object properties: pattern_name: @@ -82855,8 +82689,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/activity/starring#list-stargazers parameters: + - *299 - *300 - - *301 - *4 - *5 responses: @@ -82949,8 +82783,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/metrics/statistics#get-the-weekly-commit-activity parameters: + - *299 - *300 - - *301 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -82959,7 +82793,7 @@ paths: application/json: schema: type: array - items: &553 + items: &552 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -82990,8 +82824,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: + - *299 - *300 - - *301 responses: '200': description: Response @@ -83066,8 +82900,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/metrics/statistics#get-all-contributor-commit-activity parameters: + - *299 - *300 - - *301 responses: '200': description: Response @@ -83161,8 +82995,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/metrics/statistics#get-the-weekly-commit-count parameters: + - *299 - *300 - - *301 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -83316,8 +83150,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: + - *299 - *300 - - *301 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -83327,7 +83161,7 @@ paths: application/json: schema: type: array - items: *553 + items: *552 examples: default: value: @@ -83360,8 +83194,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/commits/statuses#create-a-commit-status parameters: + - *299 - *300 - - *301 - name: sha in: path required: true @@ -83417,7 +83251,7 @@ paths: description: Response content: application/json: - schema: *554 + schema: *553 examples: default: value: @@ -83471,8 +83305,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/activity/watching#list-watchers parameters: + - *299 - *300 - - *301 - *4 - *5 responses: @@ -83504,14 +83338,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/activity/watching#get-a-repository-subscription parameters: + - *299 - *300 - - *301 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &555 + schema: &554 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -83584,8 +83418,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/activity/watching#set-a-repository-subscription parameters: + - *299 - *300 - - *301 requestBody: required: false content: @@ -83611,7 +83445,7 @@ paths: description: Response content: application/json: - schema: *555 + schema: *554 examples: default: value: @@ -83638,8 +83472,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/activity/watching#delete-a-repository-subscription parameters: + - *299 - *300 - - *301 responses: '204': description: Response @@ -83659,8 +83493,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/repos#list-repository-tags parameters: + - *299 - *300 - - *301 - *4 - *5 responses: @@ -83742,8 +83576,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: + - *299 - *300 - - *301 responses: '200': description: Response @@ -83751,7 +83585,7 @@ paths: application/json: schema: type: array - items: &556 + items: &555 title: Tag protection description: Tag protection type: object @@ -83808,8 +83642,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -83832,7 +83666,7 @@ paths: description: Response content: application/json: - schema: *556 + schema: *555 examples: default: value: @@ -83863,8 +83697,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: + - *299 - *300 - - *301 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -83901,8 +83735,8 @@ paths: url: https://docs.github.com/enterprise-server@3.16/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: + - *299 - *300 - - *301 - name: ref in: path required: true @@ -83938,8 +83772,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/repos#list-repository-teams parameters: + - *299 - *300 - - *301 - *4 - *5 responses: @@ -83949,9 +83783,9 @@ paths: application/json: schema: type: array - items: *302 + items: *301 examples: - default: *278 + default: *277 headers: Link: *6 '404': *24 @@ -83971,8 +83805,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/repos#get-all-repository-topics parameters: + - *299 - *300 - - *301 - *5 - *4 responses: @@ -83980,7 +83814,7 @@ paths: description: Response content: application/json: - schema: &557 + schema: &556 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -83992,7 +83826,7 @@ paths: required: - names examples: - default: &558 + default: &557 value: names: - octocat @@ -84015,8 +83849,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/repos#replace-all-repository-topics parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -84047,9 +83881,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *556 examples: - default: *558 + default: *557 '404': *24 '422': *25 x-github: @@ -84072,8 +83906,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/repos#transfer-a-repository parameters: + - *299 - *300 - - *301 requestBody: required: true content: @@ -84347,8 +84181,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: + - *299 - *300 - - *301 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -84371,8 +84205,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/repos#enable-vulnerability-alerts parameters: + - *299 - *300 - - *301 responses: '204': description: Response @@ -84394,8 +84228,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/repos/repos#disable-vulnerability-alerts parameters: + - *299 - *300 - - *301 responses: '204': description: Response @@ -84421,8 +84255,8 @@ paths: url: https://docs.github.com/enterprise-server@3.16/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: + - *299 - *300 - - *301 - name: ref in: path required: true @@ -84514,9 +84348,9 @@ paths: description: Response content: application/json: - schema: *311 + schema: *310 examples: - default: *313 + default: *312 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -84691,7 +84525,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &566 + - &565 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -84701,7 +84535,7 @@ paths: type: string examples: - members - - &571 + - &570 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -84713,7 +84547,7 @@ paths: format: int32 examples: - 1 - - &572 + - &571 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -84757,7 +84591,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &560 + items: &559 allOf: - type: object required: @@ -84839,7 +84673,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: &573 + meta: &572 type: object description: The metadata associated with the creation/updates to the user. @@ -84904,31 +84738,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &561 + '400': &560 description: Bad request content: application/json: - schema: *559 + schema: *558 application/scim+json: - schema: *559 - '401': &562 + schema: *558 + '401': &561 description: Authorization failure - '403': &563 + '403': &562 description: Permission denied - '429': &564 + '429': &563 description: Too many requests content: application/json: - schema: *559 + schema: *558 application/scim+json: - schema: *559 - '500': &565 + schema: *558 + '500': &564 description: Internal server error content: application/json: - schema: *559 + schema: *558 application/scim+json: - schema: *559 + schema: *558 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -84955,7 +84789,7 @@ paths: required: true content: application/json: - schema: &569 + schema: &568 type: object required: - schemas @@ -85015,9 +84849,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *560 + schema: *559 examples: - group: &567 + group: &566 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -85036,13 +84870,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': *561 - '401': *562 - '403': *563 - '409': &570 + '400': *560 + '401': *561 + '403': *562 + '409': &569 description: Duplicate record detected - '429': *564 - '500': *565 + '429': *563 + '500': *564 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -85063,7 +84897,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &568 + - &567 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -85072,22 +84906,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *566 + - *565 - *63 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *560 + schema: *559 examples: - default: *567 - '400': *561 - '401': *562 - '403': *563 + default: *566 + '400': *560 + '401': *561 + '403': *562 '404': *24 - '429': *564 - '500': *565 + '429': *563 + '500': *564 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -85109,13 +84943,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *568 + - *567 - *63 requestBody: required: true content: application/json: - schema: *569 + schema: *568 examples: group: summary: Group @@ -85141,17 +84975,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *560 + schema: *559 examples: - group: *567 - groupWithMembers: *567 - '400': *561 - '401': *562 - '403': *563 + group: *566 + groupWithMembers: *566 + '400': *560 + '401': *561 + '403': *562 '404': *24 - '409': *570 - '429': *564 - '500': *565 + '409': *569 + '429': *563 + '500': *564 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -85175,13 +85009,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *568 + - *567 - *63 requestBody: required: true content: application/json: - schema: &580 + schema: &579 type: object required: - Operations @@ -85241,17 +85075,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *560 + schema: *559 examples: - updateGroup: *567 - addMembers: *567 - '400': *561 - '401': *562 - '403': *563 + updateGroup: *566 + addMembers: *566 + '400': *560 + '401': *561 + '403': *562 '404': *24 - '409': *570 - '429': *564 - '500': *565 + '409': *569 + '429': *563 + '500': *564 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -85271,17 +85105,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *568 + - *567 - *63 responses: '204': description: Group was deleted, no content - '400': *561 - '401': *562 - '403': *563 + '400': *560 + '401': *561 + '403': *562 '404': *24 - '429': *564 - '500': *565 + '429': *563 + '500': *564 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -85318,8 +85152,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' + - *570 - *571 - - *572 - *63 responses: '200': @@ -85353,7 +85187,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &575 + items: &574 allOf: - type: object required: @@ -85445,7 +85279,7 @@ paths: address. examples: - true - roles: &574 + roles: &573 type: array description: The roles assigned to the user. items: @@ -85504,7 +85338,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *573 + meta: *572 startIndex: type: integer description: A starting index for the returned page @@ -85543,11 +85377,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *561 - '401': *562 - '403': *563 - '429': *564 - '500': *565 + '400': *560 + '401': *561 + '403': *562 + '429': *563 + '500': *564 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -85576,7 +85410,7 @@ paths: required: true content: application/json: - schema: &578 + schema: &577 type: object required: - schemas @@ -85669,9 +85503,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *574 + roles: *573 examples: - user: &579 + user: &578 summary: User value: schemas: @@ -85718,9 +85552,9 @@ paths: description: User has been created content: application/scim+json: - schema: *575 + schema: *574 examples: - user: &576 + user: &575 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -85746,13 +85580,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: *576 - '400': *561 - '401': *562 - '403': *563 - '409': *570 - '429': *564 - '500': *565 + enterpriseOwner: *575 + '400': *560 + '401': *561 + '403': *562 + '409': *569 + '429': *563 + '500': *564 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -85773,7 +85607,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &577 + - &576 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -85786,15 +85620,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *575 + schema: *574 examples: - default: *576 - '400': *561 - '401': *562 - '403': *563 + default: *575 + '400': *560 + '401': *561 + '403': *562 '404': *24 - '429': *564 - '500': *565 + '429': *563 + '500': *564 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -85819,30 +85653,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *577 + - *576 - *63 requestBody: required: true content: application/json: - schema: *578 + schema: *577 examples: - user: *579 + user: *578 responses: '200': description: User was updated content: application/scim+json: - schema: *575 + schema: *574 examples: - user: *576 - '400': *561 - '401': *562 - '403': *563 + user: *575 + '400': *560 + '401': *561 + '403': *562 '404': *24 - '409': *570 - '429': *564 - '500': *565 + '409': *569 + '429': *563 + '500': *564 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -85880,13 +85714,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *577 + - *576 - *63 requestBody: required: true content: application/json: - schema: *580 + schema: *579 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -85926,18 +85760,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *575 - examples: - userMultiValuedProperties: *576 - userSingleValuedProperties: *576 - disableUser: *576 - '400': *561 - '401': *562 - '403': *563 + schema: *574 + examples: + userMultiValuedProperties: *575 + userSingleValuedProperties: *575 + disableUser: *575 + '400': *560 + '401': *561 + '403': *562 '404': *24 - '409': *570 - '429': *564 - '500': *565 + '409': *569 + '429': *563 + '500': *564 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -85957,17 +85791,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *577 + - *576 - *63 responses: '204': description: User was deleted, no content - '400': *561 - '401': *562 - '403': *563 + '400': *560 + '401': *561 + '403': *562 '404': *24 - '429': *564 - '500': *565 + '429': *563 + '500': *564 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -86095,7 +85929,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &581 + text_matches: &580 title: Search Result Text Matches type: array items: @@ -86259,7 +86093,7 @@ paths: enum: - author-date - committer-date - - &582 + - &581 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 @@ -86328,7 +86162,7 @@ paths: committer: anyOf: - type: 'null' - - *356 + - *355 comment_count: type: integer message: @@ -86347,7 +86181,7 @@ paths: url: type: string format: uri - verification: *444 + verification: *443 required: - author - committer @@ -86362,7 +86196,7 @@ paths: committer: anyOf: - type: 'null' - - *356 + - *355 parents: type: array items: @@ -86379,7 +86213,7 @@ paths: type: number node_id: type: string - text_matches: *581 + text_matches: *580 required: - sha - node_id @@ -86572,7 +86406,7 @@ paths: - interactions - created - updated - - *582 + - *581 - *4 - *5 - name: advanced_search @@ -86696,7 +86530,7 @@ paths: milestone: anyOf: - type: 'null' - - *402 + - *401 comments: type: integer created_at: @@ -86710,7 +86544,7 @@ paths: - string - 'null' format: date-time - text_matches: *581 + text_matches: *580 pull_request: type: object properties: @@ -86759,7 +86593,7 @@ paths: timeline_url: type: string format: uri - type: *583 + type: *582 performed_via_github_app: anyOf: - type: 'null' @@ -86933,7 +86767,7 @@ paths: enum: - created - updated - - *582 + - *581 - *4 - *5 responses: @@ -86978,7 +86812,7 @@ paths: - 'null' score: type: number - text_matches: *581 + text_matches: *580 required: - id - node_id @@ -87064,7 +86898,7 @@ paths: - forks - help-wanted-issues - updated - - *582 + - *581 - *4 - *5 responses: @@ -87301,7 +87135,7 @@ paths: - admin - pull - push - text_matches: *581 + text_matches: *580 temp_clone_token: type: string allow_merge_commit: @@ -87610,7 +87444,7 @@ paths: - string - 'null' format: uri - text_matches: *581 + text_matches: *580 related: type: - array @@ -87805,7 +87639,7 @@ paths: - followers - repositories - joined - - *582 + - *581 - *4 - *5 responses: @@ -87915,7 +87749,7 @@ paths: type: - boolean - 'null' - text_matches: *581 + text_matches: *580 blog: type: - string @@ -88003,9 +87837,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *280 examples: - default: *282 + default: *281 '404': *24 x-github: githubCloudOnly: false @@ -88096,16 +87930,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *281 + schema: *280 examples: - default: *282 + default: *281 '201': description: Response content: application/json: - schema: *281 + schema: *280 examples: - default: *282 + default: *281 '404': *24 '422': *33 '403': *41 @@ -88175,9 +88009,9 @@ paths: application/json: schema: type: array - items: *283 + items: *282 examples: - default: *584 + default: *583 headers: Link: *6 x-github: @@ -88240,9 +88074,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *282 examples: - default: *284 + default: *283 x-github: triggersNotification: true githubCloudOnly: false @@ -88270,15 +88104,15 @@ paths: url: https://docs.github.com/enterprise-server@3.16/rest/teams/discussions#get-a-discussion-legacy parameters: - *7 - - *285 + - *284 responses: '200': description: Response content: application/json: - schema: *283 + schema: *282 examples: - default: *284 + default: *283 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88304,7 +88138,7 @@ paths: url: https://docs.github.com/enterprise-server@3.16/rest/teams/discussions#update-a-discussion-legacy parameters: - *7 - - *285 + - *284 requestBody: required: false content: @@ -88327,9 +88161,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *282 examples: - default: *585 + default: *584 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88355,7 +88189,7 @@ paths: url: https://docs.github.com/enterprise-server@3.16/rest/teams/discussions#delete-a-discussion-legacy parameters: - *7 - - *285 + - *284 responses: '204': description: Response @@ -88385,7 +88219,7 @@ paths: url: https://docs.github.com/enterprise-server@3.16/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - *7 - - *285 + - *284 - *9 - *4 - *5 @@ -88396,9 +88230,9 @@ paths: application/json: schema: type: array - items: *286 + items: *285 examples: - default: *586 + default: *585 headers: Link: *6 x-github: @@ -88428,7 +88262,7 @@ paths: url: https://docs.github.com/enterprise-server@3.16/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - *7 - - *285 + - *284 requestBody: required: true content: @@ -88450,9 +88284,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *285 examples: - default: *287 + default: *286 x-github: triggersNotification: true githubCloudOnly: false @@ -88480,16 +88314,16 @@ paths: url: https://docs.github.com/enterprise-server@3.16/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - *7 - - *285 - - *288 + - *284 + - *287 responses: '200': description: Response content: application/json: - schema: *286 + schema: *285 examples: - default: *287 + default: *286 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88515,8 +88349,8 @@ paths: url: https://docs.github.com/enterprise-server@3.16/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - *7 - - *285 - - *288 + - *284 + - *287 requestBody: required: true content: @@ -88538,9 +88372,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *285 examples: - default: *587 + default: *586 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88566,8 +88400,8 @@ paths: url: https://docs.github.com/enterprise-server@3.16/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - *7 - - *285 - - *288 + - *284 + - *287 responses: '204': description: Response @@ -88597,8 +88431,8 @@ paths: url: https://docs.github.com/enterprise-server@3.16/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - *7 - - *285 - - *288 + - *284 + - *287 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.16/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -88624,9 +88458,9 @@ paths: application/json: schema: type: array - items: *289 + items: *288 examples: - default: *291 + default: *290 headers: Link: *6 x-github: @@ -88656,8 +88490,8 @@ paths: url: https://docs.github.com/enterprise-server@3.16/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - *7 - - *285 - - *288 + - *284 + - *287 requestBody: required: true content: @@ -88689,9 +88523,9 @@ paths: description: Response content: application/json: - schema: *289 + schema: *288 examples: - default: *290 + default: *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88718,7 +88552,7 @@ paths: url: https://docs.github.com/enterprise-server@3.16/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - *7 - - *285 + - *284 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.16/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -88744,9 +88578,9 @@ paths: application/json: schema: type: array - items: *289 + items: *288 examples: - default: *291 + default: *290 headers: Link: *6 x-github: @@ -88776,7 +88610,7 @@ paths: url: https://docs.github.com/enterprise-server@3.16/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - *7 - - *285 + - *284 requestBody: required: true content: @@ -88808,9 +88642,9 @@ paths: description: Response content: application/json: - schema: *289 + schema: *288 examples: - default: *290 + default: *289 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89006,9 +88840,9 @@ paths: description: Response content: application/json: - schema: *297 + schema: *296 examples: - response-if-user-is-a-team-maintainer: *588 + response-if-user-is-a-team-maintainer: *587 '404': *24 x-github: githubCloudOnly: false @@ -89067,9 +88901,9 @@ paths: description: Response content: application/json: - schema: *297 + schema: *296 examples: - response-if-users-membership-with-team-is-now-pending: *589 + response-if-users-membership-with-team-is-now-pending: *588 '403': description: Forbidden if team synchronization is set up '422': @@ -89142,9 +88976,9 @@ paths: application/json: schema: type: array - items: *298 + items: *297 examples: - default: *590 + default: *589 headers: Link: *6 '404': *24 @@ -89171,15 +89005,15 @@ paths: url: https://docs.github.com/enterprise-server@3.16/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - *7 - - *299 + - *298 responses: '200': description: Response content: application/json: - schema: *298 + schema: *297 examples: - default: *591 + default: *590 '404': description: Not Found if project is not managed by this team x-github: @@ -89204,7 +89038,7 @@ paths: url: https://docs.github.com/enterprise-server@3.16/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - *7 - - *299 + - *298 requestBody: required: false content: @@ -89272,7 +89106,7 @@ paths: url: https://docs.github.com/enterprise-server@3.16/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - *7 - - *299 + - *298 responses: '204': description: Response @@ -89342,14 +89176,14 @@ paths: url: https://docs.github.com/enterprise-server@3.16/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - *7 + - *299 - *300 - - *301 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *592 + schema: *591 examples: alternative-response-with-extra-repository-information: value: @@ -89501,8 +89335,8 @@ paths: url: https://docs.github.com/enterprise-server@3.16/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - *7 + - *299 - *300 - - *301 requestBody: required: false content: @@ -89553,8 +89387,8 @@ paths: url: https://docs.github.com/enterprise-server@3.16/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - *7 + - *299 - *300 - - *301 responses: '204': description: Response @@ -89589,9 +89423,9 @@ paths: application/json: schema: type: array - items: *302 + items: *301 examples: - response-if-child-teams-exist: *593 + response-if-child-teams-exist: *592 headers: Link: *6 '404': *24 @@ -89624,7 +89458,7 @@ paths: application/json: schema: oneOf: - - &595 + - &594 title: Private User description: Private User type: object @@ -89874,7 +89708,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *594 + - *593 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -90032,7 +89866,7 @@ paths: description: Response content: application/json: - schema: *595 + schema: *594 examples: default: value: @@ -90110,7 +89944,7 @@ paths: type: array items: *234 examples: - default: &605 + default: &604 value: - id: 197 name: hello_docker @@ -90197,7 +90031,7 @@ paths: application/json: schema: type: array - items: &596 + items: &595 title: Email description: Email type: object @@ -90227,7 +90061,7 @@ paths: - verified - visibility examples: - default: &607 + default: &606 value: - email: octocat@github.com verified: true @@ -90304,7 +90138,7 @@ paths: application/json: schema: type: array - items: *596 + items: *595 examples: default: value: @@ -90562,7 +90396,7 @@ paths: application/json: schema: type: array - items: &597 + items: &596 title: GPG Key description: A unique encryption key type: object @@ -90707,7 +90541,7 @@ paths: - subkeys - revoked examples: - default: &617 + default: &616 value: - id: 3 name: Octocat's GPG Key @@ -90792,9 +90626,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *596 examples: - default: &598 + default: &597 value: id: 3 name: Octocat's GPG Key @@ -90851,7 +90685,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &599 + - &598 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -90863,9 +90697,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *596 examples: - default: *598 + default: *597 '404': *24 '304': *40 '403': *41 @@ -90888,7 +90722,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *599 + - *598 responses: '204': description: Response @@ -91079,7 +90913,7 @@ paths: type: array items: *82 examples: - default: *600 + default: *599 headers: Link: *6 '404': *24 @@ -91255,7 +91089,7 @@ paths: application/json: schema: type: array - items: &601 + items: &600 title: Key description: Key type: object @@ -91353,9 +91187,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *600 examples: - default: &602 + default: &601 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -91388,15 +91222,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *476 + - *475 responses: '200': description: Response content: application/json: - schema: *601 + schema: *600 examples: - default: *602 + default: *601 '404': *24 '304': *40 '403': *41 @@ -91419,7 +91253,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *476 + - *475 responses: '204': description: Response @@ -92248,7 +92082,7 @@ paths: type: array items: *68 examples: - default: *603 + default: *602 headers: Link: *6 '304': *40 @@ -92290,7 +92124,7 @@ paths: - docker - nuget - container - - *604 + - *603 - *5 - *4 responses: @@ -92302,8 +92136,8 @@ paths: type: array items: *234 examples: - default: *605 - '400': *606 + default: *604 + '400': *605 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92332,7 +92166,7 @@ paths: application/json: schema: *234 examples: - default: &618 + default: &617 value: id: 40201 name: octo-name @@ -92715,7 +92549,7 @@ paths: description: Response content: application/json: - schema: *253 + schema: *252 examples: default: value: @@ -92787,9 +92621,9 @@ paths: application/json: schema: type: array - items: *596 + items: *595 examples: - default: *607 + default: *606 headers: Link: *6 '304': *40 @@ -92902,7 +92736,7 @@ paths: type: array items: *82 examples: - default: &614 + default: &613 summary: Default response value: - id: 1296269 @@ -93220,9 +93054,9 @@ paths: description: Response content: application/json: - schema: *311 + schema: *310 examples: - default: *313 + default: *312 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -93260,9 +93094,9 @@ paths: application/json: schema: type: array - items: *451 + items: *450 examples: - default: *608 + default: *607 headers: Link: *6 '304': *40 @@ -93285,7 +93119,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *452 + - *451 responses: '204': description: Response @@ -93308,7 +93142,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *452 + - *451 responses: '204': description: Response @@ -93341,7 +93175,7 @@ paths: application/json: schema: type: array - items: &609 + items: &608 title: Social account description: Social media account type: object @@ -93358,7 +93192,7 @@ paths: - provider - url examples: - default: &610 + default: &609 value: - provider: twitter url: https://twitter.com/github @@ -93421,9 +93255,9 @@ paths: application/json: schema: type: array - items: *609 + items: *608 examples: - default: *610 + default: *609 '422': *33 '304': *40 '404': *24 @@ -93511,7 +93345,7 @@ paths: application/json: schema: type: array - items: &611 + items: &610 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -93531,7 +93365,7 @@ paths: - title - created_at examples: - default: &619 + default: &618 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -93598,9 +93432,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *610 examples: - default: &612 + default: &611 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -93631,7 +93465,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &613 + - &612 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -93643,9 +93477,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *610 examples: - default: *612 + default: *611 '404': *24 '304': *40 '403': *41 @@ -93668,7 +93502,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *613 + - *612 responses: '204': description: Response @@ -93697,7 +93531,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &620 + - &619 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 @@ -93722,11 +93556,11 @@ paths: type: array items: *82 examples: - default-response: *614 + default-response: *613 application/vnd.github.v3.star+json: schema: type: array - items: &621 + items: &620 title: Starred Repository description: Starred Repository type: object @@ -93882,8 +93716,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: + - *299 - *300 - - *301 responses: '204': description: Response if this repository is starred by you @@ -93911,8 +93745,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: + - *299 - *300 - - *301 responses: '204': description: Response @@ -93936,8 +93770,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.16/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: + - *299 - *300 - - *301 responses: '204': description: Response @@ -94009,7 +93843,7 @@ paths: application/json: schema: type: array - items: *281 + items: *280 examples: default: value: @@ -94096,10 +93930,10 @@ paths: application/json: schema: oneOf: - - *595 - *594 + - *593 examples: - default-response: &615 + default-response: &614 summary: Default response value: login: octocat @@ -94134,7 +93968,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &616 + response-with-git-hub-plan-information: &615 summary: Response with GitHub plan information value: login: octocat @@ -94246,11 +94080,11 @@ paths: application/json: schema: oneOf: - - *595 - *594 + - *593 examples: - default-response: *615 - response-with-git-hub-plan-information: *616 + default-response: *614 + response-with-git-hub-plan-information: *615 '404': *24 x-github: githubCloudOnly: false @@ -94281,7 +94115,7 @@ paths: type: array items: *234 examples: - default: *605 + default: *604 '403': *41 '401': *39 x-github: @@ -94685,9 +94519,9 @@ paths: application/json: schema: type: array - items: *597 + items: *596 examples: - default: *617 + default: *616 headers: Link: *6 x-github: @@ -94791,7 +94625,7 @@ paths: application/json: schema: *37 examples: - default: *450 + default: *449 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94869,7 +94703,7 @@ paths: type: array items: *68 examples: - default: *603 + default: *602 headers: Link: *6 x-github: @@ -94908,7 +94742,7 @@ paths: - docker - nuget - container - - *604 + - *603 - *8 - *5 - *4 @@ -94921,10 +94755,10 @@ paths: type: array items: *234 examples: - default: *605 + default: *604 '403': *41 '401': *39 - '400': *606 + '400': *605 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94954,7 +94788,7 @@ paths: application/json: schema: *234 examples: - default: *618 + default: *617 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95240,7 +95074,7 @@ paths: application/json: schema: type: array - items: *253 + items: *252 examples: default: value: @@ -95593,9 +95427,9 @@ paths: application/json: schema: type: array - items: *609 + items: *608 examples: - default: *610 + default: *609 headers: Link: *6 x-github: @@ -95625,9 +95459,9 @@ paths: application/json: schema: type: array - items: *611 + items: *610 examples: - default: *619 + default: *618 headers: Link: *6 x-github: @@ -95652,7 +95486,7 @@ paths: url: https://docs.github.com/enterprise-server@3.16/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *8 - - *620 + - *619 - *9 - *4 - *5 @@ -95664,11 +95498,11 @@ paths: schema: anyOf: - type: array - items: *621 + items: *620 - type: array items: *82 examples: - default-response: *614 + default-response: *613 headers: Link: *6 x-github: @@ -95880,7 +95714,7 @@ webhooks: type: string enum: - disabled - enterprise: &622 + enterprise: &621 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -95949,7 +95783,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &623 + installation: &622 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -95970,7 +95804,7 @@ webhooks: required: - id - node_id - organization: &624 + organization: &623 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -96043,7 +95877,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &625 + repository: &624 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -96956,10 +96790,10 @@ webhooks: type: string enum: - enabled - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -97045,11 +96879,11 @@ webhooks: type: string enum: - created - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 - rule: &626 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 + rule: &625 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-server@3.16/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -97282,11 +97116,11 @@ webhooks: type: string enum: - deleted - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 - rule: *626 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 + rule: *625 sender: *17 required: - action @@ -97484,11 +97318,11 @@ webhooks: - everyone required: - from - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 - rule: *626 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 + rule: *625 sender: *17 required: - action @@ -97559,7 +97393,7 @@ webhooks: required: true content: application/json: - schema: &629 + schema: &628 title: Exemption request cancellation event type: object properties: @@ -97567,11 +97401,11 @@ webhooks: type: string enum: - cancelled - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 - exemption_request: &627 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 + exemption_request: &626 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -97809,7 +97643,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &628 + items: &627 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -97919,7 +97753,7 @@ webhooks: required: true content: application/json: - schema: &630 + schema: &629 title: Exemption request completed event type: object properties: @@ -97927,11 +97761,11 @@ webhooks: type: string enum: - completed - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 - exemption_request: *627 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 + exemption_request: *626 sender: *17 required: - action @@ -98001,7 +97835,7 @@ webhooks: required: true content: application/json: - schema: &631 + schema: &630 title: Exemption request created event type: object properties: @@ -98009,11 +97843,11 @@ webhooks: type: string enum: - created - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 - exemption_request: *627 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 + exemption_request: *626 sender: *17 required: - action @@ -98083,7 +97917,7 @@ webhooks: required: true content: application/json: - schema: &632 + schema: &631 title: Exemption response dismissed event type: object properties: @@ -98091,12 +97925,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 - exemption_request: *627 - exemption_response: *628 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 + exemption_request: *626 + exemption_response: *627 sender: *17 required: - action @@ -98168,7 +98002,7 @@ webhooks: required: true content: application/json: - schema: &633 + schema: &632 title: Exemption response submitted event type: object properties: @@ -98176,12 +98010,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 - exemption_request: *627 - exemption_response: *628 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 + exemption_request: *626 + exemption_response: *627 sender: *17 required: - action @@ -98254,7 +98088,7 @@ webhooks: required: true content: application/json: - schema: *629 + schema: *628 responses: '200': description: Return a 200 status to indicate that the data was received @@ -98321,7 +98155,7 @@ webhooks: required: true content: application/json: - schema: *630 + schema: *629 responses: '200': description: Return a 200 status to indicate that the data was received @@ -98388,7 +98222,7 @@ webhooks: required: true content: application/json: - schema: *631 + schema: *630 responses: '200': description: Return a 200 status to indicate that the data was received @@ -98455,7 +98289,7 @@ webhooks: required: true content: application/json: - schema: *632 + schema: *631 responses: '200': description: Return a 200 status to indicate that the data was received @@ -98523,7 +98357,7 @@ webhooks: required: true content: application/json: - schema: *633 + schema: *632 responses: '200': description: Return a 200 status to indicate that the data was received @@ -98602,12 +98436,12 @@ webhooks: type: string cache_location: type: string - enterprise: *622 - installation: *623 - organization: *624 + enterprise: *621 + installation: *622 + organization: *623 ref: type: string - repository: *625 + repository: *624 sender: *17 required: - cache_location @@ -98701,7 +98535,7 @@ webhooks: type: string enum: - completed - check_run: &635 + check_run: &634 title: CheckRun description: A check performed on the code of a given code change type: object @@ -98766,7 +98600,7 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *369 + items: *368 repository: *165 status: type: string @@ -98811,7 +98645,7 @@ webhooks: - examples: - neutral - deployment: *634 + deployment: *633 details_url: type: string examples: @@ -98871,7 +98705,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *369 + items: *368 started_at: type: string format: date-time @@ -98909,9 +98743,9 @@ webhooks: - output - app - pull_requests - installation: *623 - organization: *624 - repository: *625 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - check_run @@ -99314,10 +99148,10 @@ webhooks: type: string enum: - created - check_run: *635 - installation: *623 - organization: *624 - repository: *625 + check_run: *634 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - check_run @@ -99723,10 +99557,10 @@ webhooks: type: string enum: - requested_action - check_run: *635 - installation: *623 - organization: *624 - repository: *625 + check_run: *634 + installation: *622 + organization: *623 + repository: *624 requested_action: description: The action requested by the user. type: object @@ -100141,10 +99975,10 @@ webhooks: type: string enum: - rerequested - check_run: *635 - installation: *623 - organization: *624 - repository: *625 + check_run: *634 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - check_run @@ -101146,10 +100980,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -101844,10 +101678,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -102536,10 +102370,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -102715,7 +102549,7 @@ webhooks: required: - login - id - dismissed_comment: *381 + dismissed_comment: *380 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -102867,20 +102701,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &636 + commit_oid: &635 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: *622 - installation: *623 - organization: *624 - ref: &637 + enterprise: *621 + installation: *622 + organization: *623 + ref: &636 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: *625 + repository: *624 sender: *17 required: - action @@ -103054,7 +102888,7 @@ webhooks: required: - login - id - dismissed_comment: *381 + dismissed_comment: *380 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -103295,12 +103129,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *636 - enterprise: *622 - installation: *623 - organization: *624 - ref: *637 - repository: *625 + commit_oid: *635 + enterprise: *621 + installation: *622 + organization: *623 + ref: *636 + repository: *624 sender: *17 required: - action @@ -103408,7 +103242,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *381 + dismissed_comment: *380 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -103590,12 +103424,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *636 - enterprise: *622 - installation: *623 - organization: *624 - ref: *637 - repository: *625 + commit_oid: *635 + enterprise: *621 + installation: *622 + organization: *623 + ref: *636 + repository: *624 sender: *17 required: - action @@ -103771,7 +103605,7 @@ webhooks: required: - login - id - dismissed_comment: *381 + dismissed_comment: *380 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -103948,12 +103782,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *636 - enterprise: *622 - installation: *623 - organization: *624 - ref: *637 - repository: *625 + commit_oid: *635 + enterprise: *621 + installation: *622 + organization: *623 + ref: *636 + repository: *624 sender: *17 required: - action @@ -104063,7 +103897,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *381 + dismissed_comment: *380 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -104243,9 +104077,9 @@ webhooks: type: - string - 'null' - enterprise: *622 - installation: *623 - organization: *624 + enterprise: *621 + installation: *622 + organization: *623 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -104253,7 +104087,7 @@ webhooks: type: - string - 'null' - repository: *625 + repository: *624 sender: *17 required: - action @@ -104359,7 +104193,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *381 + dismissed_comment: *380 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -104506,12 +104340,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *636 - enterprise: *622 - installation: *623 - organization: *624 - ref: *637 - repository: *625 + commit_oid: *635 + enterprise: *621 + installation: *622 + organization: *623 + ref: *636 + repository: *624 sender: *17 required: - action @@ -104783,10 +104617,10 @@ webhooks: - updated_at - author_association - body - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -104877,18 +104711,18 @@ webhooks: type: - string - 'null' - enterprise: *622 - installation: *623 + enterprise: *621 + installation: *622 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *624 - pusher_type: &638 + organization: *623 + pusher_type: &637 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &639 + ref: &638 description: The [`git ref`](https://docs.github.com/enterprise-server@3.16/rest/git/refs#get-a-reference) resource. type: string @@ -104898,7 +104732,7 @@ webhooks: enum: - tag - branch - repository: *625 + repository: *624 sender: *17 required: - ref @@ -104987,18 +104821,18 @@ webhooks: title: delete event type: object properties: - enterprise: *622 - installation: *623 - organization: *624 - pusher_type: *638 - ref: *639 + enterprise: *621 + installation: *622 + organization: *623 + pusher_type: *637 + ref: *638 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *625 + repository: *624 sender: *17 required: - ref @@ -105092,11 +104926,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *413 - installation: *623 - organization: *624 - enterprise: *622 - repository: *625 + alert: *412 + installation: *622 + organization: *623 + enterprise: *621 + repository: *624 sender: *17 required: - action @@ -105190,11 +105024,11 @@ webhooks: type: string enum: - auto_reopened - alert: *413 - installation: *623 - organization: *624 - enterprise: *622 - repository: *625 + alert: *412 + installation: *622 + organization: *623 + enterprise: *621 + repository: *624 sender: *17 required: - action @@ -105288,11 +105122,11 @@ webhooks: type: string enum: - created - alert: *413 - installation: *623 - organization: *624 - enterprise: *622 - repository: *625 + alert: *412 + installation: *622 + organization: *623 + enterprise: *621 + repository: *624 sender: *17 required: - action @@ -105384,11 +105218,11 @@ webhooks: type: string enum: - dismissed - alert: *413 - installation: *623 - organization: *624 - enterprise: *622 - repository: *625 + alert: *412 + installation: *622 + organization: *623 + enterprise: *621 + repository: *624 sender: *17 required: - action @@ -105480,11 +105314,11 @@ webhooks: type: string enum: - fixed - alert: *413 - installation: *623 - organization: *624 - enterprise: *622 - repository: *625 + alert: *412 + installation: *622 + organization: *623 + enterprise: *621 + repository: *624 sender: *17 required: - action @@ -105577,11 +105411,11 @@ webhooks: type: string enum: - reintroduced - alert: *413 - installation: *623 - organization: *624 - enterprise: *622 - repository: *625 + alert: *412 + installation: *622 + organization: *623 + enterprise: *621 + repository: *624 sender: *17 required: - action @@ -105673,11 +105507,11 @@ webhooks: type: string enum: - reopened - alert: *413 - installation: *623 - organization: *624 - enterprise: *622 - repository: *625 + alert: *412 + installation: *622 + organization: *623 + enterprise: *621 + repository: *624 sender: *17 required: - action @@ -105764,9 +105598,9 @@ webhooks: type: string enum: - created - enterprise: *622 - installation: *623 - key: &640 + enterprise: *621 + installation: *622 + key: &639 description: The [`deploy key`](https://docs.github.com/enterprise-server@3.16/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -105804,8 +105638,8 @@ webhooks: - verified - created_at - read_only - organization: *624 - repository: *625 + organization: *623 + repository: *624 sender: *17 required: - action @@ -105892,11 +105726,11 @@ webhooks: type: string enum: - deleted - enterprise: *622 - installation: *623 - key: *640 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + key: *639 + organization: *623 + repository: *624 sender: *17 required: - action @@ -106478,12 +106312,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 - workflow: &644 + workflow: &643 title: Workflow type: - object @@ -107231,13 +107065,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *419 + deployment: *418 pull_requests: type: array - items: *497 - repository: *625 - organization: *624 - installation: *623 + items: *496 + repository: *624 + organization: *623 + installation: *622 sender: *17 responses: '200': @@ -107318,7 +107152,7 @@ webhooks: type: string enum: - approved - approver: &641 + approver: &640 type: object properties: avatar_url: @@ -107361,11 +107195,11 @@ webhooks: type: string comment: type: string - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 - reviewers: &642 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 + reviewers: &641 type: array items: type: object @@ -107446,7 +107280,7 @@ webhooks: sender: *17 since: type: string - workflow_job_run: &643 + workflow_job_run: &642 type: object properties: conclusion: @@ -108202,18 +108036,18 @@ webhooks: type: string enum: - rejected - approver: *641 + approver: *640 comment: type: string - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 - reviewers: *642 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 + reviewers: *641 sender: *17 since: type: string - workflow_job_run: *643 + workflow_job_run: *642 workflow_job_runs: type: array items: @@ -108940,13 +108774,13 @@ webhooks: type: string enum: - requested - enterprise: *622 + enterprise: *621 environment: type: string - installation: *623 - organization: *624 - repository: *625 - requestor: &649 + installation: *622 + organization: *623 + repository: *624 + requestor: &648 title: User type: - object @@ -110899,12 +110733,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 - workflow: *644 + workflow: *643 workflow_run: title: Deployment Workflow Run type: @@ -111605,7 +111439,7 @@ webhooks: type: string enum: - answered - answer: &647 + answer: &646 type: object properties: author_association: @@ -111765,7 +111599,7 @@ webhooks: - created_at - updated_at - body - discussion: &645 + discussion: &644 title: Discussion description: A Discussion in a repository. type: object @@ -112061,7 +111895,7 @@ webhooks: - id labels: type: array - items: *459 + items: *458 required: - repository_url - category @@ -112083,10 +111917,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -112223,11 +112057,11 @@ webhooks: - from required: - category - discussion: *645 - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + discussion: *644 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -112320,11 +112154,11 @@ webhooks: type: string enum: - closed - discussion: *645 - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + discussion: *644 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -112416,7 +112250,7 @@ webhooks: type: string enum: - created - comment: &646 + comment: &645 type: object properties: author_association: @@ -112576,11 +112410,11 @@ webhooks: - updated_at - body - reactions - discussion: *645 - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + discussion: *644 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -112673,12 +112507,12 @@ webhooks: type: string enum: - deleted - comment: *646 - discussion: *645 - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + comment: *645 + discussion: *644 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -112783,12 +112617,12 @@ webhooks: - from required: - body - comment: *646 - discussion: *645 - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + comment: *645 + discussion: *644 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -112882,11 +112716,11 @@ webhooks: type: string enum: - created - discussion: *645 - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + discussion: *644 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -112978,11 +112812,11 @@ webhooks: type: string enum: - deleted - discussion: *645 - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + discussion: *644 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -113092,11 +112926,11 @@ webhooks: type: string required: - from - discussion: *645 - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + discussion: *644 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -113188,10 +113022,10 @@ webhooks: type: string enum: - labeled - discussion: *645 - enterprise: *622 - installation: *623 - label: &648 + discussion: *644 + enterprise: *621 + installation: *622 + label: &647 title: Label type: object properties: @@ -113224,8 +113058,8 @@ webhooks: - color - default - description - organization: *624 - repository: *625 + organization: *623 + repository: *624 sender: *17 required: - action @@ -113318,11 +113152,11 @@ webhooks: type: string enum: - locked - discussion: *645 - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + discussion: *644 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -113414,11 +113248,11 @@ webhooks: type: string enum: - pinned - discussion: *645 - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + discussion: *644 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -113510,11 +113344,11 @@ webhooks: type: string enum: - reopened - discussion: *645 - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + discussion: *644 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -113609,16 +113443,16 @@ webhooks: changes: type: object properties: - new_discussion: *645 - new_repository: *625 + new_discussion: *644 + new_repository: *624 required: - new_discussion - new_repository - discussion: *645 - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + discussion: *644 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -113711,10 +113545,10 @@ webhooks: type: string enum: - unanswered - discussion: *645 - old_answer: *647 - organization: *624 - repository: *625 + discussion: *644 + old_answer: *646 + organization: *623 + repository: *624 sender: *17 required: - action @@ -113806,12 +113640,12 @@ webhooks: type: string enum: - unlabeled - discussion: *645 - enterprise: *622 - installation: *623 - label: *648 - organization: *624 - repository: *625 + discussion: *644 + enterprise: *621 + installation: *622 + label: *647 + organization: *623 + repository: *624 sender: *17 required: - action @@ -113904,11 +113738,11 @@ webhooks: type: string enum: - unlocked - discussion: *645 - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + discussion: *644 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -114000,11 +113834,11 @@ webhooks: type: string enum: - unpinned - discussion: *645 - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + discussion: *644 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -114245,7 +114079,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *622 + enterprise: *621 forkee: description: The created [`repository`](https://docs.github.com/enterprise-server@3.16/rest/repos/repos#get-a-repository) resource. @@ -114923,9 +114757,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *623 - organization: *624 - repository: *625 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - forkee @@ -115091,9 +114925,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *622 - installation: *623 - organization: *624 + enterprise: *621 + installation: *622 + organization: *623 pages: description: The pages that were updated. type: array @@ -115131,7 +114965,7 @@ webhooks: - action - sha - html_url - repository: *625 + repository: *624 sender: *17 required: - pages @@ -115217,10 +115051,10 @@ webhooks: type: string enum: - created - enterprise: *622 + enterprise: *621 installation: *37 - organization: *624 - repositories: &650 + organization: *623 + repositories: &649 description: An array of repository objects that the installation can access. type: array @@ -115246,8 +115080,8 @@ webhooks: - name - full_name - private - repository: *625 - requester: *649 + repository: *624 + requester: *648 sender: *17 required: - action @@ -115332,11 +115166,11 @@ webhooks: type: string enum: - deleted - enterprise: *622 + enterprise: *621 installation: *37 - organization: *624 - repositories: *650 - repository: *625 + organization: *623 + repositories: *649 + repository: *624 requester: type: - 'null' @@ -115423,11 +115257,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *622 + enterprise: *621 installation: *37 - organization: *624 - repositories: *650 - repository: *625 + organization: *623 + repositories: *649 + repository: *624 requester: type: - 'null' @@ -115514,10 +115348,10 @@ webhooks: type: string enum: - added - enterprise: *622 + enterprise: *621 installation: *37 - organization: *624 - repositories_added: &651 + organization: *623 + repositories_added: &650 description: An array of repository objects, which were added to the installation. type: array @@ -115563,15 +115397,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *625 - repository_selection: &652 + repository: *624 + repository_selection: &651 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *649 + requester: *648 sender: *17 required: - action @@ -115660,10 +115494,10 @@ webhooks: type: string enum: - removed - enterprise: *622 + enterprise: *621 installation: *37 - organization: *624 - repositories_added: *651 + organization: *623 + repositories_added: *650 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -115690,9 +115524,9 @@ webhooks: - name - full_name - private - repository: *625 - repository_selection: *652 - requester: *649 + repository: *624 + repository_selection: *651 + requester: *648 sender: *17 required: - action @@ -115781,11 +115615,11 @@ webhooks: type: string enum: - suspend - enterprise: *622 + enterprise: *621 installation: *37 - organization: *624 - repositories: *650 - repository: *625 + organization: *623 + repositories: *649 + repository: *624 requester: type: - 'null' @@ -115978,10 +115812,10 @@ webhooks: type: string required: - from - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 target_type: type: string @@ -116070,11 +115904,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *622 + enterprise: *621 installation: *37 - organization: *624 - repositories: *650 - repository: *625 + organization: *623 + repositories: *649 + repository: *624 requester: type: - 'null' @@ -116332,8 +116166,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *622 - installation: *623 + enterprise: *621 + installation: *622 issue: description: The [issue](https://docs.github.com/enterprise-server@3.16/rest/issues/issues#get-an-issue) the comment belongs to. @@ -117180,7 +117014,7 @@ webhooks: title: description: Title of the issue type: string - type: *583 + type: *582 updated_at: type: string format: date-time @@ -117524,8 +117358,8 @@ webhooks: - state - locked - assignee - organization: *624 - repository: *625 + organization: *623 + repository: *624 sender: *17 required: - action @@ -117615,7 +117449,7 @@ webhooks: type: string enum: - deleted - comment: &653 + comment: &652 title: issue comment description: The [comment](https://docs.github.com/enterprise-server@3.16/rest/issues/comments#get-an-issue-comment) itself. @@ -117782,8 +117616,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *622 - installation: *623 + enterprise: *621 + installation: *622 issue: description: The [issue](https://docs.github.com/enterprise-server@3.16/rest/issues/issues#get-an-issue) the comment belongs to. @@ -118626,7 +118460,7 @@ webhooks: title: description: Title of the issue type: string - type: *583 + type: *582 updated_at: type: string format: date-time @@ -118972,8 +118806,8 @@ webhooks: - state - locked - assignee - organization: *624 - repository: *625 + organization: *623 + repository: *624 sender: *17 required: - action @@ -119063,7 +118897,7 @@ webhooks: type: string enum: - edited - changes: &674 + changes: &673 description: The changes to the comment. type: object properties: @@ -119075,9 +118909,9 @@ webhooks: type: string required: - from - comment: *653 - enterprise: *622 - installation: *623 + comment: *652 + enterprise: *621 + installation: *622 issue: description: The [issue](https://docs.github.com/enterprise-server@3.16/rest/issues/issues#get-an-issue) the comment belongs to. @@ -119923,7 +119757,7 @@ webhooks: title: description: Title of the issue type: string - type: *583 + type: *582 updated_at: type: string format: date-time @@ -120267,8 +120101,8 @@ webhooks: - state - locked - assignee - organization: *624 - repository: *625 + organization: *623 + repository: *624 sender: *17 required: - action @@ -120360,10 +120194,10 @@ webhooks: type: string enum: - assigned - assignee: *649 - enterprise: *622 - installation: *623 - issue: &656 + assignee: *648 + enterprise: *621 + installation: *622 + issue: &655 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.16/rest/issues/issues#get-an-issue) itself. @@ -121205,7 +121039,7 @@ webhooks: title: description: Title of the issue type: string - type: *583 + type: *582 updated_at: type: string format: date-time @@ -121308,8 +121142,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *624 - repository: *625 + organization: *623 + repository: *624 sender: *17 required: - action @@ -121399,8 +121233,8 @@ webhooks: type: string enum: - closed - enterprise: *622 - installation: *623 + enterprise: *621 + installation: *622 issue: description: The [issue](https://docs.github.com/enterprise-server@3.16/rest/issues/issues#get-an-issue) itself. @@ -122247,7 +122081,7 @@ webhooks: title: description: Title of the issue type: string - type: *583 + type: *582 updated_at: type: string format: date-time @@ -122493,8 +122327,8 @@ webhooks: required: - state - closed_at - organization: *624 - repository: *625 + organization: *623 + repository: *624 sender: *17 required: - action @@ -122583,8 +122417,8 @@ webhooks: type: string enum: - deleted - enterprise: *622 - installation: *623 + enterprise: *621 + installation: *622 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.16/rest/issues/issues#get-an-issue) @@ -123422,7 +123256,7 @@ webhooks: title: description: Title of the issue type: string - type: *583 + type: *582 updated_at: type: string format: date-time @@ -123524,8 +123358,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *624 - repository: *625 + organization: *623 + repository: *624 sender: *17 required: - action @@ -123614,8 +123448,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *622 - installation: *623 + enterprise: *621 + installation: *622 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.16/rest/issues/issues#get-an-issue) @@ -124476,7 +124310,7 @@ webhooks: title: description: Title of the issue type: string - type: *583 + type: *582 updated_at: type: string format: date-time @@ -124557,7 +124391,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &654 + milestone: &653 title: Milestone description: A collection of related issues and pull requests. type: object @@ -124700,8 +124534,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *624 - repository: *625 + organization: *623 + repository: *624 sender: *17 required: - action @@ -124810,8 +124644,8 @@ webhooks: type: string required: - from - enterprise: *622 - installation: *623 + enterprise: *621 + installation: *622 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.16/rest/issues/issues#get-an-issue) @@ -125650,7 +125484,7 @@ webhooks: timeline_url: type: string format: uri - type: *583 + type: *582 title: description: Title of the issue type: string @@ -125756,9 +125590,9 @@ webhooks: - active_lock_reason - body - reactions - label: *648 - organization: *624 - repository: *625 + label: *647 + organization: *623 + repository: *624 sender: *17 required: - action @@ -125848,8 +125682,8 @@ webhooks: type: string enum: - labeled - enterprise: *622 - installation: *623 + enterprise: *621 + installation: *622 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.16/rest/issues/issues#get-an-issue) @@ -126687,7 +126521,7 @@ webhooks: timeline_url: type: string format: uri - type: *583 + type: *582 title: description: Title of the issue type: string @@ -126793,9 +126627,9 @@ webhooks: - active_lock_reason - body - reactions - label: *648 - organization: *624 - repository: *625 + label: *647 + organization: *623 + repository: *624 sender: *17 required: - action @@ -126885,8 +126719,8 @@ webhooks: type: string enum: - locked - enterprise: *622 - installation: *623 + enterprise: *621 + installation: *622 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.16/rest/issues/issues#get-an-issue) @@ -127749,7 +127583,7 @@ webhooks: timeline_url: type: string format: uri - type: *583 + type: *582 title: description: Title of the issue type: string @@ -127832,8 +127666,8 @@ webhooks: format: uri user_view_type: type: string - organization: *624 - repository: *625 + organization: *623 + repository: *624 sender: *17 required: - action @@ -127922,8 +127756,8 @@ webhooks: type: string enum: - milestoned - enterprise: *622 - installation: *623 + enterprise: *621 + installation: *622 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.16/rest/issues/issues#get-an-issue) @@ -128783,7 +128617,7 @@ webhooks: title: description: Title of the issue type: string - type: *583 + type: *582 updated_at: type: string format: date-time @@ -128863,9 +128697,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *654 - organization: *624 - repository: *625 + milestone: *653 + organization: *623 + repository: *624 sender: *17 required: - action @@ -129876,7 +129710,7 @@ webhooks: required: - login - id - type: *583 + type: *582 required: - id - number @@ -130357,8 +130191,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *622 - installation: *623 + enterprise: *621 + installation: *622 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.16/rest/issues/issues#get-an-issue) @@ -131200,7 +131034,7 @@ webhooks: title: description: Title of the issue type: string - type: *583 + type: *582 updated_at: type: string format: date-time @@ -131302,8 +131136,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *624 - repository: *625 + organization: *623 + repository: *624 sender: *17 required: - action @@ -131393,9 +131227,9 @@ webhooks: type: string enum: - pinned - enterprise: *622 - installation: *623 - issue: &655 + enterprise: *621 + installation: *622 + issue: &654 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.16/rest/issues/issues#get-an-issue) itself. @@ -132231,7 +132065,7 @@ webhooks: title: description: Title of the issue type: string - type: *583 + type: *582 updated_at: type: string format: date-time @@ -132333,8 +132167,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *624 - repository: *625 + organization: *623 + repository: *624 sender: *17 required: - action @@ -132423,8 +132257,8 @@ webhooks: type: string enum: - reopened - enterprise: *622 - installation: *623 + enterprise: *621 + installation: *622 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.16/rest/issues/issues#get-an-issue) @@ -133368,9 +133202,9 @@ webhooks: format: uri user_view_type: type: string - type: *583 - organization: *624 - repository: *625 + type: *582 + organization: *623 + repository: *624 sender: *17 required: - action @@ -134299,7 +134133,7 @@ webhooks: title: description: Title of the issue type: string - type: *583 + type: *582 updated_at: type: string format: date-time @@ -134881,11 +134715,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *622 - installation: *623 - issue: *655 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + issue: *654 + organization: *623 + repository: *624 sender: *17 required: - action @@ -134976,7 +134810,7 @@ webhooks: type: string enum: - unassigned - assignee: &677 + assignee: &676 title: User type: - object @@ -135048,11 +134882,11 @@ webhooks: required: - login - id - enterprise: *622 - installation: *623 - issue: *656 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + issue: *655 + organization: *623 + repository: *624 sender: *17 required: - action @@ -135141,12 +134975,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *622 - installation: *623 - issue: *656 - label: *648 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + issue: *655 + label: *647 + organization: *623 + repository: *624 sender: *17 required: - action @@ -135236,8 +135070,8 @@ webhooks: type: string enum: - unlocked - enterprise: *622 - installation: *623 + enterprise: *621 + installation: *622 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.16/rest/issues/issues#get-an-issue) @@ -136101,7 +135935,7 @@ webhooks: title: description: Title of the issue type: string - type: *583 + type: *582 updated_at: type: string format: date-time @@ -136181,8 +136015,8 @@ webhooks: format: uri user_view_type: type: string - organization: *624 - repository: *625 + organization: *623 + repository: *624 sender: *17 required: - action @@ -136272,11 +136106,11 @@ webhooks: type: string enum: - unpinned - enterprise: *622 - installation: *623 - issue: *655 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + issue: *654 + organization: *623 + repository: *624 sender: *17 required: - action @@ -136365,11 +136199,11 @@ webhooks: type: string enum: - created - enterprise: *622 - installation: *623 - label: *648 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + label: *647 + organization: *623 + repository: *624 sender: *17 required: - action @@ -136457,11 +136291,11 @@ webhooks: type: string enum: - deleted - enterprise: *622 - installation: *623 - label: *648 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + label: *647 + organization: *623 + repository: *624 sender: *17 required: - action @@ -136581,11 +136415,11 @@ webhooks: type: string required: - from - enterprise: *622 - installation: *623 - label: *648 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + label: *647 + organization: *623 + repository: *624 sender: *17 required: - action @@ -136699,11 +136533,11 @@ webhooks: type: string required: - to - enterprise: *622 - installation: *623 - member: *649 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + member: *648 + organization: *623 + repository: *624 sender: *17 required: - action @@ -136815,11 +136649,11 @@ webhooks: type: - string - 'null' - enterprise: *622 - installation: *623 - member: *649 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + member: *648 + organization: *623 + repository: *624 sender: *17 required: - action @@ -136908,11 +136742,11 @@ webhooks: type: string enum: - removed - enterprise: *622 - installation: *623 - member: *649 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + member: *648 + organization: *623 + repository: *624 sender: *17 required: - action @@ -137000,11 +136834,11 @@ webhooks: type: string enum: - added - enterprise: *622 - installation: *623 - member: *649 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + member: *648 + organization: *623 + repository: *624 scope: description: The scope of the membership. Currently, can only be `team`. @@ -137082,7 +136916,7 @@ webhooks: required: - login - id - team: &657 + team: &656 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -137285,11 +137119,11 @@ webhooks: type: string enum: - removed - enterprise: *622 - installation: *623 - member: *649 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + member: *648 + organization: *623 + repository: *624 scope: description: The scope of the membership. Currently, can only be `team`. @@ -137368,7 +137202,7 @@ webhooks: required: - login - id - team: *657 + team: *656 required: - action - scope @@ -137456,7 +137290,7 @@ webhooks: type: string enum: - deleted - enterprise: *622 + enterprise: *621 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -137565,12 +137399,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *623 - organization: *624 + installation: *622 + organization: *623 repository: anyOf: - type: 'null' - - *625 + - *624 sender: *17 required: - action @@ -137660,11 +137494,11 @@ webhooks: type: string enum: - closed - enterprise: *622 - installation: *623 - milestone: *654 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + milestone: *653 + organization: *623 + repository: *624 sender: *17 required: - action @@ -137753,9 +137587,9 @@ webhooks: type: string enum: - created - enterprise: *622 - installation: *623 - milestone: &658 + enterprise: *621 + installation: *622 + milestone: &657 title: Milestone description: A collection of related issues and pull requests. type: object @@ -137897,8 +137731,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *624 - repository: *625 + organization: *623 + repository: *624 sender: *17 required: - action @@ -137987,11 +137821,11 @@ webhooks: type: string enum: - deleted - enterprise: *622 - installation: *623 - milestone: *654 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + milestone: *653 + organization: *623 + repository: *624 sender: *17 required: - action @@ -138111,11 +137945,11 @@ webhooks: type: string required: - from - enterprise: *622 - installation: *623 - milestone: *654 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + milestone: *653 + organization: *623 + repository: *624 sender: *17 required: - action @@ -138205,11 +138039,11 @@ webhooks: type: string enum: - opened - enterprise: *622 - installation: *623 - milestone: *658 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + milestone: *657 + organization: *623 + repository: *624 sender: *17 required: - action @@ -138298,9 +138132,9 @@ webhooks: type: string enum: - deleted - enterprise: *622 - installation: *623 - membership: &659 + enterprise: *621 + installation: *622 + membership: &658 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -138394,8 +138228,8 @@ webhooks: - role - organization_url - user - organization: *624 - repository: *625 + organization: *623 + repository: *624 sender: *17 required: - action @@ -138483,11 +138317,11 @@ webhooks: type: string enum: - member_added - enterprise: *622 - installation: *623 - membership: *659 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + membership: *658 + organization: *623 + repository: *624 sender: *17 required: - action @@ -138576,8 +138410,8 @@ webhooks: type: string enum: - member_invited - enterprise: *622 - installation: *623 + enterprise: *621 + installation: *622 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -138699,10 +138533,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *624 - repository: *625 + organization: *623 + repository: *624 sender: *17 - user: *649 + user: *648 required: - action - invitation @@ -138790,11 +138624,11 @@ webhooks: type: string enum: - member_removed - enterprise: *622 - installation: *623 - membership: *659 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + membership: *658 + organization: *623 + repository: *624 sender: *17 required: - action @@ -138891,11 +138725,11 @@ webhooks: properties: from: type: string - enterprise: *622 - installation: *623 - membership: *659 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + membership: *658 + organization: *623 + repository: *624 sender: *17 required: - action @@ -138981,9 +138815,9 @@ webhooks: type: string enum: - published - enterprise: *622 - installation: *623 - organization: *624 + enterprise: *621 + installation: *622 + organization: *623 package: description: Information about the package. type: object @@ -139506,7 +139340,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &660 + items: &659 title: Ruby Gems metadata type: object properties: @@ -139603,7 +139437,7 @@ webhooks: - owner - package_version - registry - repository: *625 + repository: *624 sender: *17 required: - action @@ -139689,9 +139523,9 @@ webhooks: type: string enum: - updated - enterprise: *622 - installation: *623 - organization: *624 + enterprise: *621 + installation: *622 + organization: *623 package: description: Information about the package. type: object @@ -140053,7 +139887,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *660 + items: *659 source_url: type: string format: uri @@ -140124,7 +139958,7 @@ webhooks: - owner - package_version - registry - repository: *625 + repository: *624 sender: *17 required: - action @@ -140315,12 +140149,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *622 + enterprise: *621 id: type: integer - installation: *623 - organization: *624 - repository: *625 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - id @@ -140397,7 +140231,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &661 + personal_access_token_request: &660 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -140547,10 +140381,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *622 - organization: *624 + enterprise: *621 + organization: *623 sender: *17 - installation: *623 + installation: *622 required: - action - personal_access_token_request @@ -140627,11 +140461,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *661 - enterprise: *622 - organization: *624 + personal_access_token_request: *660 + enterprise: *621 + organization: *623 sender: *17 - installation: *623 + installation: *622 required: - action - personal_access_token_request @@ -140707,11 +140541,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *661 - enterprise: *622 - organization: *624 + personal_access_token_request: *660 + enterprise: *621 + organization: *623 sender: *17 - installation: *623 + installation: *622 required: - action - personal_access_token_request @@ -140786,11 +140620,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *661 - organization: *624 - enterprise: *622 + personal_access_token_request: *660 + organization: *623 + enterprise: *621 sender: *17 - installation: *623 + installation: *622 required: - action - personal_access_token_request @@ -140905,7 +140739,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *662 + last_response: *661 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -140937,8 +140771,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *624 - repository: *625 + organization: *623 + repository: *624 sender: *17 zen: description: Random string of GitHub zen. @@ -141193,10 +141027,10 @@ webhooks: - from required: - note - enterprise: *622 - installation: *623 - organization: *624 - project_card: &663 + enterprise: *621 + installation: *622 + organization: *623 + project_card: &662 title: Project Card type: object properties: @@ -141319,7 +141153,7 @@ webhooks: - creator - created_at - updated_at - repository: *625 + repository: *624 sender: *17 required: - action @@ -141410,11 +141244,11 @@ webhooks: type: string enum: - created - enterprise: *622 - installation: *623 - organization: *624 - project_card: *663 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + project_card: *662 + repository: *624 sender: *17 required: - action @@ -141504,9 +141338,9 @@ webhooks: type: string enum: - deleted - enterprise: *622 - installation: *623 - organization: *624 + enterprise: *621 + installation: *622 + organization: *623 project_card: title: Project Card type: object @@ -141636,7 +141470,7 @@ webhooks: repository: anyOf: - type: 'null' - - *625 + - *624 sender: *17 required: - action @@ -141740,11 +141574,11 @@ webhooks: - from required: - note - enterprise: *622 - installation: *623 - organization: *624 - project_card: *663 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + project_card: *662 + repository: *624 sender: *17 required: - action @@ -141848,9 +141682,9 @@ webhooks: - from required: - column_id - enterprise: *622 - installation: *623 - organization: *624 + enterprise: *621 + installation: *622 + organization: *623 project_card: allOf: - title: Project Card @@ -142047,7 +141881,7 @@ webhooks: type: string required: - after_id - repository: *625 + repository: *624 sender: *17 required: - action @@ -142137,10 +141971,10 @@ webhooks: type: string enum: - closed - enterprise: *622 - installation: *623 - organization: *624 - project: &665 + enterprise: *621 + installation: *622 + organization: *623 + project: &664 title: Project type: object properties: @@ -142267,7 +142101,7 @@ webhooks: - creator - created_at - updated_at - repository: *625 + repository: *624 sender: *17 required: - action @@ -142357,10 +142191,10 @@ webhooks: type: string enum: - created - enterprise: *622 - installation: *623 - organization: *624 - project_column: &664 + enterprise: *621 + installation: *622 + organization: *623 + project_column: &663 title: Project Column type: object properties: @@ -142400,7 +142234,7 @@ webhooks: - name - created_at - updated_at - repository: *625 + repository: *624 sender: *17 required: - action @@ -142489,14 +142323,14 @@ webhooks: type: string enum: - deleted - enterprise: *622 - installation: *623 - organization: *624 - project_column: *664 + enterprise: *621 + installation: *622 + organization: *623 + project_column: *663 repository: anyOf: - type: 'null' - - *625 + - *624 sender: *17 required: - action @@ -142595,11 +142429,11 @@ webhooks: type: string required: - from - enterprise: *622 - installation: *623 - organization: *624 - project_column: *664 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + project_column: *663 + repository: *624 sender: *17 required: - action @@ -142689,11 +142523,11 @@ webhooks: type: string enum: - moved - enterprise: *622 - installation: *623 - organization: *624 - project_column: *664 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + project_column: *663 + repository: *624 sender: *17 required: - action @@ -142783,11 +142617,11 @@ webhooks: type: string enum: - created - enterprise: *622 - installation: *623 - organization: *624 - project: *665 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + project: *664 + repository: *624 sender: *17 required: - action @@ -142877,14 +142711,14 @@ webhooks: type: string enum: - deleted - enterprise: *622 - installation: *623 - organization: *624 - project: *665 + enterprise: *621 + installation: *622 + organization: *623 + project: *664 repository: anyOf: - type: 'null' - - *625 + - *624 sender: *17 required: - action @@ -142995,11 +142829,11 @@ webhooks: type: string required: - from - enterprise: *622 - installation: *623 - organization: *624 - project: *665 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + project: *664 + repository: *624 sender: *17 required: - action @@ -143088,11 +142922,11 @@ webhooks: type: string enum: - reopened - enterprise: *622 - installation: *623 - organization: *624 - project: *665 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + project: *664 + repository: *624 sender: *17 required: - action @@ -143183,9 +143017,9 @@ webhooks: type: string enum: - closed - installation: *623 - organization: *624 - projects_v2: &666 + installation: *622 + organization: *623 + projects_v2: &665 title: Projects v2 Project description: A projects v2 project type: object @@ -143343,9 +143177,9 @@ webhooks: type: string enum: - created - installation: *623 - organization: *624 - projects_v2: *666 + installation: *622 + organization: *623 + projects_v2: *665 sender: *17 required: - action @@ -143436,9 +143270,9 @@ webhooks: type: string enum: - deleted - installation: *623 - organization: *624 - projects_v2: *666 + installation: *622 + organization: *623 + projects_v2: *665 sender: *17 required: - action @@ -143569,9 +143403,9 @@ webhooks: type: string to: type: string - installation: *623 - organization: *624 - projects_v2: *666 + installation: *622 + organization: *623 + projects_v2: *665 sender: *17 required: - action @@ -143664,7 +143498,7 @@ webhooks: type: string enum: - archived - changes: &670 + changes: &669 type: object properties: archived_at: @@ -143680,9 +143514,9 @@ webhooks: - string - 'null' format: date-time - installation: *623 - organization: *624 - projects_v2_item: &667 + installation: *622 + organization: *623 + projects_v2_item: &666 title: Projects v2 Item description: An item belonging to a project type: object @@ -143831,9 +143665,9 @@ webhooks: - 'null' to: type: string - installation: *623 - organization: *624 - projects_v2_item: *667 + installation: *622 + organization: *623 + projects_v2_item: *666 sender: *17 required: - action @@ -143925,9 +143759,9 @@ webhooks: type: string enum: - created - installation: *623 - organization: *624 - projects_v2_item: *667 + installation: *622 + organization: *623 + projects_v2_item: *666 sender: *17 required: - action @@ -144018,9 +143852,9 @@ webhooks: type: string enum: - deleted - installation: *623 - organization: *624 - projects_v2_item: *667 + installation: *622 + organization: *623 + projects_v2_item: *666 sender: *17 required: - action @@ -144135,7 +143969,7 @@ webhooks: oneOf: - type: string - type: integer - - &668 + - &667 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -144155,7 +143989,7 @@ webhooks: required: - id - name - - &669 + - &668 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -144184,8 +144018,8 @@ webhooks: oneOf: - type: string - type: integer + - *667 - *668 - - *669 type: - 'null' - string @@ -144208,9 +144042,9 @@ webhooks: - 'null' required: - body - installation: *623 - organization: *624 - projects_v2_item: *667 + installation: *622 + organization: *623 + projects_v2_item: *666 sender: *17 required: - action @@ -144317,9 +144151,9 @@ webhooks: type: - string - 'null' - installation: *623 - organization: *624 - projects_v2_item: *667 + installation: *622 + organization: *623 + projects_v2_item: *666 sender: *17 required: - action @@ -144412,10 +144246,10 @@ webhooks: type: string enum: - restored - changes: *670 - installation: *623 - organization: *624 - projects_v2_item: *667 + changes: *669 + installation: *622 + organization: *623 + projects_v2_item: *666 sender: *17 required: - action @@ -144507,9 +144341,9 @@ webhooks: type: string enum: - reopened - installation: *623 - organization: *624 - projects_v2: *666 + installation: *622 + organization: *623 + projects_v2: *665 sender: *17 required: - action @@ -144590,10 +144424,10 @@ webhooks: title: public event type: object properties: - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - repository @@ -144680,13 +144514,13 @@ webhooks: type: string enum: - assigned - assignee: *649 - enterprise: *622 - installation: *623 - number: &671 + assignee: *648 + enterprise: *621 + installation: *622 + number: &670 description: The pull request number. type: integer - organization: *624 + organization: *623 pull_request: title: Pull Request type: object @@ -147035,7 +146869,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *625 + repository: *624 sender: *17 required: - action @@ -147127,11 +146961,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *622 - installation: *623 + enterprise: *621 + installation: *622 number: type: integer - organization: *624 + organization: *623 pull_request: title: Pull Request type: object @@ -149473,7 +149307,7 @@ webhooks: - draft reason: type: string - repository: *625 + repository: *624 sender: *17 required: - action @@ -149565,11 +149399,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *622 - installation: *623 + enterprise: *621 + installation: *622 number: type: integer - organization: *624 + organization: *623 pull_request: title: Pull Request type: object @@ -151911,7 +151745,7 @@ webhooks: - draft reason: type: string - repository: *625 + repository: *624 sender: *17 required: - action @@ -152003,13 +151837,13 @@ webhooks: type: string enum: - closed - enterprise: *622 - installation: *623 - number: *671 - organization: *624 - pull_request: &672 + enterprise: *621 + installation: *622 + number: *670 + organization: *623 + pull_request: &671 allOf: - - *497 + - *496 - type: object properties: allow_auto_merge: @@ -152071,7 +151905,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *625 + repository: *624 sender: *17 required: - action @@ -152162,12 +151996,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *622 - installation: *623 - number: *671 - organization: *624 - pull_request: *672 - repository: *625 + enterprise: *621 + installation: *622 + number: *670 + organization: *623 + pull_request: *671 + repository: *624 sender: *17 required: - action @@ -152257,11 +152091,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *622 - milestone: *402 - number: *671 - organization: *624 - pull_request: &673 + enterprise: *621 + milestone: *401 + number: *670 + organization: *623 + pull_request: &672 title: Pull Request type: object properties: @@ -154588,7 +154422,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *625 + repository: *624 sender: *17 required: - action @@ -154720,12 +154554,12 @@ webhooks: type: string required: - from - enterprise: *622 - installation: *623 - number: *671 - organization: *624 - pull_request: *672 - repository: *625 + enterprise: *621 + installation: *622 + number: *670 + organization: *623 + pull_request: *671 + repository: *624 sender: *17 required: - action @@ -154815,11 +154649,11 @@ webhooks: type: string enum: - labeled - enterprise: *622 - installation: *623 - label: *648 - number: *671 - organization: *624 + enterprise: *621 + installation: *622 + label: *647 + number: *670 + organization: *623 pull_request: title: Pull Request type: object @@ -157167,7 +157001,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *625 + repository: *624 sender: *17 required: - action @@ -157258,10 +157092,10 @@ webhooks: type: string enum: - locked - enterprise: *622 - installation: *623 - number: *671 - organization: *624 + enterprise: *621 + installation: *622 + number: *670 + organization: *623 pull_request: title: Pull Request type: object @@ -159607,7 +159441,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *625 + repository: *624 sender: *17 required: - action @@ -159697,12 +159531,12 @@ webhooks: type: string enum: - milestoned - enterprise: *622 - milestone: *402 - number: *671 - organization: *624 - pull_request: *673 - repository: *625 + enterprise: *621 + milestone: *401 + number: *670 + organization: *623 + pull_request: *672 + repository: *624 sender: *17 required: - action @@ -159791,12 +159625,12 @@ webhooks: type: string enum: - opened - enterprise: *622 - installation: *623 - number: *671 - organization: *624 - pull_request: *672 - repository: *625 + enterprise: *621 + installation: *622 + number: *670 + organization: *623 + pull_request: *671 + repository: *624 sender: *17 required: - action @@ -159887,12 +159721,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *622 - installation: *623 - number: *671 - organization: *624 - pull_request: *672 - repository: *625 + enterprise: *621 + installation: *622 + number: *670 + organization: *623 + pull_request: *671 + repository: *624 sender: *17 required: - action @@ -159982,12 +159816,12 @@ webhooks: type: string enum: - reopened - enterprise: *622 - installation: *623 - number: *671 - organization: *624 - pull_request: *672 - repository: *625 + enterprise: *621 + installation: *622 + number: *670 + organization: *623 + pull_request: *671 + repository: *624 sender: *17 required: - action @@ -160372,9 +160206,9 @@ webhooks: - start_side - side - reactions - enterprise: *622 - installation: *623 - organization: *624 + enterprise: *621 + installation: *622 + organization: *623 pull_request: type: object properties: @@ -162604,7 +162438,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *625 + repository: *624 sender: *17 required: - action @@ -162694,7 +162528,7 @@ webhooks: type: string enum: - deleted - comment: &675 + comment: &674 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-server@3.16/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -162987,9 +162821,9 @@ webhooks: - start_side - side - reactions - enterprise: *622 - installation: *623 - organization: *624 + enterprise: *621 + installation: *622 + organization: *623 pull_request: type: object properties: @@ -165207,7 +165041,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *625 + repository: *624 sender: *17 required: - action @@ -165297,11 +165131,11 @@ webhooks: type: string enum: - edited - changes: *674 - comment: *675 - enterprise: *622 - installation: *623 - organization: *624 + changes: *673 + comment: *674 + enterprise: *621 + installation: *622 + organization: *623 pull_request: type: object properties: @@ -167522,7 +167356,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *625 + repository: *624 sender: *17 required: - action @@ -167613,9 +167447,9 @@ webhooks: type: string enum: - dismissed - enterprise: *622 - installation: *623 - organization: *624 + enterprise: *621 + installation: *622 + organization: *623 pull_request: title: Simple Pull Request type: object @@ -169848,7 +169682,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *625 + repository: *624 review: description: The review that was affected. type: object @@ -170104,9 +169938,9 @@ webhooks: type: string required: - from - enterprise: *622 - installation: *623 - organization: *624 + enterprise: *621 + installation: *622 + organization: *623 pull_request: title: Simple Pull Request type: object @@ -172220,8 +172054,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *625 - review: &676 + repository: *624 + review: &675 description: The review that was affected. type: object properties: @@ -172464,12 +172298,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *622 - installation: *623 + enterprise: *621 + installation: *622 number: description: The pull request number. type: integer - organization: *624 + organization: *623 pull_request: title: Pull Request type: object @@ -174816,7 +174650,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *625 + repository: *624 requested_reviewer: title: User type: @@ -174902,12 +174736,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *622 - installation: *623 + enterprise: *621 + installation: *622 number: description: The pull request number. type: integer - organization: *624 + organization: *623 pull_request: title: Pull Request type: object @@ -177261,7 +177095,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *625 + repository: *624 requested_team: title: Team description: Groups of organization members that gives permissions @@ -177466,12 +177300,12 @@ webhooks: type: string enum: - review_requested - enterprise: *622 - installation: *623 + enterprise: *621 + installation: *622 number: description: The pull request number. type: integer - organization: *624 + organization: *623 pull_request: title: Pull Request type: object @@ -179820,7 +179654,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *625 + repository: *624 requested_reviewer: title: User type: @@ -179907,12 +179741,12 @@ webhooks: type: string enum: - review_requested - enterprise: *622 - installation: *623 + enterprise: *621 + installation: *622 number: description: The pull request number. type: integer - organization: *624 + organization: *623 pull_request: title: Pull Request type: object @@ -182252,7 +182086,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *625 + repository: *624 requested_team: title: Team description: Groups of organization members that gives permissions @@ -182446,9 +182280,9 @@ webhooks: type: string enum: - submitted - enterprise: *622 - installation: *623 - organization: *624 + enterprise: *621 + installation: *622 + organization: *623 pull_request: title: Simple Pull Request type: object @@ -184684,8 +184518,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *625 - review: *676 + repository: *624 + review: *675 sender: *17 required: - action @@ -184775,9 +184609,9 @@ webhooks: type: string enum: - resolved - enterprise: *622 - installation: *623 - organization: *624 + enterprise: *621 + installation: *622 + organization: *623 pull_request: title: Simple Pull Request type: object @@ -186908,7 +186742,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *625 + repository: *624 sender: *17 thread: type: object @@ -187310,9 +187144,9 @@ webhooks: type: string enum: - unresolved - enterprise: *622 - installation: *623 - organization: *624 + enterprise: *621 + installation: *622 + organization: *623 pull_request: title: Simple Pull Request type: object @@ -189426,7 +189260,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *625 + repository: *624 sender: *17 thread: type: object @@ -189830,10 +189664,10 @@ webhooks: type: string before: type: string - enterprise: *622 - installation: *623 - number: *671 - organization: *624 + enterprise: *621 + installation: *622 + number: *670 + organization: *623 pull_request: title: Pull Request type: object @@ -192168,7 +192002,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *625 + repository: *624 sender: *17 required: - action @@ -192260,11 +192094,11 @@ webhooks: type: string enum: - unassigned - assignee: *677 - enterprise: *622 - installation: *623 - number: *671 - organization: *624 + assignee: *676 + enterprise: *621 + installation: *622 + number: *670 + organization: *623 pull_request: title: Pull Request type: object @@ -194614,7 +194448,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *625 + repository: *624 sender: *17 required: - action @@ -194703,11 +194537,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *622 - installation: *623 - label: *648 - number: *671 - organization: *624 + enterprise: *621 + installation: *622 + label: *647 + number: *670 + organization: *623 pull_request: title: Pull Request type: object @@ -197046,7 +196880,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *625 + repository: *624 sender: *17 required: - action @@ -197137,10 +196971,10 @@ webhooks: type: string enum: - unlocked - enterprise: *622 - installation: *623 - number: *671 - organization: *624 + enterprise: *621 + installation: *622 + number: *670 + organization: *623 pull_request: title: Pull Request type: object @@ -199469,7 +199303,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *625 + repository: *624 sender: *17 required: - action @@ -199682,7 +199516,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *622 + enterprise: *621 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -199777,8 +199611,8 @@ webhooks: - url - author - committer - installation: *623 - organization: *624 + installation: *622 + organization: *623 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -200376,9 +200210,9 @@ webhooks: type: string enum: - published - enterprise: *622 - installation: *623 - organization: *624 + enterprise: *621 + installation: *622 + organization: *623 registry_package: type: object properties: @@ -200855,7 +200689,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *660 + items: *659 summary: type: string tag_name: @@ -200911,7 +200745,7 @@ webhooks: - owner - package_version - registry - repository: *625 + repository: *624 sender: *17 required: - action @@ -200999,9 +200833,9 @@ webhooks: type: string enum: - updated - enterprise: *622 - installation: *623 - organization: *624 + enterprise: *621 + installation: *622 + organization: *623 registry_package: type: object properties: @@ -201313,7 +201147,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *660 + items: *659 summary: type: string tag_name: @@ -201363,7 +201197,7 @@ webhooks: - owner - package_version - registry - repository: *625 + repository: *624 sender: *17 required: - action @@ -201450,10 +201284,10 @@ webhooks: type: string enum: - created - enterprise: *622 - installation: *623 - organization: *624 - release: &678 + enterprise: *621 + installation: *622 + organization: *623 + release: &677 title: Release description: The [release](https://docs.github.com/enterprise-server@3.16/rest/releases/releases/#get-a-release) object. @@ -201774,7 +201608,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *625 + repository: *624 sender: *17 required: - action @@ -201861,11 +201695,11 @@ webhooks: type: string enum: - deleted - enterprise: *622 - installation: *623 - organization: *624 - release: *678 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + release: *677 + repository: *624 sender: *17 required: - action @@ -201992,11 +201826,11 @@ webhooks: type: boolean required: - to - enterprise: *622 - installation: *623 - organization: *624 - release: *678 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + release: *677 + repository: *624 sender: *17 required: - action @@ -202084,9 +201918,9 @@ webhooks: type: string enum: - prereleased - enterprise: *622 - installation: *623 - organization: *624 + enterprise: *621 + installation: *622 + organization: *623 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.16/rest/releases/releases/#get-a-release) @@ -202412,7 +202246,7 @@ webhooks: - string - 'null' format: uri - repository: *625 + repository: *624 sender: *17 required: - action @@ -202498,10 +202332,10 @@ webhooks: type: string enum: - published - enterprise: *622 - installation: *623 - organization: *624 - release: &679 + enterprise: *621 + installation: *622 + organization: *623 + release: &678 title: Release description: The [release](https://docs.github.com/enterprise-server@3.16/rest/releases/releases/#get-a-release) object. @@ -202824,7 +202658,7 @@ webhooks: - string - 'null' format: uri - repository: *625 + repository: *624 sender: *17 required: - action @@ -202910,11 +202744,11 @@ webhooks: type: string enum: - released - enterprise: *622 - installation: *623 - organization: *624 - release: *678 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + release: *677 + repository: *624 sender: *17 required: - action @@ -203000,11 +202834,11 @@ webhooks: type: string enum: - unpublished - enterprise: *622 - installation: *623 - organization: *624 - release: *679 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + release: *678 + repository: *624 sender: *17 required: - action @@ -203090,10 +202924,10 @@ webhooks: type: string enum: - anonymous_access_disabled - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -203178,10 +203012,10 @@ webhooks: type: string enum: - anonymous_access_enabled - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -203266,10 +203100,10 @@ webhooks: type: string enum: - archived - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -203356,10 +203190,10 @@ webhooks: type: string enum: - created - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -203447,10 +203281,10 @@ webhooks: type: string enum: - deleted - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -203545,10 +203379,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -203673,10 +203507,10 @@ webhooks: - 'null' items: type: string - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -203764,10 +203598,10 @@ webhooks: type: string enum: - privatized - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -203854,10 +203688,10 @@ webhooks: type: string enum: - publicized - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -203961,10 +203795,10 @@ webhooks: - name required: - repository - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -204044,11 +203878,11 @@ webhooks: type: string enum: - created - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 - repository_ruleset: *267 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 + repository_ruleset: *266 sender: *17 required: - action @@ -204126,11 +203960,11 @@ webhooks: type: string enum: - deleted - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 - repository_ruleset: *267 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 + repository_ruleset: *266 sender: *17 required: - action @@ -204208,11 +204042,11 @@ webhooks: type: string enum: - edited - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 - repository_ruleset: *267 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 + repository_ruleset: *266 changes: type: object properties: @@ -204231,16 +204065,16 @@ webhooks: properties: added: type: array - items: *261 + items: *260 deleted: type: array - items: *261 + items: *260 updated: type: array items: type: object properties: - condition: *261 + condition: *260 changes: type: object properties: @@ -204273,16 +204107,16 @@ webhooks: properties: added: type: array - items: *266 + items: *265 deleted: type: array - items: *266 + items: *265 updated: type: array items: type: object properties: - rule: *266 + rule: *265 changes: type: object properties: @@ -204529,10 +204363,10 @@ webhooks: - from required: - owner - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -204620,10 +204454,10 @@ webhooks: type: string enum: - unarchived - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -204711,7 +204545,7 @@ webhooks: type: string enum: - create - alert: &680 + alert: &679 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -204835,10 +204669,10 @@ webhooks: type: string enum: - open - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -205058,10 +204892,10 @@ webhooks: type: string enum: - dismissed - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -205149,11 +204983,11 @@ webhooks: type: string enum: - reopen - alert: *680 - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + alert: *679 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -205365,10 +205199,10 @@ webhooks: enum: - fixed - open - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -205456,7 +205290,7 @@ webhooks: type: string enum: - created - alert: &681 + alert: &680 type: object properties: number: *110 @@ -205561,10 +205395,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -205655,11 +205489,11 @@ webhooks: type: string enum: - created - alert: *681 - installation: *623 - location: *682 - organization: *624 - repository: *625 + alert: *680 + installation: *622 + location: *681 + organization: *623 + repository: *624 sender: *17 required: - location @@ -205903,11 +205737,11 @@ webhooks: type: string enum: - reopened - alert: *681 - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + alert: *680 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -205995,11 +205829,11 @@ webhooks: type: string enum: - resolved - alert: *681 - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + alert: *680 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -206087,11 +205921,11 @@ webhooks: type: string enum: - validated - alert: *681 - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + alert: *680 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -206221,10 +206055,10 @@ webhooks: - organization - enterprise - - repository: *625 - enterprise: *622 - installation: *623 - organization: *624 + repository: *624 + enterprise: *621 + installation: *622 + organization: *623 sender: *17 required: - action @@ -206312,11 +206146,11 @@ webhooks: type: string enum: - published - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 - security_advisory: &683 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 + security_advisory: &682 description: The details of the security advisory, including summary, description, and severity. type: object @@ -206512,11 +206346,11 @@ webhooks: type: string enum: - updated - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 - security_advisory: *683 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 + security_advisory: *682 sender: *17 required: - action @@ -206599,10 +206433,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -206798,11 +206632,11 @@ webhooks: from: type: object properties: - security_and_analysis: *260 - enterprise: *622 - installation: *623 - organization: *624 - repository: *311 + security_and_analysis: *259 + enterprise: *621 + installation: *622 + organization: *623 + repository: *310 sender: *17 required: - changes @@ -206890,12 +206724,12 @@ webhooks: type: string enum: - cancelled - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 - sponsorship: &684 + sponsorship: &683 type: object properties: created_at: @@ -207210,12 +207044,12 @@ webhooks: type: string enum: - created - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 - sponsorship: *684 + sponsorship: *683 required: - action - sponsorship @@ -207313,12 +207147,12 @@ webhooks: type: string required: - from - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 - sponsorship: *684 + sponsorship: *683 required: - action - changes @@ -207405,17 +207239,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &685 + effective_date: &684 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: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 - sponsorship: *684 + sponsorship: *683 required: - action - sponsorship @@ -207499,7 +207333,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &686 + changes: &685 type: object properties: tier: @@ -207543,13 +207377,13 @@ webhooks: - from required: - tier - effective_date: *685 - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + effective_date: *684 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 - sponsorship: *684 + sponsorship: *683 required: - action - changes @@ -207636,13 +207470,13 @@ webhooks: type: string enum: - tier_changed - changes: *686 - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + changes: *685 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 - sponsorship: *684 + sponsorship: *683 required: - action - changes @@ -207726,10 +207560,10 @@ webhooks: type: string enum: - created - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 starred_at: description: 'The time the star was created. This is a timestamp @@ -207823,10 +207657,10 @@ webhooks: type: string enum: - deleted - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 starred_at: description: 'The time the star was created. This is a timestamp @@ -208265,15 +208099,15 @@ webhooks: type: - string - 'null' - enterprise: *622 + enterprise: *621 id: description: The unique identifier of the status. type: integer - installation: *623 + installation: *622 name: type: string - organization: *624 - repository: *625 + organization: *623 + repository: *624 sender: *17 sha: description: The Commit SHA. @@ -208386,12 +208220,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 - team: &687 + team: &686 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -208594,9 +208428,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *622 - installation: *623 - organization: *624 + enterprise: *621 + installation: *622 + organization: *623 repository: title: Repository description: A git repository @@ -209066,7 +208900,7 @@ webhooks: - topics - visibility sender: *17 - team: *687 + team: *686 required: - action - team @@ -209152,9 +208986,9 @@ webhooks: type: string enum: - created - enterprise: *622 - installation: *623 - organization: *624 + enterprise: *621 + installation: *622 + organization: *623 repository: title: Repository description: A git repository @@ -209624,7 +209458,7 @@ webhooks: - topics - visibility sender: *17 - team: *687 + team: *686 required: - action - team @@ -209711,9 +209545,9 @@ webhooks: type: string enum: - deleted - enterprise: *622 - installation: *623 - organization: *624 + enterprise: *621 + installation: *622 + organization: *623 repository: title: Repository description: A git repository @@ -210183,7 +210017,7 @@ webhooks: - topics - visibility sender: *17 - team: *687 + team: *686 required: - action - team @@ -210337,9 +210171,9 @@ webhooks: - from required: - permissions - enterprise: *622 - installation: *623 - organization: *624 + enterprise: *621 + installation: *622 + organization: *623 repository: title: Repository description: A git repository @@ -210809,7 +210643,7 @@ webhooks: - topics - visibility sender: *17 - team: *687 + team: *686 required: - action - changes @@ -210897,9 +210731,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *622 - installation: *623 - organization: *624 + enterprise: *621 + installation: *622 + organization: *623 repository: title: Repository description: A git repository @@ -211369,7 +211203,7 @@ webhooks: - topics - visibility sender: *17 - team: *687 + team: *686 required: - action - team @@ -211452,12 +211286,12 @@ webhooks: type: string enum: - created - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 - user: *649 + user: *648 required: - action responses: @@ -211535,12 +211369,12 @@ webhooks: type: string enum: - deleted - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 - user: *649 + user: *648 required: - action responses: @@ -211621,10 +211455,10 @@ webhooks: type: string enum: - started - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 required: - action @@ -211707,17 +211541,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *622 + enterprise: *621 inputs: type: - object - 'null' additionalProperties: true - installation: *623 - organization: *624 + installation: *622 + organization: *623 ref: type: string - repository: *625 + repository: *624 sender: *17 workflow: type: string @@ -211809,10 +211643,10 @@ webhooks: type: string enum: - completed - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 workflow_job: allOf: @@ -212068,7 +211902,7 @@ webhooks: type: string required: - conclusion - deployment: *419 + deployment: *418 required: - action - repository @@ -212157,10 +211991,10 @@ webhooks: type: string enum: - in_progress - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 workflow_job: allOf: @@ -212442,7 +212276,7 @@ webhooks: required: - status - steps - deployment: *419 + deployment: *418 required: - action - repository @@ -212531,10 +212365,10 @@ webhooks: type: string enum: - queued - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 workflow_job: type: object @@ -212680,7 +212514,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *419 + deployment: *418 required: - action - repository @@ -212769,10 +212603,10 @@ webhooks: type: string enum: - waiting - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 workflow_job: type: object @@ -212919,7 +212753,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *419 + deployment: *418 required: - action - repository @@ -213009,12 +212843,12 @@ webhooks: type: string enum: - completed - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 - workflow: *644 + workflow: *643 workflow_run: title: Workflow Run type: object @@ -214043,12 +213877,12 @@ webhooks: type: string enum: - in_progress - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 - workflow: *644 + workflow: *643 workflow_run: title: Workflow Run type: object @@ -215062,12 +214896,12 @@ webhooks: type: string enum: - requested - enterprise: *622 - installation: *623 - organization: *624 - repository: *625 + enterprise: *621 + installation: *622 + organization: *623 + repository: *624 sender: *17 - workflow: *644 + workflow: *643 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghes-3.16/dereferenced/ghes-3.16.deref.json b/descriptions-next/ghes-3.16/dereferenced/ghes-3.16.deref.json index 3fca5d7ba4..d0df3f9da7 100644 --- a/descriptions-next/ghes-3.16/dereferenced/ghes-3.16.deref.json +++ b/descriptions-next/ghes-3.16/dereferenced/ghes-3.16.deref.json @@ -143070,317 +143070,6 @@ "category": "private-registries", "subcategory": "organization-configurations" } - }, - "post": { - "summary": "Create a private registry for an organization", - "description": "\nCreates a private registry configuration with an encrypted value for an organization. Encrypt your secret using [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see \"[Encrypting secrets for the REST API](https://docs.github.com/enterprise-server@3.16/rest/guides/encrypting-secrets-for-the-rest-api).\"\n\nOAuth app tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint.", - "tags": [ - "private-registries" - ], - "operationId": "private-registries/create-org-private-registry", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/enterprise-server@3.16/rest/private-registries/organization-configurations#create-a-private-registry-for-an-organization" - }, - "parameters": [ - { - "name": "org", - "description": "The organization name. The name is not case sensitive.", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "registry_type": { - "description": "The registry type.", - "type": "string", - "enum": [ - "maven_repository", - "nuget_feed", - "goproxy_server" - ] - }, - "username": { - "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", - "type": [ - "string", - "null" - ] - }, - "encrypted_value": { - "description": "The value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get private registries public key for an organization](https://docs.github.com/enterprise-server@3.16/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization) endpoint.", - "type": "string", - "pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$" - }, - "key_id": { - "description": "The ID of the key you used to encrypt the secret.", - "type": "string" - }, - "visibility": { - "description": "Which type of organization repositories have access to the private registry. `selected` means only the repositories specified by `selected_repository_ids` can access the private registry.", - "type": "string", - "enum": [ - "all", - "private", - "selected" - ] - }, - "selected_repository_ids": { - "description": "An array of repository IDs that can access the organization private registry. You can only provide a list of repository IDs when `visibility` is set to `selected`. You can manage the list of selected repositories using the [Update a private registry for an organization](https://docs.github.com/enterprise-server@3.16/rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization) endpoint. This field should be omitted if `visibility` is set to `all` or `private`.", - "type": "array", - "items": { - "type": "integer" - } - } - }, - "required": [ - "registry_type", - "encrypted_value", - "key_id", - "visibility" - ] - }, - "examples": { - "org-private-registry-with-private-visibility": { - "summary": "Example of a private registry configuration with private visibility", - "value": { - "registry_type": "maven_repository", - "username": "monalisa", - "encrypted_value": "c2VjcmV0", - "key_id": "012345678912345678", - "visibility": "private" - } - }, - "org-private-registry-with-selected-visibility": { - "summary": "Example of a private registry configuration with selected visibility", - "value": { - "registry_type": "maven_repository", - "username": "monalisa", - "encrypted_value": "c2VjcmV0", - "key_id": "012345678912345678", - "visibility": "selected", - "selected_repository_ids": [ - 1296269, - 1296280 - ] - } - } - } - } - } - }, - "responses": { - "201": { - "description": "The organization private registry configuration", - "content": { - "application/json": { - "schema": { - "title": "Organization private registry", - "description": "Private registry configuration for an organization", - "type": "object", - "properties": { - "name": { - "description": "The name of the private registry configuration.", - "type": "string", - "examples": [ - "MAVEN_REPOSITORY_SECRET" - ] - }, - "registry_type": { - "description": "The registry type.", - "enum": [ - "maven_repository", - "nuget_feed", - "goproxy_server" - ], - "type": "string" - }, - "username": { - "description": "The username to use when authenticating with the private registry.", - "type": "string", - "examples": [ - "monalisa" - ] - }, - "visibility": { - "description": "Which type of organization repositories have access to the private registry. `selected` means only the repositories specified by `selected_repository_ids` can access the private registry.", - "enum": [ - "all", - "private", - "selected" - ], - "type": "string" - }, - "selected_repository_ids": { - "type": "array", - "description": "An array of repository IDs that can access the organization private registry when `visibility` is set to `selected`.", - "items": { - "type": "integer" - } - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "updated_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "name", - "registry_type", - "visibility", - "created_at", - "updated_at" - ] - }, - "examples": { - "org-private-registry-with-selected-visibility": { - "value": { - "name": "MAVEN_REPOSITORY_SECRET", - "registry_type": "maven_repository", - "username": "monalisa", - "visibility": "private", - "created_at": "2019-08-10T14:59:22Z", - "updated_at": "2020-01-10T14:59:22Z" - } - }, - "org-private-registry-with-private-visibility": { - "value": { - "name": "MAVEN_REPOSITORY_SECRET", - "registry_type": "maven_repository", - "username": "monalisa", - "visibility": "selected", - "selected_repository_ids": [ - 1296269, - 1296280 - ], - "created_at": "2019-08-10T14:59:22Z", - "updated_at": "2020-01-10T14:59:22Z" - } - } - } - } - } - }, - "404": { - "description": "Resource not found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "url": { - "type": "string" - }, - "status": { - "type": "string" - } - } - } - } - } - }, - "422": { - "description": "Validation failed, or the endpoint has been spammed.", - "content": { - "application/json": { - {"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}