Skip to content

Commit

Permalink
change unbundleTasks to POST from GET
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak committed Nov 11, 2023
1 parent 3efabc3 commit 653e691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/v2_route/bundle.api
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ DELETE /taskBundle/:id @org.maproulette.framework.c
# description: The list of task ids to remove from the bundle
# required: true
###
GET /taskBundle/:id/unbundle @org.maproulette.framework.controller.TaskBundleController.unbundleTasks(id:Long, taskIds:List[Long])
POST /taskBundle/:id/unbundle @org.maproulette.framework.controller.TaskBundleController.unbundleTasks(id:Long, taskIds:List[Long])
2 changes: 1 addition & 1 deletion postman/maproulette2.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -8417,7 +8417,7 @@
"disableBodyPruning": true
},
"request": {
"method": "GET",
"method": "POST",
"header": [
{
"key": "apiKey",
Expand Down

0 comments on commit 653e691

Please sign in to comment.