From bab7bf1988b7a49fb8f45fae936126122d0a25e4 Mon Sep 17 00:00:00 2001 From: shay Date: Wed, 2 Aug 2023 14:15:06 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f957abd..fb9443a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This repository contains the public preview of the [OpenAPI 3.1 specification](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md) for [Discord's API](https://discord.com/developers/docs/reference). Currently, the spec is only available for the most recent Discord API version ([v10](https://discord.com/developers/docs/reference#api-versioning-api-versions)). +> ⚠️ The public preview of the OpenAPI spec is subject to breaking changes without advance notice, and should not be used within production environments. + ## Usage ### Spec Files @@ -19,4 +21,4 @@ To use the spec with Postman, you can view the [public collection](https://www.p OpenAPI spec contents are automatically generated, and therefore **we do not allow public contributions to this repo**. -🐛 For bug fixes or improvements, you can [open an issue](https://github.com/discord/discord-api-spec/issues). \ No newline at end of file +🐛 For bug fixes or improvements, you can [open an issue](https://github.com/discord/discord-api-spec/issues).