diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-03 09:12:51 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-08-03 09:12:51 +0200 |
commit | c00f96cef9e07674438f6015c18b35752eba9edf (patch) | |
tree | b1ccce3f4ddfeff1bccced026ac89953573e18ea /support/doc/api | |
parent | fcc4466e7cbf3e1ded059472a972ba37f5c68087 (diff) | |
download | PeerTube-c00f96cef9e07674438f6015c18b35752eba9edf.tar.gz PeerTube-c00f96cef9e07674438f6015c18b35752eba9edf.tar.zst PeerTube-c00f96cef9e07674438f6015c18b35752eba9edf.zip |
Fix openapi schema variable interpolation
Diffstat (limited to 'support/doc/api')
-rw-r--r-- | support/doc/api/openapi.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
5413 | $ref: '#/components/schemas/Plugin' | 5413 | $ref: '#/components/schemas/Plugin' |
5414 | callbacks: | 5414 | callbacks: |
5415 | searchIndex: | 5415 | searchIndex: |
5416 | '{%CONFIG.SEARCH.SEARCH_INDEX.URL%}/api/v1/search/videos/': | 5416 | 'https://search.example.org/api/v1/search/videos': |
5417 | post: | 5417 | post: |
5418 | summary: third-party search index MAY be used instead of the local index, if enabled by the instance admin. see `searchTarget` | 5418 | summary: third-party search index MAY be used instead of the local index, if enabled by the instance admin. see `searchTarget` |
5419 | responses: | 5419 | responses: |