Create Theme
createThemeCreate a new theme for a PingOne AIC realm by specifying the realm and theme configuration, ensuring to retrieve the theme schema first for required fields.
Instructions
Create a new theme for a realm in PingOne AIC. IMPORTANT: Call getThemeSchema first to understand all available fields, their types, enum values, and requirements before creating a theme.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | Realm name | |
| themeData | Yes | Theme configuration object (must include a "name" property) |