Skip to content

Commit

Permalink
feat: Automated regeneration of Drive client (#11231)
Browse files Browse the repository at this point in the history
Auto-created at 2024-03-30 13:13:22 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Mar 30, 2024
1 parent 8aed297 commit bee1278
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clients/drive/lib/google_api/drive/v3/api/drives.ex
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ defmodule GoogleApi.Drive.V3.Api.Drives do
end

@doc """
Updates the metadate for a shared drive.
Updates the metadata for a shared drive.
## Parameters
Expand Down
2 changes: 1 addition & 1 deletion clients/drive/lib/google_api/drive/v3/metadata.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.Drive.V3 do
API client metadata for GoogleApi.Drive.V3.
"""

@discovery_revision "20240310"
@discovery_revision "20240327"

def discovery_revision(), do: @discovery_revision
end
2 changes: 1 addition & 1 deletion clients/drive/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.Drive.Mixfile do
use Mix.Project

@version "0.27.0"
@version "0.27.1"

def project() do
[
Expand Down

0 comments on commit bee1278

Please sign in to comment.