mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-19 22:27:23 +02:00
Websocket Support (#159)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-delete-request"
|
||||
description = "Enables the delete_request command without any pre-configured scope."
|
||||
commands.allow = ["delete_request"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-delete-request"
|
||||
description = "Denies the delete_request command without any pre-configured scope."
|
||||
commands.deny = ["delete_request"]
|
||||
Reference in New Issue
Block a user