mirror of
https://github.com/gravitl/netmaker.git
synced 2025-12-10 14:27:26 +08:00
update swagger specs
This commit is contained in:
parent
e95772b1c0
commit
fe13d2c20c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue