diff options
author | 2024-06-03 11:20:53 +0200 | |
---|---|---|
committer | 2024-06-03 11:20:53 +0200 | |
commit | d79c2f26888b512faaa0526936b8752cfb6c8b28 (patch) | |
tree | 3e93405e81eb84492e192181f199f34f9ac227cb /docs/api | |
parent | [feature] Add from: search operator and account_id query param (#2943) (diff) | |
download | gotosocial-d79c2f26888b512faaa0526936b8752cfb6c8b28.tar.xz |
[feature/frontend] Add debug sections to settings panel (#2950)
* [feature/frontend] Add debug sections to settings panel
* max-width
* swagger
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/swagger.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
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. |