Skip to content

Commit

Permalink
fix(jans-auth-server): fix swagger.yaml (#7201)
Browse files Browse the repository at this point in the history
Signed-off-by: Milton Ch <[email protected]>
  • Loading branch information
Milton-Ch authored Dec 26, 2023
1 parent a134ac9 commit afc1636
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions jans-auth-server/docs/swagger.yaml
Original file line number Diff line number Diff line change
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

0 comments on commit afc1636

Please sign in to comment.