api-docs icon indicating copy to clipboard operation
api-docs copied to clipboard

Daily logs doesn't support RFC3339 as documentation states

Open tacosontitan opened this issue 3 years ago • 0 comments

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.

tacosontitan avatar Sep 08 '22 18:09 tacosontitan