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