8000 8.1.1 broke the Status callbacks · Issue #156 · twilio-labs/twilio-aspnet · GitHub
[go: up one dir, main page]

Skip to content
8000
8.1.1 broke the Status callbacks #156
Open
@marocano1

Description

@marocano1

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.

image

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.

image

image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0