mirror of https://github.com/docker/docs.git
Doc currently_tagged filter for image list API
Signed-off-by: Nick Adcock <nick.adcock@docker.com>
This commit is contained in:
parent
4426d47ab7
commit
1027c43e4d
|
@ -530,6 +530,14 @@ paths:
|
||||||
description: Filters to only show images of this status.
|
description: Filters to only show images of this status.
|
||||||
type: string
|
type: string
|
||||||
enum: [active, inactive]
|
enum: [active, inactive]
|
||||||
|
- name: currently_tagged
|
||||||
|
in: query
|
||||||
|
required: false
|
||||||
|
type: boolean
|
||||||
|
description: |
|
||||||
|
Filters to only show images with:
|
||||||
|
* `true`: at least 1 current tag.
|
||||||
|
* `false`: no current tags.
|
||||||
- name: ordering
|
- name: ordering
|
||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Reference in New Issue