Skip to content

Commit

Permalink
policy_api: change URL to point to "General Availability" (GA) releas…
Browse files Browse the repository at this point in the history
…e version (v1)
  • Loading branch information
rlxdev committed Dec 20, 2024
1 parent 8d61b56 commit 864469b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scubagoggles/policy_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ class PolicyAPI:
}

# This is the URL to the Policies API.
_baseURL = 'https://cloudidentity.googleapis.com/v1beta1/policies'
_baseURL = 'https://cloudidentity.googleapis.com/v1/policies'
_too_many_requests = 429

def __init__(self, gws_auth: GwsAuth, top_orgunit: str):
Expand Down

0 comments on commit 864469b

Please sign in to comment.