From 93e7ef2457457d9eab3a74edc85d594b523e102b Mon Sep 17 00:00:00 2001 From: EvertonMJunior <51867881+EvertonMJunior@users.noreply.github.com> Date: Wed, 27 Mar 2024 01:16:16 -0300 Subject: [PATCH] chore: update webhooks docs --- docs/webhooks.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/webhooks.md b/docs/webhooks.md index ad9d952..9c190d7 100644 --- a/docs/webhooks.md +++ b/docs/webhooks.md @@ -79,7 +79,8 @@ This event is triggered when a reply is answered. Its payload bring data about t "name": "Test School" }, "discipline": { "name": "Math" }, - "subject": { "name": "Algebra" } + "subject": { "name": "Algebra" }, + "url": "https://app.stift.com.br/?question=c64a24e4-ebb5-40ef-8828-9a7c006b5062" } } ```