Skip to content

Commit a196c0d

Browse files
fix redirect_uri param (#87)
1 parent 7e12961 commit a196c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

authorization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ components:
204204
minLength: 16
205205
maxLength: 16
206206
description: code transfered to your registered callback uri
207-
redirect:
207+
redirect_uri:
208208
type: string
209209
format: uri
210210
description: your registered and requested callback uri what is redirected after user authentication process

0 commit comments

Comments
 (0)