v15.5.0
This commit is contained in:
dayterr
2026-07-10 15:44:33 +03:00
parent 55fe76d12e
commit 0595b5ae39
15 changed files with 571 additions and 100 deletions

View File

@@ -11,7 +11,7 @@ import (
type GetByNodeRequest struct {
// Node ID
// Required: true
NodeID uint64 `url:"nodeId" json:"nodeId" validate:"required"`
NodeID uint64 `url:"node_id" json:"node_id" validate:"required"`
// Start of time period - unixtime
// Required: false