Skip to content

Commit 803c781

Browse files
authored
Merge pull request #249 from ecmwf-projects/COPDS-2676-update-doc
Remove references to CADS in public doc
2 parents 10c86f6 + 09bc851 commit 803c781

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cads_processing_api_service/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131

3232
logger: structlog.stdlib.BoundLogger = structlog.get_logger(__name__)
3333

34-
API_TITLE = "CADS Processing API"
34+
API_TITLE = "ECMWF Data Stores Processing API"
3535
API_DESCRIPTION = (
3636
"This REST API service enables the submission of processing tasks (data retrieval) to the "
37-
"CADS system, and their consequent monitoring and management. "
37+
"ECMWF Data Stores system, and their consequent monitoring and management. "
3838
"The service is based on the [OGC API - Processes standard](https://ogcapi.ogc.org/processes/).\n\n"
3939
"Being based on the OGC API - Processes standard, some terminology is inherited from it. "
4040
"In the context of this specific API, each _process_ is associated with a specific dataset "

0 commit comments

Comments
 (0)