update api description

Signed-off-by: soulseen <sunzhu@yunify.com>
This commit is contained in:
soulseen
2019-05-14 17:16:10 +08:00
parent 86c7cf6185
commit ff45220411
2 changed files with 7 additions and 2 deletions

View File

@@ -1013,6 +1013,11 @@ type NodeSteps struct {
Type string `json:"type,omitempty"`
}
// CheckScriptCompile
type ReqScript struct {
value string `json:"value,omitempty"`
}
// ToJenkinsfile requests
type ReqJson struct {
Json string `json:"json,omitempty"`