mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
api: Increment API feature level to 363.
This commit is contained in:
@@ -20,6 +20,22 @@ format used by the Zulip server that they are interacting with.
|
||||
|
||||
## Changes in Zulip 10.0
|
||||
|
||||
**Feature level 363**
|
||||
|
||||
* `PATCH /realm`, [`GET /events`](/api/get-events),
|
||||
[`POST /register`](/api/register-queue):
|
||||
Added `can_manage_billing_group` realm setting which is a
|
||||
[group-setting value](/api/group-setting-values) describing the set of users
|
||||
with permission manage plans and billing for the organization.
|
||||
* [`POST /register`](/api/register-queue): Added a new `realm_billing` object
|
||||
containing additional information about the organization's billing state,
|
||||
such as sponsorship request status.
|
||||
* [`GET /users`](/api/get-users), [`GET /users/{user_id}`](/api/get-user),
|
||||
[`GET /users/{email}`](/api/get-user-by-email), [`GET /users/me`](/api/get-own-user),
|
||||
[`GET /events`](/api/get-events), [`POST /register`](/api/register-queue):
|
||||
Removed `is_billing_admin` field from user objects, as the permission to manage
|
||||
plans and billing in the organization is now controlled by `can_manage_billing_group`.
|
||||
|
||||
**Feature level 362**
|
||||
|
||||
* [`POST /users/me/subscriptions`](/api/subscribe),
|
||||
|
@@ -1,8 +0,0 @@
|
||||
* `PATCH /realm`, [`GET /events`](/api/get-events),
|
||||
[`POST /register`](/api/register-queue):
|
||||
Added `can_manage_billing_group` realm setting which is a
|
||||
[group-setting value](/api/group-setting-values) describing the set of users
|
||||
with permission manage plans and billing for the organization.
|
||||
* [`POST /register`](/api/register-queue): Added a new `realm_billing` object
|
||||
containing additional information about the organization's billing state,
|
||||
such as sponsorship request status.
|
@@ -1,5 +0,0 @@
|
||||
* [`GET /users`](/api/get-users), [`GET /users/{user_id}`](/api/get-user),
|
||||
[`GET /users/{email}`](/api/get-user-by-email), [`GET /users/me`](/api/get-own-user),
|
||||
[`GET /events`](/api/get-events), [`POST /register`](/api/register-queue):
|
||||
Removed `is_billing_admin` field from user objects, as the permission to manage
|
||||
plans and billing in the organization is now controlled by `can_manage_billing_group`.
|
Reference in New Issue
Block a user