Skip to content

Commit 3fad1b3

Browse files
committed
Add markdown in description
1 parent 6e84044 commit 3fad1b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/pkg/handlers/bulk_message_handler.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ func (h *BulkMessageHandler) RegisterRoutes(router fiber.Router, middlewares ...
5050

5151
// Store sends bulk SMS messages from a CSV or Excel file.
5252
// @Summary Store bulk SMS file
53-
// @Description Sends bulk SMS messages to multiple users from a CSV or Excel file.
53+
// @Description Sends bulk SMS messages to multiple users based on our [CSV template](https://httpsms.com/templates/httpsms-bulk.csv) or our [Excel template](https://httpsms.com/templates/httpsms-bulk.xlsx).
5454
// @Security ApiKeyAuth
5555
// @Tags BulkSMS
5656
// @Accept multipart/form-data
5757
// @Produce json
58-
// @Param document formData file true "The Excel or CSV file formatted according to the templates"
58+
// @Param document formData file true "The Excel or CSV file containing the messages to be sent."
5959
// @Success 202 {object} responses.NoContent
6060
// @Failure 400 {object} responses.BadRequest
6161
// @Failure 401 {object} responses.Unauthorized

0 commit comments

Comments
 (0)