Skip to content

Commit

Permalink
[CI:DOCS] fix incorrect network remove api doc
Browse files Browse the repository at this point in the history
The endpoint returns an array and not a single entry.

Fixes containers#10494

Signed-off-by: Paul Holzinger <[email protected]>
  • Loading branch information
Luap99 authored and mheon committed Jun 11, 2021
1 parent 26eae3b commit 38fbd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/handlers/libpod/swagger.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ type swagInfoResponse struct {
// swagger:response NetworkRmReport
type swagNetworkRmReport struct {
// in:body
Body entities.NetworkRmReport
Body []entities.NetworkRmReport
}

// Network inspect
Expand Down

0 comments on commit 38fbd2c

Please sign in to comment.