- Subcategories:
 - Associated Tags
 
Tag Groups REST Endpoints
    
        Tag Groups
    
The tag groups resource is used to manage tag groups.
- Create a tag group
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedTagGroups - Delete a tag group
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedTagGroups/{TagGroupId} - Get a tag group
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedTagGroups/{TagGroupId} - Get all tag groups
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedTagGroups - Update a tag group
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedTagGroups/{TagGroupId}