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.
This commit is contained in:
Lauryn Menard 2023-03-01 19:21:57 +01:00 committed by Tim Abbott
parent 6b37f9a290
commit 16436a2f15
1 changed files with 6 additions and 4 deletions

View File

@ -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**