mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
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 251b415987.
This commit is contained in:
committed by
Tim Abbott
parent
2c9a1e085c
commit
75e539b7a7
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user