Преглед на файлове

fixes comment for ContainerWaitResponse struct

Signed-off-by: Nick Parker <nikaios@gmail.com>
Nick Parker преди 10 години
родител
ревизия
89d63d2a82
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      api/types/types.go

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