Function scaleway_api_rs::apis::user_data_api::set_server_user_data[][src]

pub async fn set_server_user_data(
    configuration: &Configuration,
    zone: &str,
    server_id: &str,
    key: &str,
    body: PathBuf
) -> Result<(), Error<SetServerUserDataError>>
Expand description

Add or update a user data with the given key on a server.