rename apikey to api

This commit is contained in:
imperosol
2025-06-04 09:49:11 +02:00
parent a23604383b
commit ae7784a973
31 changed files with 162 additions and 144 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