From 111e6e72aa252c8dd3676d274caf7be855d02bd8 Mon Sep 17 00:00:00 2001 From: Matthew Morris Date: Mon, 15 Apr 2024 11:11:43 +0200 Subject: [PATCH] #560: Document the JSON model used for "funding" objects --- DEVELOPER_DOCUMENTATION.md | 26 +++++++++++++++++--------- OPERATIONS_DOCUMENTATION.md | 2 +- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/DEVELOPER_DOCUMENTATION.md b/DEVELOPER_DOCUMENTATION.md index 79d2d1f..d51fcd8 100644 --- a/DEVELOPER_DOCUMENTATION.md +++ b/DEVELOPER_DOCUMENTATION.md @@ -67,6 +67,7 @@ See fo ## Managing the Elasticsearch (ES) indices -The Elasticsearch cluster used to run the Data Catalogue is available on the catalogues endpoint, i.e. at . This endpoint is password protected (the password can be found in 1Password). +The Elasticsearch cluster used to run the Data Catalogue is available on the catalogues endpoint, i.e. at `https://datacatalogue.cessda.eu/es/`. This endpoint is password protected (the password can be found in 1Password). To check that language indexes have been created, perform a `GET /_cat/indices` request to Elasticsearch (`https://datacatalogue.cessda.eu/es/_cat/indices`). This should return a result that looks like this.