Merge "api-ref: add 'protected' query filter"
This commit is contained in:
commit
90c02c44aa
@ -452,6 +452,7 @@ Request
|
||||
- marker: marker
|
||||
- name: name-in-query
|
||||
- owner: owner-in-query
|
||||
- protected: protected-in-query
|
||||
- status: status-in-query
|
||||
- tag: tag-in-query
|
||||
- visibility: visibility-in-query
|
||||
|
@ -156,6 +156,14 @@ owner-in-query:
|
||||
in: query
|
||||
required: false
|
||||
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:
|
||||
description: |
|
||||
Filters the response by a maximum image size, in
|
||||
|
Loading…
Reference in New Issue
Block a user