summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Chren <dev.rindeal@gmail.com>2019-08-08 16:24:52 +0000
committerJan Chren (rindeal) <dev.rindeal@gmail.com>2019-12-27 17:05:16 +0100
commit9608dc5470e74f1ee34fd6477547303b31868576 (patch)
tree37a2abe96e8e4c72e148d0f3fe3600208ae13b2a
parentbbcabf69c81b2c4c9e13281fc3c0a72669d3f44a (diff)
downloaddocker-9608dc5470e74f1ee34fd6477547303b31868576.tar.gz
Document `message` parameter to `/images/create`
This parameter was introduced 4 years ago in b857dadb334fe0660abce4ae73a8b5b5c7f92c33 as part of https://github.com/moby/moby/pull/15711, but has never made it to the API docs. Signed-off-by: Jan Chren (rindeal) <dev.rindeal@gmail.com>
-rw-r--r--api/swagger.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/api/swagger.yaml b/api/swagger.yaml
index 21fdc88fa6..6cc085fb71 100644
--- a/api/swagger.yaml
+++ b/api/swagger.yaml
@@ -6667,6 +6667,10 @@ paths:
in: "query"
description: "Tag or digest. If empty when pulling an image, this causes all tags for the given image to be pulled."
type: "string"
+ - name: "message"
+ in: "query"
+ description: "Set commit message for imported image."
+ type: "string"
- name: "inputImage"
in: "body"
description: "Image content if the value `-` has been specified in fromSrc query parameter"