You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dates used in query params don't use the webex API format: ISO8601.
So the server returns a 400 BAD REQUEST with the message: "The request could not be understood by the server due to malformed syntax.".
Hello,
The dates used in query params don't use the webex API format: ISO8601.
So the server returns a 400 BAD REQUEST with the message: "The request could not be understood by the server due to malformed syntax.".
To reproduce:
This PR fixes the issue: #27
The text was updated successfully, but these errors were encountered: