api docs: Add API changelog update for registration transfer.

This commit is contained in:
Tim Abbott
2025-01-30 14:04:19 -08:00
parent ddcc36c3aa
commit b475f3dd2a
2 changed files with 10 additions and 1 deletions

View File

@@ -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),

View File

@@ -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