mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #25269 from allencloud/update-remote-api-docs-about-409
add status code 409 in attach in docs
This commit is contained in:
commit
56cbfc587f
4 changed files with 4 additions and 0 deletions
|
@ -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**:
|
||||
|
|
Loading…
Reference in a new issue