Skip to content

Instantly share code, notes, and snippets.

@JordanSchuetz
Created June 27, 2020 21:27
Show Gist options
  • Save JordanSchuetz/49887f25d2d7b878b45f38b73e9d9ea4 to your computer and use it in GitHub Desktop.
Save JordanSchuetz/49887f25d2d7b878b45f38b73e9d9ea4 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