Document message parameter to /images/create

This parameter was introduced 4 years ago in b857dadb33
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 9608dc5470)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Jan Chren 2019-08-08 16:24:52 +00:00 committed by Sebastiaan van Stijn
parent 834f0f19c5
commit ea5f540fb6
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -6602,6 +6602,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"