Set downstream address
PUT/domains/:domain/downstream-address
Sets the list of downstream addreses for the domain. This action deletes any existing downstream address for the domain before creating new ones. If the 'records' parameter is an empty array, all downstream address records will be deleted.
Request
Responses
- 201
- 400
- 403
- 404
- 500
The list of downstream addresses was set to be the list submitted with the request.
Bad Request, returned in the case that an error occurs while converting an A-label domain to a U-label domain name.
Returned in the case that the domain is associated with an api key that is different than the one in the request, the domain is associated with a different customer, or the domain in the request is an alias domain.
This domain does not exist.
Internal Server Error