feat(shell): add show_item_in_dir api

This commit is contained in:
amrbashir
2024-02-28 03:25:18 +02:00
parent dc6d3321e5
commit 5092683f97
31 changed files with 401 additions and 252 deletions
@@ -17,7 +17,6 @@
},
"set": {
"description": "A list of permissions sets defined",
"default": [],
"type": "array",
"items": {
"$ref": "#/definitions/PermissionSet"
@@ -132,7 +131,6 @@
},
"scope": {
"description": "Allowed or denied scoped when using this permission.",
"default": {},
"allOf": [
{
"$ref": "#/definitions/Scopes"