We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
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.
yyyy-MM-dd
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When invoking the daily logs endpoint, the documentation states that RFC3339 is the expected format:
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.The text was updated successfully, but these errors were encountered: