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 e638416 commit a57977aCopy full SHA for a57977a
docs/snippets.py
@@ -108,7 +108,7 @@ def client_list_entries_multi_project(
108
109
# [START client_list_entries_multi_project]
110
PROJECT_IDS = ["one-project", "another-project"]
111
- for entry in client.list_entries(project_ids=PROJECT_IDS): # API call(s)
+ for entry in client.list_entries(projects=PROJECT_IDS): # API call(s)
112
do_something_with(entry)
113
# [END client_list_entries_multi_project]
114
0 commit comments