Skip to content

Commit afdbc80

Browse files
committed
Fix swagger comments
1 parent 476a2af commit afdbc80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/pkg/requests/message_send_request.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type MessageSend struct {
2222
Encrypted bool `json:"encrypted" example:"false" validate:"optional"`
2323
// RequestID is an optional parameter used to track a request from the client's perspective
2424
RequestID string `json:"request_id" example:"153554b5-ae44-44a0-8f4f-7bbac5657ad4" validate:"optional"`
25-
// SendAt is an optional parameter used to schedule a message to be sent at a later time
25+
// SendAt is an optional parameter used to schedule a message to be sent in the future. The time is considered to be in your profile's local timezone.
2626
SendAt *time.Time `json:"send_at" example:"2022-06-05T14:26:09.527976+03:00" validate:"optional"`
2727
}
2828

0 commit comments

Comments
 (0)