The API now supports filtering docs by tag & correspondent, as well as ordering

This commit is contained in:
Daniel Quinn
2016-03-12 20:45:13 +00:00
parent f764f5cb7b
commit 8c5cb163a1
3 changed files with 112 additions and 49 deletions

View File

@@ -5,7 +5,7 @@ The REST API
Paperless makes use of the `Django REST Framework`_ standard API interface
because of its inherent awesomeness. Conveniently, the system is also
self-documenting, so learn more about the access points, schema, what's
self-documenting, so to learn more about the access points, schema, what's
accepted and what isn't, you need only visit ``/api`` on your local Paperless
installation.