We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calling /sample/aggregated?doesNotExist=123 returns the error:
/sample/aggregated?doesNotExist=123
{ "error": { "type": "about:blank", "title": "Bad Request", "status": 400, "detail": "'doesNotExist' is not a valid sequence filter key. Valid keys are: <many keys>" }, "info": { "dataVersion": null, "requestId": "6be22ccd-edd5-4b92-bcfa-f458de150de3" } }
<many keys> only contains the keys for filtering the metadata. It misses
<many keys>
nucleotideMutations
fields
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Calling
/sample/aggregated?doesNotExist=123
returns the error:<many keys>
only contains the keys for filtering the metadata. It missesnucleotideMutations
)fields
The text was updated successfully, but these errors were encountered: