Skip to content

Commit 7bafcea

Browse files
committed
Add missing params to documentation of add_file_tasks_to_challenge
1 parent 8810c7b commit 7bafcea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

maproulette/api/challenge.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,8 @@ def add_file_tasks_to_challenge(self, data, challenge_id, line_by_line="true", r
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
286286
:param lineByLine: whether or not the provided data is in line-by-line GeoJSON format
287+
:param remove_unmatched: whether or not the JSON provided includes seperate GeoJSON on each line
288+
:param data_origin_date: the date the data was sourced on
287289
:param skipSnapshot: whether or not to skip recording a snapshot before proceeding
288290
:returns: the API response from the PUT request
289291
"""

0 commit comments

Comments
 (0)