add status code 409 in attach in docs
Signed-off-by: allencloud <allen.sun@daocloud.io> Upstream-commit: b22a2919311fe0aaeb8802756f55486b8b020b2a Component: engine
This commit is contained in:
@ -1219,6 +1219,7 @@ Status Codes:
|
||||
- **200** – no error, no upgrade header found
|
||||
- **400** – bad parameter
|
||||
- **404** – no such container
|
||||
- **409** - container is paused
|
||||
- **500** – server error
|
||||
|
||||
**Stream details**:
|
||||
|
||||
@ -1249,6 +1249,7 @@ Status Codes:
|
||||
- **200** – no error, no upgrade header found
|
||||
- **400** – bad parameter
|
||||
- **404** – no such container
|
||||
- **409** - container is paused
|
||||
- **500** – server error
|
||||
|
||||
**Stream details**:
|
||||
|
||||
@ -1276,6 +1276,7 @@ Attach to the container `id`
|
||||
- **200** – no error, no upgrade header found
|
||||
- **400** – bad parameter
|
||||
- **404** – no such container
|
||||
- **409** - container is paused
|
||||
- **500** – server error
|
||||
|
||||
**Stream details**:
|
||||
|
||||
@ -1276,6 +1276,7 @@ Attach to the container `id`
|
||||
- **200** – no error, no upgrade header found
|
||||
- **400** – bad parameter
|
||||
- **404** – no such container
|
||||
- **409** - container is paused
|
||||
- **500** – server error
|
||||
|
||||
**Stream details**:
|
||||
|
||||
Reference in New Issue
Block a user