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 required fields in the Request Body according to the open API spec is only: "To"
However, when using the API, the following fields are also needed:
"From"
"Body"
Is this done intentionally in the open API spec?
Code Snippet
"required": [ "To" ]
The text was updated successfully, but these errors were encountered:
Ahoy! Thank you for opening your first issue here! If this request is regarding troubleshooting your application, please reach out to the support team via https://support.twilio.com.
Issue Summary
In the file and operationID:
File: https://github.com/twilio/twilio-oai/blob/main/spec/json/twilio_api_v2010.json
OperationID: CreateMessage
The required fields in the Request Body according to the open API spec is only: "To"
However, when using the API, the following fields are also needed:
"From"
"Body"
Is this done intentionally in the open API spec?
Code Snippet
"required": [ "To" ]
The text was updated successfully, but these errors were encountered: