Closed david4096 closed 8 years ago
SearchReadsRequest indicates that "The ReadGroups to search. At least one id must be specified." so 400 is correct.
David Steinberg notifications@github.com writes:
In SearchReads the expected status code for a request with no readgroupids is currently 501, not implemented. However the signature was changed in the reference server to return a 400. Which is correct?
[TESTLOG] FAILED searchReadsWithNoIdsFails (org.ga4gh.cts.api.reads.ReadsSearchIT) due to expected:<[501]> but was:<[400]>
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub*
Agreed, 400 is correct.
In SearchReads the expected status code for a request with no readgroupids is currently 501, not implemented. However the signature was changed in the reference server to return a 400. Which is correct?
[TESTLOG] FAILED searchReadsWithNoIdsFails(org.ga4gh.cts.api.reads.ReadsSearchIT) due to expected:<[501]> but was:<[400]>