Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnsward committed Feb 24, 2024
1 parent 6d2109b commit cb9c229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,10 @@ Entities are representations of objects in Uploadcare cloud.

#### File

File entity contains its metadata.
File entity contains its metadata. It also supports `include` param to include additional fields to the file object, such as: "appdata".

```ruby
@file = Uploadcare::File.file("FILE_ID_IN_YOUR_PROJECT")
@file = Uploadcare::File.file("FILE_ID_IN_YOUR_PROJECT", include: "appdata")
{
"datetime_removed"=>nil,
"datetime_stored"=>"2018-11-26T12:49:10.477888Z",
Expand Down

0 comments on commit cb9c229

Please sign in to comment.