mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
api-docs: Document create/edit scheduled message endpoint and events.
Adds API changelog update for the new endpoint added for creating or editing scheduled messages, for the events sent for scheduled messages (add, update, delete), and for the `scheduled_messages` field in the register response. Adds a specific API markdown documentation file for the create or update scheduled messages endpoint, so that the parameters in the cURL examples are accurate for the type of message (direct or stream) and action (create or edit). Bumps the API feature level, adds Changes notes to API documentation and adds the scheduled message endpoints to the API documentation sidebar.
This commit is contained in:
committed by
Tim Abbott
parent
15c6d67e9c
commit
d41f12495d
@@ -20,6 +20,17 @@ format used by the Zulip server that they are interacting with.
|
||||
|
||||
## Changes in Zulip 7.0
|
||||
|
||||
**Feature level 179**:
|
||||
|
||||
* [`POST /scheduled_messages`](/api/create-or-update-scheduled-message):
|
||||
Added new endpoint to create and edit scheduled messages.
|
||||
* [`GET /events`](/api/get-events)
|
||||
Added `scheduled_messages` events sent to clients when a user creates,
|
||||
edits or deletes scheduled messages.
|
||||
* [`POST /register`](/api/register-queue):
|
||||
Added an optional `scheduled_messages` field to that includes all
|
||||
of the undelivered scheduled messages for the current user.
|
||||
|
||||
**Feature level 178**
|
||||
|
||||
* `POST users/me/presence`, [`POST /register`](/api/register-queue),
|
||||
|
||||
Reference in New Issue
Block a user