mirror of
https://github.com/containers/podman.git
synced 2025-05-30 23:17:20 +08:00
[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:
@ -95,7 +95,7 @@ type swagInfoResponse struct {
|
||||
// swagger:response NetworkRmReport
|
||||
type swagNetworkRmReport struct {
|
||||
// in:body
|
||||
Body entities.NetworkRmReport
|
||||
Body []entities.NetworkRmReport
|
||||
}
|
||||
|
||||
// Network inspect
|
||||
|
Reference in New Issue
Block a user