Parcourir la source

Fix typo in api token auth

Janik H il y a 2 ans
Parent
commit
12bb0ec1fe
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docs/integrations/rest-api.md

+ 1 - 1
docs/integrations/rest-api.md

@@ -638,7 +638,7 @@ $ curl -X POST \
 https://netbox/api/users/tokens/provision/ \
 --data '{
     "username": "hankhill",
-    "password": "I<3C3H8",
+    "password": "I<3C3H8"
 }'
 ```