From 4aae2b421552c3f25903cc50c74544323348d66c Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 28 Sep 2017 16:02:35 -0300 Subject: [doc] fix blobs table in reference doc --- docs/reference/blobs.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/blobs.rst b/docs/reference/blobs.rst index 1150a34c..5d480342 100644 --- a/docs/reference/blobs.rst +++ b/docs/reference/blobs.rst @@ -36,9 +36,9 @@ HTTP Blobs API The public endpoint provides the following REST API for interacting with the *Blobs* service: -=========================== ========== ================================= ============================ +=========================== ========== ================================= ============================================ path method action accepted query string fields -=========================== ========== ================================= ============================ +=========================== ========== ================================= ============================================ ``/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`` @@ -49,7 +49,7 @@ path method action accepte of flags should be sent in the body of the request. ``/blobs/{uuid}/{blob_id}`` ``DELETE`` Delete a blob. ``namespace`` -============================ ============ ================================= +=========================== ========== ================================= ============================================ The Blobs service supports *namespaces*. All requests can be modified by the ``namespace`` query string parameter, and the results will be restricted to -- cgit v1.2.3