From b7495603df71726eea5f9cebc606a95d583930b4 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 4 Jan 2021 11:02:46 +0100 Subject: [PATCH] Small update on auth doc (#760) --- docs/api/supervisor/endpoints.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api/supervisor/endpoints.md b/docs/api/supervisor/endpoints.md index 167735ba..a0295157 100644 --- a/docs/api/supervisor/endpoints.md +++ b/docs/api/supervisor/endpoints.md @@ -627,6 +627,7 @@ Set the output volume for a specific application 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. **Payload:**