diff --git a/api/types/types.go b/api/types/types.go index af21cd4f6..50a72a550 100644 --- a/api/types/types.go +++ b/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"`