You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
965 B
YAML
34 lines
965 B
YAML
get:
|
|
tags:
|
|
- admin
|
|
summary: Get system settings
|
|
parameters:
|
|
- name: term
|
|
in: path
|
|
required: true
|
|
schema:
|
|
type: string
|
|
example: general
|
|
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 |