mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
api-docs: Expand /update-message main description for realm settings.
Expands the main description for the `/update-message` documentation to include a list of the realm settings in the API that are relevant to when users can update a message's content, topic or stream.
This commit is contained in:
committed by
Tim Abbott
parent
8ec9abe00d
commit
eba83b9d87
@@ -6907,6 +6907,21 @@ paths:
|
|||||||
documentation on when users are allowed to change a message's topic
|
documentation on when users are allowed to change a message's topic
|
||||||
and/or stream.
|
and/or stream.
|
||||||
|
|
||||||
|
The relevant realm settings in the API that are related to the above
|
||||||
|
linked documentation on when users are allowed to update messages are:
|
||||||
|
|
||||||
|
- `allow_message_editing`
|
||||||
|
- `edit_topic_policy`
|
||||||
|
- `move_messages_between_streams_policy`
|
||||||
|
- `message_content_edit_limit_seconds`
|
||||||
|
- `move_messages_within_stream_limit_seconds`
|
||||||
|
- `move_messages_between_streams_limit_seconds`
|
||||||
|
|
||||||
|
More details about these realm settings can be found in the
|
||||||
|
[`POST /register`](/api/register-queue) response or in the documentation
|
||||||
|
of the [`realm op: update_dict`](/api/get-events#realm-update_dict)
|
||||||
|
event in [`GET /events`](/api/get-events).
|
||||||
|
|
||||||
**Changes**: Prior to Zulip 7.0 (feature level 172), anyone could add a
|
**Changes**: Prior to Zulip 7.0 (feature level 172), anyone could add a
|
||||||
topic to stream messages without a topic, regardless of the organization's
|
topic to stream messages without a topic, regardless of the organization's
|
||||||
[topic editing permissions](/help/restrict-moving-messages). As of this
|
[topic editing permissions](/help/restrict-moving-messages). As of this
|
||||||
|
|||||||
Reference in New Issue
Block a user