From f4f84de2a9460e1703dbc781b38f901e9a4c36ec Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Fri, 9 Feb 2018 03:36:43 +0000 Subject: [PATCH] Correct the response code of attach The attach operation will return the URL that can be used to attach to the container. The success response code is 200 instead of 202. Change-Id: Ia467d6521e96df9e0338e129c85c13ad72124718 --- api-ref/source/containers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-ref/source/containers.inc b/api-ref/source/containers.inc index 0ed69a487..2ec80c80a 100644 --- a/api-ref/source/containers.inc +++ b/api-ref/source/containers.inc @@ -851,7 +851,7 @@ Response Codes .. rest_status_code:: success status.yaml - - 202 + - 200 .. rest_status_code:: error status.yaml