Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into v1p1beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Feb 12, 2020
2 parents 74b8660 + 428f419 commit cf1a830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/snippets_orgs.py
Expand Up @@ -33,7 +33,7 @@ def test_get_settings(organization_id):
# organization_id is numeric ID for the organization. e.g.
# organization_id = "111112223333"

org_settings_name = client.organization_settings_path(organization_id)
org_settings_name = client.organization_settings_path(organization_id)

org_settings = client.get_organization_settings(org_settings_name)
print(org_settings)
Expand Down

0 comments on commit cf1a830

Please sign in to comment.