1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-09-29 03:41:59 +02:00

docs: Mismatched quotation mark

This commit is contained in:
Connor Lanigan 2022-08-31 22:19:37 +02:00 committed by GitHub
parent 6935d83ab3
commit 62c8cafff9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",