From d5db8b17c9a48a314284dfe2cbe6ecff94cf7da2 Mon Sep 17 00:00:00 2001 From: Aaron Johnson <4023+aaronjohnson@users.noreply.github.com> Date: Wed, 23 Oct 2024 21:22:51 +0000 Subject: [PATCH] add back whitespace required for yarn to function. --- docs/api/central/examples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api/central/examples.md b/docs/api/central/examples.md index 49a245d..922421b 100644 --- a/docs/api/central/examples.md +++ b/docs/api/central/examples.md @@ -206,6 +206,7 @@ $body = @{ Invoke-WebRequest -Uri "https://api.zerotier.com/api/v1/network/$NWID/member/$MEMBER_ID" ` -Method Post -Headers $headers -Body $body -ContentType "application/json" ``` +