Chemical-Curation / chemcurator_django

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

Record post with record identifiers #239

Open cmgrulke opened 3 years ago

cmgrulke commented 3 years ago

As a user I want to be able to post a record with its child record identifiers So that I can use a single api request to fully create a record and its child resources

POST https://api.chemreg.epa.gov/record

Acceptance Criteria: A post to the record endpoint that includes a list of record identifiers mints the new record and properly persists the record identifiers.