From 7938582b08644d6e9529a5d3aafd51518b5c44e8 Mon Sep 17 00:00:00 2001 From: Nick Parker Date: Wed, 25 Mar 2015 22:22:45 -0600 Subject: [PATCH] fixes comment for ContainerWaitResponse struct Signed-off-by: Nick Parker Upstream-commit: 89d63d2a82e9a4c20696e9e93736a99a10be6c91 Component: engine --- components/engine/api/types/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/api/types/types.go b/components/engine/api/types/types.go index af21cd4f68..50a72a550d 100644 --- a/components/engine/api/types/types.go +++ b/components/engine/api/types/types.go @@ -25,7 +25,7 @@ type AuthResponse struct { Status string `json:"Status"` } -// POST /auth +// POST "/containers/"+containerID+"/wait" type ContainerWaitResponse struct { // StatusCode is the status code of the wait job StatusCode int `json:"StatusCode"`