summaryrefslogtreecommitdiffstats
path: root/server/lib/permissions/modules/clients.json
blob: 7e69f9e108feff521a51c745f2174f613332b664 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[
  {
    "name": "view",
    "description": "View all clients and their information.",
    "groupdependent": true
  },
  {
    "name": "edit",
    "description": "Create, delete, edit clients.",
    "groupdependent": true
  }
]