1
0
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:
Mateusz Kwasniewski 2023-07-24 15:27:07 +02:00 committed by GitHub
parent ed5a7960a5
commit 88b935fdba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,9 +16,9 @@ export const roleSchema = {
}, },
type: { type: {
description: 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', type: 'string',
example: 'global', example: 'root',
}, },
name: { name: {
description: `The name of the role`, description: `The name of the role`,