Skip to content

Commit 17a26a0

Browse files
committed
docs(albums): add album example id and link
1 parent 2bb4f51 commit 17a26a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/modules/albums/controllers/album.controller.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ export class AlbumController {
2626
title: 'Album ID',
2727
description: 'The unique ID of the album',
2828
type: 'string',
29-
example: 'Hq1sr6xu',
30-
default: 'Hq1sr6xu'
29+
example: '23241654',
30+
default: '23241654'
3131
}),
3232
link: z
3333
.string()
@@ -38,8 +38,8 @@ export class AlbumController {
3838
title: 'Album Link',
3939
description: 'A direct link to the album on JioSaavn',
4040
type: 'string',
41-
example: 'https://www.jiosaavn.com/album/houdini/OgwhbhtDRwM',
42-
default: 'https://www.jiosaavn.com/album/houdini/OgwhbhtDRwM'
41+
example: 'https://www.jiosaavn.com/album/future-nostalgia/ITIyo-GDr7A_',
42+
default: 'https://www.jiosaavn.com/album/future-nostalgia/ITIyo-GDr7A_'
4343
})
4444
})
4545
},

0 commit comments

Comments
 (0)