We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c792162 commit 98bccd1Copy full SHA for 98bccd1
docs/api_controller/api_controller_permission.md
@@ -71,4 +71,4 @@ class PermissionController:
71
## **Permissions Supported Operands**
72
- & (and) eg: `permissions.IsAuthenticated & ReadOnly`
73
- | (or) eg: `permissions.IsAuthenticated | ReadOnly`
74
-- ~ (not) eg: `!(permissions.IsAuthenticated & ReadOnly)`
+- ~ (not) eg: `~(permissions.IsAuthenticated & ReadOnly)`
0 commit comments