improved documentation

* added missing 'device_name' parameter to qrcodelink endpoint

see #95
This commit is contained in:
Bernhard B
2021-02-16 18:27:07 +01:00
parent 889f37d951
commit 1291a99087
4 changed files with 34 additions and 8 deletions

View File

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