Skip to content

Commit ed40e47

Browse files
Update webhook-integration.md (#126)
Fix typo
1 parent d2cb897 commit ed40e47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloud/reference/webhook-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ When an upload event occurs, a POST request will be sent to your configured URL
5555
"id": "run_789012",
5656
"name": "Login Flow Test",
5757
"url": "https://app.maestro.dev/project/project-abc123/maestro-test/flow/run-789012",
58-
"status": "SUCESS",
58+
"status": "SUCCESS",
5959
"failureReason": null,
6060
"startTime": 1659312000000,
6161
"endTime": 1659312300000
@@ -73,7 +73,7 @@ When an upload event occurs, a POST request will be sent to your configured URL
7373
"id": "run_789014",
7474
"name": "User Profile Flow",
7575
"url": "https://app.maestro.dev/project/project-abc123/maestro-test/flow/run-789014",
76-
"status": "SUCESS",
76+
"status": "SUCCESS",
7777
"failureReason": null,
7878
"startTime": 1659313200000,
7979
"endTime": 1659313500000

0 commit comments

Comments
 (0)