Document `message` parameter to `/images/create`
| ... | ... |
@@ -6667,6 +6667,10 @@ paths: |
| 6667 | 6667 |
in: "query" |
| 6668 | 6668 |
description: "Tag or digest. If empty when pulling an image, this causes all tags for the given image to be pulled." |
| 6669 | 6669 |
type: "string" |
| 6670 |
+ - name: "message" |
|
| 6671 |
+ in: "query" |
|
| 6672 |
+ description: "Set commit message for imported image." |
|
| 6673 |
+ type: "string" |
|
| 6670 | 6674 |
- name: "inputImage" |
| 6671 | 6675 |
in: "body" |
| 6672 | 6676 |
description: "Image content if the value `-` has been specified in fromSrc query parameter" |