mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-29 20:00:33 +01:00
27 lines
840 B
YAML
27 lines
840 B
YAML
get:
|
|
tags:
|
|
- admin
|
|
summary: Get system settings
|
|
responses:
|
|
"200":
|
|
description: ""
|
|
content:
|
|
application/json:
|
|
schema:
|
|
allOf:
|
|
- type: object
|
|
properties:
|
|
title:
|
|
type: string
|
|
routes:
|
|
type: array
|
|
postSharing:
|
|
type: array
|
|
languages:
|
|
type: array
|
|
autoDetectLang:
|
|
type: number
|
|
additionalProperties:
|
|
type: object
|
|
description: Most of the settings pages have their values loaded on the client-side, so the settings are not exposed server-side.
|
|
- $ref: ../../../components/schemas/CommonProps.yaml#/CommonProps |