We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31bcd70 commit 4dc5128Copy full SHA for 4dc5128
src/main/java/com/crowdin/client/sourcefiles/model/AddFileRequest.java
@@ -14,7 +14,7 @@ public class AddFileRequest {
14
private String title;
15
private String context;
16
private String type;
17
- private String parserVersion;
+ private Integer parserVersion;
18
private ImportOptions importOptions;
19
private ExportOptions exportOptions;
20
private List<String> excludedTargetLanguages;
0 commit comments