mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
get_streams: Add include_can_access_content.
Also add some query count checks. See https://chat.zulip.org/#narrow/channel/378-api-design/topic/GET.20.2Fstreams.20with.20new.20permissions/with/2096944 for API design discussion.
This commit is contained in:
committed by
Tim Abbott
parent
19b96ce9a8
commit
6dde44cf37
@@ -20,6 +20,12 @@ format used by the Zulip server that they are interacting with.
|
||||
|
||||
## Changes in Zulip 10.0
|
||||
|
||||
**Feature level 356**
|
||||
|
||||
* [`GET /streams`](/api/get-streams): The new parameter
|
||||
`include_can_access_content`, if set to True, returns all the
|
||||
channels that the user making the request has content access to.
|
||||
|
||||
**Feature level 355**
|
||||
|
||||
* [`POST /messages/flags/narrow`](/api/update-message-flags-for-narrow),
|
||||
|
||||
Reference in New Issue
Block a user