API docs, add to schema test

Update api.md
This commit is contained in:
shamoon
2026-08-18 13:25:16 -07:00
parent 59bb06f950
commit 230cdc87c5
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -48,6 +48,7 @@ class TestApiSchema(APITestCase):
self.assertIn("/api/documents/reprocess/", paths)
self.assertIn("/api/documents/rotate/", paths)
self.assertIn("/api/documents/merge/", paths)
self.assertIn("/api/documents/merge_as_versions/", paths)
self.assertIn("/api/documents/edit_pdf/", paths)
self.assertIn("/api/documents/remove_password/", paths)