diff options
author | drebs <drebs@riseup.net> | 2017-11-03 12:06:55 -0200 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2017-11-03 12:06:55 -0200 |
commit | f3b4de0bed7f5ae622f19324349cc4d6e834390e (patch) | |
tree | fa4426aab619f03eadec84dd4b35f30e770352b4 /docs/reference/blobs | |
parent | 2aced0817393b1ed26e0704b0a50f6de41c76d6a (diff) |
[doc] improve blobs http api description
Diffstat (limited to 'docs/reference/blobs')
-rw-r--r-- | docs/reference/blobs/server.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/blobs/server.rst b/docs/reference/blobs/server.rst index cda0b95c..fac0ad03 100644 --- a/docs/reference/blobs/server.rst +++ b/docs/reference/blobs/server.rst @@ -9,10 +9,10 @@ HTTP APIs Soledad Server provides two different REST APIs for interacting with blobs: -* A *public* :ref:`blobs-http-api`, providing the *Blobs* service for Soledad +* A :ref:`blobs-http-api`, providing the *Blobs* service for Soledad Client (i.e. actual users of the infrastructure). -* A *local* :ref:`incoming-http-api`, providing the delivery part of the +* A :ref:`incoming-http-api`, providing the delivery part of the :ref:`incoming-box` service, currently used for the MX mail delivery. Authentication is handled differently for each of the endpoints, see |