From 23baafe183fc5cadd3d475fe5904f76e627e9398 Mon Sep 17 00:00:00 2001 From: Horea Porutiu Date: Thu, 29 Aug 2024 14:52:22 +0200 Subject: [PATCH] formatting --- examples/node-webhooks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/node-webhooks/README.md b/examples/node-webhooks/README.md index 3401c6d5e..d5a463ab4 100644 --- a/examples/node-webhooks/README.md +++ b/examples/node-webhooks/README.md @@ -77,7 +77,7 @@ The `https:` is your `MIRO_REDIRECT_URL` to be used in the `.env > **Access Token**: Once you get the access token after installing your app on a developer team (from step 4 above), you can add the access token to the Authorization section of the API reference page. > -> **boardId:** Get the board ID of the board you want to receive notifications for. This board should be in the same team where you installed the app. You can find board ID in the URL when you go to your board: https://miro.com/app/board/{boardID}. +> **boardId:** Get the board ID of the board you want to receive notifications for. This board should be in the same team where you installed the app. You can find board ID in the URL when you go to your board: https://miro.com/app/board/. > > **callbackUrl:** This is the URL where you will receive events. It should be the same as `MIRO_REDIRECT_URL` in `.env`.