Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(jans-auth-server): fix swagger.yaml #7201

Merged
merged 1 commit into from Dec 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 12 additions & 12 deletions jans-auth-server/docs/swagger.yaml
Expand Up @@ -953,9 +953,9 @@ paths:
description: Scope map object
authorization_details_types_supported:
type: array
description: Array of string. Each string represents supported type of authorization details.
items:
type: string
description: Array of string. Each string represents supported type of authorization details.
items:
type: string
500:
$ref: '#/components/responses/InternalServerError'
/introspection:
Expand Down Expand Up @@ -1341,9 +1341,9 @@ paths:
description: Name of the Client to be presented to the user.
authorization_details_types:
type: array
description: authorization details types (RFC9396). Fine-graned access.
items:
type: string
description: authorization details types (RFC9396). Fine-graned access.
items:
type: string
logo_uri:
type: string
description: URL that references a logo for the Client application
Expand Down Expand Up @@ -1766,9 +1766,9 @@ paths:
type: string
authorization_details_types:
type: array
description: authorization details types (RFC9396). Fine-graned access.
items:
type: string
description: authorization details types (RFC9396). Fine-graned access.
items:
type: string
client_name:
type: string
description: Name of the Client to be presented to the user.
Expand Down Expand Up @@ -2167,9 +2167,9 @@ paths:
type: string
authorization_details_types:
type: array
description: authorization details types (RFC9396). Fine-graned access.
items:
type: string
description: authorization details types (RFC9396). Fine-graned access.
items:
type: string
client_name:
type: string
description: Name of the Client to be presented to the user.
Expand Down