Created
June 24, 2020 22:43
-
-
Save JordanSchuetz/379f531d69500737d01738a82189022c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#%RAML 1.0 DataType | |
properties: | |
ToPhoneNumber: | |
description: Enter the mobile number to send a text | |
example: 15553334444 | |
type: integer | |
required: true | |
Message: | |
description: Enter your message | |
example: Text message body | |
type: string | |
required: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment