Skip to content

Commit

Permalink
fix(jans-auth-server): swagger is malformed due to typo #6085 (#6086)
Browse files Browse the repository at this point in the history
Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
  • Loading branch information
yuriyz committed Sep 19, 2023
1 parent 8d6a9ba commit e1ae899
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jans-auth-server/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2525,9 +2525,9 @@ paths:
type: string
- name: client_id
in: query
description: Client Id. It can be useful to specify client id explicitly in case id_token and session are expired so AS can still validate "post_logout_redirect_uri"
schema:
type: string
description: Client Id. It can be useful to specify client id explicitly in case id_token and session are expired so AS can still validate post_logout_redirect_uri
schema:
type: string
responses:
200:
description: OK - User redirected to logout page
Expand Down

0 comments on commit e1ae899

Please sign in to comment.