Browse Source

Fix typo in api token auth

Janik H 2 năm trước cách đây
mục cha
commit
12bb0ec1fe
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"
 }'
 ```