diff --git a/docs/api-reference/data/timeseries/afib-burden.mdx b/docs/api-reference/data/timeseries/afib-burden.mdx index 1090174e2..80cab7cc0 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 atrial fibrillation burden time series data for a user, grouped by their connected wearable provider source." 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..015f2bc0a 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 basal body temperature time series readings for a user, grouped by their connected wearable provider source." 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..cbfe727e0 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 blood oxygen saturation (SpO2) time series readings for a user, grouped by their connected wearable provider source." 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 6cb8630b5..88b4a61f9 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 blood pressure time series readings for a user, grouped by their connected wearable provider source." 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..035a5c5d9 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 body fat percentage time series measurements for a user, grouped by their connected wearable provider source." 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..2ab7631db 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 body mass index (BMI) time series measurements for a user, grouped by their connected wearable provider source." 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..a5b4f9852 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 body temperature delta time series readings for a user, grouped by their connected wearable provider source." 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..29d2f9aa9 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 body temperature time series readings for a user, grouped by their connected wearable provider source." 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..9a52d29ff 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 body weight time series measurements for a user, grouped by their connected wearable provider source." 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..3b615c715 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 caffeine intake time series data for a user, grouped by their connected nutrition or wearable provider source." 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..232a97cd6 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 active calories burned time series data for a user, grouped by their connected wearable provider source." 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..95e290473 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 basal calories burned time series data for a user, grouped by their connected wearable provider source." 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..552066704 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 carbohydrate intake time series data for a user, grouped by their connected nutrition or wearable provider source." 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..2fe0f4a92 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 cholesterol intake time series data for a user, grouped by their connected nutrition or wearable provider source." 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..1e4821dd4 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 daylight exposure time series data for a user, grouped by their connected wearable provider source." 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..45d999641 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 distance traveled time series data for a user, grouped by their connected wearable provider source." 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..83cfb6493 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 electrocardiogram voltage time series readings for a user, grouped by their connected wearable provider source." 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..8ce3eee23 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 fall detection event time series data for a user, grouped by their connected wearable provider source." 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..9561cbc24 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 floors climbed time series data for a user, grouped by their connected wearable provider source." 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..4f7ef3fc0 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 forced expiratory volume in one second (FEV1) time series readings, grouped by connected provider source." 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..160425b97 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 forced vital capacity (FVC) time series spirometry readings for a user, grouped by connected provider source." 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..182cd60af 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 blood glucose time series readings for a user, grouped by their connected continuous glucose monitor or provider source." 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..5d38e87c3 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 handwashing event time series data for a user, grouped by their connected wearable provider source." 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..a7c3cc22f 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 heart rate alert event time series data for a user, grouped by their connected wearable provider source." 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..0b72fb127 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 one-minute heart rate recovery time series data for a user, grouped by their connected wearable provider source." 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..a1c527ec1 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 heart rate time series readings for a user, grouped by their connected wearable provider source." 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..a4233260e 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 heart rate variability (HRV) time series readings for a user, grouped by their connected wearable provider source." 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..724c7390d 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 hypnogram sleep stage time series data for a user, grouped by their connected wearable provider source." 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..06c2fc82f 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 immunoglobulin E (IgE) time series lab readings for a user, grouped by their connected provider source." 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..88fdcb65f 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 immunoglobulin G (IgG) time series lab readings for a user, grouped by their connected provider source." 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..d78f5cee4 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 inhaler usage event time series data for a user, grouped by their connected health app provider source." 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..d922441e5 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 insulin injection event time series data for a user, grouped by their connected health app provider source." 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..2f5d0897d 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 lean body mass time series measurements for a user, grouped by their connected wearable provider source." 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 19008f38a..88a98af1c 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 mindfulness minutes time series data for a user, grouped by their connected wearable or health app source." 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..0308c5ad9 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 user-recorded note time series entries for a user, grouped by their connected wearable or health app source." 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..3ffd9f925 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 peak expiratory flow rate (PEFR) time series readings for a user, grouped by connected provider source." 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..94add6612 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 respiratory rate time series readings for a user, grouped by their connected wearable provider source." 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..9296996f4 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 sleep apnea alert event time series data for a user, grouped by their connected wearable provider source." 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..c20881a81 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 sleep breathing disturbance time series data for a user, grouped by their connected wearable provider source." 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..350d45139 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 stand duration time series data for a user, grouped by their connected wearable provider source." 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..f8c266060 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 stand hour time series data for a user, grouped by their connected wearable provider source." 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..e9758766b 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 step count time series data for a user, grouped by their connected wearable provider source." 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..ac0dd8fd2 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 stress level time series readings for a user, grouped by their connected wearable provider source." 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..db7a5cdaa 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 ultraviolet (UV) exposure time series data for a user, grouped by their connected wearable provider source." 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..09af979e0 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 VO2 max time series cardiorespiratory fitness measurements for a user, grouped by connected wearable provider." 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..e299ec677 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 waist circumference time series measurements for a user, grouped by their connected wearable or health app source." 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..717cd8c53 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 water intake time series data for a user, grouped by their connected nutrition or wearable provider source." 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..db1d1062e 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 wheelchair push time series data for a user, grouped by their connected wearable provider source." 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..507808c15 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 workout distance time series data for a user, grouped by their connected wearable provider source." 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..2fc124aef 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 workout duration time series data for a user, grouped by their connected wearable provider source." 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..d9001d156 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 swimming stroke workout time series data for a user, grouped by their connected wearable provider source." 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..aa6331262 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 result table changes after data updates from connected user sources." 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..c533e9ef5 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 activity data becomes available 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..56771c164 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 previously delivered activity data is updated by a connected provider for a user." 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..e9f788b5b 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 atrial fibrillation burden data becomes available 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..fc15b8e62 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 previously delivered atrial fibrillation burden data is updated by a connected provider for a user." 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..a437a5717 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 basal body temperature data becomes available 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..0f510d1d5 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 previously delivered basal body temperature data is updated by a connected provider for a user." 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..038cc42f8 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 blood oxygen saturation data becomes available 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..6836e5418 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 previously delivered blood oxygen saturation data is updated by a connected provider for a user." 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..77bc0eadd 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 blood pressure data becomes available 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..e5ff54a94 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 previously delivered blood pressure data is updated by a connected provider for a user." 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..2f1ab4ab5 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 body composition data becomes available 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..22507bf2c 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 previously delivered body composition data is updated by a connected provider for a user." 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..a1b5c2bad 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 body mass index data becomes available 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..408e5026f 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 previously delivered body mass index data is updated by a connected provider for a user." 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..69a77c521 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 body temperature data becomes available 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..a7ddd726e 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 previously delivered body temperature data is updated by a connected provider for a user." 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..a0d2f846a 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 body temperature delta data becomes available 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..bf79b0e33 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 previously delivered body temperature delta data is updated by a connected provider for a user." 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..94fbb9582 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 caffeine intake data becomes available 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..cc2c15e15 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 previously delivered caffeine intake data is updated by a connected provider for a user." 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..ae93c7c34 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 active calories burned data becomes available 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..3c7eaa643 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 previously delivered active calories burned data is updated by a connected provider for a user." 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..82bc24b88 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 basal calories burned data becomes available 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..ad5ba9293 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 previously delivered basal calories burned data is updated by a connected provider for a user." 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..885355352 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 carbohydrate intake data becomes available 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..3a9db2d89 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 previously delivered carbohydrate intake data is updated by a connected provider for a user." 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..0e711d062 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 cholesterol intake data becomes available 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..2226b71f3 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 previously delivered cholesterol intake data is updated by a connected provider for a user." 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..d8ca69a29 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 daylight exposure data becomes available 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..ba82bd23b 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 previously delivered daylight exposure data is updated by a connected provider for a user." 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..fda1ed096 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 distance traveled data becomes available 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..5740484dd 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 previously delivered distance traveled data is updated by a connected provider for a user." 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..837eda37c 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 electrocardiogram data becomes available 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..2449c819c 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 previously delivered electrocardiogram data is updated by a connected provider for a user." 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..90f4f3bfa 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 electrocardiogram voltage data becomes available 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..36c47b0ce 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 previously delivered electrocardiogram voltage data is updated by a connected provider for a user." 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..977bd74b1 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 fall detection data becomes available 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..b90678224 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 previously delivered fall detection data is updated by a connected provider for a user." 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..eb3db7ae1 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 dietary fat intake data becomes available 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..0e407ae46 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 previously delivered dietary fat intake data is updated by a connected provider for a user." 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..0ad6962bb 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 floors climbed data becomes available 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..f59dc9d99 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 previously delivered floors climbed data is updated by a connected provider for a user." 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..09c6882de 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 forced expiratory volume (FEV1) data becomes available 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..3361e8248 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 previously delivered forced expiratory volume (FEV1) data is updated by a connected provider for a user." 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..626240751 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 forced vital capacity (FVC) data becomes available 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..1badb5021 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 previously delivered forced vital capacity (FVC) data is updated by a connected provider for a user." 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..52a8b208b 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 blood glucose data becomes available 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..a14aa1313 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 previously delivered blood glucose data is updated by a connected provider for a user." 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..688b06861 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 handwashing data becomes available 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..e29d5bd43 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 previously delivered handwashing data is updated by a connected provider for a user." 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..5af405417 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 heart rate alert data becomes available 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..c8831c4d9 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 previously delivered heart rate alert data is updated by a connected provider for a user." 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..be9e7ef6e 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 one-minute heart rate recovery data becomes available 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..135c3ccd2 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 previously delivered one-minute heart rate recovery data is updated by a connected provider for a user." 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..9a8eac1f7 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 heart rate data becomes available 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..024445882 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 previously delivered heart rate data is updated by a connected provider for a user." 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..4275627be 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 heart rate variability (HRV) data becomes available 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..3e6f3e602 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 previously delivered heart rate variability (HRV) data is updated by a connected provider for a user." 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..f381b99af 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 immunoglobulin E (IgE) data becomes available 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..be73508fb 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 previously delivered immunoglobulin E (IgE) data is updated by a connected provider for a user." 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..5db2080dc 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 immunoglobulin G (IgG) data becomes available 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..613ae9cbf 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 previously delivered immunoglobulin G (IgG) data is updated by a connected provider for a user." 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..3365c32f2 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 inhaler usage data becomes available 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..428bbbfdc 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 previously delivered inhaler usage data is updated by a connected provider for a user." 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..29933f604 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 insulin injection data becomes available 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..e0447ac99 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 previously delivered insulin injection data is updated by a connected provider for a user." 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..b4a850011 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 lean body mass data becomes available 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..23f3608ac 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 previously delivered lean body mass data is updated by a connected provider for a user." 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..c140bc210 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 meal data becomes available 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..ba2e3a066 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 previously delivered meal data is updated by a connected provider for a user." 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..115571895 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 menstrual cycle data becomes available 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..975b94206 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 previously delivered menstrual cycle data is updated by a connected provider for a user." 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..347571b18 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 mindfulness minutes data becomes available 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..2c11ab3b9 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 previously delivered mindfulness minutes data is updated by a connected provider for a user." 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..4999ac0fe 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 user note data becomes available 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..b4101ccac 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 previously delivered user note data is updated by a connected provider for a user." 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..2a53aaafe 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 peak expiratory flow rate data becomes available 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..3c20c23e7 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 previously delivered peak expiratory flow rate data is updated by a connected provider for a user." 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..bb0f89dda 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 user profile data becomes available 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..cc6249496 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 previously delivered user profile data is updated by a connected provider for a user." 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..4a5984d4c 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 respiratory rate data becomes available 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..195d86d3b 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 previously delivered respiratory rate data is updated by a connected provider for a user." 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..872bbf0c6 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 sleep data becomes available 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..611eb032f 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 previously delivered sleep data is updated by a connected provider for a user." 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..0c904ba38 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 sleep apnea alert data becomes available 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..ee22ee6af 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 previously delivered sleep apnea alert data is updated by a connected provider for a user." 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..8fa0c2b7b 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 sleep breathing disturbance data becomes available 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..7f4f27e89 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 previously delivered sleep breathing disturbance data is updated by a connected provider for a user." 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..0cad238c6 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 sleep cycle data becomes available 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..329e8780f 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 previously delivered sleep cycle data is updated by a connected provider for a user." 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..0cb0caadc 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 stand duration data becomes available 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..1532b47fc 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 previously delivered stand duration data is updated by a connected provider for a user." 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..22dc897a3 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 stand hour data becomes available 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..686cacab6 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 previously delivered stand hour data is updated by a connected provider for a user." 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..0e476a590 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 step count data becomes available 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..dac8a0c84 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 previously delivered step count data is updated by a connected provider for a user." 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..e387c2f43 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 stress level data becomes available 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..985f4381a 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 previously delivered stress level data is updated by a connected provider for a user." 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..b9ff179f8 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 ultraviolet (UV) exposure data becomes available 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..d38d77a2e 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 previously delivered ultraviolet (UV) exposure data is updated by a connected provider for a user." 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..226a73b32 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 VO2 max data becomes available 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..baf770089 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 previously delivered VO2 max data is updated by a connected provider for a user." 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..871372926 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 waist circumference data becomes available 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..487c6c6a0 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 previously delivered waist circumference data is updated by a connected provider for a user." 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..2f7052933 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 water intake data becomes available 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..e6284b907 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 previously delivered water intake data is updated by a connected provider for a user." 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..439e59873 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 body weight data becomes available 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..71dbb0a53 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 previously delivered body weight data is updated by a connected provider for a user." 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..64e42615b 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 wheelchair push data becomes available 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..2fd5f294f 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 previously delivered wheelchair push data is updated by a connected provider for a user." 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..d4e49d760 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 workout distance data becomes available 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..bbfc44dc7 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 previously delivered workout distance data is updated by a connected provider for a user." 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..547789a8e 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 workout duration data becomes available 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..38e63adc6 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 previously delivered workout duration data is updated by a connected provider for a user." 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..6199b2a47 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 workout stream data becomes available 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..c2432fcc2 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 previously delivered workout stream data is updated by a connected provider for a user." 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..85023d1c3 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 swimming stroke workout data becomes available 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..272c79856 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 previously delivered swimming stroke workout data is updated by a connected provider for a user." 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..e8d38cb81 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 workout data becomes available 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..12c9b4ba5 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 previously delivered workout data is updated by a connected provider for a user." 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..ada39d356 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 a historical activity data backfill completes for a newly connected user provider." 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..aa67dace5 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 a historical atrial fibrillation burden data backfill completes for a newly connected user provider." 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..9da1e928b 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 a historical basal body temperature data backfill completes for a newly connected user provider." 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..e3de50468 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 a historical blood oxygen saturation data backfill completes for a newly connected user provider." 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..ebb9561e8 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 a historical blood pressure data backfill completes for a newly connected user provider." 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..40d630881 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 a historical body composition data backfill completes for a newly connected user provider." 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..0bb8ceb1e 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 a historical body mass index data backfill completes for a newly connected user provider." 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..27e9a314e 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 a historical body temperature data backfill completes for a newly connected user provider." 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..fd6a573a5 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 a historical body temperature delta data backfill completes for a newly connected user provider." 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..c94e6fc21 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 a historical caffeine intake data backfill completes for a newly connected user provider." 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..e652139c9 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 a historical active calories burned data backfill completes for a newly connected user provider." 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..fc7bb5611 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 a historical basal calories burned data backfill completes for a newly connected user provider." 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..04e49b075 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 a historical carbohydrate intake data backfill completes for a newly connected user provider." 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..4eb57c76c 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 a historical cholesterol intake data backfill completes for a newly connected user provider." 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..5b84c5425 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 a historical daylight exposure data backfill completes for a newly connected user provider." 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..cbfeb79ea 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 a historical distance traveled data backfill completes for a newly connected user provider." 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..cfc949188 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 a historical electrocardiogram data backfill completes for a newly connected user provider." 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..6db05a8f0 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 a historical electrocardiogram voltage data backfill completes for a newly connected user provider." 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..de763db2c 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 a historical fall detection data backfill completes for a newly connected user provider." 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..2a1b8c5a2 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 a historical dietary fat intake data backfill completes for a newly connected user provider." 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..003ce12fa 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 a historical floors climbed data backfill completes for a newly connected user provider." 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..17a6bef2f 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 a historical forced expiratory volume (FEV1) data backfill completes for a newly connected user provider." 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..07eb536a4 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 a historical forced vital capacity (FVC) data backfill completes for a newly connected user provider." 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..6ea06c04d 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 a historical blood glucose data backfill completes for a newly connected user provider." 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..53076f80a 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 a historical handwashing data backfill completes for a newly connected user provider." 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..a983671d8 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 a historical heart rate alert data backfill completes for a newly connected user provider." 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..133fa8c6f 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 a historical one-minute heart rate recovery data backfill completes for a newly connected user provider." 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..5669a0da9 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 a historical heart rate data backfill completes for a newly connected user provider." 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..d7b7a3a14 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 a historical heart rate variability (HRV) data backfill completes for a newly connected user provider." 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..b5012b28a 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 a historical immunoglobulin E (IgE) data backfill completes for a newly connected user provider." 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..57e294417 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 a historical immunoglobulin G (IgG) data backfill completes for a newly connected user provider." 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..db857dbfe 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 a historical inhaler usage data backfill completes for a newly connected user provider." 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..299f3cb6a 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 a historical insulin injection data backfill completes for a newly connected user provider." 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..82f26092e 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 a historical lean body mass data backfill completes for a newly connected user provider." 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..42643365b 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 a historical meal data backfill completes for a newly connected user provider." 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..b97f4e58b 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 a historical menstrual cycle data backfill completes for a newly connected user provider." 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..5f7d25bf3 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 a historical mindfulness minutes data backfill completes for a newly connected user provider." 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..cabf4a954 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 a historical user note data backfill completes for a newly connected user provider." 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..0d4ff647b 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 a historical peak expiratory flow rate data backfill completes for a newly connected user provider." 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..d28eed291 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 a historical user profile data backfill completes for a newly connected user provider." 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..a9967fac2 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 a historical respiratory rate data backfill completes for a newly connected user provider." 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..31c883eef 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 a historical sleep data backfill completes for a newly connected user provider." 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..c9b42cc3f 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 a historical sleep apnea alert data backfill completes for a newly connected user provider." 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..853a70a07 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 a historical sleep breathing disturbance data backfill completes for a newly connected user provider." 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..33ee707c5 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 a historical sleep cycle data backfill completes for a newly connected user provider." 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..c202c3339 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 a historical stand duration data backfill completes for a newly connected user provider." 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..dcb5a4262 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 a historical stand hour data backfill completes for a newly connected user provider." 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..2b849b67f 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 a historical step count data backfill completes for a newly connected user provider." 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..1a7192a8f 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 a historical stress level data backfill completes for a newly connected user provider." 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..d6a7d7291 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 a historical ultraviolet (UV) exposure data backfill completes for a newly connected user provider." 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..9cbb0d7df 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 a historical VO2 max data backfill completes for a newly connected user provider." 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..d804fb511 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 a historical waist circumference data backfill completes for a newly connected user provider." 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..bc68c3063 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 a historical water intake data backfill completes for a newly connected user provider." 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..92afea0be 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 a historical body weight data backfill completes for a newly connected user provider." 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..51c025db5 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 a historical wheelchair push data backfill completes for a newly connected user provider." 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..5fa872db3 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 a historical workout distance data backfill completes for a newly connected user provider." 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..947a05995 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 a historical workout duration data backfill completes for a newly connected user provider." 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..0ea4df64d 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 a historical workout stream data backfill completes for a newly connected user provider." 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..1b77a536e 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 a historical swimming stroke workout data backfill completes for a newly connected user provider." 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..c19f1b11c 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 a historical workout data backfill completes for a newly connected user provider." 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..a27d25fb6 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 new lab report parsing job is created to extract structured data from an uploaded report." 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..1748dcc9b 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 is updated, reflecting progress, completion, or extracted result changes." openapi-schema: ClientFacingLabReportParsingJobUpdatedEvent --- diff --git a/docs/event-catalog/labtest.appointment.created.mdx b/docs/event-catalog/labtest.appointment.created.mdx index 37711d5a8..9b56c1a28 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 created for a user with the connected lab testing partner." openapi-schema: ClientFacingAppointmentChanged --- diff --git a/docs/event-catalog/labtest.appointment.updated.mdx b/docs/event-catalog/labtest.appointment.updated.mdx index f280c464d..54ba9ef97 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, including status, scheduling, or rescheduling changes." openapi-schema: ClientFacingAppointmentChanged --- diff --git a/docs/event-catalog/labtest.order.created.mdx b/docs/event-catalog/labtest.order.created.mdx index 7b44b2d15..7933f42d8 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, initiating sample collection or shipment." openapi-schema: ClientFacingOrderChanged --- diff --git a/docs/event-catalog/labtest.order.updated.mdx b/docs/event-catalog/labtest.order.updated.mdx index 2b4e2d7b2..395308138 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, reflecting fulfillment, processing, or status changes." openapi-schema: ClientFacingOrderChanged --- diff --git a/docs/event-catalog/labtest.result.critical.mdx b/docs/event-catalog/labtest.result.critical.mdx index c981957ff..b04aed980 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 is identified as critical, allowing teams to respond to urgent findings." openapi-schema: ClientFacingCriticalResultIdentified --- diff --git a/docs/event-catalog/provider.connection.created.mdx b/docs/event-catalog/provider.connection.created.mdx index a17765afa..171fdfec5 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 connects a new wearable, health, or lab provider account through Junction." openapi-schema: ClientFacingProviderConnectionCreatedEvent --- diff --git a/docs/event-catalog/provider.connection.error.mdx b/docs/event-catalog/provider.connection.error.mdx index dabe9a314..acf1e9c48 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 on an existing provider connection, such as authentication or sync failures." openapi-schema: ClientFacingProviderConnectionErrorEvent --- diff --git a/docs/event-catalog/provider.device.created.mdx b/docs/event-catalog/provider.device.created.mdx index 05465a85b..15c0ef565 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 for a user via their connected wearable or health provider." openapi-schema: ClientFacingDeviceChanged --- diff --git a/docs/event-catalog/provider.device.updated.mdx b/docs/event-catalog/provider.device.updated.mdx index 9487d5ee4..c4327a5b0 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 a device registered to a user is updated by their connected wearable or health provider." openapi-schema: ClientFacingDeviceChanged ---