./docs/AddressApi.md in cloudmersive-validate-api-client-2.0.5 vs ./docs/AddressApi.md in cloudmersive-validate-api-client-2.0.6
- old
+ new
@@ -282,11 +282,11 @@
# **address_validate_address**
> ValidateAddressResponse address_validate_address(input)
Validate a street address
-Determines if an input structured street address is valid or invalid. If the address is valid, also returns the latitude and longitude of the address.
+Determines if an input structured street address is valid or invalid. If the address is valid, also returns the latitude and longitude of the address. Supports all major international addresses.
### Example
```ruby
# load the gem
require 'cloudmersive-validate-api-client'
@@ -336,11 +336,11 @@
# **address_validate_city**
> ValidateCityResponse address_validate_city(input)
Validate a City and State/Province combination, get location information about it
-Checks if the input city and state name or code is valid, and returns information about it such as normalized City name, State name and more.
+Checks if the input city and state name or code is valid, and returns information about it such as normalized City name, State name and more. Supports all major international addresses.
### Example
```ruby
# load the gem
require 'cloudmersive-validate-api-client'
@@ -390,11 +390,11 @@
# **address_validate_postal_code**
> ValidatePostalCodeResponse address_validate_postal_code(input)
Validate a postal code, get location information about it
-Checks if the input postal code is valid, and returns information about it such as City, State and more.
+Checks if the input postal code is valid, and returns information about it such as City, State and more. Supports all major countries.
### Example
```ruby
# load the gem
require 'cloudmersive-validate-api-client'
@@ -444,10 +444,10 @@
# **address_validate_state**
> ValidateStateResponse address_validate_state(input)
Validate a state or province, name or abbreviation, get location information about it
-Checks if the input state name or code is valid, and returns information about it such as normalized State name and more.
+Checks if the input state name or code is valid, and returns information about it such as normalized State name and more. Supports all major countries.
### Example
```ruby
# load the gem
require 'cloudmersive-validate-api-client'