3
0
corteza/api/messaging/spec/permissions.json
2019-03-13 21:04:32 +01:00

27 lines
559 B
JSON

{
"Title": "Permissions",
"Interface": "Permissions",
"Struct": null,
"Parameters": {},
"Protocol": "",
"Authentication": [],
"Path": "/permissions",
"APIs": [
{
"Name": "effective",
"Method": "GET",
"Title": "Effective rules for current user",
"Path": "/effective",
"Parameters": {
"get": [
{
"name": "resource",
"required": false,
"title": "Show only rules for a specific resource",
"type": "string"
}
]
}
}
]
}