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"