mirror of https://github.com/containers/podman.git
Merge pull request #10563 from Luap99/fix-10494
[CI:DOCS] fix incorrect network remove api doc
This commit is contained in:
commit
c361a3886e
|
@ -95,7 +95,7 @@ type swagInfoResponse struct {
|
|||
// swagger:response NetworkRmReport
|
||||
type swagNetworkRmReport struct {
|
||||
// in:body
|
||||
Body entities.NetworkRmReport
|
||||
Body []entities.NetworkRmReport
|
||||
}
|
||||
|
||||
// Network inspect
|
||||
|
|
Loading…
Reference in New Issue