From 7cbd1bcc0b845be5ba29eb5daccca742ede1872b Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 6 Nov 2020 11:48:56 +0100 Subject: [PATCH] Add a validate ingress session endpoint (#714) * Add a validate ingress session endpoint * update docs --- docs/api/supervisor/endpoints.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/api/supervisor/endpoints.md b/docs/api/supervisor/endpoints.md index 9df5da74..4c963899 100644 --- a/docs/api/supervisor/endpoints.md +++ b/docs/api/supervisor/endpoints.md @@ -1258,6 +1258,17 @@ Shutdown the host Create a new session for access to the ingress service. +**Returned data:** + +| key | type | optional | description | +| ------- | ------ | -------- | --------------------------------- | +| session | string | False | The token for the ingress session | + + + + +Validate an ingress session, extending it's validity period. + **Payload:** | key | type | optional | description |