From 740e3ccd51d7e632450f9ca90915a8608f5b95f5 Mon Sep 17 00:00:00 2001 From: Tom Strong <128226866+tomstrong64@users.noreply.github.com> Date: Mon, 19 Aug 2024 17:51:21 +0100 Subject: [PATCH] Fix incorrect HTTP method in docs Corrected curl request example using POST instead of PUT --- applications/crossbar/doc/devices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/crossbar/doc/devices.md b/applications/crossbar/doc/devices.md index dedf38705f2..dafe8400df9 100644 --- a/applications/crossbar/doc/devices.md +++ b/applications/crossbar/doc/devices.md @@ -603,7 +603,7 @@ Key | Type | Description > PUT /v2/accounts/{ACCOUNT_ID}/devices/{DEVICE_ID} ```shell -curl -v -X POST \ +curl -v -X PUT \ -H "X-Auth-Token: {AUTH_TOKEN}" \ -H "Content-Type: application/json" \ -d '{"action": "notify",