Skip to content

Commit

Permalink
Merge pull request moby#17127 from gesellix/docs-filters-query
Browse files Browse the repository at this point in the history
docs: fix description of `filters` param for /volumes and /networks.
  • Loading branch information
cpuguy83 committed Oct 19, 2015
2 parents 8eba018 + 3e06437 commit 8005dbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/api/docker_remote_api_v1.21.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit 8005dbd

Please sign in to comment.