mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[feature/frontend] Add debug sections to settings panel (#2950)
* [feature/frontend] Add debug sections to settings panel * max-width * swagger
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user