mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-06 12:27:48 +00:00
NEROCKET-79 added archive param to role.yaml patch
This commit is contained in:
@@ -3,11 +3,19 @@ properties:
|
|||||||
type:
|
type:
|
||||||
type: string
|
type: string
|
||||||
enum: [NeprofileRole, NeaccessRole]
|
enum: [NeprofileRole, NeaccessRole]
|
||||||
|
description: The type of role
|
||||||
|
example: NeprofileRole
|
||||||
name:
|
name:
|
||||||
type: string
|
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:
|
groups:
|
||||||
type: array
|
type: array
|
||||||
|
description: Role groups
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
example: "ad_group_name"
|
example: "ad_group_name"
|
||||||
Reference in New Issue
Block a user