diff --git a/README.md b/README.md index adc5eebb..3a973a39 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ List of permissions: |------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `{"entity": "ADMIN", "action": "ACCESS"}` | Allows user to access and use `leto-modelizer-admin`. | | `{"entity": "PROJECT", "action": "CREATE"}` | Allows user to create a project in `leto-modelizer`. | +| `{"entity": "PROJECT_GIT", "action": "CREATE"}` | Allows user to import a project from git in `leto-modelizer`. | | `{"entity": "PROJECT_TEMPLATE", "action": "CREATE"}` | Allows user to create a project from template in `leto-modelizer`. | | `{"entity": "DIAGRAM", "action": "CREATE"}` | Allows user to create a diagram in `leto-modelizer`. | | `{"entity": "DIAGRAM", "action": "DELETE"}` | Allows user to delete a diagram in `leto-modelizer`. |