]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/doc/api/openapi.yaml
Fix openapi schema variable interpolation
[github/Chocobozzz/PeerTube.git] / support / doc / api / openapi.yaml
index 7dc220c4e9db9ac7f21e271eb589e8903285872b..9922a321605d4d3b576e1c50255eb22aefd8b33f 100644 (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: