Skip to content

Commit

Permalink
Add missing API doc title and description
Browse files Browse the repository at this point in the history
  • Loading branch information
simenheg committed Jun 14, 2024
1 parent 825c18b commit 2476413
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

root_path = os.environ.get("ROOT_PATH", "")
app = FastAPI(
title="TODO",
description="TODO",
title="okdata-maskinporten-api",
description="REST API for managing clients and keys for public services and synchronization with AWS SSM",
version="0.1.0",
root_path=root_path,
)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
version="0.1.0",
author="Origo Dataplattform",
author_email="dataplattform@oslo.kommune.no",
description="REST API for managing clients and keys in Maskinporten and synchronization with AWS SSM",
description="REST API for managing clients and keys for public services and synchronization with AWS SSM",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/oslokommune/okdata-maskinporten-api",
Expand Down

0 comments on commit 2476413

Please sign in to comment.