From d79c2f26888b512faaa0526936b8752cfb6c8b28 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Mon, 3 Jun 2024 11:20:53 +0200 Subject: [feature/frontend] Add debug sections to settings panel (#2950) * [feature/frontend] Add debug sections to settings panel * max-width * swagger --- internal/api/model/instancev1.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/api/model/instancev1.go') diff --git a/internal/api/model/instancev1.go b/internal/api/model/instancev1.go index 03e27619c..217edc08c 100644 --- a/internal/api/model/instancev1.go +++ b/internal/api/model/instancev1.go @@ -59,6 +59,8 @@ type InstanceV1 struct { // // example: 0.1.1 cb85f65 Version string `json:"version"` + // Whether or not instance is running in DEBUG mode. Omitted if false. + Debug *bool `json:"debug,omitempty"` // Primary language of the instance. // example: ["en"] Languages []string `json:"languages"` -- cgit v1.2.3