Skip to content

Commit 44a77a0

Browse files
committed
Fix to Swagger doc
1 parent 104b987 commit 44a77a0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

cads_catalogue_api_service/main.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,13 @@ def catalogue_openapi() -> dict[str, Any]:
100100
version=api.api_version,
101101
routes=api.app.routes,
102102
description=(
103-
"The CADS catalogue API is a STAC compliant API to access the CADS catalogues.\n\n"
103+
"This API is a [STAC](https://stacspec.org/) compliant API to access CADS catalogues.\\"
104+
"\n"
104105
"The implementation is based on [Standalone Collections]"
105106
"(https://github.com/radiantearth/stac-spec/blob/master/collection-spec/collection-spec.md#standalone-collections) " # noqa: E501
106-
"while a custom extension is present to provide datasets search capabilities."
107+
"while a custom extension is included to provide collection search capabilities."
108+
"\n\n"
109+
"Scope of this API is to search into an CADS catalogue and access datasets' metadata."
107110
),
108111
)
109112

0 commit comments

Comments
 (0)