We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f25eb7d commit 543542dCopy full SHA for 543542d
jobs/v3/api_client/base_company_sample.py
@@ -134,7 +134,7 @@ def run_sample():
134
135
# Update a company
136
company_to_be_updated = company_created
137
- company_to_be_updated.update({'website_uri': 'https://elgoog.im/'})
+ company_to_be_updated.update({'websiteUri': 'https://elgoog.im/'})
138
update_company(client_service, company_name, company_to_be_updated)
139
140
# Update a company with field mask
0 commit comments