lib/ecoportal/api/v2/page/component/file.rb in ecoportal-api-v2-0.8.8 vs lib/ecoportal/api/v2/page/component/file.rb in ecoportal-api-v2-0.8.9

- old
+ new

@@ -4,11 +4,12 @@ class Page class Component class File < Common::Content::DoubleModel passkey :id passthrough :patch_ver, :position - passthrough :content_type, :file_size, :file_container_id - passdate :file_update_at + passthrough :file_size, :token, read_only: true + passthrough :content_type, :file_container_id + passdate :file_update_at, read_only: true end end end end end