From 73a2a3b8b0e6b507653dd8e1092ed4b71d61d43c Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 20 Sep 2016 23:23:50 -0500 Subject: [PATCH] Update rest_api.markdown (#967) Updated note to reflect usage of password in url. --- source/developers/rest_api.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: