ORNL / DataFed

A Federated Scientific Data Management System
https://ornl.github.io/DataFed/
Other
18 stars 14 forks source link

System - Change ACL rest api to make more sense #430

Open dvstans opened 4 years ago

dvstans commented 4 years ago

The current acl related rest calls have paths that do not reflect their functionality. For example, /acl/by_subject/list?owner=x returns the records and collections that have acls set from a specific owner to share these items with the current client, so it should be /acl/list/shared_items?owner=x