mirror of https://github.com/zulip/zulip.git
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:
parent
6b37f9a290
commit
16436a2f15
|
@ -21,10 +21,12 @@ format used by the Zulip server that they are interacting with.
|
||||||
## Changes in Zulip 7.0
|
## Changes in Zulip 7.0
|
||||||
|
|
||||||
**Feature level 166**
|
**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,
|
* [`POST /messages`](/api/send-message): Eliminated the undocumented
|
||||||
otherwise returning an authorization error. With this, the parameter is removed, meaning
|
`realm_str` parameter. This parameter was already redundant due to
|
||||||
that if provided in the API request, it'll be ignored.
|
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**
|
**Feature level 165**
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue