diff --git a/source/developers/rest_api.markdown b/source/developers/rest_api.markdown index 4f4020fa03..f8fd4f5429 100644 --- a/source/developers/rest_api.markdown +++ b/source/developers/rest_api.markdown @@ -39,7 +39,7 @@ print(response.text) ```
-You can append ?api_password=YOUR_PASSWORD
to any url to log in automatically.
+You can append `?password=YOUR_PASSWORD` to any url to log in automatically.