Browse code

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>
(cherry picked from commit 9608dc5470e74f1ee34fd6477547303b31868576)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Jan Chren authored on 2019/08/09 01:24:52
Showing 1 changed files
... ...
@@ -6602,6 +6602,10 @@ paths:
6602 6602
           in: "query"
6603 6603
           description: "Tag or digest. If empty when pulling an image, this causes all tags for the given image to be pulled."
6604 6604
           type: "string"
6605
+        - name: "message"
6606
+          in: "query"
6607
+          description: "Set commit message for imported image."
6608
+          type: "string"
6605 6609
         - name: "inputImage"
6606 6610
           in: "body"
6607 6611
           description: "Image content if the value `-` has been specified in fromSrc query parameter"