Chemical-Curation / chemcurator_django

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

Accessibility type CRUD #194

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 AccessibilityTypes So that I can manage the gross accessibility of lists.

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

Acceptance Criteria: