From: Rigel Kent Date: Fri, 21 Feb 2020 20:25:49 +0000 (+0100) Subject: Minor update to the OpenAPI: instance config recent additions X-Git-Tag: v2.2.0-rc.1~453 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f30736c8917e66ed8940dd664d75826dc5a2853b;p=oweals%2Fpeertube.git Minor update to the OpenAPI: instance config recent additions --- diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 40f7e0cdd..42430ba40 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -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: