Add params for FileDiff GET list operations.
Review Request #14570 — Created Aug. 25, 2025 and submitted — Latest diff uploaded
Review Beoard's
FileDiffResource.get_querysetmethod has a couple
parameters which are fetched out of kwargs but not otherwise documented.
This change adds a params definition so that we don't get warnings about
callingget_files(binary=True).
Ran unit tests.