Brand Translations of Themes REST Endpoints

Recruiting CE Themes/Custom Widgets in Themes/Brand Translations of Themes
The translations resource is a child of customWidgets. It includes the custom widget translations. Note that the service endpoints in this resource category are only for Oracle internal use.
Create all widget translation details
Method: post
Path: /hcmRestApi/resources/11.13.18.05/recruitingCEThemes/{ThemeNumber}/child/customWidgets/{WidgetId}/child/translations
Delete a widget translation detail
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/recruitingCEThemes/{ThemeNumber}/child/customWidgets/{WidgetId}/child/translations/{Language}
Get a widget translation detail
Method: get
Path: /hcmRestApi/resources/11.13.18.05/recruitingCEThemes/{ThemeNumber}/child/customWidgets/{WidgetId}/child/translations/{Language}
Get all widget translation details
Method: get
Path: /hcmRestApi/resources/11.13.18.05/recruitingCEThemes/{ThemeNumber}/child/customWidgets/{WidgetId}/child/translations
Update a widget translation detail
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/recruitingCEThemes/{ThemeNumber}/child/customWidgets/{WidgetId}/child/translations/{Language}