3
0
corteza/api/compose/spec/permissions.json
2019-04-29 18:51:18 +02: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"
}
]
}
}
]
}