a2cps / vbr-app

Virtual Biospecimen Repository Web Service API
Other
0 stars 0 forks source link

Endpoint for deleting a biospecimen should not end with /partition #36

Open mwvaughn opened 2 years ago

mwvaughn commented 2 years ago

The current API endpoint for deleting a biospecimen is https://vbr-api.a2cps.cloud/biospecimens/{biospecimen_id}/partition but it should be https://vbr-api.a2cps.cloud/biospecimens/{biospecimen_id}. This should be an easy fix.