From c6977efcc725a1a2ed04db42c41efe10499fb53d Mon Sep 17 00:00:00 2001 From: apocas Date: Sat, 21 Dec 2013 16:41:41 +0000 Subject: [PATCH] Wrong HTTP method in events endpoint. Upstream-commit: e4e579b40d79764781cbb0a63d12d307ca8a71dc Component: engine --- components/engine/docs/sources/api/docker_remote_api_v1.8.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/sources/api/docker_remote_api_v1.8.rst b/components/engine/docs/sources/api/docker_remote_api_v1.8.rst index bc51e209ef..e14cf295d3 100644 --- a/components/engine/docs/sources/api/docker_remote_api_v1.8.rst +++ b/components/engine/docs/sources/api/docker_remote_api_v1.8.rst @@ -1173,7 +1173,7 @@ Monitor Docker's events .. sourcecode:: http - POST /events?since=1374067924 + GET /events?since=1374067924 **Example response**: