Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 4.5 KB

File metadata and controls

9 lines (6 loc) · 4.5 KB

ImportMasterJsonRequestDto

Fields

Field Type Required Description Example
locale String ✔️ The locale for which translations are being imported en_US
masterJson Map<String, Object> ✔️ Master JSON object containing all translations organized by workflow identifier {
"workflows": {
"welcome-email": {
"welcome.title": "Welcome to our platform",
"welcome.message": "Hello there!"
},
"password-reset": {
"reset.title": "Reset your password",
"reset.message": "Click the link to reset"
}
}
}