Should a GET /shared-images/tenant for invalid tenant return 200 or a 404?
If I do a GET to /shared-images/<tenant> where <tenant> is invalid tenant ID "BH!@#$" the API returns an empty set of shared images ({"shared_images": []}) and 200/OK.
This is reproducible on diablo and grizzly3 based systems.
Is the intention to return 200 because the set is empty, regardless of whether the tenant is invalid? Or should it return 404 since the tenant is invalid?