Skip to content

Commit

Permalink
Merge pull request #123 from BritishGeologicalSurvey/KoalaGeo-patch-1
Browse files Browse the repository at this point in the history
Update routes.py
  • Loading branch information
KoalaGeo authored Aug 30, 2023
2 parents 34a198d + 398abd6 commit 5ad04a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,10 @@ def ags_export(bgs_loca_id: str = ags_export_query):

@router.get("/ags_export_by_polygon/",
tags=["ags_export_by_polygon"],
summary="Export a number of boreholes in .ags format",
summary="Export a number of boreholes in .ags format in a polygon",
description=("Export a number of boreholes in .ags format from AGS data "
"held by the National Geoscience Data Centre."),
"held by the National Geoscience Data Centre, using a"
" polygon using Well-Known-Text."),
include_in_schema=False,
response_model=BoreholeCountResponse,
responses=ags_export_responses)
Expand Down

0 comments on commit 5ad04a4

Please sign in to comment.