diff --git a/src/main/csharp/io/swagger/Api/MeasurementApi.cs b/src/main/csharp/io/swagger/Api/MeasurementApi.cs index 360c634..dabf42b 100644 --- a/src/main/csharp/io/swagger/Api/MeasurementApi.cs +++ b/src/main/csharp/io/swagger/Api/MeasurementApi.cs @@ -92,7 +92,7 @@ public interface IMeasurementApi /// Get Measurements CSV /// /// - /// Get Measurements CSV + /// Download a CSV containing all user measurements /// /// Stream Stream MeasurementsCsvGet (); @@ -101,7 +101,7 @@ public interface IMeasurementApi /// Get Measurements CSV /// /// - /// Get Measurements CSV + /// Download a CSV containing all user measurements /// /// Stream System.Threading.Tasks.Task MeasurementsCsvGetAsync (); @@ -110,7 +110,7 @@ public interface IMeasurementApi /// Post Request for Measurements CSV /// /// - /// Post Request for Measurements CSV + /// Use this endpoint to schedule a CSV export containing all user measurements to be emailed to the user within 24 hours. /// /// int? int? MeasurementsRequestCsvPost (); @@ -119,7 +119,7 @@ public interface IMeasurementApi /// Post Request for Measurements CSV /// /// - /// Post Request for Measurements CSV + /// Use this endpoint to schedule a CSV export containing all user measurements to be emailed to the user within 24 hours. /// /// int? System.Threading.Tasks.Task MeasurementsRequestCsvPostAsync (); @@ -504,7 +504,7 @@ public async System.Threading.Tasks.Task MeasurementsPostAs } /// - /// Get Measurements CSV Get Measurements CSV + /// Get Measurements CSV Download a CSV containing all user measurements /// /// Stream public Stream MeasurementsCsvGet () @@ -552,7 +552,7 @@ public Stream MeasurementsCsvGet () } /// - /// Get Measurements CSV Get Measurements CSV + /// Get Measurements CSV Download a CSV containing all user measurements /// /// Stream public async System.Threading.Tasks.Task MeasurementsCsvGetAsync () @@ -597,7 +597,7 @@ public async System.Threading.Tasks.Task MeasurementsCsvGetAsync () } /// - /// Post Request for Measurements CSV Post Request for Measurements CSV + /// Post Request for Measurements CSV Use this endpoint to schedule a CSV export containing all user measurements to be emailed to the user within 24 hours. /// /// int? public int? MeasurementsRequestCsvPost () @@ -645,7 +645,7 @@ public async System.Threading.Tasks.Task MeasurementsCsvGetAsync () } /// - /// Post Request for Measurements CSV Post Request for Measurements CSV + /// Post Request for Measurements CSV Use this endpoint to schedule a CSV export containing all user measurements to be emailed to the user within 24 hours. /// /// int? public async System.Threading.Tasks.Task MeasurementsRequestCsvPostAsync ()