diff --git a/docs/api-reference/data/timeseries/afib-burden.mdx b/docs/api-reference/data/timeseries/afib-burden.mdx index 1090174e2..f86829d30 100644 --- a/docs/api-reference/data/timeseries/afib-burden.mdx +++ b/docs/api-reference/data/timeseries/afib-burden.mdx @@ -1,5 +1,6 @@ --- title: "Afib Burden" +description: "Retrieve grouped atrial fibrillation burden time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/afib_burden/grouped" --- diff --git a/docs/api-reference/data/timeseries/basal-body-temperature.mdx b/docs/api-reference/data/timeseries/basal-body-temperature.mdx index 5785c0f7f..ce583cfa8 100644 --- a/docs/api-reference/data/timeseries/basal-body-temperature.mdx +++ b/docs/api-reference/data/timeseries/basal-body-temperature.mdx @@ -1,5 +1,6 @@ --- title: "Basal Body Temperature" +description: "Retrieve grouped basal body temperature time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/basal_body_temperature/grouped" --- diff --git a/docs/api-reference/data/timeseries/blood-oxygen.mdx b/docs/api-reference/data/timeseries/blood-oxygen.mdx index eaab46786..aa8638c79 100644 --- a/docs/api-reference/data/timeseries/blood-oxygen.mdx +++ b/docs/api-reference/data/timeseries/blood-oxygen.mdx @@ -1,5 +1,6 @@ --- title: "Blood Oxygen" +description: "Retrieve grouped blood oxygen saturation time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/blood_oxygen/grouped" --- diff --git a/docs/api-reference/data/timeseries/blood-pressure.mdx b/docs/api-reference/data/timeseries/blood-pressure.mdx index 231f978b2..555bd5fc4 100644 --- a/docs/api-reference/data/timeseries/blood-pressure.mdx +++ b/docs/api-reference/data/timeseries/blood-pressure.mdx @@ -1,5 +1,6 @@ --- title: "Blood Pressure" +description: "Retrieve grouped blood pressure time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/blood_pressure/grouped" --- diff --git a/docs/api-reference/data/timeseries/body-fat.mdx b/docs/api-reference/data/timeseries/body-fat.mdx index f179980f9..a4c1e65be 100644 --- a/docs/api-reference/data/timeseries/body-fat.mdx +++ b/docs/api-reference/data/timeseries/body-fat.mdx @@ -1,5 +1,6 @@ --- title: "Body Fat" +description: "Retrieve grouped body fat percentage time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/body_fat/grouped" --- diff --git a/docs/api-reference/data/timeseries/body-mass-index.mdx b/docs/api-reference/data/timeseries/body-mass-index.mdx index 6e7c59975..d12820d78 100644 --- a/docs/api-reference/data/timeseries/body-mass-index.mdx +++ b/docs/api-reference/data/timeseries/body-mass-index.mdx @@ -1,5 +1,6 @@ --- title: "Body Mass Index" +description: "Retrieve grouped body mass index (BMI) time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/body_mass_index/grouped" --- diff --git a/docs/api-reference/data/timeseries/body-temperature-delta.mdx b/docs/api-reference/data/timeseries/body-temperature-delta.mdx index 09bfead70..30daf0fe2 100644 --- a/docs/api-reference/data/timeseries/body-temperature-delta.mdx +++ b/docs/api-reference/data/timeseries/body-temperature-delta.mdx @@ -1,5 +1,6 @@ --- title: "Body Temperature Delta" +description: "Retrieve grouped body temperature delta time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/body_temperature_delta/grouped" --- diff --git a/docs/api-reference/data/timeseries/body-temperature.mdx b/docs/api-reference/data/timeseries/body-temperature.mdx index ce08f4def..e169d9ee2 100644 --- a/docs/api-reference/data/timeseries/body-temperature.mdx +++ b/docs/api-reference/data/timeseries/body-temperature.mdx @@ -1,5 +1,6 @@ --- title: "Body Temperature" +description: "Retrieve grouped body temperature time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/body_temperature/grouped" --- diff --git a/docs/api-reference/data/timeseries/body-weight.mdx b/docs/api-reference/data/timeseries/body-weight.mdx index 562de1373..856345871 100644 --- a/docs/api-reference/data/timeseries/body-weight.mdx +++ b/docs/api-reference/data/timeseries/body-weight.mdx @@ -1,5 +1,6 @@ --- title: "Body Weight" +description: "Retrieve grouped body weight time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/body_weight/grouped" --- diff --git a/docs/api-reference/data/timeseries/caffeine.mdx b/docs/api-reference/data/timeseries/caffeine.mdx index 1ac0c9c15..db420e032 100644 --- a/docs/api-reference/data/timeseries/caffeine.mdx +++ b/docs/api-reference/data/timeseries/caffeine.mdx @@ -1,5 +1,6 @@ --- title: "Caffeine" +description: "Retrieve grouped caffeine intake time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/caffeine/grouped" --- diff --git a/docs/api-reference/data/timeseries/calories-active.mdx b/docs/api-reference/data/timeseries/calories-active.mdx index b1350648e..b371de552 100644 --- a/docs/api-reference/data/timeseries/calories-active.mdx +++ b/docs/api-reference/data/timeseries/calories-active.mdx @@ -1,5 +1,6 @@ --- title: "Calories Active" +description: "Retrieve grouped active calories burned time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/calories_active/grouped" --- diff --git a/docs/api-reference/data/timeseries/calories-basal.mdx b/docs/api-reference/data/timeseries/calories-basal.mdx index 296b3902a..a93942ea3 100644 --- a/docs/api-reference/data/timeseries/calories-basal.mdx +++ b/docs/api-reference/data/timeseries/calories-basal.mdx @@ -1,5 +1,6 @@ --- title: "Calories Basal" +description: "Retrieve grouped basal calories burned time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/calories_basal/grouped" --- diff --git a/docs/api-reference/data/timeseries/carbohydrates.mdx b/docs/api-reference/data/timeseries/carbohydrates.mdx index 481ebaea5..3b328a183 100644 --- a/docs/api-reference/data/timeseries/carbohydrates.mdx +++ b/docs/api-reference/data/timeseries/carbohydrates.mdx @@ -1,5 +1,6 @@ --- title: "Carbohydrates" +description: "Retrieve grouped carbohydrate intake time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/carbohydrates/grouped" --- diff --git a/docs/api-reference/data/timeseries/cholesterol.mdx b/docs/api-reference/data/timeseries/cholesterol.mdx index 8264d78a1..ee18e4ee9 100644 --- a/docs/api-reference/data/timeseries/cholesterol.mdx +++ b/docs/api-reference/data/timeseries/cholesterol.mdx @@ -1,5 +1,6 @@ --- title: "Cholesterol" +description: "Retrieve grouped cholesterol intake time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/cholesterol/grouped" --- diff --git a/docs/api-reference/data/timeseries/daylight-exposure.mdx b/docs/api-reference/data/timeseries/daylight-exposure.mdx index 66dbcda8c..d32391c4d 100644 --- a/docs/api-reference/data/timeseries/daylight-exposure.mdx +++ b/docs/api-reference/data/timeseries/daylight-exposure.mdx @@ -1,5 +1,6 @@ --- title: "Daylight Exposure" +description: "Retrieve grouped daylight exposure time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/daylight_exposure/grouped" --- diff --git a/docs/api-reference/data/timeseries/distance.mdx b/docs/api-reference/data/timeseries/distance.mdx index 4c9de296d..1389879b7 100644 --- a/docs/api-reference/data/timeseries/distance.mdx +++ b/docs/api-reference/data/timeseries/distance.mdx @@ -1,5 +1,6 @@ --- title: "Distance" +description: "Retrieve grouped distance time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/distance/grouped" --- diff --git a/docs/api-reference/data/timeseries/electrocardiogram-voltage.mdx b/docs/api-reference/data/timeseries/electrocardiogram-voltage.mdx index a9d5b87f5..067f42c6b 100644 --- a/docs/api-reference/data/timeseries/electrocardiogram-voltage.mdx +++ b/docs/api-reference/data/timeseries/electrocardiogram-voltage.mdx @@ -1,5 +1,6 @@ --- title: "Electrocardiogram Voltage" +description: "Retrieve grouped electrocardiogram (ECG) voltage time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/electrocardiogram_voltage/grouped" --- diff --git a/docs/api-reference/data/timeseries/fall.mdx b/docs/api-reference/data/timeseries/fall.mdx index 0dcde1922..602514317 100644 --- a/docs/api-reference/data/timeseries/fall.mdx +++ b/docs/api-reference/data/timeseries/fall.mdx @@ -1,5 +1,6 @@ --- title: "Fall" +description: "Retrieve grouped fall detection time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/fall/grouped" --- diff --git a/docs/api-reference/data/timeseries/floors-climbed.mdx b/docs/api-reference/data/timeseries/floors-climbed.mdx index f5266f874..2dd225b4f 100644 --- a/docs/api-reference/data/timeseries/floors-climbed.mdx +++ b/docs/api-reference/data/timeseries/floors-climbed.mdx @@ -1,5 +1,6 @@ --- title: "Floors Climbed" +description: "Retrieve grouped floors climbed time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/floors_climbed/grouped" --- diff --git a/docs/api-reference/data/timeseries/forced-expiratory-volume-1.mdx b/docs/api-reference/data/timeseries/forced-expiratory-volume-1.mdx index bc5f4544c..958bb0648 100644 --- a/docs/api-reference/data/timeseries/forced-expiratory-volume-1.mdx +++ b/docs/api-reference/data/timeseries/forced-expiratory-volume-1.mdx @@ -1,5 +1,6 @@ --- title: "Forced Expiratory Volume 1" +description: "Retrieve grouped forced expiratory volume (FEV1) time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/forced_expiratory_volume_1/grouped" --- diff --git a/docs/api-reference/data/timeseries/forced-vital-capacity.mdx b/docs/api-reference/data/timeseries/forced-vital-capacity.mdx index 2651150df..ba87be288 100644 --- a/docs/api-reference/data/timeseries/forced-vital-capacity.mdx +++ b/docs/api-reference/data/timeseries/forced-vital-capacity.mdx @@ -1,5 +1,6 @@ --- title: "Forced Vital Capacity" +description: "Retrieve grouped forced vital capacity time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/forced_vital_capacity/grouped" --- diff --git a/docs/api-reference/data/timeseries/glucose.mdx b/docs/api-reference/data/timeseries/glucose.mdx index 97b1e8283..7e93a3aa3 100644 --- a/docs/api-reference/data/timeseries/glucose.mdx +++ b/docs/api-reference/data/timeseries/glucose.mdx @@ -1,5 +1,6 @@ --- title: "Glucose" +description: "Retrieve grouped blood glucose time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/glucose/grouped" --- diff --git a/docs/api-reference/data/timeseries/handwashing.mdx b/docs/api-reference/data/timeseries/handwashing.mdx index 27831bda3..a6918e5c1 100644 --- a/docs/api-reference/data/timeseries/handwashing.mdx +++ b/docs/api-reference/data/timeseries/handwashing.mdx @@ -1,5 +1,6 @@ --- title: "Handwashing" +description: "Retrieve grouped handwashing time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/handwashing/grouped" --- diff --git a/docs/api-reference/data/timeseries/heart-rate-alert.mdx b/docs/api-reference/data/timeseries/heart-rate-alert.mdx index 2a0a495a1..00493f640 100644 --- a/docs/api-reference/data/timeseries/heart-rate-alert.mdx +++ b/docs/api-reference/data/timeseries/heart-rate-alert.mdx @@ -1,5 +1,6 @@ --- title: "Heart Rate Alert" +description: "Retrieve grouped heart rate alert time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/heart_rate_alert/grouped" --- diff --git a/docs/api-reference/data/timeseries/heart-rate-recovery-one-minute.mdx b/docs/api-reference/data/timeseries/heart-rate-recovery-one-minute.mdx index faeb40732..609adbc27 100644 --- a/docs/api-reference/data/timeseries/heart-rate-recovery-one-minute.mdx +++ b/docs/api-reference/data/timeseries/heart-rate-recovery-one-minute.mdx @@ -1,5 +1,6 @@ --- title: "Heart Rate Recovery One Minute" +description: "Retrieve grouped one-minute heart rate recovery time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/heart_rate_recovery_one_minute/grouped" --- diff --git a/docs/api-reference/data/timeseries/heartrate.mdx b/docs/api-reference/data/timeseries/heartrate.mdx index 0359f2718..83e5ef6d5 100644 --- a/docs/api-reference/data/timeseries/heartrate.mdx +++ b/docs/api-reference/data/timeseries/heartrate.mdx @@ -1,5 +1,6 @@ --- title: "Heart Rate" +description: "Retrieve grouped heart rate time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/heartrate/grouped" --- diff --git a/docs/api-reference/data/timeseries/hrv.mdx b/docs/api-reference/data/timeseries/hrv.mdx index fdd14d150..a7176ae91 100644 --- a/docs/api-reference/data/timeseries/hrv.mdx +++ b/docs/api-reference/data/timeseries/hrv.mdx @@ -1,5 +1,6 @@ --- title: "Heart Rate Variability" +description: "Retrieve grouped heart rate variability (HRV) time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/hrv/grouped" --- diff --git a/docs/api-reference/data/timeseries/hypnogram.mdx b/docs/api-reference/data/timeseries/hypnogram.mdx index 4b6f9d6fa..1a0982bcf 100644 --- a/docs/api-reference/data/timeseries/hypnogram.mdx +++ b/docs/api-reference/data/timeseries/hypnogram.mdx @@ -1,5 +1,6 @@ --- title: "Hypnogram" +description: "Retrieve grouped hypnogram (sleep stages) time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/hypnogram/grouped" --- diff --git a/docs/api-reference/data/timeseries/ige.mdx b/docs/api-reference/data/timeseries/ige.mdx index bbad9e60a..cdb7dd4d0 100644 --- a/docs/api-reference/data/timeseries/ige.mdx +++ b/docs/api-reference/data/timeseries/ige.mdx @@ -1,5 +1,6 @@ --- title: "Ige" +description: "Retrieve grouped immunoglobulin E (IgE) time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/ige/grouped" --- diff --git a/docs/api-reference/data/timeseries/igg.mdx b/docs/api-reference/data/timeseries/igg.mdx index 68c97f8e9..b0c105d47 100644 --- a/docs/api-reference/data/timeseries/igg.mdx +++ b/docs/api-reference/data/timeseries/igg.mdx @@ -1,5 +1,6 @@ --- title: "Igg" +description: "Retrieve grouped immunoglobulin G (IgG) time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/igg/grouped" --- diff --git a/docs/api-reference/data/timeseries/inhaler-usage.mdx b/docs/api-reference/data/timeseries/inhaler-usage.mdx index 27ad8d465..dc1d2bb90 100644 --- a/docs/api-reference/data/timeseries/inhaler-usage.mdx +++ b/docs/api-reference/data/timeseries/inhaler-usage.mdx @@ -1,5 +1,6 @@ --- title: "Inhaler Usage" +description: "Retrieve grouped inhaler usage time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/inhaler_usage/grouped" --- diff --git a/docs/api-reference/data/timeseries/insulin-injection.mdx b/docs/api-reference/data/timeseries/insulin-injection.mdx index 090f0c01c..7ba7d86cb 100644 --- a/docs/api-reference/data/timeseries/insulin-injection.mdx +++ b/docs/api-reference/data/timeseries/insulin-injection.mdx @@ -1,5 +1,6 @@ --- title: "Insulin Injection" +description: "Retrieve grouped insulin injection time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/insulin_injection/grouped" --- diff --git a/docs/api-reference/data/timeseries/lean-body-mass.mdx b/docs/api-reference/data/timeseries/lean-body-mass.mdx index 44e83ee05..cc9aa120c 100644 --- a/docs/api-reference/data/timeseries/lean-body-mass.mdx +++ b/docs/api-reference/data/timeseries/lean-body-mass.mdx @@ -1,5 +1,6 @@ --- title: "Lean Body Mass" +description: "Retrieve grouped lean body mass time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/lean_body_mass/grouped" --- diff --git a/docs/api-reference/data/timeseries/mindfulness-minutes.mdx b/docs/api-reference/data/timeseries/mindfulness-minutes.mdx index e4ea64de0..de1dbe893 100644 --- a/docs/api-reference/data/timeseries/mindfulness-minutes.mdx +++ b/docs/api-reference/data/timeseries/mindfulness-minutes.mdx @@ -1,5 +1,6 @@ --- title: "Mindfulness Minutes" +description: "Retrieve grouped mindfulness minutes time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/mindfulness_minutes/grouped" --- diff --git a/docs/api-reference/data/timeseries/note.mdx b/docs/api-reference/data/timeseries/note.mdx index a35c3c57d..9c6ee688f 100644 --- a/docs/api-reference/data/timeseries/note.mdx +++ b/docs/api-reference/data/timeseries/note.mdx @@ -1,5 +1,6 @@ --- title: "Note" +description: "Retrieve grouped user notes time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/note/grouped" --- diff --git a/docs/api-reference/data/timeseries/peak-expiratory-flow-rate.mdx b/docs/api-reference/data/timeseries/peak-expiratory-flow-rate.mdx index 1d4279079..d12f7d34b 100644 --- a/docs/api-reference/data/timeseries/peak-expiratory-flow-rate.mdx +++ b/docs/api-reference/data/timeseries/peak-expiratory-flow-rate.mdx @@ -1,5 +1,6 @@ --- title: "Peak Expiratory Flow Rate" +description: "Retrieve grouped peak expiratory flow rate time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/peak_expiratory_flow_rate/grouped" --- diff --git a/docs/api-reference/data/timeseries/respiratory-rate.mdx b/docs/api-reference/data/timeseries/respiratory-rate.mdx index bf6d79043..17d13a5bd 100644 --- a/docs/api-reference/data/timeseries/respiratory-rate.mdx +++ b/docs/api-reference/data/timeseries/respiratory-rate.mdx @@ -1,5 +1,6 @@ --- title: "Respiratory Rate" +description: "Retrieve grouped respiratory rate time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/respiratory_rate/grouped" --- diff --git a/docs/api-reference/data/timeseries/sleep-apnea-alert.mdx b/docs/api-reference/data/timeseries/sleep-apnea-alert.mdx index aa05a0337..164410f7f 100644 --- a/docs/api-reference/data/timeseries/sleep-apnea-alert.mdx +++ b/docs/api-reference/data/timeseries/sleep-apnea-alert.mdx @@ -1,5 +1,6 @@ --- title: "Sleep Apnea Alert" +description: "Retrieve grouped sleep apnea alert time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/sleep_apnea_alert/grouped" --- diff --git a/docs/api-reference/data/timeseries/sleep-breathing-disturbance.mdx b/docs/api-reference/data/timeseries/sleep-breathing-disturbance.mdx index b856fd1ff..f09da657f 100644 --- a/docs/api-reference/data/timeseries/sleep-breathing-disturbance.mdx +++ b/docs/api-reference/data/timeseries/sleep-breathing-disturbance.mdx @@ -1,5 +1,6 @@ --- title: "Sleep Breathing Disturbance" +description: "Retrieve grouped sleep breathing disturbance time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/sleep_breathing_disturbance/grouped" --- diff --git a/docs/api-reference/data/timeseries/stand-duration.mdx b/docs/api-reference/data/timeseries/stand-duration.mdx index 1cb7f37bf..d6996cf56 100644 --- a/docs/api-reference/data/timeseries/stand-duration.mdx +++ b/docs/api-reference/data/timeseries/stand-duration.mdx @@ -1,5 +1,6 @@ --- title: "Stand Duration" +description: "Retrieve grouped stand duration time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/stand_duration/grouped" --- diff --git a/docs/api-reference/data/timeseries/stand-hour.mdx b/docs/api-reference/data/timeseries/stand-hour.mdx index 1a3d8c6af..22b7e8555 100644 --- a/docs/api-reference/data/timeseries/stand-hour.mdx +++ b/docs/api-reference/data/timeseries/stand-hour.mdx @@ -1,5 +1,6 @@ --- title: "Stand Hour" +description: "Retrieve grouped stand hour time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/stand_hour/grouped" --- diff --git a/docs/api-reference/data/timeseries/steps.mdx b/docs/api-reference/data/timeseries/steps.mdx index 09d1be3a2..b1900086a 100644 --- a/docs/api-reference/data/timeseries/steps.mdx +++ b/docs/api-reference/data/timeseries/steps.mdx @@ -1,5 +1,6 @@ --- title: "Steps" +description: "Retrieve grouped step count time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/steps/grouped" --- diff --git a/docs/api-reference/data/timeseries/stress-level.mdx b/docs/api-reference/data/timeseries/stress-level.mdx index 369ba2d45..bedbcf2d1 100644 --- a/docs/api-reference/data/timeseries/stress-level.mdx +++ b/docs/api-reference/data/timeseries/stress-level.mdx @@ -1,5 +1,6 @@ --- title: "Stress Level" +description: "Retrieve grouped stress level time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/stress_level/grouped" --- diff --git a/docs/api-reference/data/timeseries/uv-exposure.mdx b/docs/api-reference/data/timeseries/uv-exposure.mdx index f84914b62..72bc267e3 100644 --- a/docs/api-reference/data/timeseries/uv-exposure.mdx +++ b/docs/api-reference/data/timeseries/uv-exposure.mdx @@ -1,5 +1,6 @@ --- title: "Uv Exposure" +description: "Retrieve grouped ultraviolet (UV) exposure time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/uv_exposure/grouped" --- diff --git a/docs/api-reference/data/timeseries/vo2-max.mdx b/docs/api-reference/data/timeseries/vo2-max.mdx index 20df86943..d5ee9a6e3 100644 --- a/docs/api-reference/data/timeseries/vo2-max.mdx +++ b/docs/api-reference/data/timeseries/vo2-max.mdx @@ -1,5 +1,6 @@ --- title: "Vo2 Max" +description: "Retrieve grouped VO2 max time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/vo2_max/grouped" --- diff --git a/docs/api-reference/data/timeseries/waist-circumference.mdx b/docs/api-reference/data/timeseries/waist-circumference.mdx index d5570319e..b38c88e1d 100644 --- a/docs/api-reference/data/timeseries/waist-circumference.mdx +++ b/docs/api-reference/data/timeseries/waist-circumference.mdx @@ -1,5 +1,6 @@ --- title: "Waist Circumference" +description: "Retrieve grouped waist circumference time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/waist_circumference/grouped" --- diff --git a/docs/api-reference/data/timeseries/water.mdx b/docs/api-reference/data/timeseries/water.mdx index 66e298f35..8e2ab9601 100644 --- a/docs/api-reference/data/timeseries/water.mdx +++ b/docs/api-reference/data/timeseries/water.mdx @@ -1,5 +1,6 @@ --- title: "Water" +description: "Retrieve grouped water intake time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/water/grouped" --- diff --git a/docs/api-reference/data/timeseries/wheelchair-push.mdx b/docs/api-reference/data/timeseries/wheelchair-push.mdx index bef27881b..30d5a9ebe 100644 --- a/docs/api-reference/data/timeseries/wheelchair-push.mdx +++ b/docs/api-reference/data/timeseries/wheelchair-push.mdx @@ -1,5 +1,6 @@ --- title: "Wheelchair Push" +description: "Retrieve grouped wheelchair push time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/wheelchair_push/grouped" --- diff --git a/docs/api-reference/data/timeseries/workout-distance.mdx b/docs/api-reference/data/timeseries/workout-distance.mdx index d7be9faea..1e81c3393 100644 --- a/docs/api-reference/data/timeseries/workout-distance.mdx +++ b/docs/api-reference/data/timeseries/workout-distance.mdx @@ -1,5 +1,6 @@ --- title: "Workout Distance" +description: "Retrieve grouped workout distance time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/workout_distance/grouped" --- diff --git a/docs/api-reference/data/timeseries/workout-duration.mdx b/docs/api-reference/data/timeseries/workout-duration.mdx index b43ca507e..591606d2b 100644 --- a/docs/api-reference/data/timeseries/workout-duration.mdx +++ b/docs/api-reference/data/timeseries/workout-duration.mdx @@ -1,5 +1,6 @@ --- title: "Workout Duration" +description: "Retrieve grouped workout duration time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/workout_duration/grouped" --- diff --git a/docs/api-reference/data/timeseries/workout-swimming-stroke.mdx b/docs/api-reference/data/timeseries/workout-swimming-stroke.mdx index 88df51413..98a66a35b 100644 --- a/docs/api-reference/data/timeseries/workout-swimming-stroke.mdx +++ b/docs/api-reference/data/timeseries/workout-swimming-stroke.mdx @@ -1,5 +1,6 @@ --- title: "Workout Swimming Stroke" +description: "Retrieve grouped swimming stroke time-series data for a user across connected wearable providers." openapi: "GET /v2/timeseries/{user_id}/workout_swimming_stroke/grouped" --- diff --git a/docs/event-catalog/continuous_query.result_table.changed.mdx b/docs/event-catalog/continuous_query.result_table.changed.mdx index 91f661527..d1ddd644d 100644 --- a/docs/event-catalog/continuous_query.result_table.changed.mdx +++ b/docs/event-catalog/continuous_query.result_table.changed.mdx @@ -1,4 +1,5 @@ --- title: continuous_query.result_table.changed +description: "Webhook event fired when a continuous query's result table is updated with new computed data." openapi-schema: ClientFacingContinuousQueryResultTableChanged --- diff --git a/docs/event-catalog/daily.data.activity.created.mdx b/docs/event-catalog/daily.data.activity.created.mdx index 8af94d92b..683a4846f 100644 --- a/docs/event-catalog/daily.data.activity.created.mdx +++ b/docs/event-catalog/daily.data.activity.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.activity.created +description: "Webhook event fired when new daily activity data is ingested for a user from a connected provider." openapi-schema: ClientFacingActivityChanged --- diff --git a/docs/event-catalog/daily.data.activity.updated.mdx b/docs/event-catalog/daily.data.activity.updated.mdx index 9eef7c5a6..2859a51cd 100644 --- a/docs/event-catalog/daily.data.activity.updated.mdx +++ b/docs/event-catalog/daily.data.activity.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.activity.updated +description: "Webhook event fired when existing daily activity data is updated for a user from a connected provider." openapi-schema: ClientFacingActivityChanged --- diff --git a/docs/event-catalog/daily.data.afib_burden.created.mdx b/docs/event-catalog/daily.data.afib_burden.created.mdx index 30b581d83..b487db408 100644 --- a/docs/event-catalog/daily.data.afib_burden.created.mdx +++ b/docs/event-catalog/daily.data.afib_burden.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.afib_burden.created +description: "Webhook event fired when new daily atrial fibrillation burden data is ingested for a user from a connected provider." openapi-schema: ClientFacingAfibBurdenChanged --- diff --git a/docs/event-catalog/daily.data.afib_burden.updated.mdx b/docs/event-catalog/daily.data.afib_burden.updated.mdx index 7b85c8076..571a2bbbc 100644 --- a/docs/event-catalog/daily.data.afib_burden.updated.mdx +++ b/docs/event-catalog/daily.data.afib_burden.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.afib_burden.updated +description: "Webhook event fired when existing daily atrial fibrillation burden data is updated for a user from a connected provider." openapi-schema: ClientFacingAfibBurdenChanged --- diff --git a/docs/event-catalog/daily.data.basal_body_temperature.created.mdx b/docs/event-catalog/daily.data.basal_body_temperature.created.mdx index ef5fb622b..599141b66 100644 --- a/docs/event-catalog/daily.data.basal_body_temperature.created.mdx +++ b/docs/event-catalog/daily.data.basal_body_temperature.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.basal_body_temperature.created +description: "Webhook event fired when new daily basal body temperature data is ingested for a user from a connected provider." openapi-schema: ClientFacingBasalBodyTemperatureChanged --- diff --git a/docs/event-catalog/daily.data.basal_body_temperature.updated.mdx b/docs/event-catalog/daily.data.basal_body_temperature.updated.mdx index 3e97f047a..97c2be6b9 100644 --- a/docs/event-catalog/daily.data.basal_body_temperature.updated.mdx +++ b/docs/event-catalog/daily.data.basal_body_temperature.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.basal_body_temperature.updated +description: "Webhook event fired when existing daily basal body temperature data is updated for a user from a connected provider." openapi-schema: ClientFacingBasalBodyTemperatureChanged --- diff --git a/docs/event-catalog/daily.data.blood_oxygen.created.mdx b/docs/event-catalog/daily.data.blood_oxygen.created.mdx index 2d09d5d54..24b1478da 100644 --- a/docs/event-catalog/daily.data.blood_oxygen.created.mdx +++ b/docs/event-catalog/daily.data.blood_oxygen.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.blood_oxygen.created +description: "Webhook event fired when new daily blood oxygen saturation data is ingested for a user from a connected provider." openapi-schema: ClientFacingBloodOxygenChanged --- diff --git a/docs/event-catalog/daily.data.blood_oxygen.updated.mdx b/docs/event-catalog/daily.data.blood_oxygen.updated.mdx index 561c79b04..984d29193 100644 --- a/docs/event-catalog/daily.data.blood_oxygen.updated.mdx +++ b/docs/event-catalog/daily.data.blood_oxygen.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.blood_oxygen.updated +description: "Webhook event fired when existing daily blood oxygen saturation data is updated for a user from a connected provider." openapi-schema: ClientFacingBloodOxygenChanged --- diff --git a/docs/event-catalog/daily.data.blood_pressure.created.mdx b/docs/event-catalog/daily.data.blood_pressure.created.mdx index e19abf8c9..9871fee42 100644 --- a/docs/event-catalog/daily.data.blood_pressure.created.mdx +++ b/docs/event-catalog/daily.data.blood_pressure.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.blood_pressure.created +description: "Webhook event fired when new daily blood pressure data is ingested for a user from a connected provider." openapi-schema: ClientFacingBloodPressureChanged --- diff --git a/docs/event-catalog/daily.data.blood_pressure.updated.mdx b/docs/event-catalog/daily.data.blood_pressure.updated.mdx index f0f4dbcb2..e0f25e01f 100644 --- a/docs/event-catalog/daily.data.blood_pressure.updated.mdx +++ b/docs/event-catalog/daily.data.blood_pressure.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.blood_pressure.updated +description: "Webhook event fired when existing daily blood pressure data is updated for a user from a connected provider." openapi-schema: ClientFacingBloodPressureChanged --- diff --git a/docs/event-catalog/daily.data.body.created.mdx b/docs/event-catalog/daily.data.body.created.mdx index 355e7d580..b95ae5538 100644 --- a/docs/event-catalog/daily.data.body.created.mdx +++ b/docs/event-catalog/daily.data.body.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.body.created +description: "Webhook event fired when new daily body measurement data is ingested for a user from a connected provider." openapi-schema: ClientFacingBodyChanged --- diff --git a/docs/event-catalog/daily.data.body.updated.mdx b/docs/event-catalog/daily.data.body.updated.mdx index 37732224a..a034c6020 100644 --- a/docs/event-catalog/daily.data.body.updated.mdx +++ b/docs/event-catalog/daily.data.body.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.body.updated +description: "Webhook event fired when existing daily body measurement data is updated for a user from a connected provider." openapi-schema: ClientFacingBodyChanged --- diff --git a/docs/event-catalog/daily.data.body_mass_index.created.mdx b/docs/event-catalog/daily.data.body_mass_index.created.mdx index 18eb64bf1..cd8f0e5b8 100644 --- a/docs/event-catalog/daily.data.body_mass_index.created.mdx +++ b/docs/event-catalog/daily.data.body_mass_index.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.body_mass_index.created +description: "Webhook event fired when new daily body mass index (BMI) data is ingested for a user from a connected provider." openapi-schema: ClientFacingBodyMassIndexChanged --- diff --git a/docs/event-catalog/daily.data.body_mass_index.updated.mdx b/docs/event-catalog/daily.data.body_mass_index.updated.mdx index a5ed67c5b..7366fab33 100644 --- a/docs/event-catalog/daily.data.body_mass_index.updated.mdx +++ b/docs/event-catalog/daily.data.body_mass_index.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.body_mass_index.updated +description: "Webhook event fired when existing daily body mass index (BMI) data is updated for a user from a connected provider." openapi-schema: ClientFacingBodyMassIndexChanged --- diff --git a/docs/event-catalog/daily.data.body_temperature.created.mdx b/docs/event-catalog/daily.data.body_temperature.created.mdx index cb119be4b..3aa3a29fe 100644 --- a/docs/event-catalog/daily.data.body_temperature.created.mdx +++ b/docs/event-catalog/daily.data.body_temperature.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.body_temperature.created +description: "Webhook event fired when new daily body temperature data is ingested for a user from a connected provider." openapi-schema: ClientFacingBodyTemperatureChanged --- diff --git a/docs/event-catalog/daily.data.body_temperature.updated.mdx b/docs/event-catalog/daily.data.body_temperature.updated.mdx index b3eb69672..821c4f569 100644 --- a/docs/event-catalog/daily.data.body_temperature.updated.mdx +++ b/docs/event-catalog/daily.data.body_temperature.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.body_temperature.updated +description: "Webhook event fired when existing daily body temperature data is updated for a user from a connected provider." openapi-schema: ClientFacingBodyTemperatureChanged --- diff --git a/docs/event-catalog/daily.data.body_temperature_delta.created.mdx b/docs/event-catalog/daily.data.body_temperature_delta.created.mdx index f5499b734..cb45ef209 100644 --- a/docs/event-catalog/daily.data.body_temperature_delta.created.mdx +++ b/docs/event-catalog/daily.data.body_temperature_delta.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.body_temperature_delta.created +description: "Webhook event fired when new daily body temperature delta data is ingested for a user from a connected provider." openapi-schema: ClientFacingBodyTemperatureDeltaChanged --- diff --git a/docs/event-catalog/daily.data.body_temperature_delta.updated.mdx b/docs/event-catalog/daily.data.body_temperature_delta.updated.mdx index 808e7147f..88d92ca3a 100644 --- a/docs/event-catalog/daily.data.body_temperature_delta.updated.mdx +++ b/docs/event-catalog/daily.data.body_temperature_delta.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.body_temperature_delta.updated +description: "Webhook event fired when existing daily body temperature delta data is updated for a user from a connected provider." openapi-schema: ClientFacingBodyTemperatureDeltaChanged --- diff --git a/docs/event-catalog/daily.data.caffeine.created.mdx b/docs/event-catalog/daily.data.caffeine.created.mdx index 7b770c956..2315a9575 100644 --- a/docs/event-catalog/daily.data.caffeine.created.mdx +++ b/docs/event-catalog/daily.data.caffeine.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.caffeine.created +description: "Webhook event fired when new daily caffeine intake data is ingested for a user from a connected provider." openapi-schema: ClientFacingCaffeineChanged --- diff --git a/docs/event-catalog/daily.data.caffeine.updated.mdx b/docs/event-catalog/daily.data.caffeine.updated.mdx index f239b1fff..1a6e770d2 100644 --- a/docs/event-catalog/daily.data.caffeine.updated.mdx +++ b/docs/event-catalog/daily.data.caffeine.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.caffeine.updated +description: "Webhook event fired when existing daily caffeine intake data is updated for a user from a connected provider." openapi-schema: ClientFacingCaffeineChanged --- diff --git a/docs/event-catalog/daily.data.calories_active.created.mdx b/docs/event-catalog/daily.data.calories_active.created.mdx index 449a0a991..a8a78475d 100644 --- a/docs/event-catalog/daily.data.calories_active.created.mdx +++ b/docs/event-catalog/daily.data.calories_active.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.calories_active.created +description: "Webhook event fired when new daily active calories data is ingested for a user from a connected provider." openapi-schema: ClientFacingCaloriesActiveChanged --- diff --git a/docs/event-catalog/daily.data.calories_active.updated.mdx b/docs/event-catalog/daily.data.calories_active.updated.mdx index 1d0b84581..047e07cda 100644 --- a/docs/event-catalog/daily.data.calories_active.updated.mdx +++ b/docs/event-catalog/daily.data.calories_active.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.calories_active.updated +description: "Webhook event fired when existing daily active calories data is updated for a user from a connected provider." openapi-schema: ClientFacingCaloriesActiveChanged --- diff --git a/docs/event-catalog/daily.data.calories_basal.created.mdx b/docs/event-catalog/daily.data.calories_basal.created.mdx index 3e4c76ab5..ce751ae1c 100644 --- a/docs/event-catalog/daily.data.calories_basal.created.mdx +++ b/docs/event-catalog/daily.data.calories_basal.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.calories_basal.created +description: "Webhook event fired when new daily basal calories data is ingested for a user from a connected provider." openapi-schema: ClientFacingCaloriesBasalChanged --- diff --git a/docs/event-catalog/daily.data.calories_basal.updated.mdx b/docs/event-catalog/daily.data.calories_basal.updated.mdx index 36d0ad24c..77ecdff9c 100644 --- a/docs/event-catalog/daily.data.calories_basal.updated.mdx +++ b/docs/event-catalog/daily.data.calories_basal.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.calories_basal.updated +description: "Webhook event fired when existing daily basal calories data is updated for a user from a connected provider." openapi-schema: ClientFacingCaloriesBasalChanged --- diff --git a/docs/event-catalog/daily.data.carbohydrates.created.mdx b/docs/event-catalog/daily.data.carbohydrates.created.mdx index d07706801..ad9d1b9e8 100644 --- a/docs/event-catalog/daily.data.carbohydrates.created.mdx +++ b/docs/event-catalog/daily.data.carbohydrates.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.carbohydrates.created +description: "Webhook event fired when new daily carbohydrate intake data is ingested for a user from a connected provider." openapi-schema: ClientFacingCarbohydratesChanged --- diff --git a/docs/event-catalog/daily.data.carbohydrates.updated.mdx b/docs/event-catalog/daily.data.carbohydrates.updated.mdx index cc65a07bc..8c3b7c040 100644 --- a/docs/event-catalog/daily.data.carbohydrates.updated.mdx +++ b/docs/event-catalog/daily.data.carbohydrates.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.carbohydrates.updated +description: "Webhook event fired when existing daily carbohydrate intake data is updated for a user from a connected provider." openapi-schema: ClientFacingCarbohydratesChanged --- diff --git a/docs/event-catalog/daily.data.cholesterol.created.mdx b/docs/event-catalog/daily.data.cholesterol.created.mdx index 967bfb9ec..a45f253aa 100644 --- a/docs/event-catalog/daily.data.cholesterol.created.mdx +++ b/docs/event-catalog/daily.data.cholesterol.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.cholesterol.created +description: "Webhook event fired when new daily cholesterol intake data is ingested for a user from a connected provider." openapi-schema: ClientFacingCholesterolChanged --- diff --git a/docs/event-catalog/daily.data.cholesterol.updated.mdx b/docs/event-catalog/daily.data.cholesterol.updated.mdx index d4e1db0de..a722da419 100644 --- a/docs/event-catalog/daily.data.cholesterol.updated.mdx +++ b/docs/event-catalog/daily.data.cholesterol.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.cholesterol.updated +description: "Webhook event fired when existing daily cholesterol intake data is updated for a user from a connected provider." openapi-schema: ClientFacingCholesterolChanged --- diff --git a/docs/event-catalog/daily.data.daylight_exposure.created.mdx b/docs/event-catalog/daily.data.daylight_exposure.created.mdx index 4246c5dcd..23674fde7 100644 --- a/docs/event-catalog/daily.data.daylight_exposure.created.mdx +++ b/docs/event-catalog/daily.data.daylight_exposure.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.daylight_exposure.created +description: "Webhook event fired when new daily daylight exposure data is ingested for a user from a connected provider." openapi-schema: ClientFacingDaylightExposureChanged --- diff --git a/docs/event-catalog/daily.data.daylight_exposure.updated.mdx b/docs/event-catalog/daily.data.daylight_exposure.updated.mdx index f274f267f..10ff327aa 100644 --- a/docs/event-catalog/daily.data.daylight_exposure.updated.mdx +++ b/docs/event-catalog/daily.data.daylight_exposure.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.daylight_exposure.updated +description: "Webhook event fired when existing daily daylight exposure data is updated for a user from a connected provider." openapi-schema: ClientFacingDaylightExposureChanged --- diff --git a/docs/event-catalog/daily.data.distance.created.mdx b/docs/event-catalog/daily.data.distance.created.mdx index 515259da1..62f4f0151 100644 --- a/docs/event-catalog/daily.data.distance.created.mdx +++ b/docs/event-catalog/daily.data.distance.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.distance.created +description: "Webhook event fired when new daily distance data is ingested for a user from a connected provider." openapi-schema: ClientFacingDistanceChanged --- diff --git a/docs/event-catalog/daily.data.distance.updated.mdx b/docs/event-catalog/daily.data.distance.updated.mdx index 636d288d9..64d3736cc 100644 --- a/docs/event-catalog/daily.data.distance.updated.mdx +++ b/docs/event-catalog/daily.data.distance.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.distance.updated +description: "Webhook event fired when existing daily distance data is updated for a user from a connected provider." openapi-schema: ClientFacingDistanceChanged --- diff --git a/docs/event-catalog/daily.data.electrocardiogram.created.mdx b/docs/event-catalog/daily.data.electrocardiogram.created.mdx index f398e2f6f..d019915c4 100644 --- a/docs/event-catalog/daily.data.electrocardiogram.created.mdx +++ b/docs/event-catalog/daily.data.electrocardiogram.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.electrocardiogram.created +description: "Webhook event fired when new daily electrocardiogram (ECG) data is ingested for a user from a connected provider." openapi-schema: ClientFacingElectrocardiogramChanged --- diff --git a/docs/event-catalog/daily.data.electrocardiogram.updated.mdx b/docs/event-catalog/daily.data.electrocardiogram.updated.mdx index 8a6391653..f6be98833 100644 --- a/docs/event-catalog/daily.data.electrocardiogram.updated.mdx +++ b/docs/event-catalog/daily.data.electrocardiogram.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.electrocardiogram.updated +description: "Webhook event fired when existing daily electrocardiogram (ECG) data is updated for a user from a connected provider." openapi-schema: ClientFacingElectrocardiogramChanged --- diff --git a/docs/event-catalog/daily.data.electrocardiogram_voltage.created.mdx b/docs/event-catalog/daily.data.electrocardiogram_voltage.created.mdx index a7d0ec64d..01a60bb4f 100644 --- a/docs/event-catalog/daily.data.electrocardiogram_voltage.created.mdx +++ b/docs/event-catalog/daily.data.electrocardiogram_voltage.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.electrocardiogram_voltage.created +description: "Webhook event fired when new daily electrocardiogram (ECG) voltage data is ingested for a user from a connected provider." openapi-schema: ClientFacingElectrocardiogramVoltageChanged --- diff --git a/docs/event-catalog/daily.data.electrocardiogram_voltage.updated.mdx b/docs/event-catalog/daily.data.electrocardiogram_voltage.updated.mdx index f2df61600..0060899f7 100644 --- a/docs/event-catalog/daily.data.electrocardiogram_voltage.updated.mdx +++ b/docs/event-catalog/daily.data.electrocardiogram_voltage.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.electrocardiogram_voltage.updated +description: "Webhook event fired when existing daily electrocardiogram (ECG) voltage data is updated for a user from a connected provider." openapi-schema: ClientFacingElectrocardiogramVoltageChanged --- diff --git a/docs/event-catalog/daily.data.fall.created.mdx b/docs/event-catalog/daily.data.fall.created.mdx index 7a8a0367a..bbc4e165f 100644 --- a/docs/event-catalog/daily.data.fall.created.mdx +++ b/docs/event-catalog/daily.data.fall.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.fall.created +description: "Webhook event fired when new daily fall detection data is ingested for a user from a connected provider." openapi-schema: ClientFacingFallChanged --- diff --git a/docs/event-catalog/daily.data.fall.updated.mdx b/docs/event-catalog/daily.data.fall.updated.mdx index 2666d88ac..42204901d 100644 --- a/docs/event-catalog/daily.data.fall.updated.mdx +++ b/docs/event-catalog/daily.data.fall.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.fall.updated +description: "Webhook event fired when existing daily fall detection data is updated for a user from a connected provider." openapi-schema: ClientFacingFallChanged --- diff --git a/docs/event-catalog/daily.data.fat.created.mdx b/docs/event-catalog/daily.data.fat.created.mdx index 2a85a3792..28eec4356 100644 --- a/docs/event-catalog/daily.data.fat.created.mdx +++ b/docs/event-catalog/daily.data.fat.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.fat.created +description: "Webhook event fired when new daily fat intake data is ingested for a user from a connected provider." openapi-schema: ClientFacingFatChanged --- diff --git a/docs/event-catalog/daily.data.fat.updated.mdx b/docs/event-catalog/daily.data.fat.updated.mdx index 93cd03e4e..a877e9b78 100644 --- a/docs/event-catalog/daily.data.fat.updated.mdx +++ b/docs/event-catalog/daily.data.fat.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.fat.updated +description: "Webhook event fired when existing daily fat intake data is updated for a user from a connected provider." openapi-schema: ClientFacingFatChanged --- diff --git a/docs/event-catalog/daily.data.floors_climbed.created.mdx b/docs/event-catalog/daily.data.floors_climbed.created.mdx index f7be4235a..5e20ca776 100644 --- a/docs/event-catalog/daily.data.floors_climbed.created.mdx +++ b/docs/event-catalog/daily.data.floors_climbed.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.floors_climbed.created +description: "Webhook event fired when new daily floors climbed data is ingested for a user from a connected provider." openapi-schema: ClientFacingFloorsClimbedChanged --- diff --git a/docs/event-catalog/daily.data.floors_climbed.updated.mdx b/docs/event-catalog/daily.data.floors_climbed.updated.mdx index b5d22f42c..a71928dfe 100644 --- a/docs/event-catalog/daily.data.floors_climbed.updated.mdx +++ b/docs/event-catalog/daily.data.floors_climbed.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.floors_climbed.updated +description: "Webhook event fired when existing daily floors climbed data is updated for a user from a connected provider." openapi-schema: ClientFacingFloorsClimbedChanged --- diff --git a/docs/event-catalog/daily.data.forced_expiratory_volume_1.created.mdx b/docs/event-catalog/daily.data.forced_expiratory_volume_1.created.mdx index 5ec39cba4..3d99eb4bc 100644 --- a/docs/event-catalog/daily.data.forced_expiratory_volume_1.created.mdx +++ b/docs/event-catalog/daily.data.forced_expiratory_volume_1.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.forced_expiratory_volume_1.created +description: "Webhook event fired when new daily forced expiratory volume (FEV1) data is ingested for a user from a connected provider." openapi-schema: ClientFacingForcedExpiratoryVolume1Changed --- diff --git a/docs/event-catalog/daily.data.forced_expiratory_volume_1.updated.mdx b/docs/event-catalog/daily.data.forced_expiratory_volume_1.updated.mdx index 68184ae03..c91e48428 100644 --- a/docs/event-catalog/daily.data.forced_expiratory_volume_1.updated.mdx +++ b/docs/event-catalog/daily.data.forced_expiratory_volume_1.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.forced_expiratory_volume_1.updated +description: "Webhook event fired when existing daily forced expiratory volume (FEV1) data is updated for a user from a connected provider." openapi-schema: ClientFacingForcedExpiratoryVolume1Changed --- diff --git a/docs/event-catalog/daily.data.forced_vital_capacity.created.mdx b/docs/event-catalog/daily.data.forced_vital_capacity.created.mdx index 42dd018e4..148db683f 100644 --- a/docs/event-catalog/daily.data.forced_vital_capacity.created.mdx +++ b/docs/event-catalog/daily.data.forced_vital_capacity.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.forced_vital_capacity.created +description: "Webhook event fired when new daily forced vital capacity data is ingested for a user from a connected provider." openapi-schema: ClientFacingForcedVitalCapacityChanged --- diff --git a/docs/event-catalog/daily.data.forced_vital_capacity.updated.mdx b/docs/event-catalog/daily.data.forced_vital_capacity.updated.mdx index 481dbcb22..8dd882c5d 100644 --- a/docs/event-catalog/daily.data.forced_vital_capacity.updated.mdx +++ b/docs/event-catalog/daily.data.forced_vital_capacity.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.forced_vital_capacity.updated +description: "Webhook event fired when existing daily forced vital capacity data is updated for a user from a connected provider." openapi-schema: ClientFacingForcedVitalCapacityChanged --- diff --git a/docs/event-catalog/daily.data.glucose.created.mdx b/docs/event-catalog/daily.data.glucose.created.mdx index 269d2167f..65a8f7a45 100644 --- a/docs/event-catalog/daily.data.glucose.created.mdx +++ b/docs/event-catalog/daily.data.glucose.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.glucose.created +description: "Webhook event fired when new daily blood glucose data is ingested for a user from a connected provider." openapi-schema: ClientFacingGlucoseChanged --- diff --git a/docs/event-catalog/daily.data.glucose.updated.mdx b/docs/event-catalog/daily.data.glucose.updated.mdx index 77aff7ad4..3ba498234 100644 --- a/docs/event-catalog/daily.data.glucose.updated.mdx +++ b/docs/event-catalog/daily.data.glucose.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.glucose.updated +description: "Webhook event fired when existing daily blood glucose data is updated for a user from a connected provider." openapi-schema: ClientFacingGlucoseChanged --- diff --git a/docs/event-catalog/daily.data.handwashing.created.mdx b/docs/event-catalog/daily.data.handwashing.created.mdx index 1d5abe69b..04f3549bd 100644 --- a/docs/event-catalog/daily.data.handwashing.created.mdx +++ b/docs/event-catalog/daily.data.handwashing.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.handwashing.created +description: "Webhook event fired when new daily handwashing data is ingested for a user from a connected provider." openapi-schema: ClientFacingHandwashingChanged --- diff --git a/docs/event-catalog/daily.data.handwashing.updated.mdx b/docs/event-catalog/daily.data.handwashing.updated.mdx index c2e7e421d..afc546845 100644 --- a/docs/event-catalog/daily.data.handwashing.updated.mdx +++ b/docs/event-catalog/daily.data.handwashing.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.handwashing.updated +description: "Webhook event fired when existing daily handwashing data is updated for a user from a connected provider." openapi-schema: ClientFacingHandwashingChanged --- diff --git a/docs/event-catalog/daily.data.heart_rate_alert.created.mdx b/docs/event-catalog/daily.data.heart_rate_alert.created.mdx index c1e0b420e..934e89ad5 100644 --- a/docs/event-catalog/daily.data.heart_rate_alert.created.mdx +++ b/docs/event-catalog/daily.data.heart_rate_alert.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.heart_rate_alert.created +description: "Webhook event fired when new daily heart rate alert data is ingested for a user from a connected provider." openapi-schema: ClientFacingHeartRateAlertChanged --- diff --git a/docs/event-catalog/daily.data.heart_rate_alert.updated.mdx b/docs/event-catalog/daily.data.heart_rate_alert.updated.mdx index 422630dc6..4a9733fcc 100644 --- a/docs/event-catalog/daily.data.heart_rate_alert.updated.mdx +++ b/docs/event-catalog/daily.data.heart_rate_alert.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.heart_rate_alert.updated +description: "Webhook event fired when existing daily heart rate alert data is updated for a user from a connected provider." openapi-schema: ClientFacingHeartRateAlertChanged --- diff --git a/docs/event-catalog/daily.data.heart_rate_recovery_one_minute.created.mdx b/docs/event-catalog/daily.data.heart_rate_recovery_one_minute.created.mdx index df56028c6..088a97838 100644 --- a/docs/event-catalog/daily.data.heart_rate_recovery_one_minute.created.mdx +++ b/docs/event-catalog/daily.data.heart_rate_recovery_one_minute.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.heart_rate_recovery_one_minute.created +description: "Webhook event fired when new daily one-minute heart rate recovery data is ingested for a user from a connected provider." openapi-schema: ClientFacingHeartRateRecoveryOneMinuteChanged --- diff --git a/docs/event-catalog/daily.data.heart_rate_recovery_one_minute.updated.mdx b/docs/event-catalog/daily.data.heart_rate_recovery_one_minute.updated.mdx index a47959c47..48dfae28d 100644 --- a/docs/event-catalog/daily.data.heart_rate_recovery_one_minute.updated.mdx +++ b/docs/event-catalog/daily.data.heart_rate_recovery_one_minute.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.heart_rate_recovery_one_minute.updated +description: "Webhook event fired when existing daily one-minute heart rate recovery data is updated for a user from a connected provider." openapi-schema: ClientFacingHeartRateRecoveryOneMinuteChanged --- diff --git a/docs/event-catalog/daily.data.heartrate.created.mdx b/docs/event-catalog/daily.data.heartrate.created.mdx index c2182f1b0..6d5165941 100644 --- a/docs/event-catalog/daily.data.heartrate.created.mdx +++ b/docs/event-catalog/daily.data.heartrate.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.heartrate.created +description: "Webhook event fired when new daily heart rate data is ingested for a user from a connected provider." openapi-schema: ClientFacingHeartrateChanged --- diff --git a/docs/event-catalog/daily.data.heartrate.updated.mdx b/docs/event-catalog/daily.data.heartrate.updated.mdx index 00490d608..c40de65f6 100644 --- a/docs/event-catalog/daily.data.heartrate.updated.mdx +++ b/docs/event-catalog/daily.data.heartrate.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.heartrate.updated +description: "Webhook event fired when existing daily heart rate data is updated for a user from a connected provider." openapi-schema: ClientFacingHeartrateChanged --- diff --git a/docs/event-catalog/daily.data.hrv.created.mdx b/docs/event-catalog/daily.data.hrv.created.mdx index 36ca93527..a86e4e2d5 100644 --- a/docs/event-catalog/daily.data.hrv.created.mdx +++ b/docs/event-catalog/daily.data.hrv.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.hrv.created +description: "Webhook event fired when new daily heart rate variability (HRV) data is ingested for a user from a connected provider." openapi-schema: ClientFacingHrvChanged --- diff --git a/docs/event-catalog/daily.data.hrv.updated.mdx b/docs/event-catalog/daily.data.hrv.updated.mdx index 1e2dba1dd..ff91b121f 100644 --- a/docs/event-catalog/daily.data.hrv.updated.mdx +++ b/docs/event-catalog/daily.data.hrv.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.hrv.updated +description: "Webhook event fired when existing daily heart rate variability (HRV) data is updated for a user from a connected provider." openapi-schema: ClientFacingHrvChanged --- diff --git a/docs/event-catalog/daily.data.ige.created.mdx b/docs/event-catalog/daily.data.ige.created.mdx index 884305d32..a6ba5c016 100644 --- a/docs/event-catalog/daily.data.ige.created.mdx +++ b/docs/event-catalog/daily.data.ige.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.ige.created +description: "Webhook event fired when new daily immunoglobulin E (IgE) data is ingested for a user from a connected provider." openapi-schema: ClientFacingIgeChanged --- diff --git a/docs/event-catalog/daily.data.ige.updated.mdx b/docs/event-catalog/daily.data.ige.updated.mdx index e137ee3ff..b04b47a3e 100644 --- a/docs/event-catalog/daily.data.ige.updated.mdx +++ b/docs/event-catalog/daily.data.ige.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.ige.updated +description: "Webhook event fired when existing daily immunoglobulin E (IgE) data is updated for a user from a connected provider." openapi-schema: ClientFacingIgeChanged --- diff --git a/docs/event-catalog/daily.data.igg.created.mdx b/docs/event-catalog/daily.data.igg.created.mdx index 4f04498c0..be5f4f359 100644 --- a/docs/event-catalog/daily.data.igg.created.mdx +++ b/docs/event-catalog/daily.data.igg.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.igg.created +description: "Webhook event fired when new daily immunoglobulin G (IgG) data is ingested for a user from a connected provider." openapi-schema: ClientFacingIggChanged --- diff --git a/docs/event-catalog/daily.data.igg.updated.mdx b/docs/event-catalog/daily.data.igg.updated.mdx index 4a26ed475..e00c540e8 100644 --- a/docs/event-catalog/daily.data.igg.updated.mdx +++ b/docs/event-catalog/daily.data.igg.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.igg.updated +description: "Webhook event fired when existing daily immunoglobulin G (IgG) data is updated for a user from a connected provider." openapi-schema: ClientFacingIggChanged --- diff --git a/docs/event-catalog/daily.data.inhaler_usage.created.mdx b/docs/event-catalog/daily.data.inhaler_usage.created.mdx index 2a500fd72..d9ec44aeb 100644 --- a/docs/event-catalog/daily.data.inhaler_usage.created.mdx +++ b/docs/event-catalog/daily.data.inhaler_usage.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.inhaler_usage.created +description: "Webhook event fired when new daily inhaler usage data is ingested for a user from a connected provider." openapi-schema: ClientFacingInhalerUsageChanged --- diff --git a/docs/event-catalog/daily.data.inhaler_usage.updated.mdx b/docs/event-catalog/daily.data.inhaler_usage.updated.mdx index ef650c903..94901ef03 100644 --- a/docs/event-catalog/daily.data.inhaler_usage.updated.mdx +++ b/docs/event-catalog/daily.data.inhaler_usage.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.inhaler_usage.updated +description: "Webhook event fired when existing daily inhaler usage data is updated for a user from a connected provider." openapi-schema: ClientFacingInhalerUsageChanged --- diff --git a/docs/event-catalog/daily.data.insulin_injection.created.mdx b/docs/event-catalog/daily.data.insulin_injection.created.mdx index 5fdd4f4e8..50ba4f2bb 100644 --- a/docs/event-catalog/daily.data.insulin_injection.created.mdx +++ b/docs/event-catalog/daily.data.insulin_injection.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.insulin_injection.created +description: "Webhook event fired when new daily insulin injection data is ingested for a user from a connected provider." openapi-schema: ClientFacingInsulinInjectionChanged --- diff --git a/docs/event-catalog/daily.data.insulin_injection.updated.mdx b/docs/event-catalog/daily.data.insulin_injection.updated.mdx index 6b7d7e14e..baf805d28 100644 --- a/docs/event-catalog/daily.data.insulin_injection.updated.mdx +++ b/docs/event-catalog/daily.data.insulin_injection.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.insulin_injection.updated +description: "Webhook event fired when existing daily insulin injection data is updated for a user from a connected provider." openapi-schema: ClientFacingInsulinInjectionChanged --- diff --git a/docs/event-catalog/daily.data.lean_body_mass.created.mdx b/docs/event-catalog/daily.data.lean_body_mass.created.mdx index c1c6e9d2d..63615dcef 100644 --- a/docs/event-catalog/daily.data.lean_body_mass.created.mdx +++ b/docs/event-catalog/daily.data.lean_body_mass.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.lean_body_mass.created +description: "Webhook event fired when new daily lean body mass data is ingested for a user from a connected provider." openapi-schema: ClientFacingLeanBodyMassChanged --- diff --git a/docs/event-catalog/daily.data.lean_body_mass.updated.mdx b/docs/event-catalog/daily.data.lean_body_mass.updated.mdx index 982313c53..466b118ba 100644 --- a/docs/event-catalog/daily.data.lean_body_mass.updated.mdx +++ b/docs/event-catalog/daily.data.lean_body_mass.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.lean_body_mass.updated +description: "Webhook event fired when existing daily lean body mass data is updated for a user from a connected provider." openapi-schema: ClientFacingLeanBodyMassChanged --- diff --git a/docs/event-catalog/daily.data.meal.created.mdx b/docs/event-catalog/daily.data.meal.created.mdx index 112afdb85..6ea6db54d 100644 --- a/docs/event-catalog/daily.data.meal.created.mdx +++ b/docs/event-catalog/daily.data.meal.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.meal.created +description: "Webhook event fired when new daily meal data is ingested for a user from a connected provider." openapi-schema: ClientFacingMealChanged --- diff --git a/docs/event-catalog/daily.data.meal.updated.mdx b/docs/event-catalog/daily.data.meal.updated.mdx index fc176ea59..5ba1f4822 100644 --- a/docs/event-catalog/daily.data.meal.updated.mdx +++ b/docs/event-catalog/daily.data.meal.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.meal.updated +description: "Webhook event fired when existing daily meal data is updated for a user from a connected provider." openapi-schema: ClientFacingMealChanged --- diff --git a/docs/event-catalog/daily.data.menstrual_cycle.created.mdx b/docs/event-catalog/daily.data.menstrual_cycle.created.mdx index f6b535b11..4757e7e80 100644 --- a/docs/event-catalog/daily.data.menstrual_cycle.created.mdx +++ b/docs/event-catalog/daily.data.menstrual_cycle.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.menstrual_cycle.created +description: "Webhook event fired when new daily menstrual cycle data is ingested for a user from a connected provider." openapi-schema: ClientFacingMenstrualCycleChanged --- diff --git a/docs/event-catalog/daily.data.menstrual_cycle.updated.mdx b/docs/event-catalog/daily.data.menstrual_cycle.updated.mdx index 82fe7056e..cb7b0ff42 100644 --- a/docs/event-catalog/daily.data.menstrual_cycle.updated.mdx +++ b/docs/event-catalog/daily.data.menstrual_cycle.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.menstrual_cycle.updated +description: "Webhook event fired when existing daily menstrual cycle data is updated for a user from a connected provider." openapi-schema: ClientFacingMenstrualCycleChanged --- diff --git a/docs/event-catalog/daily.data.mindfulness_minutes.created.mdx b/docs/event-catalog/daily.data.mindfulness_minutes.created.mdx index 9fa1c882c..dfb20ea55 100644 --- a/docs/event-catalog/daily.data.mindfulness_minutes.created.mdx +++ b/docs/event-catalog/daily.data.mindfulness_minutes.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.mindfulness_minutes.created +description: "Webhook event fired when new daily mindfulness minutes data is ingested for a user from a connected provider." openapi-schema: ClientFacingMindfulnessMinutesChanged --- diff --git a/docs/event-catalog/daily.data.mindfulness_minutes.updated.mdx b/docs/event-catalog/daily.data.mindfulness_minutes.updated.mdx index 0cf0c72ee..b6254edd5 100644 --- a/docs/event-catalog/daily.data.mindfulness_minutes.updated.mdx +++ b/docs/event-catalog/daily.data.mindfulness_minutes.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.mindfulness_minutes.updated +description: "Webhook event fired when existing daily mindfulness minutes data is updated for a user from a connected provider." openapi-schema: ClientFacingMindfulnessMinutesChanged --- diff --git a/docs/event-catalog/daily.data.note.created.mdx b/docs/event-catalog/daily.data.note.created.mdx index 5f1684159..19c493251 100644 --- a/docs/event-catalog/daily.data.note.created.mdx +++ b/docs/event-catalog/daily.data.note.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.note.created +description: "Webhook event fired when new daily user note data is ingested for a user from a connected provider." openapi-schema: ClientFacingNoteChanged --- diff --git a/docs/event-catalog/daily.data.note.updated.mdx b/docs/event-catalog/daily.data.note.updated.mdx index 4cf7ed32c..4750a4c92 100644 --- a/docs/event-catalog/daily.data.note.updated.mdx +++ b/docs/event-catalog/daily.data.note.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.note.updated +description: "Webhook event fired when existing daily user note data is updated for a user from a connected provider." openapi-schema: ClientFacingNoteChanged --- diff --git a/docs/event-catalog/daily.data.peak_expiratory_flow_rate.created.mdx b/docs/event-catalog/daily.data.peak_expiratory_flow_rate.created.mdx index 236d67281..807476883 100644 --- a/docs/event-catalog/daily.data.peak_expiratory_flow_rate.created.mdx +++ b/docs/event-catalog/daily.data.peak_expiratory_flow_rate.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.peak_expiratory_flow_rate.created +description: "Webhook event fired when new daily peak expiratory flow rate data is ingested for a user from a connected provider." openapi-schema: ClientFacingPeakExpiratoryFlowRateChanged --- diff --git a/docs/event-catalog/daily.data.peak_expiratory_flow_rate.updated.mdx b/docs/event-catalog/daily.data.peak_expiratory_flow_rate.updated.mdx index 24fbda2fd..fae2326b5 100644 --- a/docs/event-catalog/daily.data.peak_expiratory_flow_rate.updated.mdx +++ b/docs/event-catalog/daily.data.peak_expiratory_flow_rate.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.peak_expiratory_flow_rate.updated +description: "Webhook event fired when existing daily peak expiratory flow rate data is updated for a user from a connected provider." openapi-schema: ClientFacingPeakExpiratoryFlowRateChanged --- diff --git a/docs/event-catalog/daily.data.profile.created.mdx b/docs/event-catalog/daily.data.profile.created.mdx index b133c3319..981fbd8b8 100644 --- a/docs/event-catalog/daily.data.profile.created.mdx +++ b/docs/event-catalog/daily.data.profile.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.profile.created +description: "Webhook event fired when new daily user profile data is ingested for a user from a connected provider." openapi-schema: ClientFacingProfileChanged --- diff --git a/docs/event-catalog/daily.data.profile.updated.mdx b/docs/event-catalog/daily.data.profile.updated.mdx index c881503e1..1031abd45 100644 --- a/docs/event-catalog/daily.data.profile.updated.mdx +++ b/docs/event-catalog/daily.data.profile.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.profile.updated +description: "Webhook event fired when existing daily user profile data is updated for a user from a connected provider." openapi-schema: ClientFacingProfileChanged --- diff --git a/docs/event-catalog/daily.data.respiratory_rate.created.mdx b/docs/event-catalog/daily.data.respiratory_rate.created.mdx index f0807e72e..be7400de0 100644 --- a/docs/event-catalog/daily.data.respiratory_rate.created.mdx +++ b/docs/event-catalog/daily.data.respiratory_rate.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.respiratory_rate.created +description: "Webhook event fired when new daily respiratory rate data is ingested for a user from a connected provider." openapi-schema: ClientFacingRespiratoryRateChanged --- diff --git a/docs/event-catalog/daily.data.respiratory_rate.updated.mdx b/docs/event-catalog/daily.data.respiratory_rate.updated.mdx index 952ac7671..416d1a041 100644 --- a/docs/event-catalog/daily.data.respiratory_rate.updated.mdx +++ b/docs/event-catalog/daily.data.respiratory_rate.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.respiratory_rate.updated +description: "Webhook event fired when existing daily respiratory rate data is updated for a user from a connected provider." openapi-schema: ClientFacingRespiratoryRateChanged --- diff --git a/docs/event-catalog/daily.data.sleep.created.mdx b/docs/event-catalog/daily.data.sleep.created.mdx index d171ab80e..0cd789f70 100644 --- a/docs/event-catalog/daily.data.sleep.created.mdx +++ b/docs/event-catalog/daily.data.sleep.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.sleep.created +description: "Webhook event fired when new daily sleep data is ingested for a user from a connected provider." openapi-schema: ClientFacingSleepChanged --- diff --git a/docs/event-catalog/daily.data.sleep.updated.mdx b/docs/event-catalog/daily.data.sleep.updated.mdx index 4263fac42..ef84278af 100644 --- a/docs/event-catalog/daily.data.sleep.updated.mdx +++ b/docs/event-catalog/daily.data.sleep.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.sleep.updated +description: "Webhook event fired when existing daily sleep data is updated for a user from a connected provider." openapi-schema: ClientFacingSleepChanged --- diff --git a/docs/event-catalog/daily.data.sleep_apnea_alert.created.mdx b/docs/event-catalog/daily.data.sleep_apnea_alert.created.mdx index a2f60dc46..48bf6b556 100644 --- a/docs/event-catalog/daily.data.sleep_apnea_alert.created.mdx +++ b/docs/event-catalog/daily.data.sleep_apnea_alert.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.sleep_apnea_alert.created +description: "Webhook event fired when new daily sleep apnea alert data is ingested for a user from a connected provider." openapi-schema: ClientFacingSleepApneaAlertChanged --- diff --git a/docs/event-catalog/daily.data.sleep_apnea_alert.updated.mdx b/docs/event-catalog/daily.data.sleep_apnea_alert.updated.mdx index 3ed5a2d3d..02f1c6e1d 100644 --- a/docs/event-catalog/daily.data.sleep_apnea_alert.updated.mdx +++ b/docs/event-catalog/daily.data.sleep_apnea_alert.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.sleep_apnea_alert.updated +description: "Webhook event fired when existing daily sleep apnea alert data is updated for a user from a connected provider." openapi-schema: ClientFacingSleepApneaAlertChanged --- diff --git a/docs/event-catalog/daily.data.sleep_breathing_disturbance.created.mdx b/docs/event-catalog/daily.data.sleep_breathing_disturbance.created.mdx index 604be3809..df6da5406 100644 --- a/docs/event-catalog/daily.data.sleep_breathing_disturbance.created.mdx +++ b/docs/event-catalog/daily.data.sleep_breathing_disturbance.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.sleep_breathing_disturbance.created +description: "Webhook event fired when new daily sleep breathing disturbance data is ingested for a user from a connected provider." openapi-schema: ClientFacingSleepBreathingDisturbanceChanged --- diff --git a/docs/event-catalog/daily.data.sleep_breathing_disturbance.updated.mdx b/docs/event-catalog/daily.data.sleep_breathing_disturbance.updated.mdx index 077d3fa80..4bdf3c210 100644 --- a/docs/event-catalog/daily.data.sleep_breathing_disturbance.updated.mdx +++ b/docs/event-catalog/daily.data.sleep_breathing_disturbance.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.sleep_breathing_disturbance.updated +description: "Webhook event fired when existing daily sleep breathing disturbance data is updated for a user from a connected provider." openapi-schema: ClientFacingSleepBreathingDisturbanceChanged --- diff --git a/docs/event-catalog/daily.data.sleep_cycle.created.mdx b/docs/event-catalog/daily.data.sleep_cycle.created.mdx index c80dd4c78..09e8e6036 100644 --- a/docs/event-catalog/daily.data.sleep_cycle.created.mdx +++ b/docs/event-catalog/daily.data.sleep_cycle.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.sleep_cycle.created +description: "Webhook event fired when new daily sleep cycle data is ingested for a user from a connected provider." openapi-schema: ClientFacingSleepCycleChanged --- diff --git a/docs/event-catalog/daily.data.sleep_cycle.updated.mdx b/docs/event-catalog/daily.data.sleep_cycle.updated.mdx index 6d28c8513..5fefae212 100644 --- a/docs/event-catalog/daily.data.sleep_cycle.updated.mdx +++ b/docs/event-catalog/daily.data.sleep_cycle.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.sleep_cycle.updated +description: "Webhook event fired when existing daily sleep cycle data is updated for a user from a connected provider." openapi-schema: ClientFacingSleepCycleChanged --- diff --git a/docs/event-catalog/daily.data.stand_duration.created.mdx b/docs/event-catalog/daily.data.stand_duration.created.mdx index 007c5b01f..f130cbf31 100644 --- a/docs/event-catalog/daily.data.stand_duration.created.mdx +++ b/docs/event-catalog/daily.data.stand_duration.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.stand_duration.created +description: "Webhook event fired when new daily stand duration data is ingested for a user from a connected provider." openapi-schema: ClientFacingStandDurationChanged --- diff --git a/docs/event-catalog/daily.data.stand_duration.updated.mdx b/docs/event-catalog/daily.data.stand_duration.updated.mdx index e1e1883d0..788e79c5e 100644 --- a/docs/event-catalog/daily.data.stand_duration.updated.mdx +++ b/docs/event-catalog/daily.data.stand_duration.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.stand_duration.updated +description: "Webhook event fired when existing daily stand duration data is updated for a user from a connected provider." openapi-schema: ClientFacingStandDurationChanged --- diff --git a/docs/event-catalog/daily.data.stand_hour.created.mdx b/docs/event-catalog/daily.data.stand_hour.created.mdx index 1fa07dbbb..57a04c715 100644 --- a/docs/event-catalog/daily.data.stand_hour.created.mdx +++ b/docs/event-catalog/daily.data.stand_hour.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.stand_hour.created +description: "Webhook event fired when new daily stand hour data is ingested for a user from a connected provider." openapi-schema: ClientFacingStandHourChanged --- diff --git a/docs/event-catalog/daily.data.stand_hour.updated.mdx b/docs/event-catalog/daily.data.stand_hour.updated.mdx index cdf7e4b9c..ff4e7a96d 100644 --- a/docs/event-catalog/daily.data.stand_hour.updated.mdx +++ b/docs/event-catalog/daily.data.stand_hour.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.stand_hour.updated +description: "Webhook event fired when existing daily stand hour data is updated for a user from a connected provider." openapi-schema: ClientFacingStandHourChanged --- diff --git a/docs/event-catalog/daily.data.steps.created.mdx b/docs/event-catalog/daily.data.steps.created.mdx index a3656ae35..e130834a9 100644 --- a/docs/event-catalog/daily.data.steps.created.mdx +++ b/docs/event-catalog/daily.data.steps.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.steps.created +description: "Webhook event fired when new daily step count data is ingested for a user from a connected provider." openapi-schema: ClientFacingStepsChanged --- diff --git a/docs/event-catalog/daily.data.steps.updated.mdx b/docs/event-catalog/daily.data.steps.updated.mdx index c7fce7afa..1d6c49ead 100644 --- a/docs/event-catalog/daily.data.steps.updated.mdx +++ b/docs/event-catalog/daily.data.steps.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.steps.updated +description: "Webhook event fired when existing daily step count data is updated for a user from a connected provider." openapi-schema: ClientFacingStepsChanged --- diff --git a/docs/event-catalog/daily.data.stress_level.created.mdx b/docs/event-catalog/daily.data.stress_level.created.mdx index c86c9fcbb..00c5cb767 100644 --- a/docs/event-catalog/daily.data.stress_level.created.mdx +++ b/docs/event-catalog/daily.data.stress_level.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.stress_level.created +description: "Webhook event fired when new daily stress level data is ingested for a user from a connected provider." openapi-schema: ClientFacingStressLevelChanged --- diff --git a/docs/event-catalog/daily.data.stress_level.updated.mdx b/docs/event-catalog/daily.data.stress_level.updated.mdx index b2af4e320..8b07f04fb 100644 --- a/docs/event-catalog/daily.data.stress_level.updated.mdx +++ b/docs/event-catalog/daily.data.stress_level.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.stress_level.updated +description: "Webhook event fired when existing daily stress level data is updated for a user from a connected provider." openapi-schema: ClientFacingStressLevelChanged --- diff --git a/docs/event-catalog/daily.data.uv_exposure.created.mdx b/docs/event-catalog/daily.data.uv_exposure.created.mdx index 2913b31f7..b2fa3968a 100644 --- a/docs/event-catalog/daily.data.uv_exposure.created.mdx +++ b/docs/event-catalog/daily.data.uv_exposure.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.uv_exposure.created +description: "Webhook event fired when new daily ultraviolet (UV) exposure data is ingested for a user from a connected provider." openapi-schema: ClientFacingUvExposureChanged --- diff --git a/docs/event-catalog/daily.data.uv_exposure.updated.mdx b/docs/event-catalog/daily.data.uv_exposure.updated.mdx index 579e9e502..51a72975f 100644 --- a/docs/event-catalog/daily.data.uv_exposure.updated.mdx +++ b/docs/event-catalog/daily.data.uv_exposure.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.uv_exposure.updated +description: "Webhook event fired when existing daily ultraviolet (UV) exposure data is updated for a user from a connected provider." openapi-schema: ClientFacingUvExposureChanged --- diff --git a/docs/event-catalog/daily.data.vo2_max.created.mdx b/docs/event-catalog/daily.data.vo2_max.created.mdx index 0406d184a..828ef3855 100644 --- a/docs/event-catalog/daily.data.vo2_max.created.mdx +++ b/docs/event-catalog/daily.data.vo2_max.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.vo2_max.created +description: "Webhook event fired when new daily VO2 max data is ingested for a user from a connected provider." openapi-schema: ClientFacingVo2MaxChanged --- diff --git a/docs/event-catalog/daily.data.vo2_max.updated.mdx b/docs/event-catalog/daily.data.vo2_max.updated.mdx index b5de0d2ab..a4491a352 100644 --- a/docs/event-catalog/daily.data.vo2_max.updated.mdx +++ b/docs/event-catalog/daily.data.vo2_max.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.vo2_max.updated +description: "Webhook event fired when existing daily VO2 max data is updated for a user from a connected provider." openapi-schema: ClientFacingVo2MaxChanged --- diff --git a/docs/event-catalog/daily.data.waist_circumference.created.mdx b/docs/event-catalog/daily.data.waist_circumference.created.mdx index 32e058015..8e38c5caf 100644 --- a/docs/event-catalog/daily.data.waist_circumference.created.mdx +++ b/docs/event-catalog/daily.data.waist_circumference.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.waist_circumference.created +description: "Webhook event fired when new daily waist circumference data is ingested for a user from a connected provider." openapi-schema: ClientFacingWaistCircumferenceChanged --- diff --git a/docs/event-catalog/daily.data.waist_circumference.updated.mdx b/docs/event-catalog/daily.data.waist_circumference.updated.mdx index 9667d6f6e..9e4556d77 100644 --- a/docs/event-catalog/daily.data.waist_circumference.updated.mdx +++ b/docs/event-catalog/daily.data.waist_circumference.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.waist_circumference.updated +description: "Webhook event fired when existing daily waist circumference data is updated for a user from a connected provider." openapi-schema: ClientFacingWaistCircumferenceChanged --- diff --git a/docs/event-catalog/daily.data.water.created.mdx b/docs/event-catalog/daily.data.water.created.mdx index f2fe2eafe..1f1d6cf58 100644 --- a/docs/event-catalog/daily.data.water.created.mdx +++ b/docs/event-catalog/daily.data.water.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.water.created +description: "Webhook event fired when new daily water intake data is ingested for a user from a connected provider." openapi-schema: ClientFacingWaterChanged --- diff --git a/docs/event-catalog/daily.data.water.updated.mdx b/docs/event-catalog/daily.data.water.updated.mdx index 2bbd42895..52a623744 100644 --- a/docs/event-catalog/daily.data.water.updated.mdx +++ b/docs/event-catalog/daily.data.water.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.water.updated +description: "Webhook event fired when existing daily water intake data is updated for a user from a connected provider." openapi-schema: ClientFacingWaterChanged --- diff --git a/docs/event-catalog/daily.data.weight.created.mdx b/docs/event-catalog/daily.data.weight.created.mdx index c96e210ff..6ec1d6c6d 100644 --- a/docs/event-catalog/daily.data.weight.created.mdx +++ b/docs/event-catalog/daily.data.weight.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.weight.created +description: "Webhook event fired when new daily body weight data is ingested for a user from a connected provider." openapi-schema: ClientFacingWeightChanged --- diff --git a/docs/event-catalog/daily.data.weight.updated.mdx b/docs/event-catalog/daily.data.weight.updated.mdx index 46ad7b479..26155b432 100644 --- a/docs/event-catalog/daily.data.weight.updated.mdx +++ b/docs/event-catalog/daily.data.weight.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.weight.updated +description: "Webhook event fired when existing daily body weight data is updated for a user from a connected provider." openapi-schema: ClientFacingWeightChanged --- diff --git a/docs/event-catalog/daily.data.wheelchair_push.created.mdx b/docs/event-catalog/daily.data.wheelchair_push.created.mdx index d76cdf9af..e27e6e566 100644 --- a/docs/event-catalog/daily.data.wheelchair_push.created.mdx +++ b/docs/event-catalog/daily.data.wheelchair_push.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.wheelchair_push.created +description: "Webhook event fired when new daily wheelchair push data is ingested for a user from a connected provider." openapi-schema: ClientFacingWheelchairPushChanged --- diff --git a/docs/event-catalog/daily.data.wheelchair_push.updated.mdx b/docs/event-catalog/daily.data.wheelchair_push.updated.mdx index 3a29bf1ee..5a3ac2896 100644 --- a/docs/event-catalog/daily.data.wheelchair_push.updated.mdx +++ b/docs/event-catalog/daily.data.wheelchair_push.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.wheelchair_push.updated +description: "Webhook event fired when existing daily wheelchair push data is updated for a user from a connected provider." openapi-schema: ClientFacingWheelchairPushChanged --- diff --git a/docs/event-catalog/daily.data.workout_distance.created.mdx b/docs/event-catalog/daily.data.workout_distance.created.mdx index 5c5ab3696..964b5b412 100644 --- a/docs/event-catalog/daily.data.workout_distance.created.mdx +++ b/docs/event-catalog/daily.data.workout_distance.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.workout_distance.created +description: "Webhook event fired when new daily workout distance data is ingested for a user from a connected provider." openapi-schema: ClientFacingWorkoutDistanceChanged --- diff --git a/docs/event-catalog/daily.data.workout_distance.updated.mdx b/docs/event-catalog/daily.data.workout_distance.updated.mdx index 31ca77256..2fcee7df1 100644 --- a/docs/event-catalog/daily.data.workout_distance.updated.mdx +++ b/docs/event-catalog/daily.data.workout_distance.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.workout_distance.updated +description: "Webhook event fired when existing daily workout distance data is updated for a user from a connected provider." openapi-schema: ClientFacingWorkoutDistanceChanged --- diff --git a/docs/event-catalog/daily.data.workout_duration.created.mdx b/docs/event-catalog/daily.data.workout_duration.created.mdx index d0657457c..b1fd2c835 100644 --- a/docs/event-catalog/daily.data.workout_duration.created.mdx +++ b/docs/event-catalog/daily.data.workout_duration.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.workout_duration.created +description: "Webhook event fired when new daily workout duration data is ingested for a user from a connected provider." openapi-schema: ClientFacingWorkoutDurationChanged --- diff --git a/docs/event-catalog/daily.data.workout_duration.updated.mdx b/docs/event-catalog/daily.data.workout_duration.updated.mdx index d3c4ac7bf..06e444fe3 100644 --- a/docs/event-catalog/daily.data.workout_duration.updated.mdx +++ b/docs/event-catalog/daily.data.workout_duration.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.workout_duration.updated +description: "Webhook event fired when existing daily workout duration data is updated for a user from a connected provider." openapi-schema: ClientFacingWorkoutDurationChanged --- diff --git a/docs/event-catalog/daily.data.workout_stream.created.mdx b/docs/event-catalog/daily.data.workout_stream.created.mdx index a9b506b86..1b44fe0d4 100644 --- a/docs/event-catalog/daily.data.workout_stream.created.mdx +++ b/docs/event-catalog/daily.data.workout_stream.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.workout_stream.created +description: "Webhook event fired when new daily workout stream data is ingested for a user from a connected provider." openapi-schema: ClientFacingWorkoutStreamChanged --- diff --git a/docs/event-catalog/daily.data.workout_stream.updated.mdx b/docs/event-catalog/daily.data.workout_stream.updated.mdx index 483de9738..498f3e008 100644 --- a/docs/event-catalog/daily.data.workout_stream.updated.mdx +++ b/docs/event-catalog/daily.data.workout_stream.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.workout_stream.updated +description: "Webhook event fired when existing daily workout stream data is updated for a user from a connected provider." openapi-schema: ClientFacingWorkoutStreamChanged --- diff --git a/docs/event-catalog/daily.data.workout_swimming_stroke.created.mdx b/docs/event-catalog/daily.data.workout_swimming_stroke.created.mdx index 018082028..d2f259e29 100644 --- a/docs/event-catalog/daily.data.workout_swimming_stroke.created.mdx +++ b/docs/event-catalog/daily.data.workout_swimming_stroke.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.workout_swimming_stroke.created +description: "Webhook event fired when new daily workout swimming stroke data is ingested for a user from a connected provider." openapi-schema: ClientFacingWorkoutSwimmingStrokeChanged --- diff --git a/docs/event-catalog/daily.data.workout_swimming_stroke.updated.mdx b/docs/event-catalog/daily.data.workout_swimming_stroke.updated.mdx index 82ccd2045..b89be6d03 100644 --- a/docs/event-catalog/daily.data.workout_swimming_stroke.updated.mdx +++ b/docs/event-catalog/daily.data.workout_swimming_stroke.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.workout_swimming_stroke.updated +description: "Webhook event fired when existing daily workout swimming stroke data is updated for a user from a connected provider." openapi-schema: ClientFacingWorkoutSwimmingStrokeChanged --- diff --git a/docs/event-catalog/daily.data.workouts.created.mdx b/docs/event-catalog/daily.data.workouts.created.mdx index 8c113085a..636afa12d 100644 --- a/docs/event-catalog/daily.data.workouts.created.mdx +++ b/docs/event-catalog/daily.data.workouts.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.workouts.created +description: "Webhook event fired when new daily workout data is ingested for a user from a connected provider." openapi-schema: ClientFacingWorkoutsChanged --- diff --git a/docs/event-catalog/daily.data.workouts.updated.mdx b/docs/event-catalog/daily.data.workouts.updated.mdx index 6288a5552..42277f08c 100644 --- a/docs/event-catalog/daily.data.workouts.updated.mdx +++ b/docs/event-catalog/daily.data.workouts.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.workouts.updated +description: "Webhook event fired when existing daily workout data is updated for a user from a connected provider." openapi-schema: ClientFacingWorkoutsChanged --- diff --git a/docs/event-catalog/historical.data.activity.created.mdx b/docs/event-catalog/historical.data.activity.created.mdx index 9791dcda5..5152e618a 100644 --- a/docs/event-catalog/historical.data.activity.created.mdx +++ b/docs/event-catalog/historical.data.activity.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.activity.created +description: "Webhook event fired when historical activity data has finished backfilling for a newly connected user." openapi-schema: ClientFacingActivityHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.afib_burden.created.mdx b/docs/event-catalog/historical.data.afib_burden.created.mdx index a0b666a56..92954407f 100644 --- a/docs/event-catalog/historical.data.afib_burden.created.mdx +++ b/docs/event-catalog/historical.data.afib_burden.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.afib_burden.created +description: "Webhook event fired when historical atrial fibrillation burden data has finished backfilling for a newly connected user." openapi-schema: ClientFacingAfibBurdenHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.basal_body_temperature.created.mdx b/docs/event-catalog/historical.data.basal_body_temperature.created.mdx index 03e849661..a2fb1ff0b 100644 --- a/docs/event-catalog/historical.data.basal_body_temperature.created.mdx +++ b/docs/event-catalog/historical.data.basal_body_temperature.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.basal_body_temperature.created +description: "Webhook event fired when historical basal body temperature data has finished backfilling for a newly connected user." openapi-schema: ClientFacingBasalBodyTemperatureHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.blood_oxygen.created.mdx b/docs/event-catalog/historical.data.blood_oxygen.created.mdx index f18f9f6c9..600ce1247 100644 --- a/docs/event-catalog/historical.data.blood_oxygen.created.mdx +++ b/docs/event-catalog/historical.data.blood_oxygen.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.blood_oxygen.created +description: "Webhook event fired when historical blood oxygen saturation data has finished backfilling for a newly connected user." openapi-schema: ClientFacingBloodOxygenHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.blood_pressure.created.mdx b/docs/event-catalog/historical.data.blood_pressure.created.mdx index 1ce30963a..a9e40eae9 100644 --- a/docs/event-catalog/historical.data.blood_pressure.created.mdx +++ b/docs/event-catalog/historical.data.blood_pressure.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.blood_pressure.created +description: "Webhook event fired when historical blood pressure data has finished backfilling for a newly connected user." openapi-schema: ClientFacingBloodPressureHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.body.created.mdx b/docs/event-catalog/historical.data.body.created.mdx index d305f576b..46ec2bf0e 100644 --- a/docs/event-catalog/historical.data.body.created.mdx +++ b/docs/event-catalog/historical.data.body.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.body.created +description: "Webhook event fired when historical body measurement data has finished backfilling for a newly connected user." openapi-schema: ClientFacingBodyHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.body_mass_index.created.mdx b/docs/event-catalog/historical.data.body_mass_index.created.mdx index 03161b9f4..4cff4470a 100644 --- a/docs/event-catalog/historical.data.body_mass_index.created.mdx +++ b/docs/event-catalog/historical.data.body_mass_index.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.body_mass_index.created +description: "Webhook event fired when historical body mass index (BMI) data has finished backfilling for a newly connected user." openapi-schema: ClientFacingBodyMassIndexHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.body_temperature.created.mdx b/docs/event-catalog/historical.data.body_temperature.created.mdx index ddc286a23..e6862c412 100644 --- a/docs/event-catalog/historical.data.body_temperature.created.mdx +++ b/docs/event-catalog/historical.data.body_temperature.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.body_temperature.created +description: "Webhook event fired when historical body temperature data has finished backfilling for a newly connected user." openapi-schema: ClientFacingBodyTemperatureHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.body_temperature_delta.created.mdx b/docs/event-catalog/historical.data.body_temperature_delta.created.mdx index c42b4d3a7..b733b2d3d 100644 --- a/docs/event-catalog/historical.data.body_temperature_delta.created.mdx +++ b/docs/event-catalog/historical.data.body_temperature_delta.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.body_temperature_delta.created +description: "Webhook event fired when historical body temperature delta data has finished backfilling for a newly connected user." openapi-schema: ClientFacingBodyTemperatureDeltaHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.caffeine.created.mdx b/docs/event-catalog/historical.data.caffeine.created.mdx index 3737cbc21..7a2bfbe64 100644 --- a/docs/event-catalog/historical.data.caffeine.created.mdx +++ b/docs/event-catalog/historical.data.caffeine.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.caffeine.created +description: "Webhook event fired when historical caffeine intake data has finished backfilling for a newly connected user." openapi-schema: ClientFacingCaffeineHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.calories_active.created.mdx b/docs/event-catalog/historical.data.calories_active.created.mdx index ba418647b..14091e233 100644 --- a/docs/event-catalog/historical.data.calories_active.created.mdx +++ b/docs/event-catalog/historical.data.calories_active.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.calories_active.created +description: "Webhook event fired when historical active calories data has finished backfilling for a newly connected user." openapi-schema: ClientFacingCaloriesActiveHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.calories_basal.created.mdx b/docs/event-catalog/historical.data.calories_basal.created.mdx index 55ffd263a..01fbe0485 100644 --- a/docs/event-catalog/historical.data.calories_basal.created.mdx +++ b/docs/event-catalog/historical.data.calories_basal.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.calories_basal.created +description: "Webhook event fired when historical basal calories data has finished backfilling for a newly connected user." openapi-schema: ClientFacingCaloriesBasalHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.carbohydrates.created.mdx b/docs/event-catalog/historical.data.carbohydrates.created.mdx index f9af5f521..fd70934c7 100644 --- a/docs/event-catalog/historical.data.carbohydrates.created.mdx +++ b/docs/event-catalog/historical.data.carbohydrates.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.carbohydrates.created +description: "Webhook event fired when historical carbohydrate intake data has finished backfilling for a newly connected user." openapi-schema: ClientFacingCarbohydratesHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.cholesterol.created.mdx b/docs/event-catalog/historical.data.cholesterol.created.mdx index 5d766e569..395ffee90 100644 --- a/docs/event-catalog/historical.data.cholesterol.created.mdx +++ b/docs/event-catalog/historical.data.cholesterol.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.cholesterol.created +description: "Webhook event fired when historical cholesterol intake data has finished backfilling for a newly connected user." openapi-schema: ClientFacingCholesterolHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.daylight_exposure.created.mdx b/docs/event-catalog/historical.data.daylight_exposure.created.mdx index fe63426e0..ed540f0a5 100644 --- a/docs/event-catalog/historical.data.daylight_exposure.created.mdx +++ b/docs/event-catalog/historical.data.daylight_exposure.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.daylight_exposure.created +description: "Webhook event fired when historical daylight exposure data has finished backfilling for a newly connected user." openapi-schema: ClientFacingDaylightExposureHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.distance.created.mdx b/docs/event-catalog/historical.data.distance.created.mdx index b696edf15..4335e6d3a 100644 --- a/docs/event-catalog/historical.data.distance.created.mdx +++ b/docs/event-catalog/historical.data.distance.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.distance.created +description: "Webhook event fired when historical distance data has finished backfilling for a newly connected user." openapi-schema: ClientFacingDistanceHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.electrocardiogram.created.mdx b/docs/event-catalog/historical.data.electrocardiogram.created.mdx index f6b70e3b9..83de89ee3 100644 --- a/docs/event-catalog/historical.data.electrocardiogram.created.mdx +++ b/docs/event-catalog/historical.data.electrocardiogram.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.electrocardiogram.created +description: "Webhook event fired when historical electrocardiogram (ECG) data has finished backfilling for a newly connected user." openapi-schema: ClientFacingElectrocardiogramHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.electrocardiogram_voltage.created.mdx b/docs/event-catalog/historical.data.electrocardiogram_voltage.created.mdx index b20ec6a08..c92d909ae 100644 --- a/docs/event-catalog/historical.data.electrocardiogram_voltage.created.mdx +++ b/docs/event-catalog/historical.data.electrocardiogram_voltage.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.electrocardiogram_voltage.created +description: "Webhook event fired when historical electrocardiogram (ECG) voltage data has finished backfilling for a newly connected user." openapi-schema: ClientFacingElectrocardiogramVoltageHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.fall.created.mdx b/docs/event-catalog/historical.data.fall.created.mdx index 445ec38f3..4643ac659 100644 --- a/docs/event-catalog/historical.data.fall.created.mdx +++ b/docs/event-catalog/historical.data.fall.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.fall.created +description: "Webhook event fired when historical fall detection data has finished backfilling for a newly connected user." openapi-schema: ClientFacingFallHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.fat.created.mdx b/docs/event-catalog/historical.data.fat.created.mdx index 9d273724e..a336c1a15 100644 --- a/docs/event-catalog/historical.data.fat.created.mdx +++ b/docs/event-catalog/historical.data.fat.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.fat.created +description: "Webhook event fired when historical fat intake data has finished backfilling for a newly connected user." openapi-schema: ClientFacingFatHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.floors_climbed.created.mdx b/docs/event-catalog/historical.data.floors_climbed.created.mdx index 3d26cf452..2f9ee5028 100644 --- a/docs/event-catalog/historical.data.floors_climbed.created.mdx +++ b/docs/event-catalog/historical.data.floors_climbed.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.floors_climbed.created +description: "Webhook event fired when historical floors climbed data has finished backfilling for a newly connected user." openapi-schema: ClientFacingFloorsClimbedHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.forced_expiratory_volume_1.created.mdx b/docs/event-catalog/historical.data.forced_expiratory_volume_1.created.mdx index 86e3df135..3c1b7a61b 100644 --- a/docs/event-catalog/historical.data.forced_expiratory_volume_1.created.mdx +++ b/docs/event-catalog/historical.data.forced_expiratory_volume_1.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.forced_expiratory_volume_1.created +description: "Webhook event fired when historical forced expiratory volume (FEV1) data has finished backfilling for a newly connected user." openapi-schema: ClientFacingForcedExpiratoryVolume1HistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.forced_vital_capacity.created.mdx b/docs/event-catalog/historical.data.forced_vital_capacity.created.mdx index 4d455991c..f58fb41cf 100644 --- a/docs/event-catalog/historical.data.forced_vital_capacity.created.mdx +++ b/docs/event-catalog/historical.data.forced_vital_capacity.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.forced_vital_capacity.created +description: "Webhook event fired when historical forced vital capacity data has finished backfilling for a newly connected user." openapi-schema: ClientFacingForcedVitalCapacityHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.glucose.created.mdx b/docs/event-catalog/historical.data.glucose.created.mdx index 50c657b21..fc2eee593 100644 --- a/docs/event-catalog/historical.data.glucose.created.mdx +++ b/docs/event-catalog/historical.data.glucose.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.glucose.created +description: "Webhook event fired when historical blood glucose data has finished backfilling for a newly connected user." openapi-schema: ClientFacingGlucoseHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.handwashing.created.mdx b/docs/event-catalog/historical.data.handwashing.created.mdx index 39ea65f06..a4b06deb7 100644 --- a/docs/event-catalog/historical.data.handwashing.created.mdx +++ b/docs/event-catalog/historical.data.handwashing.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.handwashing.created +description: "Webhook event fired when historical handwashing data has finished backfilling for a newly connected user." openapi-schema: ClientFacingHandwashingHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.heart_rate_alert.created.mdx b/docs/event-catalog/historical.data.heart_rate_alert.created.mdx index a694c7f93..ca59b6fdd 100644 --- a/docs/event-catalog/historical.data.heart_rate_alert.created.mdx +++ b/docs/event-catalog/historical.data.heart_rate_alert.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.heart_rate_alert.created +description: "Webhook event fired when historical heart rate alert data has finished backfilling for a newly connected user." openapi-schema: ClientFacingHeartRateAlertHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.heart_rate_recovery_one_minute.created.mdx b/docs/event-catalog/historical.data.heart_rate_recovery_one_minute.created.mdx index 4c54f9a74..264eb76fd 100644 --- a/docs/event-catalog/historical.data.heart_rate_recovery_one_minute.created.mdx +++ b/docs/event-catalog/historical.data.heart_rate_recovery_one_minute.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.heart_rate_recovery_one_minute.created +description: "Webhook event fired when historical one-minute heart rate recovery data has finished backfilling for a newly connected user." openapi-schema: ClientFacingHeartRateRecoveryOneMinuteHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.heartrate.created.mdx b/docs/event-catalog/historical.data.heartrate.created.mdx index fdfe9f8c2..fe76bc7bf 100644 --- a/docs/event-catalog/historical.data.heartrate.created.mdx +++ b/docs/event-catalog/historical.data.heartrate.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.heartrate.created +description: "Webhook event fired when historical heart rate data has finished backfilling for a newly connected user." openapi-schema: ClientFacingHeartrateHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.hrv.created.mdx b/docs/event-catalog/historical.data.hrv.created.mdx index f0c89d2da..cfa623728 100644 --- a/docs/event-catalog/historical.data.hrv.created.mdx +++ b/docs/event-catalog/historical.data.hrv.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.hrv.created +description: "Webhook event fired when historical heart rate variability (HRV) data has finished backfilling for a newly connected user." openapi-schema: ClientFacingHrvHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.ige.created.mdx b/docs/event-catalog/historical.data.ige.created.mdx index 074325f9b..eb5bc3fd9 100644 --- a/docs/event-catalog/historical.data.ige.created.mdx +++ b/docs/event-catalog/historical.data.ige.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.ige.created +description: "Webhook event fired when historical immunoglobulin E (IgE) data has finished backfilling for a newly connected user." openapi-schema: ClientFacingIgeHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.igg.created.mdx b/docs/event-catalog/historical.data.igg.created.mdx index 1a5260b84..bc0586719 100644 --- a/docs/event-catalog/historical.data.igg.created.mdx +++ b/docs/event-catalog/historical.data.igg.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.igg.created +description: "Webhook event fired when historical immunoglobulin G (IgG) data has finished backfilling for a newly connected user." openapi-schema: ClientFacingIggHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.inhaler_usage.created.mdx b/docs/event-catalog/historical.data.inhaler_usage.created.mdx index a42b5c7af..1790cba2a 100644 --- a/docs/event-catalog/historical.data.inhaler_usage.created.mdx +++ b/docs/event-catalog/historical.data.inhaler_usage.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.inhaler_usage.created +description: "Webhook event fired when historical inhaler usage data has finished backfilling for a newly connected user." openapi-schema: ClientFacingInhalerUsageHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.insulin_injection.created.mdx b/docs/event-catalog/historical.data.insulin_injection.created.mdx index 0b29cb060..76196cf50 100644 --- a/docs/event-catalog/historical.data.insulin_injection.created.mdx +++ b/docs/event-catalog/historical.data.insulin_injection.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.insulin_injection.created +description: "Webhook event fired when historical insulin injection data has finished backfilling for a newly connected user." openapi-schema: ClientFacingInsulinInjectionHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.lean_body_mass.created.mdx b/docs/event-catalog/historical.data.lean_body_mass.created.mdx index e6e0ca79c..b88767e6b 100644 --- a/docs/event-catalog/historical.data.lean_body_mass.created.mdx +++ b/docs/event-catalog/historical.data.lean_body_mass.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.lean_body_mass.created +description: "Webhook event fired when historical lean body mass data has finished backfilling for a newly connected user." openapi-schema: ClientFacingLeanBodyMassHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.meal.created.mdx b/docs/event-catalog/historical.data.meal.created.mdx index 9e60dfff4..db3fa5e80 100644 --- a/docs/event-catalog/historical.data.meal.created.mdx +++ b/docs/event-catalog/historical.data.meal.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.meal.created +description: "Webhook event fired when historical meal data has finished backfilling for a newly connected user." openapi-schema: ClientFacingMealHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.menstrual_cycle.created.mdx b/docs/event-catalog/historical.data.menstrual_cycle.created.mdx index 278b96aec..c1f88e226 100644 --- a/docs/event-catalog/historical.data.menstrual_cycle.created.mdx +++ b/docs/event-catalog/historical.data.menstrual_cycle.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.menstrual_cycle.created +description: "Webhook event fired when historical menstrual cycle data has finished backfilling for a newly connected user." openapi-schema: ClientFacingMenstrualCycleHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.mindfulness_minutes.created.mdx b/docs/event-catalog/historical.data.mindfulness_minutes.created.mdx index e2eb64442..4338d1ae0 100644 --- a/docs/event-catalog/historical.data.mindfulness_minutes.created.mdx +++ b/docs/event-catalog/historical.data.mindfulness_minutes.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.mindfulness_minutes.created +description: "Webhook event fired when historical mindfulness minutes data has finished backfilling for a newly connected user." openapi-schema: ClientFacingMindfulnessMinutesHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.note.created.mdx b/docs/event-catalog/historical.data.note.created.mdx index 10004bdbf..7eee0abe3 100644 --- a/docs/event-catalog/historical.data.note.created.mdx +++ b/docs/event-catalog/historical.data.note.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.note.created +description: "Webhook event fired when historical user note data has finished backfilling for a newly connected user." openapi-schema: ClientFacingNoteHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.peak_expiratory_flow_rate.created.mdx b/docs/event-catalog/historical.data.peak_expiratory_flow_rate.created.mdx index 048f68931..fdf6ad6cf 100644 --- a/docs/event-catalog/historical.data.peak_expiratory_flow_rate.created.mdx +++ b/docs/event-catalog/historical.data.peak_expiratory_flow_rate.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.peak_expiratory_flow_rate.created +description: "Webhook event fired when historical peak expiratory flow rate data has finished backfilling for a newly connected user." openapi-schema: ClientFacingPeakExpiratoryFlowRateHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.profile.created.mdx b/docs/event-catalog/historical.data.profile.created.mdx index bd87fefd7..f39af3232 100644 --- a/docs/event-catalog/historical.data.profile.created.mdx +++ b/docs/event-catalog/historical.data.profile.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.profile.created +description: "Webhook event fired when historical user profile data has finished backfilling for a newly connected user." openapi-schema: ClientFacingProfileHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.respiratory_rate.created.mdx b/docs/event-catalog/historical.data.respiratory_rate.created.mdx index 7ade84890..19175d569 100644 --- a/docs/event-catalog/historical.data.respiratory_rate.created.mdx +++ b/docs/event-catalog/historical.data.respiratory_rate.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.respiratory_rate.created +description: "Webhook event fired when historical respiratory rate data has finished backfilling for a newly connected user." openapi-schema: ClientFacingRespiratoryRateHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.sleep.created.mdx b/docs/event-catalog/historical.data.sleep.created.mdx index 43b5e2d9a..833b68683 100644 --- a/docs/event-catalog/historical.data.sleep.created.mdx +++ b/docs/event-catalog/historical.data.sleep.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.sleep.created +description: "Webhook event fired when historical sleep data has finished backfilling for a newly connected user." openapi-schema: ClientFacingSleepHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.sleep_apnea_alert.created.mdx b/docs/event-catalog/historical.data.sleep_apnea_alert.created.mdx index e8458453f..2b0071158 100644 --- a/docs/event-catalog/historical.data.sleep_apnea_alert.created.mdx +++ b/docs/event-catalog/historical.data.sleep_apnea_alert.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.sleep_apnea_alert.created +description: "Webhook event fired when historical sleep apnea alert data has finished backfilling for a newly connected user." openapi-schema: ClientFacingSleepApneaAlertHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.sleep_breathing_disturbance.created.mdx b/docs/event-catalog/historical.data.sleep_breathing_disturbance.created.mdx index cb7f57ae0..71f334937 100644 --- a/docs/event-catalog/historical.data.sleep_breathing_disturbance.created.mdx +++ b/docs/event-catalog/historical.data.sleep_breathing_disturbance.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.sleep_breathing_disturbance.created +description: "Webhook event fired when historical sleep breathing disturbance data has finished backfilling for a newly connected user." openapi-schema: ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.sleep_cycle.created.mdx b/docs/event-catalog/historical.data.sleep_cycle.created.mdx index 0a3454a47..cbb47e08d 100644 --- a/docs/event-catalog/historical.data.sleep_cycle.created.mdx +++ b/docs/event-catalog/historical.data.sleep_cycle.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.sleep_cycle.created +description: "Webhook event fired when historical sleep cycle data has finished backfilling for a newly connected user." openapi-schema: ClientFacingSleepCycleHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.stand_duration.created.mdx b/docs/event-catalog/historical.data.stand_duration.created.mdx index 6b84002f3..07b050be4 100644 --- a/docs/event-catalog/historical.data.stand_duration.created.mdx +++ b/docs/event-catalog/historical.data.stand_duration.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.stand_duration.created +description: "Webhook event fired when historical stand duration data has finished backfilling for a newly connected user." openapi-schema: ClientFacingStandDurationHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.stand_hour.created.mdx b/docs/event-catalog/historical.data.stand_hour.created.mdx index 5d671ad83..1aa409634 100644 --- a/docs/event-catalog/historical.data.stand_hour.created.mdx +++ b/docs/event-catalog/historical.data.stand_hour.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.stand_hour.created +description: "Webhook event fired when historical stand hour data has finished backfilling for a newly connected user." openapi-schema: ClientFacingStandHourHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.steps.created.mdx b/docs/event-catalog/historical.data.steps.created.mdx index a0c56123a..e730ca155 100644 --- a/docs/event-catalog/historical.data.steps.created.mdx +++ b/docs/event-catalog/historical.data.steps.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.steps.created +description: "Webhook event fired when historical step count data has finished backfilling for a newly connected user." openapi-schema: ClientFacingStepsHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.stress_level.created.mdx b/docs/event-catalog/historical.data.stress_level.created.mdx index 02e22f902..162d582e9 100644 --- a/docs/event-catalog/historical.data.stress_level.created.mdx +++ b/docs/event-catalog/historical.data.stress_level.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.stress_level.created +description: "Webhook event fired when historical stress level data has finished backfilling for a newly connected user." openapi-schema: ClientFacingStressLevelHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.uv_exposure.created.mdx b/docs/event-catalog/historical.data.uv_exposure.created.mdx index 81ba4d558..8f5b3ddfe 100644 --- a/docs/event-catalog/historical.data.uv_exposure.created.mdx +++ b/docs/event-catalog/historical.data.uv_exposure.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.uv_exposure.created +description: "Webhook event fired when historical ultraviolet (UV) exposure data has finished backfilling for a newly connected user." openapi-schema: ClientFacingUvExposureHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.vo2_max.created.mdx b/docs/event-catalog/historical.data.vo2_max.created.mdx index 1bea58778..32e98b1f8 100644 --- a/docs/event-catalog/historical.data.vo2_max.created.mdx +++ b/docs/event-catalog/historical.data.vo2_max.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.vo2_max.created +description: "Webhook event fired when historical VO2 max data has finished backfilling for a newly connected user." openapi-schema: ClientFacingVo2MaxHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.waist_circumference.created.mdx b/docs/event-catalog/historical.data.waist_circumference.created.mdx index e9e8b5326..86f22bd9f 100644 --- a/docs/event-catalog/historical.data.waist_circumference.created.mdx +++ b/docs/event-catalog/historical.data.waist_circumference.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.waist_circumference.created +description: "Webhook event fired when historical waist circumference data has finished backfilling for a newly connected user." openapi-schema: ClientFacingWaistCircumferenceHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.water.created.mdx b/docs/event-catalog/historical.data.water.created.mdx index c8ee29f05..54f4a9abd 100644 --- a/docs/event-catalog/historical.data.water.created.mdx +++ b/docs/event-catalog/historical.data.water.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.water.created +description: "Webhook event fired when historical water intake data has finished backfilling for a newly connected user." openapi-schema: ClientFacingWaterHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.weight.created.mdx b/docs/event-catalog/historical.data.weight.created.mdx index 1177e312f..a85998654 100644 --- a/docs/event-catalog/historical.data.weight.created.mdx +++ b/docs/event-catalog/historical.data.weight.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.weight.created +description: "Webhook event fired when historical body weight data has finished backfilling for a newly connected user." openapi-schema: ClientFacingWeightHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.wheelchair_push.created.mdx b/docs/event-catalog/historical.data.wheelchair_push.created.mdx index b177f660a..2aec6aee1 100644 --- a/docs/event-catalog/historical.data.wheelchair_push.created.mdx +++ b/docs/event-catalog/historical.data.wheelchair_push.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.wheelchair_push.created +description: "Webhook event fired when historical wheelchair push data has finished backfilling for a newly connected user." openapi-schema: ClientFacingWheelchairPushHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.workout_distance.created.mdx b/docs/event-catalog/historical.data.workout_distance.created.mdx index 48c51064d..3241a285d 100644 --- a/docs/event-catalog/historical.data.workout_distance.created.mdx +++ b/docs/event-catalog/historical.data.workout_distance.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.workout_distance.created +description: "Webhook event fired when historical workout distance data has finished backfilling for a newly connected user." openapi-schema: ClientFacingWorkoutDistanceHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.workout_duration.created.mdx b/docs/event-catalog/historical.data.workout_duration.created.mdx index a27d4825b..27dc3dd47 100644 --- a/docs/event-catalog/historical.data.workout_duration.created.mdx +++ b/docs/event-catalog/historical.data.workout_duration.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.workout_duration.created +description: "Webhook event fired when historical workout duration data has finished backfilling for a newly connected user." openapi-schema: ClientFacingWorkoutDurationHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.workout_stream.created.mdx b/docs/event-catalog/historical.data.workout_stream.created.mdx index 710c4b2f2..63c6e45d4 100644 --- a/docs/event-catalog/historical.data.workout_stream.created.mdx +++ b/docs/event-catalog/historical.data.workout_stream.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.workout_stream.created +description: "Webhook event fired when historical workout stream data has finished backfilling for a newly connected user." openapi-schema: ClientFacingWorkoutStreamHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.workout_swimming_stroke.created.mdx b/docs/event-catalog/historical.data.workout_swimming_stroke.created.mdx index 50d1c8137..5ff409f45 100644 --- a/docs/event-catalog/historical.data.workout_swimming_stroke.created.mdx +++ b/docs/event-catalog/historical.data.workout_swimming_stroke.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.workout_swimming_stroke.created +description: "Webhook event fired when historical workout swimming stroke data has finished backfilling for a newly connected user." openapi-schema: ClientFacingWorkoutSwimmingStrokeHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.workouts.created.mdx b/docs/event-catalog/historical.data.workouts.created.mdx index 63f3040b0..e4d9a64a3 100644 --- a/docs/event-catalog/historical.data.workouts.created.mdx +++ b/docs/event-catalog/historical.data.workouts.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.workouts.created +description: "Webhook event fired when historical workout data has finished backfilling for a newly connected user." openapi-schema: ClientFacingWorkoutsHistoricalPullCompleted --- diff --git a/docs/event-catalog/lab_report.parsing_job.created.mdx b/docs/event-catalog/lab_report.parsing_job.created.mdx index 2d3f6dd7a..231af2365 100644 --- a/docs/event-catalog/lab_report.parsing_job.created.mdx +++ b/docs/event-catalog/lab_report.parsing_job.created.mdx @@ -1,4 +1,5 @@ --- title: lab_report.parsing_job.created +description: "Webhook event fired when a lab report parsing job is created and queued for processing." openapi-schema: ClientFacingLabReportParsingJobCreatedEvent --- diff --git a/docs/event-catalog/lab_report.parsing_job.updated.mdx b/docs/event-catalog/lab_report.parsing_job.updated.mdx index 6a71009c7..f9066c816 100644 --- a/docs/event-catalog/lab_report.parsing_job.updated.mdx +++ b/docs/event-catalog/lab_report.parsing_job.updated.mdx @@ -1,4 +1,5 @@ --- title: lab_report.parsing_job.updated +description: "Webhook event fired when a lab report parsing job changes status, such as completing or failing." openapi-schema: ClientFacingLabReportParsingJobUpdatedEvent --- diff --git a/docs/event-catalog/labtest.appointment.created.mdx b/docs/event-catalog/labtest.appointment.created.mdx index 37711d5a8..cb591ec95 100644 --- a/docs/event-catalog/labtest.appointment.created.mdx +++ b/docs/event-catalog/labtest.appointment.created.mdx @@ -1,4 +1,5 @@ --- title: labtest.appointment.created +description: "Webhook event fired when a new lab test appointment is booked for a user." openapi-schema: ClientFacingAppointmentChanged --- diff --git a/docs/event-catalog/labtest.appointment.updated.mdx b/docs/event-catalog/labtest.appointment.updated.mdx index f280c464d..cd7b68244 100644 --- a/docs/event-catalog/labtest.appointment.updated.mdx +++ b/docs/event-catalog/labtest.appointment.updated.mdx @@ -1,4 +1,5 @@ --- title: labtest.appointment.updated +description: "Webhook event fired when a lab test appointment is updated, such as a status or scheduling change." openapi-schema: ClientFacingAppointmentChanged --- diff --git a/docs/event-catalog/labtest.order.created.mdx b/docs/event-catalog/labtest.order.created.mdx index 7b44b2d15..87a50a9f3 100644 --- a/docs/event-catalog/labtest.order.created.mdx +++ b/docs/event-catalog/labtest.order.created.mdx @@ -1,4 +1,5 @@ --- title: labtest.order.created +description: "Webhook event fired when a new lab test order is created for a user." openapi-schema: ClientFacingOrderChanged --- diff --git a/docs/event-catalog/labtest.order.updated.mdx b/docs/event-catalog/labtest.order.updated.mdx index 2b4e2d7b2..f2e9b02cf 100644 --- a/docs/event-catalog/labtest.order.updated.mdx +++ b/docs/event-catalog/labtest.order.updated.mdx @@ -1,4 +1,5 @@ --- title: labtest.order.updated +description: "Webhook event fired when a lab test order is updated, such as a status or fulfilment change." openapi-schema: ClientFacingOrderChanged --- diff --git a/docs/event-catalog/labtest.result.critical.mdx b/docs/event-catalog/labtest.result.critical.mdx index c981957ff..e6401c9f4 100644 --- a/docs/event-catalog/labtest.result.critical.mdx +++ b/docs/event-catalog/labtest.result.critical.mdx @@ -1,4 +1,5 @@ --- title: labtest.result.critical +description: "Webhook event fired when a lab test result contains a value flagged as critical or out of range." openapi-schema: ClientFacingCriticalResultIdentified --- diff --git a/docs/event-catalog/provider.connection.created.mdx b/docs/event-catalog/provider.connection.created.mdx index a17765afa..4f99cf153 100644 --- a/docs/event-catalog/provider.connection.created.mdx +++ b/docs/event-catalog/provider.connection.created.mdx @@ -1,4 +1,5 @@ --- title: provider.connection.created +description: "Webhook event fired when a user successfully connects a new wearable or health data provider." openapi-schema: ClientFacingProviderConnectionCreatedEvent --- diff --git a/docs/event-catalog/provider.connection.error.mdx b/docs/event-catalog/provider.connection.error.mdx index dabe9a314..57d9b238d 100644 --- a/docs/event-catalog/provider.connection.error.mdx +++ b/docs/event-catalog/provider.connection.error.mdx @@ -1,4 +1,5 @@ --- title: provider.connection.error +description: "Webhook event fired when an error occurs with a user's provider connection, such as expired credentials." openapi-schema: ClientFacingProviderConnectionErrorEvent --- diff --git a/docs/event-catalog/provider.device.created.mdx b/docs/event-catalog/provider.device.created.mdx index 05465a85b..ae669a849 100644 --- a/docs/event-catalog/provider.device.created.mdx +++ b/docs/event-catalog/provider.device.created.mdx @@ -1,4 +1,5 @@ --- title: provider.device.created +description: "Webhook event fired when a new device is registered under a user's connected provider account." openapi-schema: ClientFacingDeviceChanged --- diff --git a/docs/event-catalog/provider.device.updated.mdx b/docs/event-catalog/provider.device.updated.mdx index 9487d5ee4..3466dd8fd 100644 --- a/docs/event-catalog/provider.device.updated.mdx +++ b/docs/event-catalog/provider.device.updated.mdx @@ -1,4 +1,5 @@ --- title: provider.device.updated +description: "Webhook event fired when an existing device under a user's connected provider is updated." openapi-schema: ClientFacingDeviceChanged ---