From 8385630f94ffaf7a23e0dbecb2b608b62244b197 Mon Sep 17 00:00:00 2001 From: Alexander Hoose <alexander.hoose@fitko.de> Date: Wed, 24 Aug 2022 13:06:59 +0000 Subject: [PATCH] =?UTF-8?q?Pre-Release=20auf=20False=20f=C3=BCr=20Routing?= =?UTF-8?q?=20API=201.1=20RC=20Merge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/apis/routing-api.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apis/routing-api.mdx b/docs/apis/routing-api.mdx index 5537aad0c..8dd39c387 100644 --- a/docs/apis/routing-api.mdx +++ b/docs/apis/routing-api.mdx @@ -5,4 +5,4 @@ hide_table_of_contents: true import ApiSpec from '@views/ApiSpec' -<ApiSpec gitlabProjectId={"44"} path={"routing-api"} artifact={"routing-api.yaml"} version={"*"} includePrerelease={true} allowAuthentication={"false"} allowTry={true} /> +<ApiSpec gitlabProjectId={"44"} path={"routing-api"} artifact={"routing-api.yaml"} version={"*"} includePrerelease={false} allowAuthentication={"false"} allowTry={true} /> -- GitLab