Merge "api-ref: add 'protected' query filter"
This commit is contained in:
commit
90c02c44aa
@ -452,6 +452,7 @@ Request
|
|||||||
- marker: marker
|
- marker: marker
|
||||||
- name: name-in-query
|
- name: name-in-query
|
||||||
- owner: owner-in-query
|
- owner: owner-in-query
|
||||||
|
- protected: protected-in-query
|
||||||
- status: status-in-query
|
- status: status-in-query
|
||||||
- tag: tag-in-query
|
- tag: tag-in-query
|
||||||
- visibility: visibility-in-query
|
- visibility: visibility-in-query
|
||||||
|
@ -156,6 +156,14 @@ owner-in-query:
|
|||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
protected-in-query:
|
||||||
|
description: |
|
||||||
|
Filters the response by the 'protected' image property. A valid value is
|
||||||
|
one of 'true', 'false' (must be all lowercase). Any other value will
|
||||||
|
result in a 400 response.
|
||||||
|
in: query
|
||||||
|
required: false
|
||||||
|
type: boolean
|
||||||
size_max:
|
size_max:
|
||||||
description: |
|
description: |
|
||||||
Filters the response by a maximum image size, in
|
Filters the response by a maximum image size, in
|
||||||
|
Loading…
Reference in New Issue
Block a user