From 86dcb8c25b3f5621a6ed40c606680903524171c1 Mon Sep 17 00:00:00 2001 From: Chen-I Lim <46905241+chenilim@users.noreply.github.com> Date: Tue, 18 Jan 2022 13:02:43 -0800 Subject: [PATCH] Add warning to API readme (#2140) --- server/swagger/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/swagger/README.md b/server/swagger/README.md index 26c9a1688..504df0d02 100644 --- a/server/swagger/README.md +++ b/server/swagger/README.md @@ -1,5 +1,7 @@ # Swagger / OpenAPI 2.0 auto-generated files +⚠️ **Warning:** The API is currently considered Beta and major changes are planned. Please [see this note](https://github.com/mattermost/focalboard/discussions/2139) for more details. + This folder is generated by the `make swagger` command from comments in the server code. Prerequisites: