From 75e539b7a7c58288031fc185a35f3973fab68a23 Mon Sep 17 00:00:00 2001 From: Sumanth V Rao Date: Wed, 7 Apr 2021 18:25:19 +0530 Subject: [PATCH] openapi: Add feature level information for playground APIs/events. We missed this when adding the new API endpoints/events for configuring realm "playground" options in the series starting with 251b415987264a4a18032d0e06b79663e0785a7b. --- zerver/openapi/zulip.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/zerver/openapi/zulip.yaml b/zerver/openapi/zulip.yaml index a3cdfa3493..9835a83083 100644 --- a/zerver/openapi/zulip.yaml +++ b/zerver/openapi/zulip.yaml @@ -2418,6 +2418,8 @@ paths: description: | Event sent to all users in a Zulip organization when the set of configured playgrounds for the organization has changed. + + **Changes**: New in Zulip 4.0 (feature level 49). properties: id: $ref: "#/components/schemas/EventIdSchema" @@ -6617,6 +6619,8 @@ paths: in a code block using playgrounds which supports that language. `POST {{ api_url }}/v1/realm/playgrounds` + + **Changes**: New in Zulip 4.0 (feature level 49). parameters: - name: name in: query @@ -6671,6 +6675,8 @@ paths: custom playgrounds `DELETE {{ api_url }}/v1/realm/playgrounds/{playground_id}` + + **Changes**: New in Zulip 4.0 (feature level 49). parameters: - name: playground_id in: path @@ -6985,6 +6991,8 @@ paths: An array of dictionaries where each dictionary describes a playground entry in this Zulip organization. + + **Changes**: New in Zulip 4.0 (feature level 49). realm_user_groups: type: array items: @@ -10191,6 +10199,8 @@ components: open a code block in, to differentiate between multiple configured playground options for a given pygments language. + + **Changes**: New in Zulip 4.0 (feature level 49). pygments_language: type: string description: |