Skip to content

Commit

Permalink
Merge pull request containers#10563 from Luap99/fix-10494
Browse files Browse the repository at this point in the history
[CI:DOCS] fix incorrect network remove api doc
  • Loading branch information
openshift-merge-robot authored Jun 4, 2021
2 parents b8dbc11 + df7c3a7 commit c361a38
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 c361a38

Please sign in to comment.