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" }' ```