samsarahq / api-docs

Samsara's OpenAPI spec

Home Page:https://developers.samsara.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Daily logs doesn't support RFC3339 as documentation states

tacosontitan opened this issue · comments

commented

When invoking the daily logs endpoint, the documentation states that RFC3339 is the expected format:

A start date in RFC 3339 format. This is a date only without an associated time. Example: 2019-06-13

While the example is not aligned with this, neither is runtime execution. The format must be yyyy-MM-dd, otherwise a bad request response is received.