mirror of
https://github.com/containers/podman.git
synced 2025-06-06 06:44:53 +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
|
// swagger:response NetworkRmReport
|
||||||
type swagNetworkRmReport struct {
|
type swagNetworkRmReport struct {
|
||||||
// in:body
|
// in:body
|
||||||
Body entities.NetworkRmReport
|
Body []entities.NetworkRmReport
|
||||||
}
|
}
|
||||||
|
|
||||||
// Network inspect
|
// Network inspect
|
||||||
|
Reference in New Issue
Block a user