Skip to content

Commit 79e62bf

Browse files
committed
+
1 parent 2ddbf4a commit 79e62bf

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

pystapi-schema-generator/src/pystapi_schema_generator/root_router.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,14 @@ def _setup_routes(self) -> None:
3535
self.get_root,
3636
methods=["GET"],
3737
tags=["Core"],
38-
summary="API root",
38+
summary="STAPI root endpoint for API discovery and metadata",
3939
description=(
40+
"This endpoint serves as the entry point for API discovery and navigation. "
4041
"Returns the STAPI root endpoint response containing the API's metadata: "
4142
"a unique identifier, descriptive text, implemented conformance classes, "
42-
"and hypermedia links to available resources and documentation."
43+
"and hypermedia links to available resources and documentation. "
44+
"The response includes links to all available products, orders, and "
45+
"opportunities endpoints."
4346
),
4447
response_model=RootResponse,
4548
responses={

0 commit comments

Comments
 (0)