Skip to content

Commit

Permalink
Merge pull request #498 from guidow/update_software_api_docstring
Browse files Browse the repository at this point in the history
Update docstring for software version GET endpoint
  • Loading branch information
opalmer committed Jun 29, 2015
2 parents 7e30d6c + c5b1957 commit 5e6ea05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyfarm/master/api/software.py
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,8 @@ def get(self, software_rq, version_name):
{
"version": "2013",
"id": 1,
"rank": 100
"rank": 100,
"discovery_function_name": null
}
:statuscode 200: no error
Expand Down

0 comments on commit 5e6ea05

Please sign in to comment.