mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
When calling the /networks/ endpoint with a trailing slash, the default network was returned. This changes the endpoint to return the list of networks instead (same response as `/networks` without trailing slash). Also updated the description for GetNetworkByName to explain that the "default" network is returned if no name or id is provided. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 6ad4bf0a533f8851b0ddccb56fe3b457819f6146 Component: engine