2025-10-08 16:08:40 +07:00

14 lines
443 B
TOML

# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
[[permission]]
identifier = "allow-delete-collection"
description = "Enables the delete_collection command without any pre-configured scope."
commands.allow = ["delete_collection"]
[[permission]]
identifier = "deny-delete-collection"
description = "Denies the delete_collection command without any pre-configured scope."
commands.deny = ["delete_collection"]