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:
Usha Mandya 2021-04-27 09:36:02 +01:00 committed by GitHub
commit 0265785bc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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