From ce075943c38aec436d9cf56ac4cf4d8fdf891278 Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Sat, 17 Oct 2015 00:24:40 +0200 Subject: [PATCH] docs: fix description of `filters` param for /volumes and /networks. fixes #17091 Signed-off-by: Tobias Gesellchen Upstream-commit: 3e064371e7ddec0de4dd2af75d5ac227b1080d53 Component: engine --- .../engine/docs/reference/api/docker_remote_api_v1.21.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/engine/docs/reference/api/docker_remote_api_v1.21.md b/components/engine/docs/reference/api/docker_remote_api_v1.21.md index 3b6f1da014..1bb40215a6 100644 --- a/components/engine/docs/reference/api/docker_remote_api_v1.21.md +++ b/components/engine/docs/reference/api/docker_remote_api_v1.21.md @@ -2419,7 +2419,7 @@ Status Codes: Query Parameters: -- **filter** - JSON encoded value of the filters (a `map[string][]string`) to process on the volumes list. There is one available filter: `dangling=true` +- **filters** - JSON encoded value of the filters (a `map[string][]string`) to process on the volumes list. There is one available filter: `dangling=true` Status Codes: @@ -2554,7 +2554,7 @@ Status Codes Query Parameters: -- **filter** - JSON encoded value of the filters (a `map[string][]string`) to process on the volumes list. Available filters: `name=[network-names]` , `id=[network-ids]` +- **filters** - JSON encoded value of the filters (a `map[string][]string`) to process on the networks list. Available filters: `name=[network-names]` , `id=[network-ids]` Status Codes: