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"`