Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 3.62 KB

File metadata and controls

10 lines (7 loc) · 3.62 KB

TranslationControllerUploadTranslationFilesRequestBody

Fields

Field Type Required Description Example
resourceId string ✔️ The resource ID to associate localizations with. Accepts identifier or slug format welcome-email
resourceType Operations\ResourceType ✔️ The resource type to associate localizations with
files array<Operations\Files> ✔️ One or more JSON translation files. Filenames must match locale format (e.g., en_US.json, fr_FR.json). Field name can be "files" or "files[]".