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" ``` +