Fix openapi feed doc URL
This commit is contained in:
parent
8a1d90dc70
commit
4592f062c4
|
@ -541,31 +541,31 @@ paths:
|
||||||
$ref: '#/components/schemas/VideoCommentsForXML'
|
$ref: '#/components/schemas/VideoCommentsForXML'
|
||||||
examples:
|
examples:
|
||||||
nightly:
|
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:
|
application/rss+xml:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/VideoCommentsForXML'
|
$ref: '#/components/schemas/VideoCommentsForXML'
|
||||||
examples:
|
examples:
|
||||||
nightly:
|
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:
|
text/xml:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/VideoCommentsForXML'
|
$ref: '#/components/schemas/VideoCommentsForXML'
|
||||||
examples:
|
examples:
|
||||||
nightly:
|
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:
|
application/atom+xml:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/VideoCommentsForXML'
|
$ref: '#/components/schemas/VideoCommentsForXML'
|
||||||
examples:
|
examples:
|
||||||
nightly:
|
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:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
examples:
|
examples:
|
||||||
nightly:
|
nightly:
|
||||||
externalValue: https://peertube2.cpy.re/feeds/video-comments.json?filter=local
|
externalValue: https://peertube2.cpy.re/feeds/video-comments.json?scope=local
|
||||||
'400':
|
'400':
|
||||||
x-summary: field inconsistencies
|
x-summary: field inconsistencies
|
||||||
description: >
|
description: >
|
||||||
|
@ -638,31 +638,31 @@ paths:
|
||||||
$ref: '#/components/schemas/VideosForXML'
|
$ref: '#/components/schemas/VideosForXML'
|
||||||
examples:
|
examples:
|
||||||
nightly:
|
nightly:
|
||||||
externalValue: https://peertube2.cpy.re/feeds/videos.xml?filter=local
|
externalValue: https://peertube2.cpy.re/feeds/videos.xml?scope=local
|
||||||
application/rss+xml:
|
application/rss+xml:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/VideosForXML'
|
$ref: '#/components/schemas/VideosForXML'
|
||||||
examples:
|
examples:
|
||||||
nightly:
|
nightly:
|
||||||
externalValue: https://peertube2.cpy.re/feeds/videos.rss?filter=local
|
externalValue: https://peertube2.cpy.re/feeds/videos.rss?scope=local
|
||||||
text/xml:
|
text/xml:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/VideosForXML'
|
$ref: '#/components/schemas/VideosForXML'
|
||||||
examples:
|
examples:
|
||||||
nightly:
|
nightly:
|
||||||
externalValue: https://peertube2.cpy.re/feeds/videos.xml?filter=local
|
externalValue: https://peertube2.cpy.re/feeds/videos.xml?scope=local
|
||||||
application/atom+xml:
|
application/atom+xml:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/VideosForXML'
|
$ref: '#/components/schemas/VideosForXML'
|
||||||
examples:
|
examples:
|
||||||
nightly:
|
nightly:
|
||||||
externalValue: https://peertube2.cpy.re/feeds/videos.atom?filter=local
|
externalValue: https://peertube2.cpy.re/feeds/videos.atom?scope=local
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
examples:
|
examples:
|
||||||
nightly:
|
nightly:
|
||||||
externalValue: https://peertube2.cpy.re/feeds/videos.json?filter=local
|
externalValue: https://peertube2.cpy.re/feeds/videos.json?scope=local
|
||||||
'404':
|
'404':
|
||||||
description: video channel or account not found
|
description: video channel or account not found
|
||||||
'406':
|
'406':
|
||||||
|
|
Loading…
Reference in New Issue