3
0
Files
corteza/api/messaging/spec/permissions.json

27 lines
561 B
JSON

{
"Title": "Permissions",
"Interface": "Permissions",
"Struct": null,
"Parameters": {},
"Protocol": "",
"Authentication": null,
"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"
}
]
}
}
]
}