Add missing in: body

This commit is contained in:
Antoine GIRARD 2018-06-11 11:58:26 +02:00
parent 000e96a2ca
commit bc159ca815
2 changed files with 1 additions and 3 deletions

View File

@ -7616,9 +7616,6 @@
"description": "SearchResults",
"schema": {
"$ref": "#/definitions/SearchResults"
},
"headers": {
"body": {}
}
},
"ServerVersion": {

View File

@ -102,6 +102,7 @@ type swaggerResponseWatchInfo struct {
// SearchResults
// swagger:response SearchResults
type swaggerResponseSearchResults struct {
// in:body
Body api.SearchResults `json:"body"`
}