Chemical-Curation / chemcurator_django

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

Identifier Type CRUD #195

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 Identifier Types So that I can manage the the types of identifiers that can be annotated for list records.

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

Acceptance Criteria: