Skip to content

Commit

Permalink
docs(readme): change undocumented params wording (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Apr 4, 2024
1 parent a136ea4 commit 815dd55
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 @@ -472,12 +472,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 815dd55

Please sign in to comment.