Merge pull request #731 from dotcloud/change_containersPs_containersJson_api-feature

* API: rename containers/ps to containers/json
This commit is contained in:
Guillaume J. Charmes
2013-05-28 15:44:20 -07:00
4 changed files with 9 additions and 8 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ Docker Remote API
List containers
***************
.. http:get:: /containers/ps
.. http:get:: /containers/json
List containers
@@ -32,7 +32,7 @@ List containers
.. sourcecode:: http
GET /containers/ps?all=1&before=8dfafdbc3a40 HTTP/1.1
GET /containers/json?all=1&before=8dfafdbc3a40 HTTP/1.1
**Example response**: