mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-24 17:48:30 +02:00
14 lines
485 B
TOML
14 lines
485 B
TOML
# Automatically generated - DO NOT EDIT!
|
|
|
|
"$schema" = "../../schemas/schema.json"
|
|
|
|
[[permission]]
|
|
identifier = "allow-upsert-websocket-request"
|
|
description = "Enables the upsert_websocket_request command without any pre-configured scope."
|
|
commands.allow = ["upsert_websocket_request"]
|
|
|
|
[[permission]]
|
|
identifier = "deny-upsert-websocket-request"
|
|
description = "Denies the upsert_websocket_request command without any pre-configured scope."
|
|
commands.deny = ["upsert_websocket_request"]
|