Stricter Media API v2 query validation
Media API v2 now returns a 400 parse error when a request contains a malformed or unsupported query parameter instead of dropping the invalid portion and returning results.
Bug Fix
Media API v2 query parameter validation: Requests to Media API v2 endpoints that include a malformed or unsupported query parameter now return a 400 response with a parse error message.
Previously, the invalid portion of the query was dropped and the API returned a 200 with results that did not reflect the intended filter. Responses now match what was actually requested, and errors surface at the point of the request rather than silently returning unfiltered results.