Open
Description
The changes made in 8.1.1, specifically turning the nullable feature on, has broken the Status callbacks. Every property that does not have the nullable operator, (i.e. '?'), is now required.
Due to that, our status callback endpoint has been returning a 400 because the "Body" property on the SmsRequest class, which is the base class for the SmsStatusCallbackRequest class, is now required.
This is a breaking change that was introduced with 8.1.1. Can we please get a fix in for it as soon as possible?
Metadata
Metadata
Assignees
Labels
No labels