docs icon indicating copy to clipboard operation
docs copied to clipboard

Collections parameter needed for users with assigned collections

Open iansk opened this issue 4 years ago • 0 comments

If a user is configured with assigned collections, they are required to pass the collections= parameter in order to get results. Otherwise, they receive the following error:

"err":"collection was not specified"

This parameter is not specified on any call, but looks to be supported for any of the image scan endpoints.

curl -k -u -H 'Content-Type: application/json' -X GET "https://:8083/api/v1/images?collections="

(Reported by @brianbuquoi on Oct 26, 2020)

iansk avatar Nov 10 '20 01:11 iansk