From 881bf3d15fcbfdd89e6d928f5ef751598186b76c Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 29 Jul 2025 09:46:11 -0400 Subject: [PATCH] Correct API URL --- docs/integrations/rest-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/rest-api.md b/docs/integrations/rest-api.md index d848f0c13..47fb65494 100644 --- a/docs/integrations/rest-api.md +++ b/docs/integrations/rest-api.md @@ -620,7 +620,7 @@ For example, the following API request will create a new site and record a messa curl -s -X POST \ -H "Authorization: Token $TOKEN" \ -H "Content-Type: application/json" \ -http://netbox/api/dcim/site/ \ +http://netbox/api/dcim/sites/ \ --data '{ "name": "Site A", "slug": "site-a",