sul-dlss / dor-services-app

A Rails application exposing Digital Object Registry functions as a RESTful HTTP API
https://sul-dlss.github.io/dor-services-app/
Other
3 stars 2 forks source link

Create user version mode for update if exists #5140

Closed justinlittman closed 1 month ago

justinlittman commented 1 month ago

This would perform an update only if there is an existing user version. This is unlike the existing update mode which will create a new user version if one doesn't exist.

This should be made the default mode.