From b67d6c8705b13d60792ffc63c9dc22bee1e19aa8 Mon Sep 17 00:00:00 2001 From: Sergio Oller Date: Fri, 8 Jan 2021 14:28:48 +0100 Subject: [PATCH] Corrrection on auth doc (#766) Fix header name on auth --- docs/api/supervisor/endpoints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/supervisor/endpoints.md b/docs/api/supervisor/endpoints.md index 61f87e36..cbf2b45e 100644 --- a/docs/api/supervisor/endpoints.md +++ b/docs/api/supervisor/endpoints.md @@ -633,7 +633,7 @@ See the corresponding POST method to provide JSON or urlencoded credentials. 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:**