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
* langs: python
- `params` <[Object]<[string], [string]|[float]|[boolean]>>
- `params` <[Object]<[string], [string]|[float]|[boolean]>|[string]>
Query parameters to be sent with the URL.
## csharp-fetch-option-params
* langs: csharp
- `params` <[Object]<[string], [Serializable]>>
- `params` <[Object]<[string], [Serializable]>|[string]>
Query parameters to be sent with the URL.