mirror of https://github.com/zulip/zulip.git
openapi: Update API feature level permission changes.
This commit is contained in:
parent
05b7ca01c4
commit
d5d2647c1b
|
@ -20,6 +20,16 @@ format used by the Zulip server that they are interacting with.
|
||||||
|
|
||||||
## Changes in Zulip 6.0
|
## Changes in Zulip 6.0
|
||||||
|
|
||||||
|
**Feature level 143**
|
||||||
|
|
||||||
|
* `PATCH /realm`: The `disallow_disposable_email_addresses`,
|
||||||
|
`emails_restricted_to_domains`, `invite_required`, and
|
||||||
|
`waiting_period_threshold` settings can no longer be changed by
|
||||||
|
organization administrators who are not owners.
|
||||||
|
* `PATCH /realm/domains`, `POST /realm/domains`, `DELETE
|
||||||
|
/realm/domains`: Organization administrators who are not owners can
|
||||||
|
no longer access these endpoints.
|
||||||
|
|
||||||
**Feature level 142**
|
**Feature level 142**
|
||||||
|
|
||||||
* [`GET users/me/subscriptions`](/api/get-subscriptions), [`GET
|
* [`GET users/me/subscriptions`](/api/get-subscriptions), [`GET
|
||||||
|
|
|
@ -33,7 +33,7 @@ DESKTOP_WARNING_VERSION = "5.4.3"
|
||||||
# Changes should be accompanied by documentation explaining what the
|
# Changes should be accompanied by documentation explaining what the
|
||||||
# new level means in templates/zerver/api/changelog.md, as well as
|
# new level means in templates/zerver/api/changelog.md, as well as
|
||||||
# "**Changes**" entries in the endpoint's documentation in `zulip.yaml`.
|
# "**Changes**" entries in the endpoint's documentation in `zulip.yaml`.
|
||||||
API_FEATURE_LEVEL = 142
|
API_FEATURE_LEVEL = 143
|
||||||
|
|
||||||
# Bump the minor PROVISION_VERSION to indicate that folks should provision
|
# 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
|
# only when going from an old version of the code to a newer version. Bump
|
||||||
|
|
Loading…
Reference in New Issue