From 7f2aef3ab32012c67938ddaf2853b2a22b3d7381 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 24 Feb 2022 16:35:22 -0800 Subject: [PATCH] api docs: Add missing changelog entries for invitation endpoints. We apparently neglected to add these when changing the implementations. --- templates/zerver/api/changelog.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/templates/zerver/api/changelog.md b/templates/zerver/api/changelog.md index c417299979..b03a00886d 100644 --- a/templates/zerver/api/changelog.md +++ b/templates/zerver/api/changelog.md @@ -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): 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** @@ -440,8 +443,8 @@ No changes; feature level used for Zulip 4.0 release. **Feature level 61** -* Added support for inviting users as moderators to the invitation - endpoints. +* `POST /invites`, `POST /invites/multiuse`: Added support for + inviting users as moderators. **Feature level 60**