Skip to content

Commit

Permalink
update descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak committed Dec 10, 2024
1 parent a48ab8e commit d18f07b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions conf/v2_route/task.api
Original file line number Diff line number Diff line change
Expand Up @@ -508,16 +508,16 @@ GET /tasks/random @org.maproulette.controllers
# parameters:
# - name: left
# in: path
# description: The minimum latitude for the bounding box.
# description: The minimum longitude for the bounding box.
# - name: bottom
# in: path
# description: The minimum longitude for the bounding box.
# description: The minimum latitude for the bounding box.
# - name: right
# in: path
# description: The maximum latitude for the bounding box.
# description: The maximum longitude for the bounding box.
# - name: top
# in: path
# description: The maximum longitude for the bounding box.
# description: The maximum latitude for the bounding box.
# - name: limit
# in: query
# description: Limit the number of results returned in the response. Default value is 1.
Expand Down Expand Up @@ -551,16 +551,16 @@ PUT /tasks/box/:left/:bottom/:right/:top @org.maproulette.framework.c
# parameters:
# - name: left
# in: path
# description: The minimum latitude for the bounding box.
# description: The minimum longitude for the bounding box.
# - name: bottom
# in: path
# description: The minimum longitude for the bounding box.
# description: The minimum latitude for the bounding box.
# - name: right
# in: path
# description: The maximum latitude for the bounding box.
# description: The maximum longitude for the bounding box.
# - name: top
# in: path
# description: The maximum longitude for the bounding box.
# description: The maximum latitude for the bounding box.
# - name: limit
# in: query
# description: Limit the number of results returned in the response. Default value is 1.
Expand Down

0 comments on commit d18f07b

Please sign in to comment.