Skip to content

Commit 7498ef1

Browse files
docs(readme): change undocumented params wording (#1284)
1 parent 0e68fd3 commit 7498ef1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -511,12 +511,12 @@ response = client.post(
511511
print(response.headers.get("x-foo"))
512512
```
513513

514-
#### Undocumented params
514+
#### Undocumented request params
515515

516516
If you want to explicitly send an extra param, you can do so with the `extra_query`, `extra_body`, and `extra_headers` request
517517
options.
518518

519-
#### Undocumented properties
519+
#### Undocumented response properties
520520

521521
To access undocumented response properties, you can access the extra fields like `response.unknown_prop`. You
522522
can also get all the extra fields on the Pydantic model as a dict with

0 commit comments

Comments
 (0)