diff --git a/clients/blogger/lib/google_api/blogger/v3/api/pages.ex b/clients/blogger/lib/google_api/blogger/v3/api/pages.ex index c2b4cbe509..25a0a6d3d2 100644 --- a/clients/blogger/lib/google_api/blogger/v3/api/pages.ex +++ b/clients/blogger/lib/google_api/blogger/v3/api/pages.ex @@ -45,6 +45,7 @@ defmodule GoogleApi.Blogger.V3.Api.Pages do * `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. * `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart"). * `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart"). + * `:useTrash` (*type:* `boolean()`) - Move to Trash if possible * `opts` (*type:* `keyword()`) - Call options ## Returns @@ -66,7 +67,8 @@ defmodule GoogleApi.Blogger.V3.Api.Pages do :prettyPrint => :query, :quotaUser => :query, :uploadType => :query, - :upload_protocol => :query + :upload_protocol => :query, + :useTrash => :query } request = diff --git a/clients/blogger/lib/google_api/blogger/v3/api/posts.ex b/clients/blogger/lib/google_api/blogger/v3/api/posts.ex index 120bdffbf6..f8d52a0b9f 100644 --- a/clients/blogger/lib/google_api/blogger/v3/api/posts.ex +++ b/clients/blogger/lib/google_api/blogger/v3/api/posts.ex @@ -45,6 +45,7 @@ defmodule GoogleApi.Blogger.V3.Api.Posts do * `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. * `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart"). * `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart"). + * `:useTrash` (*type:* `boolean()`) - Move to Trash if possible * `opts` (*type:* `keyword()`) - Call options ## Returns @@ -66,7 +67,8 @@ defmodule GoogleApi.Blogger.V3.Api.Posts do :prettyPrint => :query, :quotaUser => :query, :uploadType => :query, - :upload_protocol => :query + :upload_protocol => :query, + :useTrash => :query } request = @@ -320,6 +322,7 @@ defmodule GoogleApi.Blogger.V3.Api.Posts do * `:maxResults` (*type:* `integer()`) - * `:orderBy` (*type:* `String.t`) - * `:pageToken` (*type:* `String.t`) - + * `:sortOption` (*type:* `String.t`) - Sort direction applied to post list. * `:startDate` (*type:* `String.t`) - * `:status` (*type:* `list(String.t)`) - * `:view` (*type:* `String.t`) - @@ -355,6 +358,7 @@ defmodule GoogleApi.Blogger.V3.Api.Posts do :maxResults => :query, :orderBy => :query, :pageToken => :query, + :sortOption => :query, :startDate => :query, :status => :query, :view => :query diff --git a/clients/blogger/lib/google_api/blogger/v3/metadata.ex b/clients/blogger/lib/google_api/blogger/v3/metadata.ex index 6400a0ca90..a8176fe778 100644 --- a/clients/blogger/lib/google_api/blogger/v3/metadata.ex +++ b/clients/blogger/lib/google_api/blogger/v3/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.Blogger.V3 do API client metadata for GoogleApi.Blogger.V3. """ - @discovery_revision "20220727" + @discovery_revision "20240310" def discovery_revision(), do: @discovery_revision end