Skip to content

Commit dcd05c1

Browse files
authored
Revert googleapis#6041. 'v1' API is not forward compatible. (googleapis#6047)
1 parent 053e935 commit dcd05c1

File tree

1 file changed

+1
-1
lines changed
  • resource_manager/google/cloud/resource_manager

1 file changed

+1
-1
lines changed

resource_manager/google/cloud/resource_manager/_http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Connection(_http.JSONConnection):
3333
API_BASE_URL = 'https://cloudresourcemanager.googleapis.com'
3434
"""The base of the API call URL."""
3535

36-
API_VERSION = 'v1'
36+
API_VERSION = 'v1beta1'
3737
"""The version of the API, used in building the API call's URL."""
3838

3939
API_URL_TEMPLATE = '{api_base_url}/{api_version}{path}'

0 commit comments

Comments
 (0)