mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
api docs: Add API changelog update for registration transfer.
This commit is contained in:
@@ -20,6 +20,15 @@ format used by the Zulip server that they are interacting with.
|
||||
|
||||
## Changes in Zulip 10.0
|
||||
|
||||
**Feature level 345**
|
||||
|
||||
* `POST /remotes/server/register/transfer`,
|
||||
`POST /remotes/server/register/verify_challenge`,
|
||||
`POST /zulip-services/verify/{access_token}/`: Added new API
|
||||
endpoints for transferring Zulip services registrations.
|
||||
* `POST /remotes/server/register`: Added new response format for
|
||||
hostnames that are already registere.
|
||||
|
||||
**Feature level 344**
|
||||
|
||||
* `PATCH /realm`, [`GET /events`](/api/get-events),
|
||||
|
@@ -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 = 344 # Last bumped for `can_create_bots_group`.
|
||||
API_FEATURE_LEVEL = 345 # Last bumped for push notifications transfer.
|
||||
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user