From 3f1dc6f7ade4d7d3e9e28b8e441cff0767778e1a Mon Sep 17 00:00:00 2001 From: Dustin Deyoung Date: Wed, 25 Oct 2023 14:17:17 -0400 Subject: [PATCH] Fix landing url description. --- components/schemas/role.yaml | 2 +- components/schemas/roles.yaml | 2 +- paths/api@roles.yaml | 2 +- paths/api@roles@id.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/schemas/role.yaml b/components/schemas/role.yaml index 7919dbb..bd34f0d 100644 --- a/components/schemas/role.yaml +++ b/components/schemas/role.yaml @@ -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: diff --git a/components/schemas/roles.yaml b/components/schemas/roles.yaml index 9b0c087..8672dd6 100644 --- a/components/schemas/roles.yaml +++ b/components/schemas/roles.yaml @@ -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: diff --git a/paths/api@roles.yaml b/paths/api@roles.yaml index 3b2157a..5c8945e 100644 --- a/paths/api@roles.yaml +++ b/paths/api@roles.yaml @@ -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 diff --git a/paths/api@roles@id.yaml b/paths/api@roles@id.yaml index 050edcf..b9316ec 100644 --- a/paths/api@roles@id.yaml +++ b/paths/api@roles@id.yaml @@ -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: