All REST Endpoints
Themes Management
APIs required for Retrieval/Update/Delete themes for the given locale.
- Create/Update theme properties for a locale
- Method: putPath:
/oaa-drss/v1/themes/{locale}
- Delete theme for a locale
- Method: deletePath:
/oaa-drss/v1/themes/{locale}
- Get all supported locales
- Method: getPath:
/oaa-drss/v1/themes/locales
- Get theme properties for a locale
- Method: getPath:
/oaa-drss/v1/themes/{locale}