Skip to content

Commit

Permalink
Typo in openapi description
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaGeo committed Apr 25, 2023
1 parent 98cab0a commit 428ce20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def custom_openapi():
openapi_schema = get_openapi(
title="pyagsapi - AGS File Utilities Tools and API",
version="4.5.1",
description=("The API performs schema validation, data validation and conversion of your AGS files. It also exports a graphical log from AGS data held by NGDC"
description=("The API performs schema validation, data validation and conversion of your AGS files. It also exports a graphical log from AGS data held by NGDC. "
"Schema validation and conversion uses https://gitlab.com/ags-data-format-wg/ags-python-library"),
terms_of_service="https://www.bgs.ac.uk/legal-and-policy/terms-of-use/",
contact={
Expand Down

0 comments on commit 428ce20

Please sign in to comment.