mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-11-10 13:54:16 +01:00
docs: Mismatched quotation mark
This commit is contained in:
parent
6935d83ab3
commit
62c8cafff9
1 changed files with 1 additions and 1 deletions
|
@ -1166,7 +1166,7 @@ Alternatively, the same actions can be defined as **JSON array**, if the notific
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
topic: "myhome",
|
topic: "myhome",
|
||||||
message": "You left the house. Turn down the A/C?",
|
message: "You left the house. Turn down the A/C?",
|
||||||
actions: [
|
actions: [
|
||||||
{
|
{
|
||||||
action: "view",
|
action: "view",
|
||||||
|
|
Loading…
Reference in a new issue