NxTIC/config/repositories.json

51 lines
424 B
JSON
Executable File

{
"user": [
"create",
"search",
"getAll",
"getById",
"getByCode",
"getByUsername",
"getClusters",
"edit",
"delete"
],
"machine": [
"create",
"search",
"getAll",
"getById",
"getByCode",
"getByName",
"getClusters",
"edit",
"delete"
],
"cluster": [
"create",
"link",
"unlink",
"getAll",
"getById",
"getByName",
"getMerge",
"getMembers",
"delete"
]
}