forked from folio-org/mod-users-bl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModuleDescriptor.OLD.json
More file actions
48 lines (48 loc) · 888 Bytes
/
ModuleDescriptor.OLD.json
File metadata and controls
48 lines (48 loc) · 888 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"id": "users-bl",
"name": "users business logic",
"provides": [
{
"id": "users-bl",
"version": "0.0.1"
}
],
"routingEntries": [
{
"methods": [
"GET"
],
"path": "/bl-users",
"level": "30",
"type": "request-response",
"permissionsRequired": [
],
"permissionsDesired" : [
"users-bl.read"
]
},
{
"methods": [
"POST"
],
"path": "/bl-users",
"level": "30",
"type": "request-response",
"permissionsRequired": [
"users-bl.create"
]
},
{
"methods": [
"PUT"
],
"path": "/bl-users",
"level": "30",
"type": "request-response",
"permissionsRequired": [
"users-bl.modify"
]
}
],
"modulePermissions": ["users.read", "login.readUser", "perms.users.read" ]
}