diff options
author | Marc-Andre Giroux <xuorig@github.com> | 2020-10-15 22:39:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-15 22:39:35 -0400 |
commit | 35dff8b0704986e249f05995867b0922f6a71918 (patch) | |
tree | c432303d3df79d57c28660e510d90333913ec41b /descriptions/api.github.com/api.github.com.yaml | |
parent | c5f9f2ed3e938a8e4f43df654806fd49629bc0ee (diff) | |
parent | 33aa09e4f72d5caf81c131d9042f3fb1ce1cdf71 (diff) | |
download | rest-api-description-1.1.3.tar.gz rest-api-description-1.1.3.zip |
Merge pull request #64 from github/openapi-update-1.1.3v1.1.3
fix: Update the OpenAPI description to the latest version
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 |