Merge pull request #663 from crummy/patch-1

Path parameter in /v1/search is required
This commit is contained in:
Bernhard B.
2025-02-26 21:51:54 +01:00
committed by GitHub

View File

@@ -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