-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
flag: good 1st issueGood for newcomersGood for newcomerspriority: mediumMedium priorityMedium prioritytype flag: spec changeProposed change requires spec changesProposed change requires spec changestype: featureNew feature or requestNew feature or requestworkload: hoursLikely takes hours to resolveLikely takes hours to resolve
Description
Description
Analogous to #24, but for adding or updating an access method with a user-defined identifier.
Proposed solution
- Add a
PUT /objects/{object_id}/access/{access_id}
endpoint to the DRS-Filer custom OpenAPI specification here; an example for aPUT
endpoint definition can be found in the TRS-Filer repository - Add a controller for the endpoint; make sure that it is compatible with the solution to Implement "POST /objects/{object_id}/access" #25, 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
Metadata
Metadata
Assignees
Labels
flag: good 1st issueGood for newcomersGood for newcomerspriority: mediumMedium priorityMedium prioritytype flag: spec changeProposed change requires spec changesProposed change requires spec changestype: featureNew feature or requestNew feature or requestworkload: hoursLikely takes hours to resolveLikely takes hours to resolve