Skip to content

Commit

Permalink
Update ags_log parameter example bgs_loca_id
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaGeo committed Apr 25, 2023
1 parent 428ce20 commit 5ea8996
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
pdf_responses = dict(error_responses)
pdf_responses['200'] = {
"content": {"application/pdf": {}},
"description": "Return a AGS Borehole log in .PDF format"}
"description": "Returns a graphical log of AGS data in .PDF format"}


# Enum for search logic
Expand Down Expand Up @@ -104,9 +104,9 @@ class ResponseType(StrEnum):

ags_log_query = Query(
...,
title="BGS borehole ID",
description="BGS borehole ID",
example=20190430093402523419,
title="BGS LOCA ID",
description="BGS LOCA ID",
example="20190430093402523419",
)

response_type_query = Query(
Expand Down

0 comments on commit 5ea8996

Please sign in to comment.