Merge branch 'hotfix/delete-app-acl' into 'release'
Adding permission to delete the application by a user See merge request theappsmith/internal-tools-server!178
This commit is contained in:
commit
f10405cca9
|
|
@ -71,6 +71,7 @@ authenticated_operations = [
|
|||
{"method": "GET", "resource": "applications", "permission": "read:applications"},
|
||||
{"method": "POST", "resource": "applications", "permission": "create:applications"},
|
||||
{"method": "PUT", "resource": "applications", "permission": "update:applications"},
|
||||
{"method": "DELETE", "resource": "applications", "permission": "delete:applications"},
|
||||
|
||||
{"method": "GET", "resource": "groups", "permission": "read:groups"},
|
||||
{"method": "POST", "resource": "groups", "permission": "create:groups"},
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue
Block a user