We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d36cf0 commit 88303acCopy full SHA for 88303ac
1 file changed
src/main/java/com/crowdin/client/sourcefiles/model/UpdateFileRequest.java
@@ -10,9 +10,11 @@
10
public class UpdateFileRequest extends UpdateOrRestoreFileRequest {
11
12
private Long storageId;
13
+ private String name;
14
private UpdateOption updateOption;
15
private ImportOptions importOptions;
16
private ExportOptions exportOptions;
17
private List<Long> attachLabelIds;
18
private List<Long> detachLabelIds;
19
+ private Boolean replaceModifiedContext;
20
}
0 commit comments