Skip to content

Commit c37d4f1

Browse files
committed
Regenerate docs
1 parent a6ff8ba commit c37d4f1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/graphql/enum/namespaceroleability.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ Represents abilities that can be granted to roles in namespaces.
1010
| `ASSIGN_PROJECT_RUNTIMES` | Allows to assign runtimes to a project in the namespace |
1111
| `ASSIGN_ROLE_ABILITIES` | Allows to change the abilities of a namespace role |
1212
| `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 |
1414
| `CREATE_NAMESPACE_LICENSE` | Allows to create a license for the namespace |
1515
| `CREATE_NAMESPACE_PROJECT` | Allows to create a project in the namespace |
1616
| `CREATE_NAMESPACE_ROLE` | Allows the creation of roles in a namespace |
1717
| `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 |
1919
| `DELETE_MEMBER` | Allows to remove members of a namespace |
2020
| `DELETE_NAMESPACE_LICENSE` | Allows to delete the license of the namespace |
2121
| `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.
2727
| `READ_NAMESPACE_LICENSE` | Allows to read the license of the namespace |
2828
| `READ_NAMESPACE_PROJECT` | Allows to read the project of the namespace |
2929
| `ROTATE_RUNTIME_TOKEN` | Allows to regenerate a runtime token |
30-
| `UPDATE_FLOWS` | Allows to update flows in the namespace |
3130
| `UPDATE_NAMESPACE_PROJECT` | Allows to update the project of the namespace |
3231
| `UPDATE_NAMESPACE_ROLE` | Allows to update the namespace role |
3332
| `UPDATE_ORGANIZATION` | Allows to update the organization |

0 commit comments

Comments
 (0)