Skip to content

Commit

Permalink
fix(slides): 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 a0d8969 commit 3e4be4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/apis/slides/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2744,6 +2744,7 @@ export namespace slides_v1 {
rootUrl + '/v1/presentations/{presentationId}:batchUpdate'
).replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
apiVersion: '',
},
options
),
Expand Down Expand Up @@ -2830,6 +2831,7 @@ export namespace slides_v1 {
{
url: (rootUrl + '/v1/presentations').replace(/([^:]\/)\/+/g, '$1'),
method: 'POST',
apiVersion: '',
},
options
),
Expand Down Expand Up @@ -2917,6 +2919,7 @@ export namespace slides_v1 {
'$1'
),
method: 'GET',
apiVersion: '',
},
options
),
Expand Down Expand Up @@ -3038,6 +3041,7 @@ export namespace slides_v1 {
'/v1/presentations/{presentationId}/pages/{pageObjectId}'
).replace(/([^:]\/)\/+/g, '$1'),
method: 'GET',
apiVersion: '',
},
options
),
Expand Down Expand Up @@ -3125,6 +3129,7 @@ export namespace slides_v1 {
'/v1/presentations/{presentationId}/pages/{pageObjectId}/thumbnail'
).replace(/([^:]\/)\/+/g, '$1'),
method: 'GET',
apiVersion: '',
},
options
),
Expand Down

0 comments on commit 3e4be4b

Please sign in to comment.