Updated Swagger Documentation
This commit is contained in:
@@ -3,14 +3,17 @@
|
||||
"properties": {
|
||||
"text": {
|
||||
"type": "string",
|
||||
"description": "Message to send to customer",
|
||||
"example": "This is a test message for SMS request method."
|
||||
},
|
||||
"dest": {
|
||||
"type": "string",
|
||||
"description": "Phone Number in international format",
|
||||
"example": "+2348039409144"
|
||||
},
|
||||
"unicode": {
|
||||
"type": "boolean",
|
||||
"description": "Character encoding standard (set as False for single SMS)",
|
||||
"example": false
|
||||
}
|
||||
},
|
||||
@@ -18,5 +21,8 @@
|
||||
"text",
|
||||
"dest",
|
||||
"unicode"
|
||||
]
|
||||
],
|
||||
"xml": {
|
||||
"name": "SMSRequest"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user