mirror of
https://github.com/containers/podman.git
synced 2025-06-22 18:08:11 +08:00
Merge pull request #10568 from jwhonce/issues/10562
[CI:DOCS] Document which CNI fields are encoded
This commit is contained in:
@ -241,7 +241,9 @@ func (s *APIServer) registerNetworkHandlers(r *mux.Router) error {
|
|||||||
// tags:
|
// tags:
|
||||||
// - networks
|
// - networks
|
||||||
// summary: List networks
|
// summary: List networks
|
||||||
// description: Display summary of network configurations
|
// description: |
|
||||||
|
// Display summary of network configurations.
|
||||||
|
// - In a 200 response, all of the fields named Bytes are returned as a Base64 encoded string.
|
||||||
// parameters:
|
// parameters:
|
||||||
// - in: query
|
// - in: query
|
||||||
// name: filters
|
// name: filters
|
||||||
|
Reference in New Issue
Block a user