aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-11-24 13:36:32 +0100
committerChocobozzz <me@florianbigard.com>2022-11-24 13:36:32 +0100
commita5858c3e53103ff42f8a442ef4760979db87dcfc (patch)
tree7ca90fe12824112acbf27a830804e312a30759d1 /server/controllers
parentb7113ff7ef96b8262b9b556d2f4efb330dfbb1b7 (diff)
downloadPeerTube-a5858c3e53103ff42f8a442ef4760979db87dcfc.tar.gz
PeerTube-a5858c3e53103ff42f8a442ef4760979db87dcfc.tar.zst
PeerTube-a5858c3e53103ff42f8a442ef4760979db87dcfc.zip
Update changelog
Diffstat (limited to 'server/controllers')
-rw-r--r--server/controllers/api/videos/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/controllers/api/videos/index.ts b/server/controllers/api/videos/index.ts
index ea081e5ab..41992155d 100644
--- a/server/controllers/api/videos/index.ts
+++ b/server/controllers/api/videos/index.ts
@@ -94,6 +94,7 @@ videosRouter.get('/',
94 asyncMiddleware(listVideos) 94 asyncMiddleware(listVideos)
95) 95)
96 96
97// TODO: remove, deprecated in 5.0 now we send the complete description in VideoDetails
97videosRouter.get('/:id/description', 98videosRouter.get('/:id/description',
98 openapiOperationDoc({ operationId: 'getVideoDesc' }), 99 openapiOperationDoc({ operationId: 'getVideoDesc' }),
99 asyncMiddleware(videosGetValidator), 100 asyncMiddleware(videosGetValidator),