chore: allow query as string in Python/.NET

This commit is contained in:
Max Schmitt 2024-09-09 13:15:14 +02:00
parent 718bd9b35f
commit 05a435088b

View file

@ -364,13 +364,13 @@ Query parameters to be sent with the URL.
## python-fetch-option-params ## python-fetch-option-params
* langs: python * langs: python
- `params` <[Object]<[string], [string]|[float]|[boolean]>> - `params` <[Object]<[string], [string]|[float]|[boolean]>|[string]>
Query parameters to be sent with the URL. Query parameters to be sent with the URL.
## csharp-fetch-option-params ## csharp-fetch-option-params
* langs: csharp * langs: csharp
- `params` <[Object]<[string], [Serializable]>> - `params` <[Object]<[string], [Serializable]>|[string]>
Query parameters to be sent with the URL. Query parameters to be sent with the URL.