pub async fn update(
info: UpdateInfo<'_>,
client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<UpdateResponse>, Error>
Expand description
Updates properties of a domain name
Arguments
domain
- The domain to be updatedadd
- Attributes to be addedremove
- Attributes to be removednew_registrant
- New registrant IDnew_auth_info
- New auth info password for future transfersclient_sender
- Reference to the tokio channel into the client