api-docs: Add realm_can_delete_any_message_group content access note.

Users in this user group must also have content access to the message
in order to permanently delete it.
This commit is contained in:
Lauryn Menard
2025-09-29 17:11:32 +02:00
committed by Tim Abbott
parent b7815d9e2a
commit 06daab7174

View File

@@ -18990,6 +18990,12 @@ paths:
A [group-setting value](/api/group-setting-values) defining the set of
users who have permission to delete any message in the organization.
Note that a user must also be able to access the content of a message
in order to delete it. See [channel permissions](/help/channel-permissions)
for information about content access for channel messages. For direct
messages, the user must have received or sent the direct message to
have content access.
**Changes**: New in Zulip 10.0 (feature level 281). Previously, this
permission was limited to administrators only and was uneditable.
- $ref: "#/components/schemas/GroupSettingValue"