Function netlify_rust::apis::account_membership_api::update_account[][src]

pub async fn update_account(
    configuration: &Configuration,
    account_id: &str,
    account_update_setup: Option<AccountUpdateSetup>
) -> Result<AccountMembership, Error<UpdateAccountError>>