From a51b47e9565b01218a80d4f3e48359ace9cb2fd9 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Fri, 7 Jul 2023 13:14:19 +0200 Subject: [PATCH] openapi: update tag description (#4178) Tiny PR to update the admin UI tag description, including a disclaimer that it may change at any time. --- src/lib/openapi/util/openapi-tags.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/openapi/util/openapi-tags.ts b/src/lib/openapi/util/openapi-tags.ts index 311423bd79..029303b518 100644 --- a/src/lib/openapi/util/openapi-tags.ts +++ b/src/lib/openapi/util/openapi-tags.ts @@ -10,7 +10,7 @@ const OPENAPI_TAGS = [ { name: 'Admin UI', description: - 'Configure the Unleash Admin UI. Why did you enable an experimental feature?', + 'Configuration for the Unleash Admin UI. These endpoints should not be relied upon and can change at any point without prior notice.', }, { name: 'API tokens',