realm_export: Add realm_export_consent feature to API.

Fixes part of #31201.
This commit is contained in:
Prakhar Pratyush
2024-10-10 18:08:44 +05:30
committed by Tim Abbott
parent 70b6e46516
commit eaee5763d6
8 changed files with 124 additions and 1 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 = 311 # Last bumped for updating subgroups.
API_FEATURE_LEVEL = 312 # Last bumped for adding 'realm_export_consent' event type.
# 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