From 0558f4f699f4e75a990489450e86974c7aab4ce9 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 21 Oct 2020 22:38:02 -0700 Subject: [PATCH] Mark APIs as pre-release --- openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index b1e5992c1..c75cdb290 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -485,7 +485,7 @@ paths: post: summary: Update Stream Key. Pre-release, do not use. description: Change the stream key in memory, but not in the config file. This will require all broadcasters to be reconfigured to connect again. - tags: ["Admin"] + tags: ["Admin", "Pre-release"] security: - AdminBasicAuth: [] requestBody: @@ -517,7 +517,7 @@ paths: post: summary: Change the extra page content. Pre-release, do not use. description: Change the extra page content in memory, but not on disk. - tags: ["Admin"] + tags: ["Admin", "Pre-release"] security: - AdminBasicAuth: [] requestBody: