@@ -10,12 +10,12 @@ Represents abilities that can be granted to roles in namespaces.
10
10
| ` ASSIGN_PROJECT_RUNTIMES ` | Allows to assign runtimes to a project in the namespace |
11
11
| ` ASSIGN_ROLE_ABILITIES ` | Allows to change the abilities of a namespace role |
12
12
| ` ASSIGN_ROLE_PROJECTS ` | Allows to change the assigned projects of a namespace role |
13
- | ` CREATE_FLOWS ` | Allows to create flows in the namespace |
13
+ | ` CREATE_FLOWS ` | Allows to create flows in a namespace project |
14
14
| ` CREATE_NAMESPACE_LICENSE ` | Allows to create a license for the namespace |
15
15
| ` CREATE_NAMESPACE_PROJECT ` | Allows to create a project in the namespace |
16
16
| ` CREATE_NAMESPACE_ROLE ` | Allows the creation of roles in a namespace |
17
17
| ` CREATE_RUNTIME ` | Allows to create a runtime globally or for the namespace |
18
- | ` DELETE_FLOWS ` | Allows to delete flows in the namespace |
18
+ | ` DELETE_FLOWS ` | Allows to delete flows in a namespace project |
19
19
| ` DELETE_MEMBER ` | Allows to remove members of a namespace |
20
20
| ` DELETE_NAMESPACE_LICENSE ` | Allows to delete the license of the namespace |
21
21
| ` DELETE_NAMESPACE_PROJECT ` | Allows to delete the project of the namespace |
@@ -27,7 +27,6 @@ Represents abilities that can be granted to roles in namespaces.
27
27
| ` READ_NAMESPACE_LICENSE ` | Allows to read the license of the namespace |
28
28
| ` READ_NAMESPACE_PROJECT ` | Allows to read the project of the namespace |
29
29
| ` ROTATE_RUNTIME_TOKEN ` | Allows to regenerate a runtime token |
30
- | ` UPDATE_FLOWS ` | Allows to update flows in the namespace |
31
30
| ` UPDATE_NAMESPACE_PROJECT ` | Allows to update the project of the namespace |
32
31
| ` UPDATE_NAMESPACE_ROLE ` | Allows to update the namespace role |
33
32
| ` UPDATE_ORGANIZATION ` | Allows to update the organization |
0 commit comments