Add target field to build API docs

Signed-off-by: Daniel Nephin <dnephin@docker.com>
Upstream-commit: 95ccb55fe281fdccb996b0b82befcb3998beac25
Component: engine
This commit is contained in:
Daniel Nephin
2018-03-28 14:34:58 -04:00
parent 10857ac7fc
commit 59210a575a
+5
View File
@@ -6253,6 +6253,11 @@ paths:
description: "Platform in the format os[/arch[/variant]]"
type: "string"
default: ""
- name: "target"
in: "query"
description: "Target build stage"
type: "string"
default: ""
responses:
200:
description: "no error"