We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 053e935 commit dcd05c1Copy full SHA for dcd05c1
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