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 authored and CollinBeczak committed Aug 13, 2024
1 parent a1481a7 commit 9a212c1
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 9a212c1

Please sign in to comment.