Correct API URL

This commit is contained in:
Jeremy Stretch 2025-07-29 09:46:11 -04:00
parent 1587600671
commit 881bf3d15f

View File

@ -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",