diff --git a/source/developers/rest_api.markdown b/source/developers/rest_api.markdown index e9dc9cc6d3b..13b01bfad5c 100644 --- a/source/developers/rest_api.markdown +++ b/source/developers/rest_api.markdown @@ -39,7 +39,7 @@ print(response.text) ```

-You can append `?password=YOUR_PASSWORD` to any url to log in automatically. +You can append `?api_password=YOUR_PASSWORD` to any url to log in automatically.

Successful calls will return status code 200 or 201. Other status codes that can return are: