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 updated
  • add - Attributes to be added
  • remove - Attributes to be removed
  • new_registrant - New registrant ID
  • new_auth_info - New auth info password for future transfers
  • client_sender - Reference to the tokio channel into the client