2
0
Anish Mukherjee 2 жил өмнө
parent
commit
fe13d2c20c
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      controllers/hosts.go

+ 2 - 2
controllers/hosts.go

@@ -282,9 +282,9 @@ func deleteHostFromNetwork(w http.ResponseWriter, r *http.Request) {
 	w.WriteHeader(http.StatusOK)
 }
 
-// swagger:route POST /api/hosts/adm/{network}/authenticate hosts authenticateHost
+// swagger:route POST /api/hosts/adm/authenticate hosts authenticateHost
 //
-// Authenticate to make further API calls related to a network.
+// Host based authentication for making further API calls.
 //
 //			Schemes: https
 //