diff --git a/jans-auth-server/docs/swagger.yaml b/jans-auth-server/docs/swagger.yaml index aa1cd41a2f0..29590f3b151 100644 --- a/jans-auth-server/docs/swagger.yaml +++ b/jans-auth-server/docs/swagger.yaml @@ -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