Skip to content

Commit 0de43a7

Browse files
feat: Automated regeneration of Slides client (#13300)
Auto-created at 2025-04-09 13:16:38 +0000 using the toys pull request generator.
1 parent eaba7f1 commit 0de43a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/slides/lib/google_api/slides/v1/api/presentations.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ defmodule GoogleApi.Slides.V1.Api.Presentations do
288288
end
289289

290290
@doc """
291-
Generates a thumbnail of the latest version of the specified page in the presentation and returns a URL to the thumbnail image. This request counts as an [expensive read request](/slides/limits) for quota purposes.
291+
Generates a thumbnail of the latest version of the specified page in the presentation and returns a URL to the thumbnail image. This request counts as an [expensive read request](https://developers.google.com/workspace/slides/limits) for quota purposes.
292292
293293
## Parameters
294294

clients/slides/lib/google_api/slides/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.Slides.V1 do
2020
API client metadata for GoogleApi.Slides.V1.
2121
"""
2222

23-
@discovery_revision "20250325"
23+
@discovery_revision "20250401"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

0 commit comments

Comments
 (0)