Used to update an existing brand. Only specified fields are updated, to remove an optional field specify it as an empty string ("")
Name | Type | Required / Optional | Description | Restrictions |
---|---|---|---|---|
hideOptionalTerms | Boolean | Optional | Indicates whether contact validations should hide optional terms if they fall under this brand. | |
locale | Enum | Optional | Locale to use for templates |
Possible values:
|
organization | String | Optional | The name of the organization |
|
addressLine | List <String> | Optional | The address lines |
|
postalCode | String | Optional | Postal code |
|
city | String | Optional | The city |
|
state | String | Optional | The state, specify as empty string ("") to remove |
|
country | String | Optional | The ISO 3166-1 alpha2 country code |
|
String | Optional | The email address |
|
|
url | String | Optional | The website address, specify as empty string ("") to remove |
|
voice | String | Optional | The voice telephone number |
|
fax | String | Optional | The fax telephone number, specify as empty string ("") to remove |
|
privacyContact | String | Optional | The handle of the contact to use for domains with privacy protect. To be able to use this field you need special permission. |
|
abuseContact | String | Optional | The handle of the contact to be exposed publicly in the WHOIS/RDAP for abuse cases |
|
Generic errors can be expected.
POST
/v2/customers/customer/brands/handle/update
Content-Type: application/json
{}