Merge pull request #36724 from dnephin/api-docs-add-build-target

Add target field to build API docs
Upstream-commit: 045206a45c15625249d7956a6e18d2accaab6383
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2018-04-02 22:35:00 -07:00
committed by GitHub
+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"