1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00

Update changelog

This commit is contained in:
Chocobozzz 2022-11-24 13:36:32 +01:00
parent b7113ff7ef
commit a5858c3e53
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 97 additions and 0 deletions

View file

@ -94,6 +94,7 @@ videosRouter.get('/',
asyncMiddleware(listVideos)
)
// TODO: remove, deprecated in 5.0 now we send the complete description in VideoDetails
videosRouter.get('/:id/description',
openapiOperationDoc({ operationId: 'getVideoDesc' }),
asyncMiddleware(videosGetValidator),