Skip to content

Commit

Permalink
docs: Update Webmasters API sample (#1092)
Browse files Browse the repository at this point in the history
* docs: Update Webmasters API sample

webmasters@v3 has been merged into searchconsole@v1, so sample should be updated accordingly.

* docs: Update webmasters to searchconsole in method doc

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
nati-google and parthea committed Nov 17, 2020
1 parent 5c9bab1 commit 12831f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -157,7 +157,7 @@ def execute_request(service, property_uri, request):
"""Executes a searchAnalytics.query request.
Args:
service: The webmasters service to use when executing the query.
service: The searchconsole service to use when executing the query.
property_uri: The site or app URI to request data for.
request: The request to be executed.
Expand Down

0 comments on commit 12831f3

Please sign in to comment.