From 7cebe35c9921bfd09d992ccff70f7e13abada0bf Mon Sep 17 00:00:00 2001 From: scott-stevens1-sp <62914824+scott-stevens1-sp@users.noreply.github.com> Date: Thu, 10 Aug 2023 12:58:40 -0400 Subject: [PATCH] NEROCKET-79 added archive param to role.yaml patch --- nerm/schemas/PATCH/Role.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/nerm/schemas/PATCH/Role.yaml b/nerm/schemas/PATCH/Role.yaml index c596b34..3c26b2f 100644 --- a/nerm/schemas/PATCH/Role.yaml +++ b/nerm/schemas/PATCH/Role.yaml @@ -3,11 +3,19 @@ properties: type: type: string enum: [NeprofileRole, NeaccessRole] + description: The type of role + example: NeprofileRole name: type: string - example: "Sponsors" + example: Sponsors + description: The name of the user role + archived: + type: boolean + description: Set to true to archive, false to unarchive + example: true groups: type: array + description: Role groups items: type: string example: "ad_group_name" \ No newline at end of file