Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 4.16 KB

File metadata and controls

9 lines (6 loc) · 4.16 KB

GetMasterJsonResponseDto

Fields

Field Type Required Description Example
Workflows Dictionary<String, object> ✔️ All translations for given locale organized by workflow identifier {
"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"
}
}
Layouts Dictionary<String, object> ✔️ All translations for given locale organized by layout identifier {
"default-layout": {
"layout.title": "Default layout",
"layout.message": "Hello there!"
}
}