mirror of https://github.com/zulip/zulip.git
api docs: Fix whitespace in changelog articles.
This commit is contained in:
parent
999554734c
commit
8d9d36cbc7
|
@ -11,6 +11,7 @@ below features are supported.
|
||||||
## Changes in Zulip 2.2
|
## Changes in Zulip 2.2
|
||||||
|
|
||||||
**Feature level 9**
|
**Feature level 9**
|
||||||
|
|
||||||
* [`POST users/me/subscriptions`](/api/add-subscriptions), [`DELETE
|
* [`POST users/me/subscriptions`](/api/add-subscriptions), [`DELETE
|
||||||
/users/me/subscriptions`](/api/remove-subscriptions): Other users to
|
/users/me/subscriptions`](/api/remove-subscriptions): Other users to
|
||||||
subscribe/unsubscribe, declared in the `principals` parameter, can
|
subscribe/unsubscribe, declared in the `principals` parameter, can
|
||||||
|
@ -18,11 +19,13 @@ below features are supported.
|
||||||
address.
|
address.
|
||||||
|
|
||||||
**Feature level 8**
|
**Feature level 8**
|
||||||
|
|
||||||
* [`GET /users`](/api/get-all-users), [`GET /users/{user_id}`](/api/get-user)
|
* [`GET /users`](/api/get-all-users), [`GET /users/{user_id}`](/api/get-user)
|
||||||
and [`GET /users/me`](/api/get-profile): User objects now contain the
|
and [`GET /users/me`](/api/get-profile): User objects now contain the
|
||||||
`is_owner` field as well.
|
`is_owner` field as well.
|
||||||
|
|
||||||
**Feature level 7**
|
**Feature level 7**
|
||||||
|
|
||||||
* [`GET /events`](/api/get-events-from-queue): `realm_user` and
|
* [`GET /events`](/api/get-events-from-queue): `realm_user` and
|
||||||
`realm_bot` events no longer contain an `email` field to identify
|
`realm_bot` events no longer contain an `email` field to identify
|
||||||
the user; use the `user_id` field instead. Previously, some (but
|
the user; use the `user_id` field instead. Previously, some (but
|
||||||
|
@ -39,6 +42,7 @@ below features are supported.
|
||||||
object with unnecessary additional data.
|
object with unnecessary additional data.
|
||||||
|
|
||||||
**Feature level 6**
|
**Feature level 6**
|
||||||
|
|
||||||
* [`GET /events`](/api/get-events-from-queue): `realm_user` events to
|
* [`GET /events`](/api/get-events-from-queue): `realm_user` events to
|
||||||
update a user's avatar now include the `avatar_version` field, which
|
update a user's avatar now include the `avatar_version` field, which
|
||||||
is important for correctly refetching medium-size avatar images when
|
is important for correctly refetching medium-size avatar images when
|
||||||
|
|
Loading…
Reference in New Issue