Theme Attributes REST Endpoints

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/publicSectorThemeDefinitionAttributes
Delete a branding theme attribute
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorThemeDefinitionAttributes/{publicSectorThemeDefinitionAttributesUniqID}
Get a branding theme attribute
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorThemeDefinitionAttributes/{publicSectorThemeDefinitionAttributesUniqID}
Get all branding theme attributes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorThemeDefinitionAttributes
Update a branding theme attribute
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorThemeDefinitionAttributes/{publicSectorThemeDefinitionAttributesUniqID}