improved

Filter Medias by Multiple Hashed_ids

You can now filter the medias#list endpoint by providing an array of hashed_ids.

For example:

curl --request GET \
     --url 'https://api.wistia.com/v1/medias?hashed_ids=HASHED_ID_1&hashed_ids=HASHED_ID_2' \
     --header 'accept: application/json' \
     --header 'authorization: Bearer BEARER_TOKEN