Chemical-Curation / chemcurator_django

Backend services for chemical curation
https://api.chemreg.epa.gov
MIT License
1 stars 0 forks source link

Record CRUD #197

Closed cmgrulke closed 3 years ago

cmgrulke commented 3 years ago

As a researcher I want to be able to perform CRUD opns on all Records (issue #175) and their sub-resource SourceSubstanceIdentifiers (issue #177) So that I can manage the data coming from the list originator for members of the lists.

Request Example GET https://api.chemreg.epa.gov/record GET https://api.chemreg.epa.gov/record/{id} POST https://api.chemreg.epa.gov/record PATCH https://api.chemreg.epa.gov/record/{id} DELETE https://api.chemreg.epa.gov/record/{id}

Acceptance Criteria: