diff options
Diffstat (limited to 'descriptions/ghes-2.19/dereferenced/ghes-2.19.deref.yaml')
-rw-r--r-- | descriptions/ghes-2.19/dereferenced/ghes-2.19.deref.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
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 |