Skip to content

Commit a15db3c

Browse files
authored
fix: add path field to the directory model (#183)
1 parent 629c3da commit a15db3c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ public class Directory {
1515
private String name;
1616
private String title;
1717
private String exportPattern;
18+
private String path;
1819
private Priority priority;
1920
private Date createdAt;
2021
private Date updatedAt;

src/test/resources/api/sourcefiles/directory.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"name": "main",
88
"title": "<Description materials>",
99
"exportPattern": "/localization/%locale%/%file_name%",
10+
"path": "/main",
1011
"priority": "normal",
1112
"createdAt": "2019-09-19T14:14:00+00:00",
1213
"updatedAt": "2019-09-19T14:14:00+00:00"

0 commit comments

Comments
 (0)