mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-03-18 21:30:44 +01:00
Release banner
This commit is contained in:
@@ -2392,6 +2392,10 @@ Here are a few examples (assuming today's date is **12/10/2021, 9am, Eastern Tim
|
|||||||
</tr></table>
|
</tr></table>
|
||||||
|
|
||||||
### Updating scheduled notifications
|
### Updating scheduled notifications
|
||||||
|
|
||||||
|
!!! info
|
||||||
|
**This feature is not yet released.** It will be available in ntfy v2.16.x and later and ntfy Android v1.22.x and later.
|
||||||
|
|
||||||
You can update or replace a scheduled message before it is delivered by publishing a new message with the same
|
You can update or replace a scheduled message before it is delivered by publishing a new message with the same
|
||||||
[sequence ID](#updating-deleting-notifications). When you do this, the **original scheduled message is deleted**
|
[sequence ID](#updating-deleting-notifications). When you do this, the **original scheduled message is deleted**
|
||||||
from the server and replaced with the new one. This is different from [updating notifications](#updating-notifications)
|
from the server and replaced with the new one. This is different from [updating notifications](#updating-notifications)
|
||||||
@@ -2515,6 +2519,10 @@ Here's an example of a dead man's switch that sends an alert if the script stops
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Canceling scheduled notifications
|
### Canceling scheduled notifications
|
||||||
|
|
||||||
|
!!! info
|
||||||
|
**This feature is not yet released.** It will be available in ntfy v2.16.x and later and ntfy Android v1.22.x and later.
|
||||||
|
|
||||||
You can cancel a scheduled message before it is delivered by sending a DELETE request to the
|
You can cancel a scheduled message before it is delivered by sending a DELETE request to the
|
||||||
`/<topic>/<sequence_id>` endpoint, just like [deleting notifications](#deleting-notifications). This will remove the
|
`/<topic>/<sequence_id>` endpoint, just like [deleting notifications](#deleting-notifications). This will remove the
|
||||||
scheduled message from the server so it will never be delivered, and emit a `message_delete` event to any subscribers.
|
scheduled message from the server so it will never be delivered, and emit a `message_delete` event to any subscribers.
|
||||||
|
|||||||
Reference in New Issue
Block a user