[CI:DOCS] fix incorrect network remove api doc

The endpoint returns an array and not a single entry.

Fixes #10494

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2021-06-04 14:22:52 +02:00
parent 52dae693da
commit df7c3a7039

View File

@ -95,7 +95,7 @@ type swagInfoResponse struct {
// swagger:response NetworkRmReport
type swagNetworkRmReport struct {
// in:body
Body entities.NetworkRmReport
Body []entities.NetworkRmReport
}
// Network inspect