From c0e770aff7c771809c57e182623796bcc7553ef1 Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Thu, 1 May 2025 23:30:59 +0200 Subject: [PATCH] fixed typo --- doc/EXAMPLES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/EXAMPLES.md b/doc/EXAMPLES.md index 55d5c85..8b9bf26 100644 --- a/doc/EXAMPLES.md +++ b/doc/EXAMPLES.md @@ -74,11 +74,11 @@ e.g: - Send a message including a link preview - `curl -X POST -H "Content-Type: application/json" -d '{"message": "Hey, checkout https://www.homeassistant.io", "number": "", "recipients": [], "link_preview": {"url": "https://www.homeassistant.io", "title": "Home Assistant", "base64_thumbnail": "'"$( base64 -w 0 )"'"}}' 'http://127.0.0.1:8080/v2/send'` + `curl -X POST -H "Content-Type: application/json" -d '{"message": "Hey, check out https://www.homeassistant.io", "number": "", "recipients": [], "link_preview": {"url": "https://www.homeassistant.io", "title": "Home Assistant", "base64_thumbnail": "'"$( base64 -w 0 )"'"}}' 'http://127.0.0.1:8080/v2/send'` e.g: - `curl -X POST -H "Content-Type: application/json" -d '{"message": "Hey, checkout https://www.homeassistant.io", "number": "+431212131491291", "recipients": [+4354546464654], "link_preview": {"url": "https://www.homeassistant.io", "title": "Home Assistant", "base64_thumbnail": "'"$( base64 -w 0 /tmp/logo.png)"'"}}' 'http://127.0.0.1:8080/v2/send'` + `curl -X POST -H "Content-Type: application/json" -d '{"message": "Hey, check out https://www.homeassistant.io", "number": "+431212131491291", "recipients": [+4354546464654], "link_preview": {"url": "https://www.homeassistant.io", "title": "Home Assistant", "base64_thumbnail": "'"$( base64 -w 0 /tmp/logo.png)"'"}}' 'http://127.0.0.1:8080/v2/send'` - Receive messages