We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f76b2 commit a78af51Copy full SHA for a78af51
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 = 'v1beta1'
+ API_VERSION = 'v1'
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