Skip to content

Commit 73a2a3b

Browse files
aneischballoob
authored andcommitted
Update rest_api.markdown (home-assistant#967)
Updated note to reflect usage of password in url.
1 parent e834b81 commit 73a2a3b

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 `?password=YOUR_PASSWORD` to any url to log in automatically.
42+
You can append `?api_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)