We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d49bd42 commit c6eefa8Copy full SHA for c6eefa8
1 file changed
packages/google-cloud-resource-manager/google/cloud/resource_manager/_http.py
@@ -33,7 +33,7 @@ class Connection(_http.JSONConnection):
33
API_BASE_URL = 'https://cloudresourcemanager.googleapis.com'
34
"""The base of the API call URL."""
35
36
- API_VERSION = 'v1'
+ API_VERSION = 'v1beta1'
37
"""The version of the API, used in building the API call's URL."""
38
39
API_URL_TEMPLATE = '{api_base_url}/{api_version}{path}'
0 commit comments