From f5d6955a60078ac1ec92506533ce10441b448e9b 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 Signed-off-by: Tomas Cohen Arazi --- 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.20.1