mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
Fix: fix mail account test api schema (#10164)
This commit is contained in:
parent
4c6075e962
commit
7ca2bd0666
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ from paperless_mail.tasks import process_mail_accounts
|
|||
@extend_schema_view(
|
||||
test=extend_schema(
|
||||
operation_id="mail_account_test",
|
||||
request=MailAccountSerializer,
|
||||
description="Test a mail account",
|
||||
responses={
|
||||
200: inline_serializer(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue