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

Generate container update response from swagger spec.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin 2016-10-18 17:35:45 -07:00
parent c8d5e7203e
commit f196cf6a09
9 changed files with 32 additions and 26 deletions

View file

@ -15,4 +15,5 @@ swagger generate operation -f api/swagger.yaml \
-T api/templates --skip-responses --skip-parameters --skip-validator \
-n VolumesList \
-n VolumesCreate \
-n ContainerCreate
-n ContainerCreate \
-n ContainerUpdate