Skip to content

Commit

Permalink
Fix landing url description.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeyoung committed Oct 25, 2023
1 parent 96f1b7e commit 3f1dc6f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/schemas/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ properties:
landingUrl:
type: string
nullable: true
description: An optional override for the default landing page after login for a user. If a user belongs to multiple roles, the first assigned role will take precedence.
description: An optional override for the default landing page after login for a user.
scope:
type: string
roleType:
Expand Down
2 changes: 1 addition & 1 deletion components/schemas/roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ properties:
landingUrl:
type: string
nullable: true
description: An optional override for the default landing page after login for a user. If a user belongs to multiple roles, the first assigned role will take precedence.
description: An optional override for the default landing page after login for a user.
scope:
type: string
roleType:
Expand Down
2 changes: 1 addition & 1 deletion paths/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ post:
landingUrl:
type: string
nullable: true
description: An optional override for the default landing page after login for a user. If a user belongs to multiple roles, the first assigned role will take precedence.
description: An optional override for the default landing page after login for a user.
roleType:
type: string
description: Role type
Expand Down
2 changes: 1 addition & 1 deletion paths/api@[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ put:
landingUrl:
type: string
nullable: true
description: An optional override for the default landing page after login for a user. If a user belongs to multiple roles, the first assigned role will take precedence.
description: An optional override for the default landing page after login for a user.
defaultPersona:
type: string
enum:
Expand Down

0 comments on commit 3f1dc6f

Please sign in to comment.