From 4592f062c43f48fe6078564904d1fa329b2ecd99 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 23 Dec 2024 07:41:10 +0100 Subject: [PATCH] Fix openapi feed doc URL --- support/doc/api/openapi.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 4acea7143..689a69e02 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -541,31 +541,31 @@ paths: $ref: '#/components/schemas/VideoCommentsForXML' examples: nightly: - externalValue: https://peertube2.cpy.re/feeds/video-comments.xml?filter=local + externalValue: https://peertube2.cpy.re/feeds/video-comments.xml?scope=local application/rss+xml: schema: $ref: '#/components/schemas/VideoCommentsForXML' examples: nightly: - externalValue: https://peertube2.cpy.re/feeds/video-comments.rss?filter=local + externalValue: https://peertube2.cpy.re/feeds/video-comments.rss?scope=local text/xml: schema: $ref: '#/components/schemas/VideoCommentsForXML' examples: nightly: - externalValue: https://peertube2.cpy.re/feeds/video-comments.xml?filter=local + externalValue: https://peertube2.cpy.re/feeds/video-comments.xml?scope=local application/atom+xml: schema: $ref: '#/components/schemas/VideoCommentsForXML' examples: nightly: - externalValue: https://peertube2.cpy.re/feeds/video-comments.atom?filter=local + externalValue: https://peertube2.cpy.re/feeds/video-comments.atom?scope=local application/json: schema: type: object examples: nightly: - externalValue: https://peertube2.cpy.re/feeds/video-comments.json?filter=local + externalValue: https://peertube2.cpy.re/feeds/video-comments.json?scope=local '400': x-summary: field inconsistencies description: > @@ -638,31 +638,31 @@ paths: $ref: '#/components/schemas/VideosForXML' examples: nightly: - externalValue: https://peertube2.cpy.re/feeds/videos.xml?filter=local + externalValue: https://peertube2.cpy.re/feeds/videos.xml?scope=local application/rss+xml: schema: $ref: '#/components/schemas/VideosForXML' examples: nightly: - externalValue: https://peertube2.cpy.re/feeds/videos.rss?filter=local + externalValue: https://peertube2.cpy.re/feeds/videos.rss?scope=local text/xml: schema: $ref: '#/components/schemas/VideosForXML' examples: nightly: - externalValue: https://peertube2.cpy.re/feeds/videos.xml?filter=local + externalValue: https://peertube2.cpy.re/feeds/videos.xml?scope=local application/atom+xml: schema: $ref: '#/components/schemas/VideosForXML' examples: nightly: - externalValue: https://peertube2.cpy.re/feeds/videos.atom?filter=local + externalValue: https://peertube2.cpy.re/feeds/videos.atom?scope=local application/json: schema: type: object examples: nightly: - externalValue: https://peertube2.cpy.re/feeds/videos.json?filter=local + externalValue: https://peertube2.cpy.re/feeds/videos.json?scope=local '404': description: video channel or account not found '406':