Chemical-Curation / chemcurator_django

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

List Type CRUD #193

Closed cmgrulke closed 4 years ago

cmgrulke commented 4 years ago

As a researcher I want to be able to perform CRUD opns on all ListTypes So that I can manage the type annotations I would like to associate with lists.

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

Acceptance Criteria: