Skip to content

Commit bf7b6ca

Browse files
Fix type conflicts in oauth endpoints
1 parent a041b46 commit bf7b6ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api_spec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2237,7 +2237,7 @@ paths:
22372237
'500':
22382238
$ref: '#/components/responses/500'
22392239

2240-
/{apiBasePath}/oauth/logininfo:
2240+
/{apiBasePath}/oauth/login/info:
22412241
get:
22422242
tags:
22432243
- OAuth2Provider Recipe
@@ -2270,6 +2270,7 @@ paths:
22702270
description: Information about the current login flow
22712271
required:
22722272
- clientId
2273+
- clientName
22732274
properties:
22742275
clientId:
22752276
type: string

0 commit comments

Comments
 (0)