update api docs

This commit is contained in:
runzexia
2019-06-10 10:26:18 +08:00
parent a9237a5c72
commit a4d25f15dd

View File

@@ -237,7 +237,7 @@ func addWebService(c *restful.Container) error {
Param(webservice.QueryParameter("q", "query pipelines, condition for filtering."). Param(webservice.QueryParameter("q", "query pipelines, condition for filtering.").
Required(false). Required(false).
DataFormat("q=%s")). DataFormat("q=%s")).
Param(webservice.QueryParameter("filter", "Condition for filteringfilter folders or not.."). Param(webservice.QueryParameter("filter", "Filter some types of jobs. e.g. no-folderwill not get a job of type folder").
Required(false). Required(false).
DataFormat("filter=%s")). DataFormat("filter=%s")).
Param(webservice.QueryParameter("start", "the count of item start."). Param(webservice.QueryParameter("start", "the count of item start.").