Skip to content

Commit 4521699

Browse files
Renamed fileName to name
1 parent 9fc7046 commit 4521699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fileUploadDocs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ By default, the user who saved the file onto the HAT is allowed to see the file'
123123
HAT files can be looked up by any part of metadata attached to them:
124124

125125
- `fileId` for an exact match, where one or no files are returned
126-
- `fileName` for an exact match on the original name, but multiple files could potentially be returned. *Empty* string if you do not want to match against `fileName`
126+
- `name` for an exact match on the original name, but multiple files could potentially be returned. *Empty* string if you do not want to match against `name`
127127
- `source` matching all files from a specific source such as `facebook`. *Empty* string if you do not want to match against `source`
128128
- `tags` a set of all tags matching files need to have attached
129129
- `title` and `description` for an approximate, text-based search matching the fields

0 commit comments

Comments
 (0)