Update openapi specification

This commit is contained in:
Ingo Oppermann
2024-09-05 13:58:59 +02:00
parent b0e932d77a
commit 0327edcaf3
7 changed files with 699 additions and 153 deletions

View File

@@ -86,7 +86,7 @@ func (h *ClusterHandler) NodeGet(c echo.Context) error {
// @ID cluster-3-get-node-version
// @Produce json
// @Param id path string true "Node ID"
// @Success 200 {object} api.Version
// @Success 200 {object} api.AboutVersion
// @Failure 404 {object} api.Error
// @Security ApiKeyAuth
// @Router /api/v3/cluster/node/{id}/version [get]