From c00f96cef9e07674438f6015c18b35752eba9edf Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 3 Aug 2020 09:12:51 +0200 Subject: Fix openapi schema variable interpolation --- support/doc/api/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support') diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 7dc220c4e..9922a3216 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -5413,7 +5413,7 @@ components: $ref: '#/components/schemas/Plugin' callbacks: searchIndex: - '{%CONFIG.SEARCH.SEARCH_INDEX.URL%}/api/v1/search/videos/': + 'https://search.example.org/api/v1/search/videos': post: summary: third-party search index MAY be used instead of the local index, if enabled by the instance admin. see `searchTarget` responses: -- cgit v1.2.3