fix(writeapi): more tweaks to schema files

This commit is contained in:
Julian Lam
2020-10-27 10:20:58 -04:00
parent 9f9e3c1582
commit b2e9e3e048
6 changed files with 59 additions and 35 deletions

View File

@@ -11,6 +11,24 @@ put:
required: true
description: backend id of the setting to update
example: maximumRelatedTopics
- in: path
name: value
schema:
type: string
required: true
description: the value of the new setting
example: 2
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
value:
type: string
description: the value of the new setting
example: 2
responses:
'200':
description: Admin setting updated