Closed jcoyne closed 6 years ago
See https://github.com/sul-dlss-labs/taco/pull/269/files#r179330969
We talked in standup 4/5/18 about using the POST /resource/{fileset_id}/files route rather than /files with a header to convey this information.
POST /resource/{fileset_id}/files
/files
I could see either option being a good approach and await any pros / cons from your point of view. The only tricky part could be versions of Filesets.
See https://github.com/sul-dlss-labs/taco/pull/269/files#r179330969
We talked in standup 4/5/18 about using the
POST /resource/{fileset_id}/files
route rather than/files
with a header to convey this information.