MailSlurpAPI.Api.DomainController.update_domain
You're seeing just the function
update_domain
, go back to MailSlurpAPI.Api.DomainController module for more information.
Link to this function
update_domain(connection, id, update_domain_dto, opts \\ [])
Specs
update_domain( Tesla.Env.client(), String.t(), MailSlurpAPI.Model.UpdateDomainOptions.t(), keyword() ) :: {:ok, MailSlurpAPI.Model.DomainDto.t()} | {:error, Tesla.Env.t()}
Update a domain Update values on a domain. Note you cannot change the domain name as it is immutable. Recreate the domain if you need to alter this.
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- id (String.t): id
- update_domain_dto (UpdateDomainOptions): updateDomainDto
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure