We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb4f51 commit 17a26a0Copy full SHA for 17a26a0
src/modules/albums/controllers/album.controller.ts
@@ -26,8 +26,8 @@ export class AlbumController {
26
title: 'Album ID',
27
description: 'The unique ID of the album',
28
type: 'string',
29
- example: 'Hq1sr6xu',
30
- default: 'Hq1sr6xu'
+ example: '23241654',
+ default: '23241654'
31
}),
32
link: z
33
.string()
@@ -38,8 +38,8 @@ export class AlbumController {
38
title: 'Album Link',
39
description: 'A direct link to the album on JioSaavn',
40
41
- example: 'https://www.jiosaavn.com/album/houdini/OgwhbhtDRwM',
42
- default: 'https://www.jiosaavn.com/album/houdini/OgwhbhtDRwM'
+ example: 'https://www.jiosaavn.com/album/future-nostalgia/ITIyo-GDr7A_',
+ default: 'https://www.jiosaavn.com/album/future-nostalgia/ITIyo-GDr7A_'
43
})
44
45
},
0 commit comments