CHW-4823 NuGetPackageIDRequired
FindPackagesById() requires the id query parameter
Copies the raw Markdown source of this guide, for pasting into an LLM or notes.
Default message: FindPackagesById() requires the id query parameter
HTTP status:400(client)
Problem. FindPackagesById() arrived without the required id
query parameter. Cause. The NuGet V2 client sent an empty id=.
Fix. Include ?id='PackageName' per the NuGet V2 OData spec.
HTTP 400.