Update default onlyResults
parameter to False
The `onlyResults` parameter was changed from `True` to `False` in the API request configuration. This ensures more comprehensive data retrieval by including additional metadata in the API response.
This commit is contained in:
parent
bf695bef09
commit
a36990856c
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ async def smd_research(search_query: str = "Bundesrat", date_from: str = "2024-0
|
||||||
"pageSize": 10,
|
"pageSize": 10,
|
||||||
"currentPage": 1
|
"currentPage": 1
|
||||||
},
|
},
|
||||||
"onlyResults": True
|
"onlyResults": False
|
||||||
}
|
}
|
||||||
|
|
||||||
url = "https://api.swissdox.ch/api/documents/search"
|
url = "https://api.swissdox.ch/api/documents/search"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue