Add target field to build API docs

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin 2018-03-28 14:34:58 -04:00
parent 3858865672
commit 95ccb55fe2
1 changed files with 5 additions and 0 deletions

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"