Skip to content

Commit

Permalink
feat: Automated regeneration of AndroidEnterprise client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Apr 16, 2024
1 parent e6a95f9 commit 2a087d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ defmodule GoogleApi.AndroidEnterprise.V1.Api.Enterprises do
end

@doc """
Returns a unique token to access an embeddable UI. To generate a web UI, pass the generated token into the managed Google Play javascript API. Each token may only be used to start one UI session. See the javascript API documentation for further information.
Returns a unique token to access an embeddable UI. To generate a web UI, pass the generated token into the managed Google Play javascript API. Each token may only be used to start one UI session. See the JavaScript API documentation for further information.
## Parameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.AndroidEnterprise.V1 do
API client metadata for GoogleApi.AndroidEnterprise.V1.
"""

@discovery_revision "20240307"
@discovery_revision "20240415"

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

@version "0.26.0"
@version "0.26.1"

def project() do
[
Expand Down

0 comments on commit 2a087d0

Please sign in to comment.