diff --git a/clients/my_business_place_actions/README.md b/clients/my_business_place_actions/README.md index 5abe7cd0fe..b6f425f79c 100644 --- a/clients/my_business_place_actions/README.md +++ b/clients/my_business_place_actions/README.md @@ -2,7 +2,7 @@ My Business Place Actions API client library. -The My Business Place Actions API provides an interface for managing place action links of a location on Google. +The My Business Place Actions API provides an interface for managing place action links of a location on Google. Note - If you have a quota of 0 after enabling the API, please request for GBP API access. ## Installation diff --git a/clients/my_business_place_actions/lib/google_api/my_business_place_actions/v1/metadata.ex b/clients/my_business_place_actions/lib/google_api/my_business_place_actions/v1/metadata.ex index bb9b9d592a..af853ec1df 100644 --- a/clients/my_business_place_actions/lib/google_api/my_business_place_actions/v1/metadata.ex +++ b/clients/my_business_place_actions/lib/google_api/my_business_place_actions/v1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.MyBusinessPlaceActions.V1 do API client metadata for GoogleApi.MyBusinessPlaceActions.V1. """ - @discovery_revision "20220824" + @discovery_revision "20240310" def discovery_revision(), do: @discovery_revision end diff --git a/clients/my_business_place_actions/mix.exs b/clients/my_business_place_actions/mix.exs index c5e956de1e..341b656da3 100644 --- a/clients/my_business_place_actions/mix.exs +++ b/clients/my_business_place_actions/mix.exs @@ -48,7 +48,7 @@ defmodule GoogleApi.MyBusinessPlaceActions.Mixfile do defp description() do """ - My Business Place Actions API client library. The My Business Place Actions API provides an interface for managing place action links of a location on Google. + My Business Place Actions API client library. The My Business Place Actions API provides an interface for managing place action links of a location on Google. Note - If you have a quota of 0 after enabling the API, please request for GBP API access. """ end