Theme Attributes REST Endpoints

UI Branding Options/Theme Attributes
The theme attributes resource is a child of UI branding options resource and provides a list of attributes associated with branding student management pages.
Create a branding attribute row
Method: post
Path: /fscmRestApi/resources/11.13.18.05/brandings/{BrandingId}/child/brandingAttributes
Delete a branding attribute row
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/brandings/{BrandingId}/child/brandingAttributes/{BrandingAttributeId}
Get a branding attribute row
Method: get
Path: /fscmRestApi/resources/11.13.18.05/brandings/{BrandingId}/child/brandingAttributes/{BrandingAttributeId}
Get all branding attribute rows
Method: get
Path: /fscmRestApi/resources/11.13.18.05/brandings/{BrandingId}/child/brandingAttributes
Update a branding attribute row
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/brandings/{BrandingId}/child/brandingAttributes/{BrandingAttributeId}