commit/galaxy-central: greg: Fix documentation in the Tool Shed API users controller.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/d80f43f448db/ Changeset: d80f43f448db User: greg Date: 2014-06-03 19:53:12 Summary: Fix documentation in the Tool Shed API users controller. Affected #: 1 file diff -r 13ab3f66d332126c72b23290f7d458223795ffce -r d80f43f448db62f5444726220b74d1814f6804a7 lib/galaxy/webapps/tool_shed/api/users.py --- a/lib/galaxy/webapps/tool_shed/api/users.py +++ b/lib/galaxy/webapps/tool_shed/api/users.py @@ -24,6 +24,8 @@ : param key: the current Galaxy admin user's API key The following parameters are included in the payload. + :param email (required): the email address of the user + :param password (required): the password of the user :param username (required): the public username of the user """ user_dict = dict( message = '', Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org