Skip to content

Commit

Permalink
docs(readme): change undocumented params wording (#1284)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Apr 1, 2024
1 parent 27a4626 commit 802819c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 802819c

Please sign in to comment.