Skip to content

Commit 26e66cc

Browse files
authored
add customMetadata to updateFileDetails
fixes #62
1 parent 6ba9e80 commit 26e66cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/manage/file.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ const updateDetails = function (
206206
tags: updateData.tags,
207207
customCoordinates: updateData.customCoordinates,
208208
extensions: updateData.extensions,
209-
webhookUrl: updateData.webhookUrl
209+
webhookUrl: updateData.webhookUrl,
210+
customMetadata: updateData.customMetadata
210211
};
211212

212213
var requestOptions = {

0 commit comments

Comments
 (0)