SMMP/config/repositories.json

35 lines
284 B
JSON
Raw Normal View History

{
"user" :[
2016-02-11 15:00:41 +00:00
"create",
"getAll",
2016-02-11 15:00:41 +00:00
"getById",
"getByCode",
"getByUsername",
"getGroups",
2016-02-11 15:00:41 +00:00
"delete"
],
"machine" :[
"create",
"getAll",
"getById",
"getGroup"
],
"group" :[
"create",
"link",
"unlink",
"getAll",
"getById",
"getMembers"
]
}