Skip to content

Commit 654ead8

Browse files
committed
Minor fix
1 parent b1a9568 commit 654ead8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/developers/rest_api.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ print(response.text)
3939
```
4040

4141
<p class='note'>
42-
You can append <code>?api_password=YOUR_PASSWORD</code> to any url to log in automatically.
42+
You can append `?password=YOUR_PASSWORD` to any url to log in automatically.
4343
</p>
4444

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

0 commit comments

Comments
 (0)