mirror of https://github.com/docker/docs.git
Merge pull request #12755 from zappy-shu/HUB-5515-list-images-current-tag-filter
Doc currently_tagged filter for image list API
This commit is contained in:
commit
0265785bc9
|
@ -565,6 +565,14 @@ paths:
|
|||
description: Filters to only show images of this status.
|
||||
type: string
|
||||
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
|
||||
in: query
|
||||
required: false
|
||||
|
|
Loading…
Reference in New Issue