Fix openapi schema variable interpolation

pull/2926/head
Chocobozzz 2020-08-03 09:12:51 +02:00
parent fcc4466e7c
commit c00f96cef9
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -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: