summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--descriptions/api.github.com/api.github.com.json8
-rw-r--r--descriptions/api.github.com/api.github.com.yaml12
-rw-r--r--descriptions/api.github.com/dereferenced/api.github.com.deref.json8
-rw-r--r--descriptions/api.github.com/dereferenced/api.github.com.deref.yaml12
-rw-r--r--descriptions/ghes-2.18/dereferenced/ghes-2.18.deref.json8
-rw-r--r--descriptions/ghes-2.18/dereferenced/ghes-2.18.deref.yaml12
-rw-r--r--descriptions/ghes-2.18/ghes-2.18.json8
-rw-r--r--descriptions/ghes-2.18/ghes-2.18.yaml12
-rw-r--r--descriptions/ghes-2.19/dereferenced/ghes-2.19.deref.json8
-rw-r--r--descriptions/ghes-2.19/dereferenced/ghes-2.19.deref.yaml12
-rw-r--r--descriptions/ghes-2.19/ghes-2.19.json8
-rw-r--r--descriptions/ghes-2.19/ghes-2.19.yaml12
-rw-r--r--descriptions/ghes-2.20/dereferenced/ghes-2.20.deref.json8
-rw-r--r--descriptions/ghes-2.20/dereferenced/ghes-2.20.deref.yaml12
-rw-r--r--descriptions/ghes-2.20/ghes-2.20.json8
-rw-r--r--descriptions/ghes-2.20/ghes-2.20.yaml12
-rw-r--r--descriptions/ghes-2.21/dereferenced/ghes-2.21.deref.json8
-rw-r--r--descriptions/ghes-2.21/dereferenced/ghes-2.21.deref.yaml12
-rw-r--r--descriptions/ghes-2.21/ghes-2.21.json8
-rw-r--r--descriptions/ghes-2.21/ghes-2.21.yaml12
-rw-r--r--descriptions/ghes-2.22/dereferenced/ghes-2.22.deref.json8
-rw-r--r--descriptions/ghes-2.22/dereferenced/ghes-2.22.deref.yaml12
-rw-r--r--descriptions/ghes-2.22/ghes-2.22.json8
-rw-r--r--descriptions/ghes-2.22/ghes-2.22.yaml12
24 files changed, 120 insertions, 120 deletions
diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json
index 76f3b97d2..6035d45aa 100644
--- a/descriptions/api.github.com/api.github.com.json
+++ b/descriptions/api.github.com/api.github.com.json
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
- "version": "1.1.2",
+ "version": "1.1.3",
"title": "GitHub v3 REST API",
"description": "GitHub's v3 REST API.",
"license": {
@@ -26944,7 +26944,7 @@
},
"secret": {
"type": "string",
- "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/webhooks/event-payloads/#delivery-headers) header."
+ "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://developer.github.com/webhooks/event-payloads/#delivery-headers)."
},
"insecure_ssl": {
"type": "string",
@@ -27139,7 +27139,7 @@
},
"secret": {
"type": "string",
- "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/webhooks/event-payloads/#delivery-headers) header."
+ "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://developer.github.com/webhooks/event-payloads/#delivery-headers)."
},
"insecure_ssl": {
"type": "string",
@@ -47043,7 +47043,7 @@
},
"x-github": {
"githubCloudOnly": false,
- "enabledForGitHubApps": true,
+ "enabledForGitHubApps": false,
"previews": [
{
"required": true,
diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml
index 83e3973e7..eb2a4903a 100644
--- a/descriptions/api.github.com/api.github.com.yaml
+++ b/descriptions/api.github.com/api.github.com.yaml
@@ -1,7 +1,7 @@
---
openapi: 3.0.3
info:
- version: 1.1.2
+ version: 1.1.3
title: GitHub v3 REST API
description: GitHub's v3 REST API.
license:
@@ -19659,8 +19659,8 @@ paths:
secret:
type: string
description: If provided, the `secret` will be used as the `key`
- to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/webhooks/event-payloads/#delivery-headers)
- header.
+ to generate the HMAC hex digest value for [delivery signature
+ headers](https://developer.github.com/webhooks/event-payloads/#delivery-headers).
insecure_ssl:
type: string
description: Determines whether the SSL certificate of the host
@@ -19796,8 +19796,8 @@ paths:
secret:
type: string
description: If provided, the `secret` will be used as the `key`
- to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/webhooks/event-payloads/#delivery-headers)
- header.
+ to generate the HMAC hex digest value for [delivery signature
+ headers](https://developer.github.com/webhooks/event-payloads/#delivery-headers).
insecure_ssl:
type: string
description: Determines whether the SSL certificate of the host
@@ -33846,7 +33846,7 @@ paths:
"$ref": "#/components/responses/validation_failed"
x-github:
githubCloudOnly: false
- enabledForGitHubApps: true
+ enabledForGitHubApps: false
previews:
- required: true
name: inertia
diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json
index e079bf92a..3087f7336 100644
--- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json
+++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
- "version": "1.1.2",
+ "version": "1.1.3",
"title": "GitHub v3 REST API",
"description": "GitHub's v3 REST API.",
"license": {
@@ -154620,7 +154620,7 @@
},
"secret": {
"type": "string",
- "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/webhooks/event-payloads/#delivery-headers) header."
+ "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://developer.github.com/webhooks/event-payloads/#delivery-headers)."
},
"insecure_ssl": {
"type": "string",
@@ -155290,7 +155290,7 @@
},
"secret": {
"type": "string",
- "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/webhooks/event-payloads/#delivery-headers) header."
+ "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://developer.github.com/webhooks/event-payloads/#delivery-headers)."
},
"insecure_ssl": {
"type": "string",
@@ -294200,7 +294200,7 @@
},
"x-github": {
"githubCloudOnly": false,
- "enabledForGitHubApps": true,
+ "enabledForGitHubApps": false,
"previews": [
{
"required": true,
diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml
index 46f9f8266..8cbc57082 100644
--- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml
+++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml
@@ -1,7 +1,7 @@
---
openapi: 3.0.3
info:
- version: 1.1.2
+ version: 1.1.3
title: GitHub v3 REST API
description: GitHub's v3 REST API.
license:
@@ -118820,8 +118820,8 @@ paths:
secret:
type: string
description: If provided, the `secret` will be used as the `key`
- to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/webhooks/event-payloads/#delivery-headers)
- header.
+ to generate the HMAC hex digest value for [delivery signature
+ headers](https://developer.github.com/webhooks/event-payloads/#delivery-headers).
insecure_ssl:
type: string
description: Determines whether the SSL certificate of the host
@@ -119315,8 +119315,8 @@ paths:
secret:
type: string
description: If provided, the `secret` will be used as the `key`
- to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/webhooks/event-payloads/#delivery-headers)
- header.
+ to generate the HMAC hex digest value for [delivery signature
+ headers](https://developer.github.com/webhooks/event-payloads/#delivery-headers).
insecure_ssl:
type: string
description: Determines whether the SSL certificate of the host
@@ -225812,7 +225812,7 @@ paths:
type: string
x-github:
githubCloudOnly: false
- enabledForGitHubApps: true
+ enabledForGitHubApps: false
previews:
- required: true
name: inertia
diff --git a/descriptions/ghes-2.18/dereferenced/ghes-2.18.deref.json b/descriptions/ghes-2.18/dereferenced/ghes-2.18.deref.json
index f7d038607..fad39852d 100644
--- a/descriptions/ghes-2.18/dereferenced/ghes-2.18.deref.json
+++ b/descriptions/ghes-2.18/dereferenced/ghes-2.18.deref.json
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
- "version": "1.1.2",
+ "version": "1.1.3",
"title": "GitHub v3 REST API",
"description": "GitHub's v3 REST API.",
"license": {
@@ -110481,7 +110481,7 @@
},
"secret": {
"type": "string",
- "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.18/webhooks/event-payloads/#delivery-headers) header."
+ "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://developer.github.com/enterprise/2.18/webhooks/event-payloads/#delivery-headers)."
},
"insecure_ssl": {
"type": "string",
@@ -111151,7 +111151,7 @@
},
"secret": {
"type": "string",
- "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.18/webhooks/event-payloads/#delivery-headers) header."
+ "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://developer.github.com/enterprise/2.18/webhooks/event-payloads/#delivery-headers)."
},
"insecure_ssl": {
"type": "string",
@@ -237253,7 +237253,7 @@
},
"x-github": {
"githubCloudOnly": false,
- "enabledForGitHubApps": true,
+ "enabledForGitHubApps": false,
"previews": [
{
"required": true,
diff --git a/descriptions/ghes-2.18/dereferenced/ghes-2.18.deref.yaml b/descriptions/ghes-2.18/dereferenced/ghes-2.18.deref.yaml
index 602335b64..76509368c 100644
--- a/descriptions/ghes-2.18/dereferenced/ghes-2.18.deref.yaml
+++ b/descriptions/ghes-2.18/dereferenced/ghes-2.18.deref.yaml
@@ -1,7 +1,7 @@
---
openapi: 3.0.3
info:
- version: 1.1.2
+ version: 1.1.3
title: GitHub v3 REST API
description: GitHub's v3 REST API.
license:
@@ -84727,8 +84727,8 @@ paths:
secret:
type: string
description: If provided, the `secret` will be used as the `key`
- to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.18/webhooks/event-payloads/#delivery-headers)
- header.
+ to generate the HMAC hex digest value for [delivery signature
+ headers](https://developer.github.com/enterprise/2.18/webhooks/event-payloads/#delivery-headers).
insecure_ssl:
type: string
description: Determines whether the SSL certificate of the host
@@ -85222,8 +85222,8 @@ paths:
secret:
type: string
description: If provided, the `secret` will be used as the `key`
- to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.18/webhooks/event-payloads/#delivery-headers)
- header.
+ to generate the HMAC hex digest value for [delivery signature
+ headers](https://developer.github.com/enterprise/2.18/webhooks/event-payloads/#delivery-headers).
insecure_ssl:
type: string
description: Determines whether the SSL certificate of the host
@@ -182341,7 +182341,7 @@ paths:
type: string
x-github:
githubCloudOnly: false
- enabledForGitHubApps: true
+ enabledForGitHubApps: false
previews:
- required: true
name: inertia
diff --git a/descriptions/ghes-2.18/ghes-2.18.json b/descriptions/ghes-2.18/ghes-2.18.json
index 07be991da..12533fbdb 100644
--- a/descriptions/ghes-2.18/ghes-2.18.json
+++ b/descriptions/ghes-2.18/ghes-2.18.json
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
- "version": "1.1.2",
+ "version": "1.1.3",
"title": "GitHub v3 REST API",
"description": "GitHub's v3 REST API.",
"license": {
@@ -18768,7 +18768,7 @@
},
"secret": {
"type": "string",
- "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.18/webhooks/event-payloads/#delivery-headers) header."
+ "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://developer.github.com/enterprise/2.18/webhooks/event-payloads/#delivery-headers)."
},
"insecure_ssl": {
"type": "string",
@@ -18963,7 +18963,7 @@
},
"secret": {
"type": "string",
- "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.18/webhooks/event-payloads/#delivery-headers) header."
+ "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://developer.github.com/enterprise/2.18/webhooks/event-payloads/#delivery-headers)."
},
"insecure_ssl": {
"type": "string",
@@ -35941,7 +35941,7 @@
},
"x-github": {
"githubCloudOnly": false,
- "enabledForGitHubApps": true,
+ "enabledForGitHubApps": false,
"previews": [
{
"required": true,
diff --git a/descriptions/ghes-2.18/ghes-2.18.yaml b/descriptions/ghes-2.18/ghes-2.18.yaml
index 495b97a7e..67654411b 100644
--- a/descriptions/ghes-2.18/ghes-2.18.yaml
+++ b/descriptions/ghes-2.18/ghes-2.18.yaml
@@ -1,7 +1,7 @@
---
openapi: 3.0.3
info:
- version: 1.1.2
+ version: 1.1.3
title: GitHub v3 REST API
description: GitHub's v3 REST API.
license:
@@ -13906,8 +13906,8 @@ paths:
secret:
type: string
description: If provided, the `secret` will be used as the `key`
- to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.18/webhooks/event-payloads/#delivery-headers)
- header.
+ to generate the HMAC hex digest value for [delivery signature
+ headers](https://developer.github.com/enterprise/2.18/webhooks/event-payloads/#delivery-headers).
insecure_ssl:
type: string
description: Determines whether the SSL certificate of the host
@@ -14043,8 +14043,8 @@ paths:
secret:
type: string
description: If provided, the `secret` will be used as the `key`
- to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.18/webhooks/event-payloads/#delivery-headers)
- header.
+ to generate the HMAC hex digest value for [delivery signature
+ headers](https://developer.github.com/enterprise/2.18/webhooks/event-payloads/#delivery-headers).
insecure_ssl:
type: string
description: Determines whether the SSL certificate of the host
@@ -26065,7 +26065,7 @@ paths:
"$ref": "#/components/responses/validation_failed"
x-github:
githubCloudOnly: false
- enabledForGitHubApps: true
+ enabledForGitHubApps: false
previews:
- required: true
name: inertia
diff --git a/descriptions/ghes-2.19/dereferenced/ghes-2.19.deref.json b/descriptions/ghes-2.19/dereferenced/ghes-2.19.deref.json
index b2b692e6d..779a3a79f 100644
--- a/descriptions/ghes-2.19/dereferenced/ghes-2.19.deref.json
+++ b/descriptions/ghes-2.19/dereferenced/ghes-2.19.deref.json
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
- "version": "1.1.2",
+ "version": "1.1.3",
"title": "GitHub v3 REST API",
"description": "GitHub's v3 REST API.",
"license": {
@@ -113618,7 +113618,7 @@
},
"secret": {
"type": "string",
- "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.19/webhooks/event-payloads/#delivery-headers) header."
+ "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://developer.github.com/enterprise/2.19/webhooks/event-payloads/#delivery-headers)."
},
"insecure_ssl": {
"type": "string",
@@ -114288,7 +114288,7 @@
},
"secret": {
"type": "string",
- "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.19/webhooks/event-payloads/#delivery-headers) header."
+ "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://developer.github.com/enterprise/2.19/webhooks/event-payloads/#delivery-headers)."
},
"insecure_ssl": {
"type": "string",
@@ -240451,7 +240451,7 @@
},
"x-github": {
"githubCloudOnly": false,
- "enabledForGitHubApps": true,
+ "enabledForGitHubApps": false,
"previews": [
{
"required": true,
diff --git a/descriptions/ghes-2.19/dereferenced/ghes-2.19.deref.yaml b/descriptions/ghes-2.19/dereferenced/ghes-2.19.deref.yaml
index b5bc75c8c..9a6f4a575 100644
--- a/descriptions/ghes-2.19/dereferenced/ghes-2.19.deref.yaml
+++ b/descriptions/ghes-2.19/dereferenced/ghes-2.19.deref.yaml
@@ -1,7 +1,7 @@
---
openapi: 3.0.3
info:
- version: 1.1.2
+ version: 1.1.3
title: GitHub v3 REST API
description: GitHub's v3 REST API.
license:
@@ -87076,8 +87076,8 @@ paths:
secret:
type: string
description: If provided, the `secret` will be used as the `key`
- to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.19/webhooks/event-payloads/#delivery-headers)
- header.
+ to generate the HMAC hex digest value for [delivery signature
+ headers](https://developer.github.com/enterprise/2.19/webhooks/event-payloads/#delivery-headers).
insecure_ssl:
type: string
description: Determines whether the SSL certificate of the host
@@ -87571,8 +87571,8 @@ paths:
secret:
type: string
description: If provided, the `secret` will be used as the `key`
- to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.19/webhooks/event-payloads/#delivery-headers)
- header.
+ to generate the HMAC hex digest value for [delivery signature
+ headers](https://developer.github.com/enterprise/2.19/webhooks/event-payloads/#delivery-headers).
insecure_ssl:
type: string
description: Determines whether the SSL certificate of the host
@@ -184692,7 +184692,7 @@ paths:
type: string
x-github:
githubCloudOnly: false
- enabledForGitHubApps: true
+ enabledForGitHubApps: false
previews:
- required: true
name: inertia
diff --git a/descriptions/ghes-2.19/ghes-2.19.json b/descriptions/ghes-2.19/ghes-2.19.json
index 5959e299b..d45516d69 100644
--- a/descriptions/ghes-2.19/ghes-2.19.json
+++ b/descriptions/ghes-2.19/ghes-2.19.json
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
- "version": "1.1.2",
+ "version": "1.1.3",
"title": "GitHub v3 REST API",
"description": "GitHub's v3 REST API.",
"license": {
@@ -19184,7 +19184,7 @@
},
"secret": {
"type": "string",
- "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.19/webhooks/event-payloads/#delivery-headers) header."
+ "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://developer.github.com/enterprise/2.19/webhooks/event-payloads/#delivery-headers)."
},
"insecure_ssl": {
"type": "string",
@@ -19379,7 +19379,7 @@
},
"secret": {
"type": "string",
- "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.19/webhooks/event-payloads/#delivery-headers) header."
+ "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://developer.github.com/enterprise/2.19/webhooks/event-payloads/#delivery-headers)."
},
"insecure_ssl": {
"type": "string",
@@ -36268,7 +36268,7 @@
},
"x-github": {
"githubCloudOnly": false,
- "enabledForGitHubApps": true,
+ "enabledForGitHubApps": false,
"previews": [
{
"required": true,
diff --git a/descriptions/ghes-2.19/ghes-2.19.yaml b/descriptions/ghes-2.19/ghes-2.19.yaml
index 35319ed41..ad4435402 100644
--- a/descriptions/ghes-2.19/ghes-2.19.yaml
+++ b/descriptions/ghes-2.19/ghes-2.19.yaml
@@ -1,7 +1,7 @@
---
openapi: 3.0.3
info:
- version: 1.1.2
+ version: 1.1.3
title: GitHub v3 REST API
description: GitHub's v3 REST API.
license:
@@ -14181,8 +14181,8 @@ paths:
secret:
type: string
description: If provided, the `secret` will be used as the `key`
- to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.19/webhooks/event-payloads/#delivery-headers)
- header.
+ to generate the HMAC hex digest value for [delivery signature
+ headers](https://developer.github.com/enterprise/2.19/webhooks/event-payloads/#delivery-headers).
insecure_ssl:
type: string
description: Determines whether the SSL certificate of the host
@@ -14318,8 +14318,8 @@ paths:
secret:
type: string
description: If provided, the `secret` will be used as the `key`
- to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.19/webhooks/event-payloads/#delivery-headers)
- header.
+ to generate the HMAC hex digest value for [delivery signature
+ headers](https://developer.github.com/enterprise/2.19/webhooks/event-payloads/#delivery-headers).
insecure_ssl:
type: string
description: Determines whether the SSL certificate of the host
@@ -26221,7 +26221,7 @@ paths:
"$ref": "#/components/responses/validation_failed"
x-github:
githubCloudOnly: false
- enabledForGitHubApps: true
+ enabledForGitHubApps: false
previews:
- required: true
name: inertia
diff --git a/descriptions/ghes-2.20/dereferenced/ghes-2.20.deref.json b/descriptions/ghes-2.20/dereferenced/ghes-2.20.deref.json
index b77f0d795..3b0465589 100644
--- a/descriptions/ghes-2.20/dereferenced/ghes-2.20.deref.json
+++ b/descriptions/ghes-2.20/dereferenced/ghes-2.20.deref.json
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
- "version": "1.1.2",
+ "version": "1.1.3",
"title": "GitHub v3 REST API",
"description": "GitHub's v3 REST API.",
"license": {
@@ -114779,7 +114779,7 @@
},
"secret": {
"type": "string",
- "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.20/webhooks/event-payloads/#delivery-headers) header."
+ "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://developer.github.com/enterprise/2.20/webhooks/event-payloads/#delivery-headers)."
},
"insecure_ssl": {
"type": "string",
@@ -115449,7 +115449,7 @@
},
"secret": {
"type": "string",
- "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.20/webhooks/event-payloads/#delivery-headers) header."
+ "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://developer.github.com/enterprise/2.20/webhooks/event-payloads/#delivery-headers)."
},
"insecure_ssl": {
"type": "string",
@@ -242470,7 +242470,7 @@
},
"x-github": {
"githubCloudOnly": false,
- "enabledForGitHubApps": true,
+ "enabledForGitHubApps": false,
"previews": [
{
"required": true,
diff --git a/descriptions/ghes-2.20/dereferenced/ghes-2.20.deref.yaml b/descriptions/ghes-2.20/dereferenced/ghes-2.20.deref.yaml
index 306eeeda4..6c4163007 100644
--- a/descriptions/ghes-2.20/dereferenced/ghes-2.20.deref.yaml
+++ b/descriptions/ghes-2.20/dereferenced/ghes-2.20.deref.yaml
@@ -1,7 +1,7 @@
---
openapi: 3.0.3
info:
- version: 1.1.2
+ version: 1.1.3
title: GitHub v3 REST API
description: GitHub's v3 REST API.
license:
@@ -88103,8 +88103,8 @@ paths:
secret:
type: string
description: If provided, the `secret` will be used as the `key`
- to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.20/webhooks/event-payloads/#delivery-headers)
- header.
+ to generate the HMAC hex digest value for [delivery signature
+ headers](https://developer.github.com/enterprise/2.20/webhooks/event-payloads/#delivery-headers).
insecure_ssl:
type: string
description: Determines whether the SSL certificate of the host
@@ -88598,8 +88598,8 @@ paths:
secret:
type: string
description: If provided, the `secret` will be used as the `key`
- to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.20/webhooks/event-payloads/#delivery-headers)
- header.
+ to generate the HMAC hex digest value for [delivery signature
+ headers](https://developer.github.com/enterprise/2.20/webhooks/event-payloads/#delivery-headers).
insecure_ssl:
type: string
description: Determines whether the SSL certificate of the host
@@ -186449,7 +186449,7 @@ paths:
type: string
x-github:
githubCloudOnly: false
- enabledForGitHubApps: true
+ enabledForGitHubApps: false
previews:
- required: true
name: inertia
diff --git a/descriptions/ghes-2.20/ghes-2.20.json b/descriptions/ghes-2.20/ghes-2.20.json
index d483ecee7..83929eae0 100644
--- a/descriptions/ghes-2.20/ghes-2.20.json
+++ b/descriptions/ghes-2.20/ghes-2.20.json
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
- "version": "1.1.2",
+ "version": "1.1.3",
"title": "GitHub v3 REST API",
"description": "GitHub's v3 REST API.",
"license": {
@@ -19470,7 +19470,7 @@
},
"secret": {
"type": "string",
- "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.20/webhooks/event-payloads/#delivery-headers) header."
+ "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://developer.github.com/enterprise/2.20/webhooks/event-payloads/#delivery-headers)."
},
"insecure_ssl": {
"type": "string",
@@ -19665,7 +19665,7 @@
},
"secret": {
"type": "string",
- "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.20/webhooks/event-payloads/#delivery-headers) header."
+ "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://developer.github.com/enterprise/2.20/webhooks/event-payloads/#delivery-headers)."
},
"insecure_ssl": {
"type": "string",
@@ -36559,7 +36559,7 @@
},
"x-github": {
"githubCloudOnly": false,
- "enabledForGitHubApps": true,
+ "enabledForGitHubApps": false,
"previews": [
{
"required": true,
diff --git a/descriptions/ghes-2.20/ghes-2.20.yaml b/descriptions/ghes-2.20/ghes-2.20.yaml
index 18075fa50..33ac74e21 100644
--- a/descriptions/ghes-2.20/ghes-2.20.yaml
+++ b/descriptions/ghes-2.20/ghes-2.20.yaml
@@ -1,7 +1,7 @@
---
openapi: 3.0.3
info:
- version: 1.1.2
+ version: 1.1.3
title: GitHub v3 REST API
description: GitHub's v3 REST API.
license:
@@ -14380,8 +14380,8 @@ paths:
secret:
type: string
description: If provided, the `secret` will be used as the `key`
- to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.20/webhooks/event-payloads/#delivery-headers)
- header.
+ to generate the HMAC hex digest value for [delivery signature
+ headers](https://developer.github.com/enterprise/2.20/webhooks/event-payloads/#delivery-headers).
insecure_ssl:
type: string
description: Determines whether the SSL certificate of the host
@@ -14517,8 +14517,8 @@ paths:
secret:
type: string
description: If provided, the `secret` will be used as the `key`
- to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.20/webhooks/event-payloads/#delivery-headers)
- header.
+ to generate the HMAC hex digest value for [delivery signature
+ headers](https://developer.github.com/enterprise/2.20/webhooks/event-payloads/#delivery-headers).
insecure_ssl:
type: string
description: Determines whether the SSL certificate of the host
@@ -26417,7 +26417,7 @@ paths:
"$ref": "#/components/responses/validation_failed"
x-github:
githubCloudOnly: false
- enabledForGitHubApps: true
+ enabledForGitHubApps: false
previews:
- required: true
name: inertia
diff --git a/descriptions/ghes-2.21/dereferenced/ghes-2.21.deref.json b/descriptions/ghes-2.21/dereferenced/ghes-2.21.deref.json
index d6aac2b75..4828b8770 100644
--- a/descriptions/ghes-2.21/dereferenced/ghes-2.21.deref.json
+++ b/descriptions/ghes-2.21/dereferenced/ghes-2.21.deref.json
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
- "version": "1.1.2",
+ "version": "1.1.3",
"title": "GitHub v3 REST API",
"description": "GitHub's v3 REST API.",
"license": {
@@ -124039,7 +124039,7 @@
},
"secret": {
"type": "string",
- "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.21/webhooks/event-payloads/#delivery-headers) header."
+ "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://developer.github.com/enterprise/2.21/webhooks/event-payloads/#delivery-headers)."
},
"insecure_ssl": {
"type": "string",
@@ -124709,7 +124709,7 @@
},
"secret": {
"type": "string",
- "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.21/webhooks/event-payloads/#delivery-headers) header."
+ "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://developer.github.com/enterprise/2.21/webhooks/event-payloads/#delivery-headers)."
},
"insecure_ssl": {
"type": "string",
@@ -249791,7 +249791,7 @@
},
"x-github": {
"githubCloudOnly": false,
- "enabledForGitHubApps": true,
+ "enabledForGitHubApps": false,
"previews": [
{
"required": true,
diff --git a/descriptions/ghes-2.21/dereferenced/ghes-2.21.deref.yaml b/descriptions/ghes-2.21/dereferenced/ghes-2.21.deref.yaml
index e3412d042..1b9579d68 100644
--- a/descriptions/ghes-2.21/dereferenced/ghes-2.21.deref.yaml
+++ b/descriptions/ghes-2.21/dereferenced/ghes-2.21.deref.yaml
@@ -1,7 +1,7 @@
---
openapi: 3.0.3
info:
- version: 1.1.2
+ version: 1.1.3
title: GitHub v3 REST API
description: GitHub's v3 REST API.
license:
@@ -95450,8 +95450,8 @@ paths:
secret:
type: string
description: If provided, the `secret` will be used as the `key`
- to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.21/webhooks/event-payloads/#delivery-headers)
- header.
+ to generate the HMAC hex digest value for [delivery signature
+ headers](https://developer.github.com/enterprise/2.21/webhooks/event-payloads/#delivery-headers).
insecure_ssl:
type: string
description: Determines whether the SSL certificate of the host
@@ -95945,8 +95945,8 @@ paths:
secret:
type: string
description: If provided, the `secret` will be used as the `key`
- to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.21/webhooks/event-payloads/#delivery-headers)
- header.
+ to generate the HMAC hex digest value for [delivery signature
+ headers](https://developer.github.com/enterprise/2.21/webhooks/event-payloads/#delivery-headers).
insecure_ssl:
type: string
description: Determines whether the SSL certificate of the host
@@ -192305,7 +192305,7 @@ paths:
type: string
x-github:
githubCloudOnly: false
- enabledForGitHubApps: true
+ enabledForGitHubApps: false
previews:
- required: true
name: inertia
diff --git a/descriptions/ghes-2.21/ghes-2.21.json b/descriptions/ghes-2.21/ghes-2.21.json
index f94545510..0600e381c 100644
--- a/descriptions/ghes-2.21/ghes-2.21.json
+++ b/descriptions/ghes-2.21/ghes-2.21.json
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
- "version": "1.1.2",
+ "version": "1.1.3",
"title": "GitHub v3 REST API",
"description": "GitHub's v3 REST API.",
"license": {
@@ -21611,7 +21611,7 @@
},
"secret": {
"type": "string",
- "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.21/webhooks/event-payloads/#delivery-headers) header."
+ "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://developer.github.com/enterprise/2.21/webhooks/event-payloads/#delivery-headers)."
},
"insecure_ssl": {
"type": "string",
@@ -21806,7 +21806,7 @@
},
"secret": {
"type": "string",
- "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.21/webhooks/event-payloads/#delivery-headers) header."
+ "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://developer.github.com/enterprise/2.21/webhooks/event-payloads/#delivery-headers)."
},
"insecure_ssl": {
"type": "string",
@@ -38928,7 +38928,7 @@
},
"x-github": {
"githubCloudOnly": false,
- "enabledForGitHubApps": true,
+ "enabledForGitHubApps": false,
"previews": [
{
"required": true,
diff --git a/descriptions/ghes-2.21/ghes-2.21.yaml b/descriptions/ghes-2.21/ghes-2.21.yaml
index 833f693ba..e6236c189 100644
--- a/descriptions/ghes-2.21/ghes-2.21.yaml
+++ b/descriptions/ghes-2.21/ghes-2.21.yaml
@@ -1,7 +1,7 @@
---
openapi: 3.0.3
info:
- version: 1.1.2
+ version: 1.1.3
title: GitHub v3 REST API
description: GitHub's v3 REST API.
license:
@@ -15975,8 +15975,8 @@ paths:
secret:
type: string
description: If provided, the `secret` will be used as the `key`
- to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.21/webhooks/event-payloads/#delivery-headers)
- header.
+ to generate the HMAC hex digest value for [delivery signature
+ headers](https://developer.github.com/enterprise/2.21/webhooks/event-payloads/#delivery-headers).
insecure_ssl:
type: string
description: Determines whether the SSL certificate of the host
@@ -16112,8 +16112,8 @@ paths:
secret:
type: string
description: If provided, the `secret` will be used as the `key`
- to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.21/webhooks/event-payloads/#delivery-headers)
- header.
+ to generate the HMAC hex digest value for [delivery signature
+ headers](https://developer.github.com/enterprise/2.21/webhooks/event-payloads/#delivery-headers).
insecure_ssl:
type: string
description: Determines whether the SSL certificate of the host
@@ -28252,7 +28252,7 @@ paths:
"$ref": "#/components/responses/validation_failed"
x-github:
githubCloudOnly: false
- enabledForGitHubApps: true
+ enabledForGitHubApps: false
previews:
- required: true
name: inertia
diff --git a/descriptions/ghes-2.22/dereferenced/ghes-2.22.deref.json b/descriptions/ghes-2.22/dereferenced/ghes-2.22.deref.json
index 352eb3fe4..45e501ef5 100644
--- a/descriptions/ghes-2.22/dereferenced/ghes-2.22.deref.json
+++ b/descriptions/ghes-2.22/dereferenced/ghes-2.22.deref.json
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
- "version": "1.1.2",
+ "version": "1.1.3",
"title": "GitHub v3 REST API",
"description": "GitHub's v3 REST API.",
"license": {
@@ -145247,7 +145247,7 @@
},
"secret": {
"type": "string",
- "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.22/webhooks/event-payloads/#delivery-headers) header."
+ "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://developer.github.com/enterprise/2.22/webhooks/event-payloads/#delivery-headers)."
},
"insecure_ssl": {
"type": "string",
@@ -145917,7 +145917,7 @@
},
"secret": {
"type": "string",
- "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.22/webhooks/event-payloads/#delivery-headers) header."
+ "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://developer.github.com/enterprise/2.22/webhooks/event-payloads/#delivery-headers)."
},
"insecure_ssl": {
"type": "string",
@@ -271032,7 +271032,7 @@
},
"x-github": {
"githubCloudOnly": false,
- "enabledForGitHubApps": true,
+ "enabledForGitHubApps": false,
"previews": [
{
"required": true,
diff --git a/descriptions/ghes-2.22/dereferenced/ghes-2.22.deref.yaml b/descriptions/ghes-2.22/dereferenced/ghes-2.22.deref.yaml
index 8ab2c4fef..e6994e5dd 100644
--- a/descriptions/ghes-2.22/dereferenced/ghes-2.22.deref.yaml
+++ b/descriptions/ghes-2.22/dereferenced/ghes-2.22.deref.yaml
@@ -1,7 +1,7 @@
---
openapi: 3.0.3
info:
- version: 1.1.2
+ version: 1.1.3
title: GitHub v3 REST API
description: GitHub's v3 REST API.
license:
@@ -111649,8 +111649,8 @@ paths:
secret:
type: string
description: If provided, the `secret` will be used as the `key`
- to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.22/webhooks/event-payloads/#delivery-headers)
- header.
+ to generate the HMAC hex digest value for [delivery signature
+ headers](https://developer.github.com/enterprise/2.22/webhooks/event-payloads/#delivery-headers).
insecure_ssl:
type: string
description: Determines whether the SSL certificate of the host
@@ -112144,8 +112144,8 @@ paths:
secret:
type: string
description: If provided, the `secret` will be used as the `key`
- to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.22/webhooks/event-payloads/#delivery-headers)
- header.
+ to generate the HMAC hex digest value for [delivery signature
+ headers](https://developer.github.com/enterprise/2.22/webhooks/event-payloads/#delivery-headers).
insecure_ssl:
type: string
description: Determines whether the SSL certificate of the host
@@ -208506,7 +208506,7 @@ paths:
type: string
x-github:
githubCloudOnly: false
- enabledForGitHubApps: true
+ enabledForGitHubApps: false
previews:
- required: true
name: inertia
diff --git a/descriptions/ghes-2.22/ghes-2.22.json b/descriptions/ghes-2.22/ghes-2.22.json
index 329f9bd5f..6ccde7481 100644
--- a/descriptions/ghes-2.22/ghes-2.22.json
+++ b/descriptions/ghes-2.22/ghes-2.22.json
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
- "version": "1.1.2",
+ "version": "1.1.3",
"title": "GitHub v3 REST API",
"description": "GitHub's v3 REST API.",
"license": {
@@ -26046,7 +26046,7 @@
},
"secret": {
"type": "string",
- "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.22/webhooks/event-payloads/#delivery-headers) header."
+ "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://developer.github.com/enterprise/2.22/webhooks/event-payloads/#delivery-headers)."
},
"insecure_ssl": {
"type": "string",
@@ -26241,7 +26241,7 @@
},
"secret": {
"type": "string",
- "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.22/webhooks/event-payloads/#delivery-headers) header."
+ "description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://developer.github.com/enterprise/2.22/webhooks/event-payloads/#delivery-headers)."
},
"insecure_ssl": {
"type": "string",
@@ -43271,7 +43271,7 @@
},
"x-github": {
"githubCloudOnly": false,
- "enabledForGitHubApps": true,
+ "enabledForGitHubApps": false,
"previews": [
{
"required": true,
diff --git a/descriptions/ghes-2.22/ghes-2.22.yaml b/descriptions/ghes-2.22/ghes-2.22.yaml
index 689de83a9..c79a6038f 100644
--- a/descriptions/ghes-2.22/ghes-2.22.yaml
+++ b/descriptions/ghes-2.22/ghes-2.22.yaml
@@ -1,7 +1,7 @@
---
openapi: 3.0.3
info:
- version: 1.1.2
+ version: 1.1.3
title: GitHub v3 REST API
description: GitHub's v3 REST API.
license:
@@ -19111,8 +19111,8 @@ paths:
secret:
type: string
description: If provided, the `secret` will be used as the `key`
- to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.22/webhooks/event-payloads/#delivery-headers)
- header.
+ to generate the HMAC hex digest value for [delivery signature
+ headers](https://developer.github.com/enterprise/2.22/webhooks/event-payloads/#delivery-headers).
insecure_ssl:
type: string
description: Determines whether the SSL certificate of the host
@@ -19248,8 +19248,8 @@ paths:
secret:
type: string
description: If provided, the `secret` will be used as the `key`
- to generate the HMAC hex digest value in the [`X-Hub-Signature`](https://developer.github.com/enterprise/2.22/webhooks/event-payloads/#delivery-headers)
- header.
+ to generate the HMAC hex digest value for [delivery signature
+ headers](https://developer.github.com/enterprise/2.22/webhooks/event-payloads/#delivery-headers).
insecure_ssl:
type: string
description: Determines whether the SSL certificate of the host
@@ -31281,7 +31281,7 @@ paths:
"$ref": "#/components/responses/validation_failed"
x-github:
githubCloudOnly: false
- enabledForGitHubApps: true
+ enabledForGitHubApps: false
previews:
- required: true
name: inertia