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 --- docs/api/swagger.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/api') diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml index 78725f325..050cf4c9b 100644 --- a/docs/api/swagger.yaml +++ b/docs/api/swagger.yaml @@ -1409,6 +1409,10 @@ definitions: $ref: '#/definitions/instanceV1Configuration' contact_account: $ref: '#/definitions/account' + debug: + description: Whether or not instance is running in DEBUG mode. Omitted if false. + type: boolean + x-go-name: Debug description: description: |- Description of the instance. @@ -1571,6 +1575,10 @@ definitions: $ref: '#/definitions/instanceV2Configuration' contact: $ref: '#/definitions/instanceV2Contact' + debug: + description: Whether or not instance is running in DEBUG mode. Omitted if false. + type: boolean + x-go-name: Debug description: description: |- Description of the instance. -- cgit v1.2.3