Skip to content

Commit 17255f5

Browse files
authored
:3
1 parent 7d4b4a3 commit 17255f5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/API.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,12 @@ Notifications can be manually created, and will show up on the /admin?tab=priori
886886
Methods: POST
887887

888888
```
889-
curl -XPOST https://shuffler.io/api/v1/notifications -H "Authorization: Bearer APIKEY" -d '{"org_id": "YOUR ORGID", "title": "The title", "description": "The description of the notification", "reference_url": "URL for where to go when the user clicks explore"}'
889+
curl -XPOST https://shuffler.io/api/v1/notifications -H "Authorization: Bearer APIKEY" -d '{
890+
"org_id": "YOUR ORGID",
891+
"title": "The title",
892+
"description": "The description of the notification",
893+
"reference_url": "URL for where to go when the user clicks explore"
894+
}'
890895
```
891896

892897

0 commit comments

Comments
 (0)