Skip to content

Commit

Permalink
fix(jans-auth-server): swagger is malformed due to typo #6085
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 364de42 commit 956eade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jans-auth-server/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2526,8 +2526,8 @@ paths:
- 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
schema:
type: string
responses:
200:
description: OK - User redirected to logout page
Expand Down

0 comments on commit 956eade

Please sign in to comment.