Doc currently_tagged filter for image list API

Signed-off-by: Nick Adcock <nick.adcock@docker.com>
This commit is contained in:
Nick Adcock 2021-04-27 09:02:03 +01:00
parent 4426d47ab7
commit 1027c43e4d
1 changed files with 8 additions and 0 deletions

View File

@ -530,6 +530,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