diff --git a/backend/src/app/rpc/commands/files.clj b/backend/src/app/rpc/commands/files.clj index ca081eac40..d1da43c976 100644 --- a/backend/src/app/rpc/commands/files.clj +++ b/backend/src/app/rpc/commands/files.clj @@ -500,6 +500,7 @@ (sm/def! ::get-page [:map {:title "GetPage"} + [:file-id ::sm/uuid] [:page-id {:optional true} ::sm/uuid] [:object-id {:optional true} ::sm/uuid] [:features {:optional true} ::features]])