scheduled_messages: Add endpoints to fetch and delete them.

This commit is contained in:
Aman Agrawal
2023-04-14 19:19:46 +00:00
committed by Tim Abbott
parent c0ef1c360a
commit a06f3d26d0
7 changed files with 285 additions and 1 deletions

View File

@@ -20,6 +20,12 @@ format used by the Zulip server that they are interacting with.
## Changes in Zulip 7.0
**Feature level 173**:
* [`GET /scheduled_messages`](/api/get-scheduled-messages), [`DELETE
/scheduled_messages/<int:scheduled_message_id>`](/api/delete-scheduled-message):
Added new endpoints to fetch and delete scheduled messages.
**Feature level 172**
* [`PATCH /messages/{message_id}`](/api/update-message): Topic editing