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.
25 lines
765 B
YAML
25 lines
765 B
YAML
4 years ago
|
put:
|
||
|
tags:
|
||
|
- admin
|
||
|
summary: update configuration setting
|
||
|
description: This operation updates a configuration setting in the backend. The calling user must have the `admin:settings` privilege (or be a superadmin) in order for this call to proceed.
|
||
|
parameters:
|
||
|
- in: path
|
||
|
name: setting
|
||
|
schema:
|
||
|
type: string
|
||
|
required: true
|
||
|
description: backend id of the setting to update
|
||
|
responses:
|
||
|
'200':
|
||
|
description: Admin setting updated
|
||
|
content:
|
||
|
application/json:
|
||
|
schema:
|
||
|
type: object
|
||
|
properties:
|
||
|
status:
|
||
|
$ref: ../../../components/schemas/Status.yaml#/Status
|
||
|
response:
|
||
|
type: object
|
||
|
properties: {}
|