You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update object endpoints POST, PUT and PATCH for Study and Dataset on successful submission to add metadata to the Metax service inside the SDS catalog as a draft dataset. Returned metax_id and generated DOI are saved to objects DB entry.
Mandatory fields for the draft Metax dataset are:
catalog_id
metadata_provider_user
metadata_provider_org
research_dataset title
research_dataset preferred identifier (DOI)
On Folder/Submission publish study and dataset objects' DOI and Metax information is moved to the Folder to keep it more consistent and provide means for front-end to query and display this information to users. This will be addressed in issue #367
Additional mandatory fields for the published Metax dataset are:
description
creator
access_rights (always restricted)
Things to consider:
How would frontend/api react to errors coming from the Metax
When an object is updated by a different user as created, should metadata_provider_user be changed?
The text was updated successfully, but these errors were encountered:
genie9
changed the title
Create API Endpoints for adding and updating Submitter metadata to Metax catalog
Create functionality for adding and updating Submitter metadata to Metax catalog
Jan 10, 2022
Update object endpoints POST, PUT and PATCH for Study and Dataset on successful submission to add metadata to the Metax service inside the SDS catalog as a draft dataset. Returned metax_id and generated DOI are saved to objects DB entry.
Mandatory fields for the draft Metax dataset are:
On Folder/Submission publish study and dataset objects' DOI and Metax information is moved to the Folder to keep it more consistent and provide means for front-end to query and display this information to users. This will be addressed in issue #367
Additional mandatory fields for the published Metax dataset are:
Things to consider:
The text was updated successfully, but these errors were encountered: