Updated Swagger Documentation

This commit is contained in:
Azeez Muibi
2025-03-24 15:15:31 +01:00
parent 67dfc32e4a
commit 9684d6dd29
56 changed files with 1344 additions and 349 deletions
+7 -1
View File
@@ -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"
}
}