Skip to content

Commit c1a43a9

Browse files
docs(readme): change undocumented params wording (#336)
1 parent 0647c15 commit c1a43a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,12 +337,12 @@ response = client.post(
337337
print(response.headers.get("x-foo"))
338338
```
339339

340-
#### Undocumented params
340+
#### Undocumented request params
341341

342342
If you want to explicitly send an extra param, you can do so with the `extra_query`, `extra_body`, and `extra_headers` request
343343
options.
344344

345-
#### Undocumented properties
345+
#### Undocumented response properties
346346

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

0 commit comments

Comments
 (0)