From 12bb0ec1fe2ff79d082addfb180cfcaf6c7dc756 Mon Sep 17 00:00:00 2001 From: Janik H Date: Fri, 21 Apr 2023 14:42:01 +0200 Subject: [PATCH] Fix typo in api token auth --- docs/integrations/rest-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/rest-api.md b/docs/integrations/rest-api.md index 28d9b55b6..09376ee46 100644 --- a/docs/integrations/rest-api.md +++ b/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" }' ```