HDFGroup / hsds

Cloud-native, service based access to HDF data
https://www.hdfgroup.org/solutions/hdf-kita/
Apache License 2.0
126 stars 52 forks source link

Fix POST_Links incorrectly returning all links #307

Closed mattjala closed 4 months ago

mattjala commented 4 months ago

When providing a list of link titles and a list of group ids, POST_Links is ignoring the provided titles and returning all links in the provided groups. It should return links with the specified titles from each target group, similar to PUT_Links.