basal_dose_with_expired.json 403 B

12345678910111213141516171819
  1. [
  2. {
  3. "type": "TempBasal",
  4. "start_at": "2015-07-12T12:00:00",
  5. "end_at": "2015-07-12T13:00:00",
  6. "amount": 2.0,
  7. "unit": "U/hour",
  8. "scheduled": 1.0
  9. },
  10. {
  11. "type": "TempBasal",
  12. "start_at": "2015-07-13T12:00:00",
  13. "end_at": "2015-07-13T13:00:00",
  14. "amount": 2.0,
  15. "unit": "U/hour",
  16. "scheduled": 1.0
  17. }
  18. ]