permissions on library contents
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... There is supposed to be a way to do that but when I try to access my local galaxy url library permissions, the route isn't valid (http://localhost:8080/api/libraries/f2db41e1fa331b3e/permissions)
Could you please help me with that ? Best regards, -- Olivia Doppelt-Azeroual, PhD CIB - Institut Pasteur, PARIS
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. LIBRARY_ACCESS_in => list of role ids LIBRARY_MODIFY_in => list of role ids LIBRARY_ADD_in => list of role ids LIBRARY_MANAGE_in => list of role ids -John On Tue, Feb 5, 2013 at 10:58 AM, Olivia Doppelt <olivia.doppelt@pasteur.fr> wrote:
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...
There is supposed to be a way to do that but when I try to access my local galaxy url library permissions, the route isn't valid (http://localhost:8080/api/libraries/f2db41e1fa331b3e/permissions)
Could you please help me with that ?
Best regards,
-- Olivia Doppelt-Azeroual, PhD CIB - Institut Pasteur, PARIS
___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at:
participants (2)
-
John Chilton
-
Olivia Doppelt