pub async fn note_set( id: u64, note: &str, profile: Option<String>, ) -> Result<()>
Set an activity’s note (Garmin activity description).
description