Explorar o código

Fix typo in api token auth

Janik H %!s(int64=2) %!d(string=hai) anos
pai
achega
12bb0ec1fe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"
 }'
 ```