Corrrection on auth doc (#766)

Fix header name on auth
This commit is contained in:
Sergio Oller 2021-01-08 14:28:48 +01:00 committed by GitHub
parent 7f9f3dd4aa
commit b67d6c8705
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -633,7 +633,7 @@ See the corresponding POST method to provide JSON or urlencoded credentials.
<ApiEndpoint path="/auth" method="post">
You can do authentication against Home Assistant Core.
You can POST the data as JSON, as urlencoded (with `application/x-www-form-urlencoded` header) or by using use basic authentication.
For using Basic authentication, you can use the `X-Supervisor-Key` for Supervisor authentication token.
For using Basic authentication, you can use the `X-Supervisor-Token` for Supervisor authentication token.
**Payload:**