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 8e3d5f3 commit 48e413fCopy full SHA for 48e413f
src/msgraph_core/tasks/page_iterator.py
@@ -85,7 +85,7 @@ def __init__(
85
self.current_page = page
86
self.has_next = bool(page.odata_next_link)
87
88
- def set_headers(self, headers: dict) -> None:
+ def set_headers(self, headers: dict) -> HeadersCollection:
89
"""
90
Sets the headers for the HTTP requests.
91
This method takes a dictionary of headers and adds them to the
0 commit comments