From f118512c9a1713cf87c0ed61519449605e6f85a1 Mon Sep 17 00:00:00 2001 From: devyetii Date: Fri, 10 Feb 2023 22:47:37 +0200 Subject: [PATCH] add FileOptionsChanged to UpdateAllocationRequest --- internal/api/model/api.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/api/model/api.go b/internal/api/model/api.go index 0d7fde89f5..6bc61cf037 100644 --- a/internal/api/model/api.go +++ b/internal/api/model/api.go @@ -309,6 +309,7 @@ type UpdateAllocationRequest struct { AddBlobberId string `json:"add_blobber_id"` RemoveBlobberId string `json:"remove_blobber_id"` ThirdPartyExtendable bool `json:"third_party_extendable"` + FileOptionsChanged bool `json:"file_options_changed"` FileOptions uint16 `json:"file_options"` }