Files
portmaster/broadcasts/testdata/README.md
2022-06-23 16:30:55 +02:00

10 lines
233 B
Markdown

# Testing Broadcast Notifications
```
# Reset state
curl -X POST http://127.0.0.1:817/api/v1/broadcasts/reset-state
# Simulate notifications
curl --upload-file notifications.yaml http://127.0.0.1:817/api/v1/broadcasts/simulate
```