Forgot to include security into the GET /oauth/identity endpoint on the OpenAPI specification document in the library target.
This commit is contained in:
@@ -345,6 +345,10 @@ paths:
|
|||||||
|
|
||||||
For further details about this process, please refer to the [OAuth flow](https://www.discogs.com/developers#page:authentication,header:authentication-oauth-flow) section in the [Discogs API authentication](https://www.discogs.com/developers#page:authentication) documentation.
|
For further details about this process, please refer to the [OAuth flow](https://www.discogs.com/developers#page:authentication,header:authentication-oauth-flow) section in the [Discogs API authentication](https://www.discogs.com/developers#page:authentication) documentation.
|
||||||
operationId: getUserIdentity
|
operationId: getUserIdentity
|
||||||
|
security:
|
||||||
|
- Token: []
|
||||||
|
- KeySecret: []
|
||||||
|
- OAuth: []
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: Successfully retrieved information about an authenticated user.
|
description: Successfully retrieved information about an authenticated user.
|
||||||
|
|||||||
Reference in New Issue
Block a user