ror-community / ror-roadmap

Central information about what is happening at ROR and how to contribute feedback
10 stars 1 forks source link

[FEATURE] API v2: Record update endpoint #205

Open lizkrznarich opened 7 months ago

lizkrznarich commented 7 months ago

Describe the problem you would like to solve As part of https://github.com/ror-community/ror-roadmap/issues/122, add API functionality to ROR API that supports generating new or updated record files based on data submitted to the API.

Describe the solution you'd like Functionality should behave as follows:

  1. User submits a JSON object to API endpoint with an existing ROR ID in the ROR ID field.
  1. API attempts to retrieve existing record. If successful:
  1. If unsuccessful (ie, record does not exist), an 404 not found error message is returned

Who would benefit from this feature? ROR curation team

Additional information See full specification for more details