diff --git a/models/set.go b/models/set.go index 780bec6..04aeb8d 100644 --- a/models/set.go +++ b/models/set.go @@ -12,6 +12,7 @@ type Set struct { Value any `json:"value,omitempty"` // dbm value Rights Rights `json:"rights,omitempty"` // dbm read /write rights Create bool `json:"create,omitempty"` // dbm create new datapoint + Rename bool `json:"rename,omitempty"` Updated bool `json:"-"` }