You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.
We should return a 201 status with Location header pointing to a dataset resource. This dataset would allow users to retrieve all Evidence described in the POST-ed dataset.
We should process the request body without buffering in memory.
In this case it is valid to return a 201 with dataset resource as all evidence will eventually be processed.
The text was updated successfully, but these errors were encountered:
A
POST /api/evidence
should allow for BEL Evidence to be created from a request body with supported media types:We should return a 201 status with Location header pointing to a dataset resource. This dataset would allow users to retrieve all Evidence described in the POST-ed dataset.
We should process the request body without buffering in memory.
In this case it is valid to return a 201 with dataset resource as all evidence will eventually be processed.
The text was updated successfully, but these errors were encountered: