From 9ef0030108b9cd866b0d59e0fd4fb55c089e6f67 Mon Sep 17 00:00:00 2001 From: Johannes Rabauer <8188460+JohannesRabauer@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:42:13 +0100 Subject: [PATCH] Updated sentence in doc about rest-api (#351) --- docs/modules/storage/pages/rest-interface/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/storage/pages/rest-interface/index.adoc b/docs/modules/storage/pages/rest-interface/index.adoc index 53d6f1c3..96d3df77 100644 --- a/docs/modules/storage/pages/rest-interface/index.adoc +++ b/docs/modules/storage/pages/rest-interface/index.adoc @@ -10,7 +10,7 @@ The Java objects, which reside in memory, are easy to inspect and traverse, e.g. But for various purposes, like monitoring, the requirement to read the actual stored data has come up. -Since version 3.0 a REST interface for the storage data is included. +A REST interface for the storage data can easily be used by including a dependency (see xref:storage:rest-interface/setup.adoc[Setup]). It enables you to access the data via REST calls or a convenient user interface. It is made up of the following modules: