Logo update
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Publishing
|
# Publishing
|
||||||
Publishing messages can be done via HTTP PUT/POST or via the [ntfy CLI](install.md). Topics are created on the fly by
|
Publishing messages can be done via HTTP PUT/POST or via the [ntfy CLI](subscribe/cli.md#publish-messages) ([install instructions](install.md).
|
||||||
subscribing or publishing to them. Because there is no sign-up, **the topic is essentially a password**, so pick
|
Topics are created on the fly by subscribing or publishing to them. Because there is no sign-up, **the topic is essentially a password**, so pick
|
||||||
something that's not easily guessable.
|
something that's not easily guessable.
|
||||||
|
|
||||||
Here's an example showing how to publish a simple message using a POST request:
|
Here's an example showing how to publish a simple message using a POST request:
|
||||||
@@ -2393,9 +2393,6 @@ Here are a few examples (assuming today's date is **12/10/2021, 9am, Eastern Tim
|
|||||||
|
|
||||||
### 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)
|
||||||
@@ -2518,9 +2515,6 @@ 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.
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 11 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 11 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 37 KiB |
Reference in New Issue
Block a user