mirror of
https://github.com/paralus/paralus.git
synced 2026-03-05 10:30:25 +00:00
multiple fixes and refactored to support from id to name, added resource roles, permissions script and improved test coverage
14 lines
245 B
JSON
14 lines
245 B
JSON
{
|
|
"name": "hub.openapi.explorer.read",
|
|
"resource_urls": [
|
|
{
|
|
"url": "/openapi-explorer",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
}
|
|
],
|
|
"resource_action_urls": [],
|
|
"base_url": "/openapi-explorer",
|
|
"authenticated": false
|
|
} |