From 654ead8f9b7951654a31a974e887719f35cab857 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 30 Jul 2016 08:46:54 +0200 Subject: [PATCH] Minor fix --- 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 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.

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