Fixed
- Issue when calling
sdk.alerts.update_state()
without specifying anote
parameter
would set the existing alert's note's message to the empty string.
Added
- Custom exception
Py42OrgNotFoundError
.
Changed
-
sdk.users.get_all()
now raisesPy42OrgNotFoundError
when the givenorg_uid
was not found. -
sdk.users.get_page()
now raisesPy42OrgNotFoundError
when the givenorg_uid
was not found.