diff --git a/docker-hub/api/latest.yaml b/docker-hub/api/latest.yaml index 9df6da21ab..aa8f0f0a0c 100644 --- a/docker-hub/api/latest.yaml +++ b/docker-hub/api/latest.yaml @@ -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