From 9f8db8270020cc7bdd768248ea17ee779ec52fa2 Mon Sep 17 00:00:00 2001 From: Loft Bot <73976634+loft-bot@users.noreply.github.com> Date: Fri, 11 Oct 2024 13:07:10 +0000 Subject: [PATCH] [skip ci] repo-sync --- api/openapi-spec/swagger.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json index 7d7bc835..1a7720bf 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -3559,6 +3559,10 @@ "description": "Parameters are values to pass to the template. The values should be encoded as YAML string where each parameter is represented as a top-level field key.", "type": "string" }, + "preventWakeUpOnConnection": { + "description": "PreventWakeUpOnConnection is used to prevent workspace that uses sleep mode from waking up on incomming ssh connection.", + "type": "boolean" + }, "runnerRef": { "$ref": "#/definitions/com.github.loft-sh.api.v4.pkg.apis.storage.v1.RunnerRef", "description": "RunnerRef is the reference to the connected runner holding this workspace" @@ -8508,6 +8512,10 @@ "$ref": "#/definitions/com.github.loft-sh.api.v4.pkg.apis.storage.v1.DevPodWorkspaceInstanceTemplateDefinition", "description": "InstanceTemplate holds the workspace instance template" }, + "preventWakeUpOnConnection": { + "description": "PreventWakeUpOnConnection is used to prevent workspace that uses sleep mode from waking up on incomming ssh connection.", + "type": "boolean" + }, "provider": { "$ref": "#/definitions/com.github.loft-sh.api.v4.pkg.apis.storage.v1.DevPodWorkspaceProvider", "description": "Provider holds the DevPod provider configuration"