Skip to content

Commit e1fd3d9

Browse files
authored
Merge pull request #331 from crowdin/fix-machinetranslationengines-credentials
fix: machinetranslationengines credentials type
2 parents 954bbdf + dc7eb3a commit e1fd3d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/crowdin/client/machinetranslationengines/model/MachineTranslation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class MachineTranslation {
1212
private Long groupId;
1313
private String name;
1414
private Type type;
15-
private Map<String, String> credentials;
15+
private Map<String, Object> credentials;
1616
private List<Long> projectIds;
1717
private List<String> supportedLanguageIds;
1818
private Map<String, List<String>> supportedLanguagePairs;

0 commit comments

Comments
 (0)