Merge pull request #1906 from ma1uta/fix_s2s_open_id

Fix #1904.
pull/1909/head
Travis Ralston 5 years ago committed by GitHub
commit 51995b2d9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1 @@
Fix the `access_token` parameter in the open_id endpoint.
Loading…
Cancel
Save