mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #39700 from rindeal/patch-1
Document `message` parameter to `/images/create`
This commit is contained in:
commit
a874c42eda
1 changed files with 4 additions and 0 deletions
|
@ -6667,6 +6667,10 @@ paths:
|
||||||
in: "query"
|
in: "query"
|
||||||
description: "Tag or digest. If empty when pulling an image, this causes all tags for the given image to be pulled."
|
description: "Tag or digest. If empty when pulling an image, this causes all tags for the given image to be pulled."
|
||||||
type: "string"
|
type: "string"
|
||||||
|
- name: "message"
|
||||||
|
in: "query"
|
||||||
|
description: "Set commit message for imported image."
|
||||||
|
type: "string"
|
||||||
- name: "inputImage"
|
- name: "inputImage"
|
||||||
in: "body"
|
in: "body"
|
||||||
description: "Image content if the value `-` has been specified in fromSrc query parameter"
|
description: "Image content if the value `-` has been specified in fromSrc query parameter"
|
||||||
|
|
Loading…
Reference in a new issue