From aedd7b57187cc8a40462c3c55b53abb3e0a08da0 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 --- 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 3c46b62244a..81844d9e8fc 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.25.1