mirror of
https://github.com/aljazceru/signal-cli-rest-api.git
synced 2025-12-19 07:34:23 +01:00
Path parameter is required
This commit is contained in:
@@ -1720,7 +1720,7 @@ func (a *Api) SendStopTyping(c *gin.Context) {
|
|||||||
// @Description Check if one or more phone numbers are registered with the Signal Service.
|
// @Description Check if one or more phone numbers are registered with the Signal Service.
|
||||||
// @Accept json
|
// @Accept json
|
||||||
// @Produce json
|
// @Produce json
|
||||||
// @Param number path string false "Registered Phone Number"
|
// @Param number path string true "Registered Phone Number"
|
||||||
// @Param numbers query []string true "Numbers to check" collectionFormat(multi)
|
// @Param numbers query []string true "Numbers to check" collectionFormat(multi)
|
||||||
// @Success 200 {object} []SearchResponse
|
// @Success 200 {object} []SearchResponse
|
||||||
// @Failure 400 {object} Error
|
// @Failure 400 {object} Error
|
||||||
|
|||||||
Reference in New Issue
Block a user