Fix openapi schema variable interpolation
This commit is contained in:
parent
fcc4466e7c
commit
c00f96cef9
|
@ -5413,7 +5413,7 @@ components:
|
||||||
$ref: '#/components/schemas/Plugin'
|
$ref: '#/components/schemas/Plugin'
|
||||||
callbacks:
|
callbacks:
|
||||||
searchIndex:
|
searchIndex:
|
||||||
'{%CONFIG.SEARCH.SEARCH_INDEX.URL%}/api/v1/search/videos/':
|
'https://search.example.org/api/v1/search/videos':
|
||||||
post:
|
post:
|
||||||
summary: third-party search index MAY be used instead of the local index, if enabled by the instance admin. see `searchTarget`
|
summary: third-party search index MAY be used instead of the local index, if enabled by the instance admin. see `searchTarget`
|
||||||
responses:
|
responses:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user