Chemical-Curation / chemcurator_django

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

List CRUD #196

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 Lists So that I can manage the metadata associated with the list.

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

Acceptance Criteria: