You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# @param file_id [String] The unique `fileId` of the uploaded file. `fileId` is returned in list and searc
25
25
#
26
-
# @param body [Object]
27
-
#
28
-
# @param custom_coordinates [String, nil] Define an important area in the image in the format `x,y,width,height` e.g. `10,
29
-
#
30
-
# @param custom_metadata [Hash{Symbol=>Object}] A key-value data to be associated with the asset. To unset a key, send `null` va
31
-
#
32
-
# @param description [String] Optional text to describe the contents of the file.
33
-
#
34
-
# @param extensions [Array<Imagekit::Models::ExtensionItem::RemoveBg, Imagekit::Models::ExtensionItem::AIAutoDescription, Imagekit::Models::ExtensionItem::AutoTaggingExtension>] Array of extensions to be applied to the asset. Each extension can be configured
35
-
#
36
-
# @param remove_ai_tags [Array<String>, Symbol, :all] An array of AITags associated with the file that you want to remove, e.g. `["car
37
-
#
38
-
# @param tags [Array<String>, nil] An array of tags associated with the file, such as `["tag1", "tag2"]`. Send `nul
39
-
#
40
-
# @param webhook_url [String] The final status of extensions after they have completed execution will be deliv
26
+
# @param update_file_request [Imagekit::UpdateFileRequest] Schema for update file update request.
0 commit comments