Removed API setup trailing slash from documentation

This was a typo since all endpoints don't use trailing slashes.

Issue: 333
Milestone: patch
This commit is contained in:
Brooke Kuhlmann
2026-06-14 11:03:24 -06:00
parent c1b7bca570
commit 78121116ca
+1 -1
View File
@@ -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: <redacted>' \
-H 'Content-Type: application/json'
----