mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add target field to build API docs
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
3858865672
commit
95ccb55fe2
1 changed files with 5 additions and 0 deletions
|
@ -6253,6 +6253,11 @@ paths:
|
||||||
description: "Platform in the format os[/arch[/variant]]"
|
description: "Platform in the format os[/arch[/variant]]"
|
||||||
type: "string"
|
type: "string"
|
||||||
default: ""
|
default: ""
|
||||||
|
- name: "target"
|
||||||
|
in: "query"
|
||||||
|
description: "Target build stage"
|
||||||
|
type: "string"
|
||||||
|
default: ""
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: "no error"
|
description: "no error"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue