Skip to content

Instantly share code, notes, and snippets.

@JordanSchuetz
Created June 24, 2020 22:43
Show Gist options
  • Save JordanSchuetz/379f531d69500737d01738a82189022c to your computer and use it in GitHub Desktop.
Save JordanSchuetz/379f531d69500737d01738a82189022c to your computer and use it in GitHub Desktop.
#%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