Theme Attributes REST Endpoints

Themes/Theme Attributes
The theme attributes resource is used to view, create, modify, or delete a branding theme attribute.
Create a branding theme attribute
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorThemeDefinitions/{ThemeId}/child/Attributes
Delete a branding theme attribute
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorThemeDefinitions/{ThemeId}/child/Attributes/{AttributesUniqID}
Get a branding theme attribute
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorThemeDefinitions/{ThemeId}/child/Attributes/{AttributesUniqID}
Get all branding theme attributes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorThemeDefinitions/{ThemeId}/child/Attributes
Update a branding theme attribute
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorThemeDefinitions/{ThemeId}/child/Attributes/{AttributesUniqID}