Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove mailable param #557

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,6 @@ Autocompletes partial addresses and place names, sorted by relevance and proximi
- **`limit`** (number, optional): The max number of addresses to return. A number between 1 and 100. Defaults to 10.
- **`countryCode`** (string, optional): An optional countries filter. A string of comma-separated countries, the unique 2-letter [country code](/regions/countries).
- **`lang`** (string, optional): Specifies the language for the results. A string, one of `ar`, `de`, `en`, `es`, `fr`, `ja`, `ko`, `pt`, `ru`, `zh`. Defaults to `en`.
- **`mailable`** (boolean, optional): Returns validated addresses. Only available for US and Canada addresses for enterprise customers.

###### Authentication level

Expand Down
Loading