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