We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b071f commit c518d2eCopy full SHA for c518d2e
1 file changed
maproulette/api/challenge.py
@@ -48,7 +48,7 @@ def get_challenge_by_name(self, project_id, challenge_name):
48
"""Method to retrieve challenge information via the corresponding challenge name and parent (project) ID
49
50
:param project_id: the ID of the parent project
51
- :param challenge_name: the ID corresponding to the challenge
+ :param challenge_name: the name corresponding to the challenge
52
:returns: the API response from the GET request
53
"""
54
response = self.get(endpoint=f"/project/{project_id}/challenge/{challenge_name}")
0 commit comments