mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-19 12:36:34 +00:00
Fix:deploy application api return value (#3358)
This commit is contained in:
@@ -157,7 +157,8 @@ func (c *applicationWebService) GetWebService() *restful.WebService {
|
||||
Metadata(restfulspec.KeyOpenAPITags, tags).
|
||||
Filter(c.appCheckFilter).
|
||||
Param(ws.PathParameter("name", "identifier of the application ").DataType("string")).
|
||||
Returns(200, "", apis.ApplicationDeployRequest{}).
|
||||
Reads(apis.ApplicationDeployRequest{}).
|
||||
Returns(200, "", apis.ApplicationDeployResponse{}).
|
||||
Returns(400, "", bcode.Bcode{}).
|
||||
Writes(apis.ApplicationDeployResponse{}))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user