mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix: global role is called root role (#4336)
This commit is contained in:
parent
ed5a7960a5
commit
88b935fdba
@ -16,9 +16,9 @@ export const roleSchema = {
|
||||
},
|
||||
type: {
|
||||
description:
|
||||
'A role can either be a global role (applies to all projects) or a project role',
|
||||
'A role can either be a global root role (applies to all projects) or a project role',
|
||||
type: 'string',
|
||||
example: 'global',
|
||||
example: 'root',
|
||||
},
|
||||
name: {
|
||||
description: `The name of the role`,
|
||||
|
Loading…
Reference in New Issue
Block a user