Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 650 Bytes

File metadata and controls

23 lines (12 loc) · 650 Bytes

Quantimodo.TrackingReminderNotificationPost

Properties

Name Type Description Notes
action String track records a measurement for the notification. snooze changes the notification to 1 hour from now. skip deletes the notification.
id Number Id of the TrackingReminderNotification
modifiedValue Number Optional value to be recorded instead of the tracking reminder default value [optional]

Enum: ActionEnum

  • skip (value: "skip")

  • snooze (value: "snooze")

  • track (value: "track")