mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-25 17:18:00 +00:00
Merge pull request #10563 from Luap99/fix-10494
[CI:DOCS] fix incorrect network remove api doc
This commit is contained in:
commit
c361a3886e
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ type swagInfoResponse struct {
|
|||
// swagger:response NetworkRmReport
|
||||
type swagNetworkRmReport struct {
|
||||
// in:body
|
||||
Body entities.NetworkRmReport
|
||||
Body []entities.NetworkRmReport
|
||||
}
|
||||
|
||||
// Network inspect
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue