Created
June 27, 2020 21:27
-
-
Save JordanSchuetz/49887f25d2d7b878b45f38b73e9d9ea4 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