api: Add support for passing partial to include_subscribers parameter.

Fixes #35318.
This commit is contained in:
Vector73
2025-08-04 07:06:43 +00:00
committed by Tim Abbott
parent 40b1f6eb4e
commit 0ac24bd437
8 changed files with 209 additions and 25 deletions

View File

@@ -34,7 +34,7 @@ DESKTOP_WARNING_VERSION = "5.9.3"
# new level means in api_docs/changelog.md, as well as "**Changes**"
# entries in the endpoint's documentation in `zulip.yaml`.
API_FEATURE_LEVEL = 411
API_FEATURE_LEVEL = 412
# Bump the minor PROVISION_VERSION to indicate that folks should provision
# only when going from an old version of the code to a newer version. Bump