Skip to content

Commit b0abbb1

Browse files
authored
Reformat params for consistency
1 parent 7bafcea commit b0abbb1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

maproulette/api/challenge.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,10 +283,10 @@ def add_file_tasks_to_challenge(self, data, challenge_id, line_by_line="true", r
283283
284284
:param data: a GeoJSON containing geometry of tasks to be added to a challenge
285285
:param challenge_id: the ID corresponding to the challenge that tasks will be added to
286-
:param lineByLine: whether or not the provided data is in line-by-line GeoJSON format
286+
:param line_by_line: whether or not the provided data is in line-by-line GeoJSON format
287287
:param remove_unmatched: whether or not the JSON provided includes seperate GeoJSON on each line
288288
:param data_origin_date: the date the data was sourced on
289-
:param skipSnapshot: whether or not to skip recording a snapshot before proceeding
289+
:param skip_snapshot: whether or not to skip recording a snapshot before proceeding
290290
:returns: the API response from the PUT request
291291
"""
292292
query_params = {

0 commit comments

Comments
 (0)