rpcd/unauthenticated.json

14 lines
179 B
JSON
Raw Normal View History

{
"unauthenticated": {
"description": "Access controls for unauthenticated requests",
"read": {
"ubus": {
"session": [
"access",
"login"
]
}
}
}
}