Skip to content

Commit

Permalink
feat(VideoApi) add param information
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainPetit1 committed Sep 4, 2024
1 parent 8b9776b commit 900d647
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api/VideosApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 900d647

Please sign in to comment.