fix(NET-1280): remove RAG metadata length restriction (#2990)

This commit is contained in:
Aceix
2024-07-05 10:24:05 +00:00
committed by GitHub
parent f63dfaf4b5
commit 2de3fde872
2 changed files with 1 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ type ApiNode struct {
Server string `json:"server"`
Connected bool `json:"connected"`
PendingDelete bool `json:"pendingdelete"`
Metadata string `json:"metadata" validate:"max=256"`
Metadata string `json:"metadata"`
// == PRO ==
DefaultACL string `json:"defaultacl,omitempty" validate:"checkyesornoorunset"`
IsFailOver bool `json:"is_fail_over"`