Merge pull request #1906 from ma1uta/fix_s2s_open_id

Fix #1904.
This commit is contained in:
Travis Ralston 2019-02-24 13:25:49 -07:00 committed by GitHub
commit 51995b2d9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -33,7 +33,7 @@ paths:
User ID of the owner.
operationId: exchangeOpenIdToken
parameters:
- in: path
- in: query
name: access_token
type: string
description: |-

View file

@ -0,0 +1 @@
Fix the `access_token` parameter in the open_id endpoint.