Re: [galaxy-dev] permissions on library contents

2013-02-05 Thread John Chilton
Only setting library permissions has been implemented. A new methods would need to be added to this controller if you would like to read library permission. If you want to change the library permissions using the API, you can post against that URL and include the following options in your payload.

[galaxy-dev] permissions on library contents

2013-02-05 Thread Olivia Doppelt
Hello, I'm looking for a way to change library permissions using galaxy API. When I look at the API documentation at the url https://galaxy-dist.readthedocs.org/en/latest/_modules/galaxy/webapps/galaxy/api/permissions.html#PermissionsController There is supposed to be a way to do that but when