From 9608dc5470e74f1ee34fd6477547303b31868576 Mon Sep 17 00:00:00 2001 From: Jan Chren Date: Thu, 8 Aug 2019 16:24:52 +0000 Subject: 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) --- api/swagger.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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" -- cgit v1.2.1