From 16436a2f157a34a2f12ee38d25631507e6b2dac3 Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Wed, 1 Mar 2023 19:21:57 +0100 Subject: [PATCH] api-docs: Fix changelog formatting for feature level 166. Also, updates the entry to note that the removed `realm_str` parameter was undocumented, which is why there is no corresponding changes note in the specific endpoint documentation. --- api_docs/changelog.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/api_docs/changelog.md b/api_docs/changelog.md index e25b8e92c9..a63148ec90 100644 --- a/api_docs/changelog.md +++ b/api_docs/changelog.md @@ -21,10 +21,12 @@ format used by the Zulip server that they are interacting with. ## Changes in Zulip 7.0 **Feature level 166** -* [`POST /messages`](/api/send-message): Eliminated the `realm_str` parameter. This parameter - was already redundant due to it needing to match the realm of the user making the request, - otherwise returning an authorization error. With this, the parameter is removed, meaning - that if provided in the API request, it'll be ignored. + +* [`POST /messages`](/api/send-message): Eliminated the undocumented + `realm_str` parameter. This parameter was already redundant due to + it needing to match the realm of the user making the request, otherwise + returning an authorization error. With this, the parameter is removed, + meaning that if provided in the API request, it will be ignored. **Feature level 165**