Skip to content

CreateMessage API Request Body Required Fields #91

Open
@mahad-akhter

Description

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" ]

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