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
This commit is contained in:
Hongbin Lu 2018-02-09 03:36:43 +00:00
parent 06f18577c0
commit f4f84de2a9
1 changed files with 1 additions and 1 deletions

View File

@ -851,7 +851,7 @@ Response Codes
.. rest_status_code:: success status.yaml
- 202
- 200
.. rest_status_code:: error status.yaml