From eed481a43f6a480d3753e87a783a776023442383 Mon Sep 17 00:00:00 2001
From: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Date: Tue, 16 May 2023 14:33:29 +0200
Subject: [PATCH] Bug 33606: Mark the endpoint as experimental
Content-Type: text/plain; charset=utf-8

Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
---
 api/v1/swagger/paths/erm_config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api/v1/swagger/paths/erm_config.yaml b/api/v1/swagger/paths/erm_config.yaml
index d5a7d3933c..faa824d5b0 100644
--- a/api/v1/swagger/paths/erm_config.yaml
+++ b/api/v1/swagger/paths/erm_config.yaml
@@ -3,7 +3,7 @@
   get:
     x-mojo-to: ERM#config
     operationId: getERMconfig
-    description: This resource returns a list of options needed for the ERM Vue app
+    description: This resource returns a list of options needed for the ERM Vue app. EXPERIMENTAL - DO NOT RELY on this, it is subject to change!
     summary: get the ERM config
     tags:
       - ERM
-- 
2.30.2