rename apikey to api

This commit is contained in:
imperosol
2025-06-04 09:49:11 +02:00
parent 1da1eb4439
commit 02e99d9125
31 changed files with 159 additions and 132 deletions

View File

@@ -1,4 +1,4 @@
::: apikey.auth
::: api.auth
handler: python
options:
heading_level: 3

View File

@@ -1,4 +1,4 @@
::: apikey.hashers
::: api.hashers
handler: python
options:
heading_level: 3

View File

@@ -1,4 +1,4 @@
::: apikey.auth
::: api.auth
handler: python
options:
heading_level: 3

View File

@@ -0,0 +1,4 @@
::: api.permissions
handler: python
options:
heading_level: 3

View File

@@ -20,13 +20,6 @@
- CanCreateMixin
- CanEditMixin
- CanViewMixin
- CanEditPropMixin
- FormerSubscriberMixin
- PermissionOrAuthorRequiredMixin
## API Permissions
::: core.auth.api_permissions
handler: python
options:
heading_level: 3