Skip to content

Commit

Permalink
added parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ANKUR DWIVEDI authored and ANKUR DWIVEDI committed Aug 23, 2024
1 parent 2283349 commit 814f299
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,8 @@ imagekit.getFileVersionDetails({

Update parameters associated with the file as per the [API documentation here](https://docs.imagekit.io/api-reference/media-api/update-file-details). The first argument to the `updateFileDetails` method is the file ID, and the second argument is an object with the parameters to be updated.

Note: If the second parameter, an object with properties to be updated, includes `publish`, all other properties will be ignored.

```js
// Using Callback Function

Expand Down

0 comments on commit 814f299

Please sign in to comment.