mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
api: Increment API feature level to 403.
This commit is contained in:
@@ -20,6 +20,16 @@ format used by the Zulip server that they are interacting with.
|
||||
|
||||
## Changes in Zulip 11.0
|
||||
|
||||
**Feature level 403**
|
||||
|
||||
* [`POST /register`](/api/register-queue): Added a `url_options` object
|
||||
to the `realm_incoming_webhook_bots` object for incoming webhook
|
||||
integration URL parameter options. Previously, these optional URL
|
||||
parameters were included in the `config_options` field (see feature
|
||||
level 318 entry). The `config_options` object is now reserved for
|
||||
configuration data that can be set when creating an bot user for a
|
||||
specific incoming webhook integration.
|
||||
|
||||
**Feature level 402**
|
||||
|
||||
|
||||
|
@@ -1,7 +0,0 @@
|
||||
* [`POST /register`](/api/register-queue): Added a `url_options` object
|
||||
to the `realm_incoming_webhook_bots` object for incoming webhook
|
||||
integration URL parameter options. Previously, these optional URL
|
||||
parameters were included in the `config_options` field (see feature
|
||||
level 318 entry). The `config_options` object is now reserved for
|
||||
configuration data that can be set when creating an bot user for a
|
||||
specific incoming webhook integration.
|
@@ -34,7 +34,7 @@ DESKTOP_WARNING_VERSION = "5.9.3"
|
||||
# new level means in api_docs/changelog.md, as well as "**Changes**"
|
||||
# entries in the endpoint's documentation in `zulip.yaml`.
|
||||
|
||||
API_FEATURE_LEVEL = 402
|
||||
API_FEATURE_LEVEL = 403
|
||||
|
||||
# Bump the minor PROVISION_VERSION to indicate that folks should provision
|
||||
# only when going from an old version of the code to a newer version. Bump
|
||||
|
@@ -24717,7 +24717,7 @@ components:
|
||||
This is an unstable API. Please discuss in chat.zulip.org before
|
||||
using it.
|
||||
|
||||
**Changes**: As of Zulip 11.0 (feature level ZF-f9d19d), this
|
||||
**Changes**: As of Zulip 11.0 (feature level 403), this
|
||||
object is reserved for integration-specific configuration options
|
||||
that can be set when creating a bot user. Previously, this object
|
||||
also included optional webhook URL parameters, which are now
|
||||
@@ -24752,7 +24752,7 @@ components:
|
||||
This is an unstable API expected to be used only by the Zulip web
|
||||
app. Please discuss in chat.zulip.org before using it.
|
||||
|
||||
**Changes**: New in Zulip 11.0 (feature level ZF-f9d19d). Previously,
|
||||
**Changes**: New in Zulip 11.0 (feature level 403). Previously,
|
||||
these optional URL parameter options were included in the
|
||||
`config_options` object.
|
||||
items:
|
||||
|
Reference in New Issue
Block a user