From c9920ab902712f76bc57f3176b3326410ae8aab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yago=20Gonz=C3=A1lez?= Date: Thu, 13 Jun 2019 21:45:40 +0200 Subject: [PATCH] api docs: Add explanatory note to zulip-2.0.yaml. --- zerver/openapi/zulip-2.0.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zerver/openapi/zulip-2.0.yaml b/zerver/openapi/zulip-2.0.yaml index 14347d6193..ef7b56b772 100644 --- a/zerver/openapi/zulip-2.0.yaml +++ b/zerver/openapi/zulip-2.0.yaml @@ -1,5 +1,8 @@ # THIS FILE IS DEPRECATED! Please refer to zulip.yaml, which contains the new # specification (using OpenAPI 3.0). +# +# The current contents of this file should be reviewed and migrated to the new +# zulip.yaml. # This file contains the Swagger UI configuration and API definitions # for the Zulip REST API.