mirror of
https://github.com/aljazceru/signal-cli-rest-api.git
synced 2025-12-19 15:44:28 +01:00
improved documentation
* added missing 'device_name' parameter to qrcodelink endpoint see #95
This commit is contained in:
@@ -745,6 +745,7 @@ func (a *Api) DeleteGroup(c *gin.Context) {
|
||||
// @Description Link device and generate QR code
|
||||
// @Produce json
|
||||
// @Success 200 {string} string "Image"
|
||||
// @Param device_name query string true "Device Name"
|
||||
// @Failure 400 {object} Error
|
||||
// @Router /v1/qrcodelink [get]
|
||||
func (a *Api) GetQrCodeLink(c *gin.Context) {
|
||||
|
||||
Reference in New Issue
Block a user