Fix: remove pagination from document notes api spec (#12388)

This commit is contained in:
shamoon
2026-03-18 06:48:05 -07:00
committed by GitHub
parent a86c9d32fe
commit 87ebd13abc
+1
View File
@@ -1038,6 +1038,7 @@ class DocumentViewSet(
methods=["get", "post", "delete"],
detail=True,
permission_classes=[PaperlessNotePermissions],
pagination_class=None,
filter_backends=[],
)
def notes(self, request, pk=None):