1 parent 4ee9e4a commit beed272Copy full SHA for beed272
1 file changed
api/pkg/requests/message_bulk_send_request.go
@@ -14,7 +14,7 @@ import (
14
type MessageBulkSend struct {
15
request
16
From string `json:"from" example:"+18005550199"`
17
- To []string `json:"to" example:"[+18005550100,+18005550100]"`
+ To []string `json:"to" example:"+18005550100,+18005550100"`
18
Content string `json:"content" example:"This is a sample text message"`
19
}
20
0 commit comments