mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
409 status code result to create service
Added example 409 status code result to the create service endpoint. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
404705fd8e
commit
397cc85643
2 changed files with 2 additions and 0 deletions
|
@ -3980,6 +3980,7 @@ Create a service
|
|||
|
||||
- **201** – no error
|
||||
- **406** – server error or node is not part of a swarm
|
||||
- **409** – name conflicts with an existing object
|
||||
|
||||
JSON Parameters:
|
||||
|
||||
|
|
|
@ -3980,6 +3980,7 @@ Create a service
|
|||
|
||||
- **201** – no error
|
||||
- **406** – server error or node is not part of a swarm
|
||||
- **409** – name conflicts with an existing object
|
||||
|
||||
JSON Parameters:
|
||||
|
||||
|
|
Loading…
Reference in a new issue