Minor update to the OpenAPI: instance config recent additions
This commit is contained in:
parent
555fdc8c79
commit
f30736c891
1 changed files with 26 additions and 0 deletions
|
@ -2387,6 +2387,16 @@ components:
|
||||||
type: string
|
type: string
|
||||||
css:
|
css:
|
||||||
type: string
|
type: string
|
||||||
|
search:
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
remoteUri:
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
users:
|
||||||
|
type: boolean
|
||||||
|
anonymous:
|
||||||
|
type: boolean
|
||||||
plugin:
|
plugin:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
@ -2432,6 +2442,11 @@ components:
|
||||||
properties:
|
properties:
|
||||||
enabled:
|
enabled:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
webtorrent:
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
enabled:
|
||||||
|
type: boolean
|
||||||
enabledResolutions:
|
enabledResolutions:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
|
@ -2535,6 +2550,17 @@ components:
|
||||||
properties:
|
properties:
|
||||||
enabled:
|
enabled:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
followings:
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
instance:
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
autoFollowIndex:
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
indexUrl:
|
||||||
|
type: string
|
||||||
ServerConfigAbout:
|
ServerConfigAbout:
|
||||||
properties:
|
properties:
|
||||||
instance:
|
instance:
|
||||||
|
|
Loading…
Add table
Reference in a new issue