mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Update rest_api.markdown (#967)
Updated note to reflect usage of password in url.
This commit is contained in:
parent
e834b81cbb
commit
73a2a3b8b0
@ -39,7 +39,7 @@ print(response.text)
|
|||||||
```
|
```
|
||||||
|
|
||||||
<p class='note'>
|
<p class='note'>
|
||||||
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.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
Successful calls will return status code 200 or 201. Other status codes that can return are:
|
Successful calls will return status code 200 or 201. Other status codes that can return are:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user