Calendar Template Translations REST Endpoints

Calendar Templates/Calendar Template Translations
The translations resource includes the translated values for calendar notifications sent to learners and instructors.
Create a translation for the calendar template
Method: post
Path: /hcmRestApi/resources/11.13.18.05/wlfCalendarEventTemplates/{EventTemplateId}/child/translations
Delete a translation for the calendar template
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/wlfCalendarEventTemplates/{EventTemplateId}/child/translations/{translationsUniqID}
Get a translated calendar template
Method: get
Path: /hcmRestApi/resources/11.13.18.05/wlfCalendarEventTemplates/{EventTemplateId}/child/translations/{translationsUniqID}
Get all translated calendar template
Method: get
Path: /hcmRestApi/resources/11.13.18.05/wlfCalendarEventTemplates/{EventTemplateId}/child/translations
Update a translation for the calendar template
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/wlfCalendarEventTemplates/{EventTemplateId}/child/translations/{translationsUniqID}