Skip to content

Commit 88303ac

Browse files
committed
fix: update file req updates
1 parent 5d36cf0 commit 88303ac

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/com/crowdin/client/sourcefiles/model/UpdateFileRequest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
1010
public class UpdateFileRequest extends UpdateOrRestoreFileRequest {
1111

1212
private Long storageId;
13+
private String name;
1314
private UpdateOption updateOption;
1415
private ImportOptions importOptions;
1516
private ExportOptions exportOptions;
1617
private List<Long> attachLabelIds;
1718
private List<Long> detachLabelIds;
19+
private Boolean replaceModifiedContext;
1820
}

0 commit comments

Comments
 (0)