Skip to content
Tim Bart edited this page Feb 12, 2015 · 1 revision

POST /v1/feedback/sleep

  • AUTHENTICATION: required
  • SCOPE: SLEEP_FEEDBACK

Body:

{
    "day" : "2015-01-01",
    "event_type" : "WAKE_UP",
    "ts": "1423411200000"
}

ts is the timestamp in milliseconds at which the event_type should take place for day.

Response HTTP 204 if successful.