diff options
author | drebs <drebs@riseup.net> | 2017-10-23 10:21:21 -0200 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2017-10-23 10:38:02 -0200 |
commit | 33e30feb2d7cedb1aecbde2f339b40f72128a585 (patch) | |
tree | 1de5fb8dd4858dd24b1b0185c7a9aa0a954684ac /docs/reference/blobs.rst | |
parent | b3bf0be478060a3acdf01c924819212553775f8c (diff) |
[doc] small fixes in documentation
Diffstat (limited to 'docs/reference/blobs.rst')
-rw-r--r-- | docs/reference/blobs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/blobs.rst b/docs/reference/blobs.rst index 5d480342..17880802 100644 --- a/docs/reference/blobs.rst +++ b/docs/reference/blobs.rst @@ -39,7 +39,7 @@ The public endpoint provides the following REST API for interacting with the =========================== ========== ================================= ============================================ path method action accepted query string fields =========================== ========== ================================= ============================================ -``/blobs/{uuid} ``GET`` Get a list of blobs. filtered by ``namespace``, ``filter_flag``, ``order_by`` +``/blobs/{uuid}`` ``GET`` Get a list of blobs. filtered by ``namespace``, ``filter_flag``, ``order_by`` a flag. ``/blobs/{uuid}/{blob_id}`` ``GET`` Get the contents of a blob. ``namespace`` ``/blobs/{uuid}/{blob_id}`` ``PUT`` Create a blob. The content of the ``namespace`` |