Skip to content

Commit

Permalink
docs: Update Webmasters API sample
Browse files Browse the repository at this point in the history
webmasters@v3 has been merged into searchconsole@v1, so sample should be updated accordingly.
  • Loading branch information
nati-google authored and parthea committed Nov 16, 2020
1 parent 25fba64 commit c429b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/searchconsole/search_analytics_api_sample.py
Expand Up @@ -55,7 +55,7 @@

def main(argv):
service, flags = sample_tools.init(
argv, 'webmasters', 'v3', __doc__, __file__, parents=[argparser],
argv, 'searchconsole', 'v1', __doc__, __file__, parents=[argparser],
scope='https://www.googleapis.com/auth/webmasters.readonly')

# First run a query to learn which dates we have data for. You should always
Expand Down

0 comments on commit c429b83

Please sign in to comment.