Skip to content

Commit fe585a0

Browse files
Update README.md
1 parent ac18429 commit fe585a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ The SDK provides a simple interface for all the [media APIs mentioned here](http
420420

421421
**1. List & Search Files**
422422

423-
Accepts an object of class `GetFileListRequest` specifying the parameters to be used to list and search files. All parameters specified in the [documentation here](https://docs.imagekit.io/api-reference/media-api/list-and-search-files) can be passed as-is with the correct values to get the results.
423+
Accepts an object of class `GetFileListRequest` specifying the parameters to be used to list and search files. All parameters specified in the [documentation here](https://docs.imagekit.io/api-reference/media-api/list-and-search-files) can be passed via their setter functions to get the results.
424424

425425
```java
426426
String[] tags = new String[3];
@@ -493,7 +493,7 @@ System.out.println(resultFileVersionDetails.getResponseMetaData().getMap());
493493

494494
**5. Update File Details**
495495

496-
Accepts an object of class `FileUpdateRequest` specifying the parameters to be used to update file details. All parameters specified in the [documentation here] (https://docs.imagekit.io/api-reference/media-api/update-file-details) can be passed as-is with the correct values to get the results.
496+
Accepts an object of class `FileUpdateRequest` specifying the parameters to be used to update file details. All parameters specified in the [documentation here] (https://docs.imagekit.io/api-reference/media-api/update-file-details) can be passed via their setter functions to get the results.
497497

498498
```java
499499
List<String> tags = new ArrayList<>();

0 commit comments

Comments
 (0)