Skip to content

Commit

Permalink
fix(youtubereporting): update the API
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and sofisl committed May 2, 2024
1 parent 5fdf519 commit 87c5dcc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/apis/youtubereporting/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,7 @@ export namespace youtubereporting_v1 {
{
url: (rootUrl + '/v1/jobs').replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
apiVersion: '',
},
options
),
Expand Down Expand Up @@ -744,6 +745,7 @@ export namespace youtubereporting_v1 {
{
url: (rootUrl + '/v1/jobs/{jobId}').replace(/([^:]\/)\/+/g, '$1'),
method: 'DELETE',
apiVersion: '',
},
options
),
Expand Down Expand Up @@ -828,6 +830,7 @@ export namespace youtubereporting_v1 {
{
url: (rootUrl + '/v1/jobs/{jobId}').replace(/([^:]\/)\/+/g, '$1'),
method: 'GET',
apiVersion: '',
},
options
),
Expand Down Expand Up @@ -912,6 +915,7 @@ export namespace youtubereporting_v1 {
{
url: (rootUrl + '/v1/jobs').replace(/([^:]\/)\/+/g, '$1'),
method: 'GET',
apiVersion: '',
},
options
),
Expand Down Expand Up @@ -1056,6 +1060,7 @@ export namespace youtubereporting_v1 {
'$1'
),
method: 'GET',
apiVersion: '',
},
options
),
Expand Down Expand Up @@ -1147,6 +1152,7 @@ export namespace youtubereporting_v1 {
'$1'
),
method: 'GET',
apiVersion: '',
},
options
),
Expand Down Expand Up @@ -1287,6 +1293,7 @@ export namespace youtubereporting_v1 {
'$1'
),
method: 'GET',
apiVersion: '',
},
options
),
Expand Down Expand Up @@ -1390,6 +1397,7 @@ export namespace youtubereporting_v1 {
{
url: (rootUrl + '/v1/reportTypes').replace(/([^:]\/)\/+/g, '$1'),
method: 'GET',
apiVersion: '',
},
options
),
Expand Down

0 comments on commit 87c5dcc

Please sign in to comment.