[fix]: request schems
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
"properties": {
|
||||
"undelivered": {
|
||||
"type": "array",
|
||||
"items": { "type": "string" }
|
||||
"items": { "type": "string", "example": "+1234567890" }
|
||||
},
|
||||
"resultCode": { "type": "integer" },
|
||||
"resultDescription": { "type": "string" }
|
||||
"resultCode": { "type": "integer", "example": 0 },
|
||||
"resultDescription": { "type": "string", "example": "SMS sent successfully" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user