diff --git a/doc/api.adoc b/doc/api.adoc index 8273c33d..c11062ae 100644 --- a/doc/api.adoc +++ b/doc/api.adoc @@ -140,7 +140,7 @@ Used for new device setup (auto-provisioning) only. The device still hit this en ==== [source,bash] ---- -curl "https://localhost:2443/api/setup/" \ +curl "https://localhost:2443/api/setup" \ -H 'ID: ' \ -H 'Content-Type: application/json' ----