Skip to content

Commit

Permalink
Changed review taskCluster endpoint to accept task property filter JS…
Browse files Browse the repository at this point in the history
…ON for proper filtering on review table map
  • Loading branch information
AndrewPhilbin committed Jun 25, 2024
1 parent c47efab commit 1b534c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/v2_route/review.api
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ GET /tasks/review/metrics @org.maproulette.framewor
# in: query
# description: exclude tasks that have been reviewed by someone else
###
GET /taskCluster/review @org.maproulette.framework.controller.TaskReviewController.getReviewTaskClusters(reviewTasksType:Int, points:Int ?= 100, onlySaved:Boolean ?= false, excludeOtherReviewers:Boolean ?= false)
PUT /taskCluster/review @org.maproulette.framework.controller.TaskReviewController.getReviewTaskClusters(reviewTasksType:Int, points:Int ?= 100, onlySaved:Boolean ?= false, excludeOtherReviewers:Boolean ?= false)
###
# tags: [ Review ]
# summary: Retrieve a summary of review coverage for mappers
Expand Down

0 comments on commit 1b534c9

Please sign in to comment.