-
Notifications
You must be signed in to change notification settings - Fork 9
Implement "POST /objects/{object_id}/access" #25
Copy link
Copy link
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
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
Description
Similar to issue #8 and PR #9, but for
POSTing additional access methods to an existing object.Proposed solution
POST /objects/{object_id}/accessendpoint to the DRS-Filer custom OpenAPI specification here; an example for aPUTendpoint definition can be found in feat: add POST and DELETE endpoints for objects #9POSTing andPUTting resources can be found in the TRS-Filer repository