Calendar Tags REST Endpoints

Calendars/Calendar Tags
Tag assignments of calendars, for example, an undergraduate tag assigned to a calendar.
Create a tag assignment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/hedCalendars/{CalendarId}/child/tagAssignments
Delete a tag assignment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/hedCalendars/{CalendarId}/child/tagAssignments/{TagAssignmentId}
Get a tag assignment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedCalendars/{CalendarId}/child/tagAssignments/{TagAssignmentId}
Get all tag assignments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedCalendars/{CalendarId}/child/tagAssignments
Update a tag assignment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/hedCalendars/{CalendarId}/child/tagAssignments/{TagAssignmentId}