Explorar o código

Merge pull request #8202 from netbja/patch-1

Small syntax error
Jeremy Stretch %!s(int64=4) %!d(string=hai) anos
pai
achega
7b25d0379f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/rest-api/authentication.md

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

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