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
As mentioned in the documentation of the AlertApi and IncidentApi, both of them accept createdAt value for the sort query parameter, making them consistent with each other.
However, the alertApi does indeed also accept 'created_at' along with 'createdAt'. And making the alertApi stop accepting 'created_at' might introduce breaking changes for some customers and will hence not be introduced for now. We can consider removing it in the next major release of the SDK though.
Got it, I thought since is the python SDK the translation was made for almost all variables and method from camel case to snake case, hence I thought the "correct way" was to use created_at.
Hi,
I have stumbled with this error:
This happens when trying to use the
list_incidents
method on theIncidentApi
with:sort="created_at"
It works when is set as camel case
createdAt
, but is not consistent with theAlertApi
The text was updated successfully, but these errors were encountered: