diff --git a/docs/integrations.md b/docs/integrations.md index 498a2ff4..14bfb715 100644 --- a/docs/integrations.md +++ b/docs/integrations.md @@ -117,6 +117,7 @@ and uptime of third party servers, so use of each server is **at your own discre ## Blog + forum posts +- [Start-Job,Variables, and ntfy.sh](https://klingele.dev/2023/03/01/start-jobvariables-and-ntfy-sh/) - klingele.dev - 3/2023 - [enviar notificaciones automáticas usando ntfy.sh](https://osiux.com/2023-02-15-send-automatic-notifications-using-ntfy.html) - osiux.com - 2/2023 - [Carnet IP动态解析以及通过ntfy推送IP信息](https://blog.wslll.cn/index.php/archives/201/) - blog.wslll.cn - 2/2023 - [Open-Source-Brieftaube: ntfy verschickt Push-Meldungen auf Smartphone und PC](https://www.heise.de/news/Open-Source-Brieftaube-ntfy-verschickt-Push-Meldungen-auf-Smartphone-und-PC-7521583.html) ⭐ - heise.de - 2/2023 diff --git a/docs/publish.md b/docs/publish.md index 231336d1..8561ef90 100644 --- a/docs/publish.md +++ b/docs/publish.md @@ -3177,10 +3177,11 @@ These limits can be changed on a per-user basis using [tiers](config.md#tiers). a higher tier. ntfy.sh offers multiple paid tiers, which allows for much hier limits than the ones listed above. ## List of all parameters -The following is a list of all parameters that can be passed when publishing a message. Parameter names are **case-insensitive**, -and can be passed as **HTTP headers** or **query parameters in the URL**. They are listed in the table in their canonical form. +The following is a list of all parameters that can be passed when publishing a message. Parameter names are **case-insensitive** +when used in **HTTP headers**, and must be **lowercase** when used as **query parameters in the URL**. They are listed in the +table in their canonical form. -| Parameter | Aliases (case-insensitive) | Description | +| Parameter | Aliases | Description | |-----------------|--------------------------------------------|-----------------------------------------------------------------------------------------------| | `X-Message` | `Message`, `m` | Main body of the message as shown in the notification | | `X-Title` | `Title`, `t` | [Message title](#message-title) | diff --git a/docs/releases.md b/docs/releases.md index 6e9a0caa..6529f903 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -12,6 +12,10 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release * `ntfy sub --poll --from-config` will now include authentication headers from client.yml (if applicable) ([#658](https://github.com/binwiederhier/ntfy/issues/658), thanks to [@wunter8](https://github.com/wunter8)) +**Documentation:** + +* Make query parameter description more clear ([#630](https://github.com/binwiederhier/ntfy/issues/630), thanks to [@bbaa-bbaa](https://github.com/bbaa-bbaa) for reporting, and to [@wunter8](https://github.com/wunter8) for a fix) + ## ntfy Android app v1.16.1 (UNRELEASED) **Features:**