Skip to content

Commit 3016266

Browse files
authored
Merge pull request #63 from craigiet/patch-1
add customMetadata to updateFileDetails
2 parents 6ba9e80 + 26e66cc commit 3016266

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)