Add 'all' visibility filter for listing images in docs

Since this commit cfa9b6e8e8,
the visibility all is supported in the listing of images. However,
the documentation does not present it. This can make it hard for operators
to be aware of this option when listing images. Therefore, we propose to add
it in the documentation.

Change-Id: Iaa0ce6e1fde5c4c546b2f4a53969287b05d295de
This commit is contained in:
Rafael Weingärtner 2020-07-08 17:26:51 -03:00
parent 63d982588f
commit e2e050c0b1

View File

@ -275,12 +275,12 @@ updated_at-in-query:
visibility-in-query: visibility-in-query:
description: | description: |
Filters the response by an image visibility value. A valid value is Filters the response by an image visibility value. A valid value is
``public``, ``private``, ``community``, or ``shared``. (Note that if you ``public``, ``private``, ``community``, ``shared``, or ``all``. (Note
filter on ``shared``, the images included in the response will only be that if you filter on ``shared``, the images included in the response
those where your member status is ``accepted`` unless you explicitly will only be those where your member status is ``accepted`` unless you
include a ``member_status`` filter in the request.) If you omit this explicitly include a ``member_status`` filter in the request.) If you
parameter, the response shows ``public``, ``private``, and those ``shared`` omit this parameter, the response shows ``public``, ``private``, and those
images with a member status of ``accepted``. ``shared`` images with a member status of ``accepted``.
in: query in: query
required: false required: false
type: string type: string