Last active
June 24, 2020 22:39
-
-
Save JordanSchuetz/563edf5db4cef1482f58eb49f3c63b26 to your computer and use it in GitHub Desktop.
library.raml file
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 Library | |
usage: | |
types: | |
Text: !include dataTypes/dataType.raml | |
resourceTypes: | |
text: | |
post: | |
description: This API will send a secure text message with Twilio to the phone number you input | |
body: Text | |
responses: | |
200: | |
body: Text | |
400: | |
401: | |
500: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment