From 900d647d1dafdcc77092566dcbfbdace9a8c0ac5 Mon Sep 17 00:00:00 2001 From: Romain Petit Date: Wed, 4 Sep 2024 13:55:06 +0200 Subject: [PATCH] feat(VideoApi) add param information --- src/api/VideosApi.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/api/VideosApi.ts b/src/api/VideosApi.ts index 51bc441..5a2a206 100644 --- a/src/api/VideosApi.ts +++ b/src/api/VideosApi.ts @@ -897,6 +897,7 @@ NOTE: If you are updating an array, you must provide the entire array as what yo * @param { 'asc' | 'desc' } searchParams.sortOrder Use this parameter to sort results. `asc` is ascending and sorts from A to Z. `desc` is descending and sorts from Z to A. * @param { number } searchParams.currentPage Choose the number of search results to return per page. Minimum value: 1 * @param { number } searchParams.pageSize Results per page. Allowed values 1-100, default is 25. + * @param { boolean } searchParams.removed Use this parameter to get removed videos. */ public async list( args: { @@ -928,6 +929,7 @@ NOTE: If you are updating an array, you must provide the entire array as what yo * @param { 'asc' | 'desc' } searchParams.sortOrder Use this parameter to sort results. `asc` is ascending and sorts from A to Z. `desc` is descending and sorts from Z to A. * @param { number } searchParams.currentPage Choose the number of search results to return per page. Minimum value: 1 * @param { number } searchParams.pageSize Results per page. Allowed values 1-100, default is 25. + * @param { boolean } searchParams.removed Use this parameter to get removed videos */ public async listWithResponseHeaders({ title,