mirror of https://github.com/zulip/zulip.git
api docs: Add missing changelog entries for invitation endpoints.
We apparently neglected to add these when changing the implementations.
This commit is contained in:
parent
9be82356cb
commit
7f2aef3ab3
|
@ -182,6 +182,9 @@ format used by the Zulip server that they are interacting with.
|
||||||
|
|
||||||
* [`PATCH /realm/user_settings_defaults`](/api/update-realm-user-settings-defaults):
|
* [`PATCH /realm/user_settings_defaults`](/api/update-realm-user-settings-defaults):
|
||||||
Added new endpoint to update default values of user settings in a realm.
|
Added new endpoint to update default values of user settings in a realm.
|
||||||
|
* `POST /invites`, `POST /invites/multiuse`: Added
|
||||||
|
`invite_expires_in_days` parameter encoding the number days before
|
||||||
|
the invitation should expire.
|
||||||
|
|
||||||
**Feature level 95**
|
**Feature level 95**
|
||||||
|
|
||||||
|
@ -440,8 +443,8 @@ No changes; feature level used for Zulip 4.0 release.
|
||||||
|
|
||||||
**Feature level 61**
|
**Feature level 61**
|
||||||
|
|
||||||
* Added support for inviting users as moderators to the invitation
|
* `POST /invites`, `POST /invites/multiuse`: Added support for
|
||||||
endpoints.
|
inviting users as moderators.
|
||||||
|
|
||||||
**Feature level 60**
|
**Feature level 60**
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue