File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ curl -X POST https://api.day.app/your_key \
3232curl -X " POST" " https://api.day.app/your_key" \
3333 -H ' Content-Type: application/json; charset=utf-8' \
3434 -d $' {
35- "body": "Test Bark Server ",
35+ "body": "Test Body ",
3636 "title": "Test Title",
3737 "badge": 1,
3838 "sound": "minuet",
@@ -47,7 +47,7 @@ curl -X "POST" "https://api.day.app/your_key" \
4747curl -X " POST" " https://api.day.app/push" \
4848 -H ' Content-Type: application/json; charset=utf-8' \
4949 -d ' {
50- "markdown ": "Hello! \n**Markdown** ",
50+ "body ": "Test Body ",
5151 "title": "Test Title",
5252 "device_key": "your_key"
5353}'
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ curl -X POST https://api.day.app/your_key \
3232curl -X " POST" " https://api.day.app/your_key" \
3333 -H ' Content-Type: application/json; charset=utf-8' \
3434 -d $' {
35- "body": "Test Bark Server ",
35+ "body": "Test Body ",
3636 "title": "Test Title",
3737 "badge": 1,
3838 "sound": "minuet",
@@ -47,7 +47,7 @@ curl -X "POST" "https://api.day.app/your_key" \
4747curl -X " POST" " https://api.day.app/push" \
4848 -H ' Content-Type: application/json; charset=utf-8' \
4949 -d ' {
50- "markdown ": "Hello! \n**Markdown** ",
50+ "body ": "Test Body ",
5151 "title": "Test Title",
5252 "device_key": "your_key"
5353}'
You can’t perform that action at this time.
0 commit comments