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.
24 lines
661 B
YAML
24 lines
661 B
YAML
4 years ago
|
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: {}
|
||
|
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
|