mirror of https://github.com/Chocobozzz/PeerTube
Minor update to the OpenAPI: instance config recent additions
parent
555fdc8c79
commit
f30736c891
|
@ -2387,6 +2387,16 @@ components:
|
|||
type: string
|
||||
css:
|
||||
type: string
|
||||
search:
|
||||
type: object
|
||||
properties:
|
||||
remoteUri:
|
||||
type: object
|
||||
properties:
|
||||
users:
|
||||
type: boolean
|
||||
anonymous:
|
||||
type: boolean
|
||||
plugin:
|
||||
type: object
|
||||
properties:
|
||||
|
@ -2432,6 +2442,11 @@ components:
|
|||
properties:
|
||||
enabled:
|
||||
type: boolean
|
||||
webtorrent:
|
||||
type: object
|
||||
properties:
|
||||
enabled:
|
||||
type: boolean
|
||||
enabledResolutions:
|
||||
type: array
|
||||
items:
|
||||
|
@ -2535,6 +2550,17 @@ components:
|
|||
properties:
|
||||
enabled:
|
||||
type: boolean
|
||||
followings:
|
||||
type: object
|
||||
properties:
|
||||
instance:
|
||||
type: object
|
||||
properties:
|
||||
autoFollowIndex:
|
||||
type: object
|
||||
properties:
|
||||
indexUrl:
|
||||
type: string
|
||||
ServerConfigAbout:
|
||||
properties:
|
||||
instance:
|
||||
|
|
Loading…
Reference in New Issue