1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

return 304 is status isn't modified in start and stop

Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
This commit is contained in:
Victor Vieux 2014-06-24 18:31:56 +00:00
parent e23e3a1600
commit 53b036032d
4 changed files with 30 additions and 3 deletions

View file

@ -429,6 +429,7 @@ Start the container `id`
Status Codes:
- **204** no error
- **304** container already started
- **404** no such container
- **500** server error
@ -455,6 +456,7 @@ Stop the container `id`
Status Codes:
- **204** no error
- **304** container already stopped
- **404** no such container
- **500** server error