Skip to content

Commit

Permalink
Fix openapi schema variable interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Aug 3, 2020
1 parent fcc4466 commit c00f96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/doc/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c00f96c

Please sign in to comment.