Open
Description
Description
Similar to issue #8 and PR #9, but for POST
ing additional access methods to an existing object.
Proposed solution
- Add a
POST /objects/{object_id}/access
endpoint to the DRS-Filer custom OpenAPI specification here; an example for aPUT
endpoint definition can be found in feat: add POST and DELETE endpoints for objects #9 - Add a controller for the endpoint; make sure that it is compatible with the solution to Implement "PUT /objects/{object_id}/access/{access_id}" #26 , if already resolved; an example for a controller that is used for both
POST
ing andPUT
ting resources can be found in the TRS-Filer repository - Add/update the necessary unit tests