Skip to content

Commit 543542d

Browse files
callingshotgungguuss
authored andcommitted
Update base_company_sample.py (GoogleCloudPlatform#2317)
1 parent f25eb7d commit 543542d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobs/v3/api_client/base_company_sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def run_sample():
134134

135135
# Update a company
136136
company_to_be_updated = company_created
137-
company_to_be_updated.update({'website_uri': 'https://elgoog.im/'})
137+
company_to_be_updated.update({'websiteUri': 'https://elgoog.im/'})
138138
update_company(client_service, company_name, company_to_be_updated)
139139

140140
# Update a company with field mask

0 commit comments

Comments
 (0)