Commit 802819c8

Stainless Bot <107565488+stainless-bot@users.noreply.github.com>
2024-03-31 04:44:48
docs(readme): change undocumented params wording (#1284)
1 parent 27a4626
Changed files (1)
README.md
@@ -511,12 +511,12 @@ response = client.post(
 print(response.headers.get("x-foo"))
 ```
 
-#### Undocumented params
+#### Undocumented request params
 
 If you want to explicitly send an extra param, you can do so with the `extra_query`, `extra_body`, and `extra_headers` request
 options.
 
-#### Undocumented properties
+#### Undocumented response properties
 
 To access undocumented response properties, you can access the extra fields like `response.unknown_prop`. You
 can also get all the extra fields on the Pydantic model as a dict with