Skip to content

Commit 90e0d5e

Browse files
alexjustesengitbook-bot
authored andcommitted
GitBook: No commit message
1 parent fa0d4a9 commit 90e0d5e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

settings/notifications/webhook.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ Payload sent for a completed test
1212
{
1313
"result_id": 2,
1414
"site_name": "Speedtest Tracker",
15-
"service": "Ookla",
16-
"serverName": "Speedtest",
17-
"serverId": 12345,
15+
"server_name": "Speedtest",
16+
"server_id": 12345,
1817
"isp": "Speedtest Communications",
1918
"ping": 6.7,
2019
"download": 93281280,
2120
"upload": 28769728,
22-
"packetLoss": 0,
21+
"packet_loss": 0,
2322
"speedtest_url": "https://docs.speedtest-tracker.dev",
2423
"url": "http://localhost/admin/results"
2524
}

0 commit comments

Comments
 (0)