more docs

This commit is contained in:
Jonas Winkler
2020-11-13 21:06:05 +01:00
parent 2ad3087e22
commit a3aa9ca2dc
6 changed files with 34 additions and 13 deletions

View File

@@ -5,7 +5,7 @@ The REST API
.. warning::
This section is not updated yet.
This section is not updated to paperless-ng yet.
Paperless makes use of the `Django REST Framework`_ standard API interface
because of its inherent awesomeness. Conveniently, the system is also
@@ -16,8 +16,10 @@ installation.
.. _Django REST Framework: http://django-rest-framework.org/
Uploading
=========
.. _api-file_uploads:
POSTing Documents
=================
File uploads in an API are hard and so far as I've been able to tell, there's
no standard way of accepting them, so rather than crowbar file uploads into the