Skip to content

Commit

Permalink
Dodge issue with sphinx_http_domain path parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Etienne Albert committed Mar 31, 2016
1 parent 0fdc22a commit 8d373b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ Tasks API methods
Storage API methods
-------------------

.. http:method:: GET /v2/storage/files/{path}
.. http:method:: GET /v2/storage/files/path
:label-name: v2_storage_files_get
:title: /v2/storage/files (GET)

Expand Down Expand Up @@ -415,7 +415,7 @@ Storage API methods
}


.. http:method:: DELETE /v2/storage/files/{path}
.. http:method:: DELETE /v2/storage/files/path
:label-name: v2_storage_files_delete
:title: /v2/storage/files (DELETE)

Expand Down

0 comments on commit 8d373b0

Please sign in to comment.