From d0c2829f1065c14c385675a7ed88c3a8e47b6bd4 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 16 May 2023 14:33:29 +0200 Subject: [PATCH] Bug 33606: Mark the endpoint as experimental Signed-off-by: Pedro Amorim Signed-off-by: Marcel de Rooy (cherry picked from commit 42eb2fd2c98275e979c44fa8b65dd9d7b128357e) Signed-off-by: Fridolin Somers --- 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.39.2